]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: NR Clarification Windows w/ \displayLilyMusic
authorJames Lowe <james.lowe@datacore.com>
Tue, 6 Apr 2010 14:26:44 +0000 (15:26 +0100)
committerGraham Percival <graham@percival-music.ca>
Wed, 7 Apr 2010 09:20:47 +0000 (10:20 +0100)
Documentation/notation/input.itely

index 2a8396163b1a972d1e5ab6af1865a880ffe70969..29e96a5d825e08d3b2a4a39d3485f5f7984fd330 100644 (file)
@@ -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