lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Needing space after a user-defined ornament


From: Kieren MacMillan
Subject: Re: Needing space after a user-defined ornament
Date: Mon, 10 Apr 2023 07:33:29 -0400

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]