X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-grace-note-spacing.ly;h=b8f3f4970602feeb41964fb9fbfb44ff401f498f;hb=85d4958c021936c64b6ef9d514a6a2b0d269cc58;hp=6637d1bef8171099a46452e49295e905c2d3b154;hpb=e88eca13f1a87dbd3a57a7a492deea95b0473753;p=lilypond.git diff --git a/Documentation/snippets/adjusting-grace-note-spacing.ly b/Documentation/snippets/adjusting-grace-note-spacing.ly index 6637d1bef8..b8f3f49706 100644 --- a/Documentation/snippets/adjusting-grace-note-spacing.ly +++ b/Documentation/snippets/adjusting-grace-note-spacing.ly @@ -1,20 +1,14 @@ -%% 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.20" +\version "2.17.11" \header { lsrtags = "rhythms, tweaks-and-overrides" -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - 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}. @@ -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 @@ -31,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 } -