X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scm%2Fdefine-grob-properties.scm;h=fba256f4bff7fafb283ba5bb86aedc509fa4c09f;hb=7c28d92ec9fe798b19c5689feedba5af7a14da9a;hp=107518d531c002e3859759f99f060a3913bbad69;hpb=27778e71840f517d1ed4ab3529051809ef4cbd74;p=lilypond.git diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 107518d531..fba256f4bf 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -1131,6 +1131,7 @@ results, use @code{LEFT} and @code{RIGHT}.") (ties ,ly:grob-array? "A grob array of @code{Tie} objects.") (tremolo-flag ,ly:grob? "The tremolo object on a stem.") (tuplet-number ,ly:grob? "The number for a bracket.") + (tuplet-start ,boolean? "Is stem at the start of a tuplet?") (tuplets ,ly:grob-array? "An array of smaller tuplet brackets.") (X-colliding-grobs ,ly:grob-array? "Grobs that can collide with a self-aligned grob on the X-axis.")