From d0d5c2a73a6b05468a7e41923f8cb3dc7561600c Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:48:41 +0000 Subject: [PATCH] lilypond-1.3.127 --- scm/grob-property-description.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.") -- 2.39.5