lilypond-user
[Top][All Lists]
Advanced

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

Re: tuplet numbers on kneed beams - David's function stopped working


From: David Nalesnik
Subject: Re: tuplet numbers on kneed beams - David's function stopped working
Date: Tue, 16 Oct 2012 07:28:48 -0500

Hi Harm,

> 'beam-gap is now a pair.
> So I'm not sure if it should be
> (car (ly:grob-property grob 'beam-gap))
> or
> (interval-length (ly:grob-property grob 'beam-gap))
>
> Currently I haven't found a proper documentation:
>
> git grep beam-gap
>

Thank you for pointing this out!  Here, your first suggestion will
work.  Using the example in Janek's file, I get '(0.8 . 0.8) for
'beam-gap, so interval-length would of course return 0.0.

-David



reply via email to

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