X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-grace-note-spacing.ly;h=d442d817ec665bbe71ac326f30e2c3315820b025;hb=a2f44bbf0e76840f333f4d8a8f0db6689239f7fb;hp=ac1cce2312d65d201ee1b1945c2f7a9a4664e75e;hpb=5e44b5f4dba63d3649331e317286be089955edde;p=lilypond.git diff --git a/Documentation/snippets/adjusting-grace-note-spacing.ly b/Documentation/snippets/adjusting-grace-note-spacing.ly index ac1cce2312..d442d817ec 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.39" +\version "2.17.6" \header { lsrtags = "rhythms, tweaks-and-overrides" -%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00 - 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 } -