]> 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 0bb1d175b64c9ffbba8815031f2f15f96ba2542f..a1869c9aedb1e75f93734d35fe9f029092633257 100644 (file)
@@ -4,27 +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: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  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"
-
-%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a
-  texidocfr = "
-La propriété @code{spacing-increment} de @code{Score.GraceSpacing}
-permet d'ajuster l'espacement d'un groupe de notes d'ornement.
-
-"
-  doctitlefr = "Ajustement de l'espacement des notes d'ornement"
+  lsrtags = "rhythms, tweaks-and-overrides"
 
   texidoc = "
 The space given to grace notes can be adjusted using the
@@ -48,4 +31,3 @@ graceNotes = {
   \revert Score.GraceSpacing #'spacing-increment
   \graceNotes
 }
-