]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/printing-marks-on-every-staff.ly
Merge branch 'dashed-slur2'
[lilypond.git] / input / lsr / printing-marks-on-every-staff.ly
index e0b2bb1a3c93ec049c48e5b29084a6b71580c29d..f122625d5dc7809b231877596205085cef1516e2 100644 (file)
@@ -1,26 +1,49 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
 %% 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.38"
+\version "2.13.1"
 
 \header {
   lsrtags = "text"
 
 \header {
   lsrtags = "text"
- texidoc = "
+
+  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"
+
+%% Translation of GIT committish :0364058d18eb91836302a567c18289209d6e9706
+  texidocde = "
+Normalerweise werden Textzeichen nur über dem obersten Notensystem gesetzt.  Sie
+können aber auch über jedem System ausgegeben werden.
+
+"
+  doctitlede = "Zeichen über jedem System ausgeben"
+
+  texidoc = "
 Although text marks are normally only printed above the topmost staff,
 they may also be printed on every staff.
 Although text marks are normally only printed above the topmost staff,
 they may also be printed on every staff.
-" }
-% begin verbatim
-{
-  \new Score \with {
-    \remove "Mark_engraver"
-  }
+
+"
+  doctitle = "Printing marks on every staff"
+} % begin verbatim
+
+\score {
   <<
   <<
-    \new Staff \with {
-      \consists "Mark_engraver"
+    \new Staff { c''1 \mark "molto" c'' }
+    \new Staff { c'1 \mark "molto" c' }
+  >>
+  \layout {
+    \context {
+      \Score
+      \remove "Mark_engraver"
+      \remove "Staff_collecting_engraver"
     }
     }
-    { c''1 \mark "molto" c'' }
-    \new Staff \with {
+    \context {
+      \Staff
       \consists "Mark_engraver"
       \consists "Mark_engraver"
+      \consists "Staff_collecting_engraver"
     }
     }
-    { c'1 \mark "molto" c' }
-  >>
+  }
 }
 }