1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
6 lsrtags
= "expressive-marks, unfretted-strings"
9 To make the @code{\\flageolet} circle smaller use the following Scheme
13 doctitle
= "Changing \\flageolet mark size"
15 smallFlageolet
= #(let
((m
(make-music
'ArticulationEvent
16 'articulation-type
"flageolet")))
17 (set
! (ly
:music-property m
'tweaks
)
19 (ly
:music-property m
'tweaks
)))
22 \layout { ragged-right
= ##f }
25 d4^\flageolet_\markup { default size
} d_\flageolet
26 c4^\smallFlageolet_\markup { smaller
} c_\smallFlageolet