]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: scm file moved bar-extent to user properties
authorJames Lowe <james.lowe@datacore.com>
Sun, 30 Oct 2011 15:05:28 +0000 (15:05 +0000)
committerDavid Kastrup <dak@gnu.org>
Thu, 3 Nov 2011 15:19:27 +0000 (16:19 +0100)
This is for issue 1977

scm/define-grob-properties.scm

index 0cc9eb5a0ebdfa0c90c6cc80a616e0b836205838..52700b310d8de8002fdefa7084bbde38b8da4dc2 100644 (file)
@@ -80,6 +80,9 @@ grobs, this should contain only one number.")
 ;;
 ;; b
 ;;
+     (bar-extent ,number-pair? "The Y-extent of the actual bar line.
+This may differ from @code{Y-extent} because it does not include the
+dots in a repeat bar line.")
      (base-shortest-duration ,ly:moment? "Spacing is based on the
 shortest notes in a piece.  Normally, pieces are spaced as if notes at
 least as short as this are present.")
@@ -1104,9 +1107,6 @@ results, use @code{LEFT} and @code{RIGHT}.")
 @code{VerticalAxisGroup} to cache the @code{Y-extent}s of different column
 ranges.")
 
-     (bar-extent ,number-pair? "The Y-extent of the actual bar line.
-This may differ from @code{Y-extent} because it does not include the dots in
-a repeat bar line.")
      (begin-of-line-visible ,boolean? "Set to make @code{ChordName} or
 @code{FretBoard} be visible only at beginning of line or at
 chord changes.")