]> git.donarmstrong.com Git - lilypond.git/commitdiff
Compile fix.
authorGraham Percival <graham@percival-music.ca>
Sat, 5 Mar 2011 20:48:59 +0000 (20:48 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 5 Mar 2011 20:48:59 +0000 (20:48 +0000)
Documentation/changes.tely

index bf16c1e327fd814eb4cd25d1b2ddfce09e7f4abc..9ac6177dbd083de045008891f5fc9c13e88c51cb 100644 (file)
@@ -85,15 +85,15 @@ A new @code{Completion_rest_engraver} is available for automatically
 converting long rests which overrun bar lines, matching the
 @code{Completion_heads_engraver} for notes
 @example
-\layout {
-  \context {
+\layout @{
+  \context @{
     \Voice
     \remove "Note_heads_engraver"
     \consists "Completion_heads_engraver"
     \remove "Rest_engraver"
     \consists "Completion_rest_engraver"
-  }
-}
+  @}
+@}
 @end example
 This feature was sponsored by Image-Line Software for FL Studio.