]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-properties.scm
Avoid excessive number of dots in chords (#3179).
[lilypond.git] / scm / define-grob-properties.scm
index 0b5585a71aea6d3dcf51178fa80e21ccda500d72..9afb49a0a32e4c3fb471df85f1ad3aea23f06ca4 100644 (file)
@@ -173,6 +173,9 @@ when a spanner is broken at a line break.")
 ;;
      (c0-position ,integer? "An integer indicating the position of
 middle@tie{}C.")
+     (chord-dots ,boolean? "If set, remove dots which the
+@code{DotColumn} algorithm would vertically position too far away from
+note heads.")
      (circled-tip ,boolean? "Put a circle at start/@/end of
 hairpins (al/@/del niente).")
      (clip-edges ,boolean? "Allow outward pointing beamlets at the
@@ -489,6 +492,9 @@ units.")
 slur, the closer it is to this height.")
      (hide-tied-accidental-after-break ,boolean? "If set, an accidental
 that appears on a tied note after a line break will not be displayed.")
+     (horizon-padding ,number? "The amount to pad the axis
+along which a @code{Skyline} is built for the
+@code{side-position-interface}.")
      (horizontal-shift ,integer? "An integer that identifies ranking
 of @code{NoteColumn}s for horizontal shifting.  This is used by
 @rinternals{note-collision-interface}.")