]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/keep-change-clefs-full-sized.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / keep-change-clefs-full-sized.ly
index 513edaa8e4df08e9e8b08239893ec88000abce46..04c569fd159dacac147696fe8ff3220282a9091e 100644 (file)
@@ -4,22 +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 = "pitches, tweaks-and-overrides"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-Cuando se produce un cambio de clave, el símbolo de clave se imprime a
-un tamaño menor que la clave inicial.  Esto se puede ajustar con
-@code{full-size-change}.
-
-"
-  doctitlees = "Mantener el tamaño del símbolo en los cambios de clave"
-
-
-
   texidoc = "
 When a clef is changed, the clef sign displayed is smaller than the
 initial clef.  This can be overridden with @code{full-size-change}.
@@ -28,6 +17,7 @@ initial clef.  This can be overridden with @code{full-size-change}.
   doctitle = "Keep change clefs full sized"
 } % begin verbatim
 
+
 \relative c' {
   \clef "treble"
   c1
@@ -46,4 +36,3 @@ initial clef.  This can be overridden with @code{full-size-change}.
   \clef "treble"
   c1
 }
-