bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 650 in lilypond: Broken hairpin placed too high after a line b


From: lilypond
Subject: Re: Issue 650 in lilypond: Broken hairpin placed too high after a line break
Date: Mon, 06 Feb 2012 16:31:23 +0000


Comment #10 on issue 650 by address@hidden: Broken hairpin placed too high after a line break
http://code.google.com/p/lilypond/issues/detail?id=650

Gotchya.
In this case, I'd open up a new issue, as the problem is not that the hairpin is too high (as issue 650 stated) but too far to the left. If it were lowered in this example, it'd be too close to the key signature for comfort.

It seems like the fix would be ridiculously easy - change
x_points[d] = e[-d];
to
x_points[d] = e[-d] + padding;

Unless I'm missing something.
You could add a left-bound-padding property if this doesn't float your boat.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]