From: James Lowe Date: Sun, 30 Oct 2011 15:05:28 +0000 (+0000) Subject: Doc: scm file moved bar-extent to user properties X-Git-Tag: release/2.15.17-1~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e25fac88c11635070ce7c581384e5ee6ad712e0f;p=lilypond.git Doc: scm file moved bar-extent to user properties This is for issue 1977 --- diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 0cc9eb5a0e..52700b310d 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -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.")