]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-2.ly
Imported Upstream version 2.16.1
[lilypond.git] / Documentation / snippets / how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-2.ly
index 8abdbaa318a320bec17b7b9dbdb24701bd382d4c..80a56e227e5338159355ea7a6899813163eb1696 100644 (file)
@@ -30,7 +30,7 @@ independently of the other.
     \new Staff {
       <<
         \new Voice \with {
-          \consists Mark_engraver
+          \consists "Mark_engraver"
           \consists "Staff_collecting_engraver"
         }
         { c4 d e f
@@ -38,7 +38,7 @@ independently of the other.
           c4 d e f
         }
         \new Voice \with {
-          \consists Mark_engraver
+          \consists "Mark_engraver"
           \consists "Staff_collecting_engraver"
           \override RehearsalMark #'direction = #DOWN
         }