]> git.donarmstrong.com Git - lilypond.git/commitdiff
(staff_bracket): use glyphs.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 28 May 2005 00:47:53 +0000 (00:47 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 28 May 2005 00:47:53 +0000 (00:47 +0000)
lily/system-start-delimiter.cc

index ed150d38541147bb603d4f2591aeece30f31d6c3..af2f49c42fb29b586dd0134cd34de9ac2d07b8f9 100644 (file)
@@ -79,6 +79,7 @@ System_start_delimiter::staff_bracket (Grob *me, Real height)
     }
   while (flip (&d) != DOWN); 
 
+  bracket.translate_axis (-1.0, X_AXIS); // ugh.
   return bracket;
 }