]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/keep-change-clefs-full-sized.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / keep-change-clefs-full-sized.ly
index c1d9e3b27fe981d50c3dceb9d0a8b3874022ab8c..9094299ed76167fe3584bf12d3da6211b8879db6 100644 (file)
@@ -1,22 +1,14 @@
-%% 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.29"
+\version "2.14.2"
 
 \header {
   lsrtags = "pitches, tweaks-and-overrides"
 
-%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
-  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}.
@@ -25,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
@@ -43,4 +36,3 @@ initial clef.  This can be overridden with @code{full-size-change}.
   \clef "treble"
   c1
 }
-