bug-lilypond
[Top][All Lists]
Advanced

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

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


From: codesite-noreply
Subject: Issue 650 in lilypond: Broken hairpin placed too high after a line break
Date: Fri, 25 Jul 2008 10:18:41 -0700

Issue 650: Broken hairpin placed too high after a line break
http://code.google.com/p/lilypond/issues/detail?id=650

New issue report by v.villenave:
\version "2.11.53"

#(ly:set-option 'debug-skylines #t)

% In this example, the hairpin (broken by a line break) is placed
% too high in the second and third staff, because apparently the clef
% and the key signature get in its way...

\relative b' {
 \dynamicUp \time 2/4
 \key a \major
 b\< b\! | b\< b  | \break

 % Key signature makes the second part of the hairpin move up
 b b\! | \key c \major b\< b | \break

 % clef also causes the problem:
 b b\! | \clef "bass" d,,\< d | \break

 % bass clef works, because its extents do not go beyond the staff lines
 d d\! |
}

% This issue seems related to Issue 651 (with volta brackets).

Attachments:
        broken_hairpin_newline.png  15.6 KB


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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