]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-properties.scm
Change space to basic-distance in spacing alists.
[lilypond.git] / scm / define-grob-properties.scm
index 25519bca80bda4f7bafa7b45a0ae7b78c88b1b45..497f8f08af0798485d535eca88a5201735cbe39d 100644 (file)
@@ -785,7 +785,7 @@ appear between staves.  The alist can contain the following keys:
 @item @code{padding} -- the minimum required amount of
 unobstructed vertical whitespace between the two items, measured
 in staff-spaces.
-@item @code{space} -- the vertical distance, measured in
+@item @code{basic-distance} -- the vertical distance, measured in
 staff-spaces, between the reference points of the two items when
 no collisions would result, and no stretching or compressing is in
 effect.
@@ -962,6 +962,7 @@ bounds are spaced.")
 
      (direction-source ,ly:grob? "In case @code{side-relative-direction} is
 set, which grob to get the direction from.")
+     (display-cautionary ,boolean? "Should the grob be displayed as a cautionary grob?")
      (dot ,ly:grob? "A reference to a @code{Dots} object.")
      (dots ,ly:grob-array? "Multiple @code{Dots} objects.")
 
@@ -1013,6 +1014,7 @@ grobs.")
      (spacing ,ly:grob? "The spacing spanner governing this section.")
      (spacing-wishes ,ly:grob-array? "An array of note spacing or staff spacing
 objects.")
+     (span-start ,boolean? "Is the note head at the start of a spanner?")
      (staff-grouper ,ly:grob? "The staff grouper we belong to.")
      (staff-symbol ,ly:grob? "The staff symbol grob that we are in.")
      (stem ,ly:grob? "A pointer to a @code{Stem} object.")