]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/notation.itely
new file, move from
[lilypond.git] / Documentation / user / notation.itely
index 103e9f61f7a8a2a74ad13bbeaea31de0f3679f03..74eec643a8c5e2a8ad486d7a49d924caedd58dbc 100644 (file)
@@ -4596,7 +4596,7 @@ empty after the line-breaking process, they are removed.
 For normal staves, a specialized @internalsref{Staff} context is
 available, which does the same: staves containing nothing (or only
 multi measure rests) are removed. The context definition is stored in
-@code{\RemoveEmptyStaff} variable. Observe how the second staff
+@code{\RemoveEmptyStaffContext} variable. Observe how the second staff
 in this example disappears in the second line
 
 
@@ -4608,7 +4608,7 @@ in this example disappears in the second line
   >>
   \paper {
     linewidth = 6.\cm 
-    \context { \RemoveEmptyStaff }
+    \context { \RemoveEmptyStaffContext }
   }
 }
 @end lilypond