]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/printing-marks-on-every-staff.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / printing-marks-on-every-staff.ly
index 1bbe3d54218f44cc3a17f75e880f24dd9f524c7a..ef3b6d354c4ffb71102aa2f2a35ccbaef6d67529 100644 (file)
@@ -23,14 +23,17 @@ they may also be printed on every staff.
 {
   \new Score \with {
     \remove "Mark_engraver"
+    \remove "Staff_collecting_engraver"
   }
   <<
     \new Staff \with {
       \consists "Mark_engraver"
+      \consists "Staff_collecting_engraver"
     }
     { c''1 \mark "molto" c'' }
     \new Staff \with {
       \consists "Mark_engraver"
+      \consists "Staff_collecting_engraver"
     }
     { c'1 \mark "molto" c' }
   >>