From: fred <fred> Date: Wed, 27 Mar 2002 00:48:41 +0000 (+0000) Subject: lilypond-1.3.127 X-Git-Tag: release/1.5.59~949 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d0d5c2a73a6b05468a7e41923f8cb3dc7561600c;p=lilypond.git lilypond-1.3.127 --- diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index ce58750789..cc6de9985d 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -84,10 +84,9 @@ column as start/begin point. Only columns that have grobs or act as bounds are s be at the center of the group after aligning (when using Align_interface::center_on_element). .") (grob-property-description 'chordChanges boolean? "only show changes in chord scheme?.") +(grob-property-description 'bar-line-collapse-height number? "Minimum height of system start delimiter bar-line glyphs. If equal or smaller, the bar-line is removed.") (grob-property-description 'brace-collapse-height number? "Minimum height of system start delimiter brace glyphs. If equal or smaller, the brace is removed.") (grob-property-description 'bracket-collapse-height number? "Minimum height of system start delimiter bracket glyphs. If equal or smaller, the bracket is removed.") -(grob-property-description 'bar-line-collapse-height number? "Minimum height of system start delimiter bar-line glyphs. If equal or smaller, the bar-line is removed.") -(grob-property-description 'brace-collapse-height number? "Minimum height of system start delimiter brace glyph. If equal or smaller, the brace is removed.") (grob-property-description 'column-space-strength number? "relative strength of space following breakable columns (eg. prefatory matter).") (grob-property-description 'columns list? "list of grobs, typically containing paper-columns, list of note-columns.") (grob-property-description 'contains-grace boolean? "Used to widen entries for grace notes.")