]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/volta-bracket.cc (after_line_breaking): new function. Set
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 10 Oct 2005 14:12:35 +0000 (14:12 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 10 Oct 2005 14:12:35 +0000 (14:12 +0000)
edge-height.

* scm/define-grobs.scm (all-grob-descriptions): set
between-length-limit to 1.0

lily/volta-bracket.cc

index 16acc5eee936d87a61a7b442e8bd828e14386bc0..c8e590b0f34d64983bf3421c097b0b2416c5dfee 100644 (file)
@@ -177,5 +177,9 @@ Volta_bracket_interface::add_column (Grob *me, Grob *c)
 
 ADD_INTERFACE (Volta_bracket_interface, "volta-bracket-interface",
               "Volta bracket with number",
-              "bars thickness height");
+
+              /* properties */
+              "bars "
+              "thickness "
+              "height");