music-preludes-1.7.1: Some useful preludes for the Music Suite.

Safe HaskellNone

Music.Prelude.CmdLine

Documentation

translateFileSource

Arguments

:: String

Translate function (of type FilePath -> music -> IO ()).

-> String

Output file suffix.

-> Maybe String

Prelude to use.

-> Maybe FilePath

Input file.

-> Maybe FilePath

Output file.

-> IO () 

translateFileAndRunLilypondSource

Arguments

:: String

Output file suffix/format passed to Lilypond.

-> Maybe String

Prelude to use.

-> Maybe FilePath

Input file.

-> IO ()