]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-marks-on-every-staff.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / printing-marks-on-every-staff.ly
index 31d7d84d52423ee2d6d2b56fa7a43c375440ea91..556eea09969144530411bb93bc409310348b51ac 100644 (file)
@@ -4,39 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "text"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  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: 0a868be38a775ecb1ef935b079000cebbc64de40
-  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"
-
-%% Translation of GIT committish: 548ef200973bd3d46ea75c5498461d9e5f168334
-  texidocfr = "
-Bien que ces indications textuelles ne soient habituellement imprimées
-qu'au niveau de la portée supérieure, vous pouvez forcer leur
-affectation à chacune des portées.
-
-"
-  doctitlefr = "Impression des indications sur toutes les portées d'un système"
-
-
   texidoc = "
 Although text marks are normally only printed above the topmost staff,
 they may also be printed on every staff.
@@ -45,6 +17,7 @@ they may also be printed on every staff.
   doctitle = "Printing marks on every staff"
 } % begin verbatim
 
+
 \score {
   <<
     \new Staff { c''1 \mark "molto" c'' }
@@ -63,4 +36,3 @@ they may also be printed on every staff.
     }
   }
 }
-