bug-lilypond
[Top][All Lists]
Advanced

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

Tie too short after break when staves have different key signatures


From: Neil Puttock
Subject: Tie too short after break when staves have different key signatures
Date: Sun, 26 Aug 2007 00:57:44 +0100

Hi there,

In this snippet, the key signature in the first stave makes the tie in the
second very short:

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

It also demonstrates a quirk with semibreves on the centre line: the tie
direction changes across the break.

Regards,
Neil


reply via email to

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