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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to