]> 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 19af7d60f6eb21d6b15d194e25144978ed690127..ef3b6d354c4ffb71102aa2f2a35ccbaef6d67529 100644 (file)
@@ -1,10 +1,18 @@
 %% 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.57"
+\version "2.11.62"
 
 \header {
   lsrtags = "text"
 
+  texidoces = "
+Aunque normalmente las marcas de texto sólo se imprimen sobre el
+pentagrama superior, también se pueden imprimir en otro pentagrama
+cualquiera.
+
+"
+  doctitlees = "Imprimir marcas en cualquier pentagrama"
+
   texidoc = "
 Although text marks are normally only printed above the topmost staff,
 they may also be printed on every staff.
@@ -15,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' }
   >>