]> 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 318f012fa4d7449160af674e04eed1d82772c5dc..7f78a44c9f255375ffd761a38d03b97b2574da68 100644 (file)
@@ -4,19 +4,19 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
   lsrtags = "text"
 
-%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2
+%% 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
@@ -45,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'' }