X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-grace-note-spacing.ly;h=69e2658b3c3163bbc436844b74b09f4f061bae4c;hb=refs%2Ftags%2Frelease%2F2.19.37-2;hp=d29fb1386852259021052a272dd1b16a50391baf;hpb=d7a465a71d44e4710602cfe618edddddd437872a;p=lilypond.git diff --git a/Documentation/snippets/adjusting-grace-note-spacing.ly b/Documentation/snippets/adjusting-grace-note-spacing.ly index d29fb13868..69e2658b3c 100644 --- a/Documentation/snippets/adjusting-grace-note-spacing.ly +++ b/Documentation/snippets/adjusting-grace-note-spacing.ly @@ -1,23 +1,14 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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.12.2" +\version "2.18.0" \header { lsrtags = "rhythms, tweaks-and-overrides" -%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345 - 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}. @@ -34,9 +25,8 @@ graceNotes = { \relative c'' { c8 \graceNotes - \override Score.GraceSpacing #'spacing-increment = #2.0 + \override Score.GraceSpacing.spacing-increment = #2.0 \graceNotes - \revert Score.GraceSpacing #'spacing-increment + \revert Score.GraceSpacing.spacing-increment \graceNotes } -