App-MusicTools
view release on metacpan or search on metacpan
sub emit_help {
warn <<"END_HELP";
Usage: $0 [options] "lilypond code ..."
The lilypond input will likely need to be quoted as lilypond input may
clash with various shell metacharacters.
--absolute Notation assumed to be absolute.
--instrument Set MIDI instrument (see lilypond docs).
--partial|p Lilypond fragment played once at beginning.
--relative|b Specify what note input is relative to.
--repeats|r How many times to repeat the lilypond input.
--tempo|t Set a tempo for the music.
--layout|l Save the MIDI and other various files.
--open Show the score in some sort of viewer.
--show-code Print the lilypond data to stdout and exit.
--silent|s Skip generating MIDI.
--sleep|S Sleep before unlink of various tmp files.
--verbose Show noise from lilypond, MIDI player.
notation reference contains the full list of supported languages.
=item B<--layout>
Save the MIDI and other various files (they are unlinked by default).
=item B<--open>
Show the score via the C<SCORE_VIEWER> program.
=item B<--partial>=I<lilypond fragment>
A lilypond fragment played once at the beginning.
=item B<--relative>=I<note>
Specify what note the input is relative to.
=item B<--repeats>=I<count>
How many times to repeat the (non-B<partial>) input.
=item B<--rhythmic-staff>
( run in 1.911 second using v1.01-cache-2.11-cpan-b16cb0d3907 )