]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/printing-marks-on-every-staff.ly
resolve merge
[lilypond.git] / input / lsr / printing-marks-on-every-staff.ly
diff --git a/input/lsr/printing-marks-on-every-staff.ly b/input/lsr/printing-marks-on-every-staff.ly
deleted file mode 100644 (file)
index c946782..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-%% 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.12.3"
-
-\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.
-
-"
-  doctitle = "Printing marks on every staff"
-} % begin verbatim
-
-\score {
-  <<
-    \new Staff { c''1 \mark "molto" c'' }
-    \new Staff { c'1 \mark "molto" c' }
-  >>
-  \layout {
-    \context {
-      \Score
-      \remove "Mark_engraver"
-      \remove "Staff_collecting_engraver"
-    }
-    \context {
-      \Staff
-      \consists "Mark_engraver"
-      \consists "Staff_collecting_engraver"
-    }
-  }
-}
-