Issue 426: very short tie due to key signature
http://code.google.com/p/lilypond/issues/detail?id=426

New issue report by gpermus:
%{
In this snippet, the key signature in the first stave makes the tie in the
second very short.  It also demonstrates a quirk with semibreves on the
centre line: the tie direction changes across the break.
%}

\version "2.11.30"
\paper { ragged-right = ##t }

one = { \key as \major R1*2 }
two = \relative { b'1 ~ \break b }
\score {
    \new GrandStaff <<
    \context Staff = one \one
    \context Staff = two \two
    >>
}



Attachments:
        foo.png  11.0 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low Engraving-nitpick

-- 
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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to