1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
7 lsrtags
= "tweaks-and-overrides"
10 The @code{\\applyOutput} command allows the tuning of any layout
11 object, in any context. It requires a Scheme function with three
15 doctitle
= "Changing properties for individual grobs"
18 #(define
(mc-squared grob grob-origin context
)
19 (let
((sp
(ly
:grob-property grob
'staff-position
)))
20 (if
(grob
::has-interface grob
'note-head-interface
)
22 (ly
:grob-set-property
! grob
'stencil
23 (grob-interpret-markup grob
24 (make-lower-markup
0.5
28 ((-
2) (make-smaller-markup
(make-bold-markup
"2")))
33 \applyOutput #'Voice
#mc-squared