]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/system-start-delimiter.cc (line_bracket): don't shorten height.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 Nov 2005 22:55:06 +0000 (22:55 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 Nov 2005 22:55:06 +0000 (22:55 +0000)
* lily/system-start-delimiter.cc (print): don't divide extent by
staff_space.
(print): use style iso. glyph.
(staff_bracket): translate glyph inside routine already.

ChangeLog
lily/system-start-delimiter.cc

index 39cae7484d039ffd3fd6a724c4efbc07638763b6..37db40a761e43752e7df9aa225b0632df8cc41f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
+
        * scm/define-grobs.scm (all-grob-descriptions): new grob
        NestedSystemStartDelimiter.
 
index c7317a620ec56e644236dda4b2af641dcdccda69..8094777b903ac280080a000eb2cb317041de82c8 100644 (file)
@@ -56,8 +56,6 @@ System_start_delimiter::staff_bracket (Grob *me, Real height)
 Stencil
 System_start_delimiter::line_bracket (Grob *me, Real height)
 {
-  height -= 1.0;
-
   Real thick
     = me->layout ()->get_dimension (ly_symbol2scm ("linethickness"))
     * robust_scm2double (me->get_property ("thickness"), 1);
@@ -181,7 +179,7 @@ ADD_INTERFACE (System_start_delimiter, "system-start-delimiter-interface",
 
               /* properties */
               "collapse-height "
-              "styles "
+              "style "
               "staff-hierarchy "
               "thickness "
               );