%% 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.14.2" \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" %% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a texidocfr = " La propriété @code{spacing-increment} de @code{Score.GraceSpacing} permet d'ajuster l'espacement d'un groupe de notes d'ornement. " doctitlefr = "Ajustement de l'espacement des notes d'ornement" texidoc = " The space given to grace notes can be adjusted using the @code{spacing-increment} property of @code{Score.GraceSpacing}. " doctitle = "Adjusting grace note spacing" } % begin verbatim graceNotes = { \grace { c4 c8 c16 c32 } c8 } \relative c'' { c8 \graceNotes \override Score.GraceSpacing #'spacing-increment = #2.0 \graceNotes \revert Score.GraceSpacing #'spacing-increment \graceNotes }