]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adjusting-grace-note-spacing.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / adjusting-grace-note-spacing.ly
index 4f9c55931f2acfdfff6a3ec68db4b40d928ff8ca..8db19a90873e5c1fca88c3db71a33fb28e3b623c 100644 (file)
@@ -4,20 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \header {
   lsrtags = "rhythms, tweaks-and-overrides"
 
-%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
-  texidoces = "
-Se puede ajustar la separaciĆ³n entre las notas de adorno utilizando la
-propiedad @code{spacing-increment} de @code{Score.GraceSpacing}.
-
-"
-
-  doctitlees = "Ajuste del espaciado de las notas de adorno"
-
   texidoc = "
 The space given to grace notes can be adjusted using the
 @code{spacing-increment} property of @code{Score.GraceSpacing}.
@@ -26,6 +17,7 @@ The space given to grace notes can be adjusted using the
   doctitle = "Adjusting grace note spacing"
 } % begin verbatim
 
+
 graceNotes = {
   \grace { c4 c8 c16 c32 }
   c8
@@ -39,4 +31,3 @@ graceNotes = {
   \revert Score.GraceSpacing #'spacing-increment
   \graceNotes
 }
-