]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/printing-marks-on-every-staff.ly
LSR update
[lilypond.git] / input / lsr / printing-marks-on-every-staff.ly
index 1bbe3d54218f44cc3a17f75e880f24dd9f524c7a..d72ea16dd1615ad4431aa490a7c0fb08c7c3b1fa 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.62"
+\version "2.11.61"
 
 \header {
   lsrtags = "text"
@@ -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' }
   >>