]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adjusting-grace-note-spacing.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / adjusting-grace-note-spacing.ly
index 645acd39e042a953177a1b26b2423a3a6245edd8..a1869c9aedb1e75f93734d35fe9f029092633257 100644 (file)
@@ -4,19 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
-  lsrtags = "tweaks-and-overrides, rhythms"
-
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-  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"
+  lsrtags = "rhythms, tweaks-and-overrides"
 
   texidoc = "
 The space given to grace notes can be adjusted using the
@@ -40,4 +31,3 @@ graceNotes = {
   \revert Score.GraceSpacing #'spacing-increment
   \graceNotes
 }
-