]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small fix from mailist.
authorGraham Percival <graham@percival-music.ca>
Tue, 14 Mar 2006 18:17:09 +0000 (18:17 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 14 Mar 2006 18:17:09 +0000 (18:17 +0000)
Documentation/user/global.itely

index abc8f6c5c7b805944a56d33700baa4c0424bda93..6bc1a66891bd83b2afbfe8dfa0c7511107a5bbb9 100644 (file)
@@ -459,12 +459,12 @@ Here is a short example.
   composer = "Composer"
 @}
 \header @{
-  title = "Title"
+  piece = "Piece"
 @}
 \score @{
   \new Staff @{ c'4 @}
   \header @{
-    title = "New title"  % overwrite previous one
+    piece = "New piece"  % overwrite previous one
   @}
 @}
 @end example