Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 3039 by [email protected]: Certain loose columns don't block
before barlines
http://code.google.com/p/lilypond/issues/detail?id=3039
Mike Solomon reported here:
http://lists.gnu.org/archive/html/bug-lilypond/2012-12/msg00116.html
as follows:
\version "2.17.9"
% compare
{
\key ces \major
<< { a a a a } { s2.^\p^\< s8 s8^\ff } >> \break
\key cis \major
a1
}
% to
{
\key ces \major
a4 a a a a a a a a a a a
<< { a a a a } { s2.^\p^\< s8 s8^\ff } >> \break
\key cis \major
a1
}
% the dynamic should not slide over the key signature change in the second
example
Attachments:
bug.ly 628 bytes
bug.preview.png 4.2 KB