X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fchanging--flageolet-mark-size.ly;h=1a3fcffdc9c35289c33fe6c9ecfae6eb10ef3161;hb=8b649b5ed48e87329185796af4aa10352a08ca4b;hp=b4fa316427f2d0ab5af8ef812dde0b0f8964d6a8;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;p=lilypond.git diff --git a/input/lsr/changing--flageolet-mark-size.ly b/input/lsr/changing--flageolet-mark-size.ly index b4fa316427..1a3fcffdc9 100644 --- a/input/lsr/changing--flageolet-mark-size.ly +++ b/input/lsr/changing--flageolet-mark-size.ly @@ -1,16 +1,16 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.55" +\version "2.12.3" \header { lsrtags = "expressive-marks, unfretted-strings" texidoces = " -Para hacer más pequeño el círculo de @code{\flageolet} (armónico) +Para hacer más pequeño el círculo de @code{\\flageolet} (armónico) utilice la siguiente función de Scheme. " - doctitlees = "Cambiar el tamaño de la marca de \flageolet" + doctitlees = "Cambiar el tamaño de la marca de \\flageolet" texidoc = " To make the @code{\\flageolet} circle smaller use the following Scheme @@ -19,12 +19,14 @@ function. " doctitle = "Changing \\flageolet mark size" } % begin verbatim -smallFlageolet = #(let ((m (make-music 'ArticulationEvent - 'articulation-type "flageolet"))) - (set! (ly:music-property m 'tweaks) - (acons 'font-size -3 - (ly:music-property m 'tweaks))) - m) + +smallFlageolet = +#(let ((m (make-music 'ArticulationEvent + 'articulation-type "flageolet"))) + (ly:music-set-property! m 'tweaks + (acons 'font-size -3 + (ly:music-property m 'tweaks))) + m) \layout { ragged-right = ##f } @@ -32,3 +34,4 @@ smallFlageolet = #(let ((m (make-music 'ArticulationEvent d4^\flageolet_\markup { default size } d_\flageolet c4^\smallFlageolet_\markup { smaller } c_\smallFlageolet } +