]> 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 69ae73f4a5a77ad32c41df1b32efff537bba6b17..8db19a90873e5c1fca88c3db71a33fb28e3b623c 100644 (file)
@@ -1,18 +1,12 @@
-%% 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.16"
+\version "2.14.2"
 
 \header {
-%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549
-  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 = "
@@ -23,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
@@ -36,4 +31,3 @@ graceNotes = {
   \revert Score.GraceSpacing #'spacing-increment
   \graceNotes
 }
-