]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/printing-marks-on-every-staff.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / printing-marks-on-every-staff.ly
index 8873d55f6a1bf5fc8b0c269c1f80888a0b0c647f..31b0a2a623b574ca979f134dc67590a31d8935c2 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.61"
+\version "2.11.62"
 
 \header {
   lsrtags = "text"
@@ -20,17 +20,21 @@ they may also be printed on every staff.
 "
   doctitle = "Printing marks on every staff"
 } % begin verbatim
+
 {
   \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' }
   >>