]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing--flageolet-mark-size.ly
LSR: Update.
[lilypond.git] / input / lsr / changing--flageolet-mark-size.ly
index 111d34196ace6e9674fa96ef290a0d37d3675b74..1a3fcffdc9c35289c33fe6c9ecfae6eb10ef3161 100644 (file)
@@ -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.51"
+\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
 }
+