X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grob-properties.scm;h=7fd0b138190bf35f20d9fcec62934c92af86839b;hb=d873e86e58792e7d4fc743365338e385677233da;hp=62d7cf070c14fab3791b193a90c262c266a17c21;hpb=ec96fa3e252e98f3f540e9a0076510486c3a06d7;p=lilypond.git diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 62d7cf070c..7fd0b13819 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -172,6 +172,8 @@ edges of beams?") delimiter. If equal or smaller, the bracket/brace/line is removed.") (collision-interfaces ,list? "A list of interfaces for which automatic beam-collision resolution is run.") + (collision-voice-only ,boolean? "Does automatic beam collsion apply +only to the voice in which the beam was created?") (color ,color? "The color of this grob.") (common-shortest-duration ,ly:moment? "The most common shortest note length. This is used in spacing. Enlarging this sets the score @@ -1001,6 +1003,8 @@ in addition to notes and stems.") (figures ,ly:grob-array? "Figured bass objects for continuation line.") + (glissando-index ,integer? "The index of a glissando in its note +column.") (grace-spacing ,ly:grob? "A run of grace notes.") (heads ,ly:grob-array? "An array of note heads.")