On 2023-01-29 1:16 am, Rip _Mus wrote:
in "\override #'(baseline-skip . 0.8)" I'm trying to scale the
baseline-skip according to the part staff size (16), in fact 16/20 =
0.8. I'd like to make this snippet more generic.
I tried to point, from within the markup, to the Clef grob staff-symbol
property, to get the staff size, but without success.
Could you please help me solve?

Probably the most direct way to do this would be:

%%%%
\override #(cons 'baseline-skip (ly:staff-symbol-staff-space grob))
%%%%


-- Aaron Hill

Reply via email to