From: James Lowe Date: Tue, 6 Apr 2010 14:26:44 +0000 (+0100) Subject: Doc: NR Clarification Windows w/ \displayLilyMusic X-Git-Tag: release/2.13.18-1~18^2~1^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ea19bcc59cf8bab03632a84a23646b9c10853618;p=lilypond.git Doc: NR Clarification Windows w/ \displayLilyMusic --- diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 2a8396163b..29e96a5d82 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -1297,7 +1297,8 @@ To enter the copyright sign in the copyright notice use: @funindex \displayLilyMusic Displaying a music expression in LilyPond notation can be -done using the music function @code{\displayLilyMusic}. For example, +done with the music function @code{\displayLilyMusic} but only when +using the command line. For example, @example @{ @@ -1311,12 +1312,10 @@ will display @{ a,4 cis e fis g @} @end example -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 @code{\display@{STUFF@}}, redirect the output to -a file. - -@c TODO What happens under Windows? +By default, LilyPond will print these messages to the console +along with all the other LilyPond compilation messages. To split +up these messages and save the results of @code{\display@{STUFF@}}, +redirect the output to a file. @example lilypond file.ly >display.txt