Previous: Text encoding, Up: Working with input files
Displaying a music expression in LilyPond notation can be
done using the music function \displayLilyMusic
. For example,
{ \displayLilyMusic \transpose c a, { c e g a bes } }
will display
{ a, cis e fis g }
By default, LilyPond will print these messages to the console along
with all the other messages. To split up these messages and save
the results of \display{STUFF}
, redirect the output to
a file.
lilypond file.ly >display.txt
Cette page documente LilyPond-2.11.58 (branche de développement).
Rapportez toute anomalie en français à lilypond-user-fr@gnu.org ou en anglais à http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs
Vos suggestions à propos de la documentation sont les bienvenues.