X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-grace-note-spacing.ly;h=d442d817ec665bbe71ac326f30e2c3315820b025;hb=a2f44bbf0e76840f333f4d8a8f0db6689239f7fb;hp=7bbf0fdbeed3777c1e0ed67e882b74596eb044f7;hpb=b83bb147ef00d2d3df5b9bb82abb1951ee279396;p=lilypond.git diff --git a/Documentation/snippets/adjusting-grace-note-spacing.ly b/Documentation/snippets/adjusting-grace-note-spacing.ly index 7bbf0fdbee..d442d817ec 100644 --- a/Documentation/snippets/adjusting-grace-note-spacing.ly +++ b/Documentation/snippets/adjusting-grace-note-spacing.ly @@ -4,19 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.17.6" \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" + lsrtags = "rhythms, tweaks-and-overrides" texidoc = " The space given to grace notes can be adjusted using the @@ -35,9 +26,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 } -