On Monday, 4 May 1998, Arvid =?iso-8859-1?Q?Gr=F8tting?= writes:
> * Han-Wen Nienhuys
> 
> > LilyPond 0.1.61 is out, go get it at pcnov095.win.tue.nl.  We have a
> > ton of changes (again), and I am going to upload this release to CTAN,
> > RedHat and sunsite.unc.edu, so I would appreciate your feedback
> 
> OK:
> 
> The brackets aren't aligned correctly anymore.

Its fixed (or at least a bit better, note the ugly 1.5) in pl 62.
I wouldn't do this in the ps-code though; the symbol is positioned 
fine as it is.  It should just be typeset to the left of the staves.
(There's still a bit nasty bracket + brace alignment problem).

Jan.

Jan Nieuwenhuizen <[EMAIL PROTECTED]> | LilyPond - The GNU music typesetter
http://www.digicash.com/~jan | http://www.cs.ruu.nl/people/hanwen/lilypond


Here's my fix:

--- ../span-score-bar.cc        Mon May  4 16:32:30 1998
+++ ./span-score-bar.cc Mon May  4 16:29:06 1998
@@ -51,7 +51,9 @@
 Atom
 Staff_bracket::get_bar_sym (Real dy) const
 {
-  return paper()->lookup_l ()->vbracket (dy);
+  Atom a = paper()->lookup_l ()->vbracket (dy);
+  a.translate_axis (- 1.5 * a.extent ().x ().length (), X_AXIS);
+  return a;
 }
 
 Interval


Reply via email to