]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-marks-on-every-staff.ly
Merge branch 'master' into translation
[lilypond.git] / Documentation / snippets / printing-marks-on-every-staff.ly
index ff342961d3314950897d266223819786bf41c4aa..7f78a44c9f255375ffd761a38d03b97b2574da68 100644 (file)
@@ -1,19 +1,22 @@
-%% Do not edit this file; it is automatically
+%% 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.16"
+\version "2.14.2"
 
 \header {
   lsrtags = "text"
 
-%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
+%% Translation of GIT committish: ea0b270e14781707ab52683acddf9302bbe337f3
   texidoces = "
-Aunque normalmente las marcas de texto sólo se imprimen sobre el
-pentagrama superior, también se pueden imprimir en otro pentagrama
-cualquiera.
+Aunque normalmente las marcas de ensayo textuales sólo se imprimen
+sobre el pentagrama superior, también se pueden imprimir en otro
+pentagrama cualquiera.
 
 "
-  doctitlees = "Imprimir marcas en cualquier pentagrama"
+  doctitlees = "Imprimir marcas de ensayo en cualquier pentagrama"
 
 
 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
@@ -42,6 +45,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'' }