]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-marks-on-every-staff.ly
Issue 3523: Remove a signed/unsigned comparison compiler warning
[lilypond.git] / Documentation / snippets / printing-marks-on-every-staff.ly
index f1234e87c0d3c57ae8beeda919cccfa0d88bbb16..556eea09969144530411bb93bc409310348b51ac 100644 (file)
@@ -1,27 +1,14 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.16.0"
 
 \header {
   lsrtags = "text"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  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: d96023d8792c8af202c7cb8508010c0d3648899d
-  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.
@@ -30,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'' }
@@ -48,4 +36,3 @@ they may also be printed on every staff.
     }
   }
 }
-