]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/examples.itely
* Documentation/user/global.itely (Creating titles):
[lilypond.git] / Documentation / user / examples.itely
index f941f6efae04ba3e75292f2f8d2ce91510691573..df4ed86b4e13b647ea6560ace5949d9e7e38f333 100644 (file)
@@ -1273,19 +1273,19 @@ violin concerto as TchaikovskyPI, whereas perhaps you wish to print
 }
 
 \score {
+  { c'4 }
   \header {
     piece = "piece1"
     opus = "opus1"
   }
-  { c'4 }
 }
 
 \score {
+  { c'4 }
   \header {
     piece = "piece2"
     opus = "opus2"
   }
-  { c'4 }
 }
 @end lilypond