lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie settings question


From: David Nalesnik
Subject: Re: Tie settings question
Date: Sat, 22 Oct 2016 19:11:50 -0500

On Sat, Oct 22, 2016 at 6:55 PM, Karol Majewski <address@hidden> wrote:
> Hi David, when a chord doesn't have a flag, then your code doesn't work. Just 
> replace
>
> <c e g c e>8~
>
> with
>
> <c e g c e>4~
>
> and it won't compile. Perhaps there should be a condition in your code: "if a 
> note has a a flag then set Flag.Y-extent to (4 . 0)". Or maybe there is a 
> better way to fix this?


Sure, expand the condition, like so:

(if (and (> (length ties) 1) (ly:grob? flag))

DN



reply via email to

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