]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-properties.scm
Add and use note-collision-threshold grob property
[lilypond.git] / scm / define-grob-properties.scm
index 5017128901456d5f4f5521df8718852dbae200f8..d2e74a96a94473ecdb6bc8837bb43963f5662af1 100644 (file)
@@ -706,6 +706,11 @@ over the total spanner, where the width of the spanner is normalized
 between 0 and 1.")
      (note-names ,vector? "Vector of strings containing names for
 easy-notation note heads.")
+     (note-collision-threshold ,ly:dimension? "Simultaneous notes that
+are this close or closer in units of @code{staff-space} will be
+identified as vertically colliding. Used by @code{Stem} grobs for notes
+in the same voice, and @code{NoteCollision} grobs for notes in
+different voices. Default value@tie{}1.")
      (number-type ,symbol? "Numbering style. Choices include
 @code{roman-lower}, @code{roman-upper} and @code{arabic}.")