]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adjusting-grace-note-spacing.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / adjusting-grace-note-spacing.ly
index 693b47c48c97b23310d55605b0b87da81a6c5512..a1869c9aedb1e75f93734d35fe9f029092633257 100644 (file)
@@ -4,20 +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 = "rhythms, tweaks-and-overrides"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  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
 }
-