SoundsFromSound wrote:
I'd like to move it down a bit so it's centered with the middle staff line,
like the other names are. Is this possible?
That's the start of the fine tuning. Try:
addOssiaName =
#(define-scheme-function (name padding) (markup? number?)
(let ((adapted (make-vcenter-markup name)))
#{
\override Staff.StaffSymbol.stencil = #(lambda (grob)
(ly:stencil-combine-at-edge (ly:staff-symbol::print grob)
X LEFT (grob-interpret-markup grob adapted) padding))
#}))
Cheers,
Robin
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user