Hi Alasdair, > Lilypond sometimes doesn't recognize this symbol as needing space, so > depending on the spacing of the notes, this symbol can get very squashed. > How can I add extra horizontal spacing to my function?
ttr = #(define-event-function (placement) (pair?)
#{
-\tweak TextScript.extra-spacing-width #'(1 . 5)
-\tweak extra-offset #placement
-\markup { \fontsize #4 \musicglyph #"scripts.rcomma" }
#} )
??
Hope that helps!
Kieren.
