]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/running.itely
changed \book to \score in running.itely
[lilypond.git] / Documentation / user / running.itely
index 1addc89ab8e900d1e1c5144c52d7e625ce122a23..ecae5f9e82f381a727e245e1193064fd049b7ed0 100644 (file)
@@ -7,7 +7,7 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.11.61"
+@c \version "2.12.0"
 
 
 @node Running LilyPond
@@ -89,9 +89,9 @@ number.  An input file containing
 
 @example
 #(define output-suffix "violin")
-\book @{ @dots{} @}
+\score @{ @dots{} @}
 #(define output-suffix "cello")
-\book @{ @dots{} @}
+\score @{ @dots{} @}
 @end example
 
 @noindent