bug-lilypond
[Top][All Lists]
Advanced

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

tie at begin of system with transposing instruments


From: Frédéric Bron
Subject: tie at begin of system with transposing instruments
Date: Mon, 05 Dec 2005 08:42:50 +0100
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Using lilypond 2.6.4 on Windows (not cygwin)

In the following example, the ties at the beginning of the second system are not typeset correctly. It seems that the problem comes from the different key of the first instrument: if you remove the "\key af \major", everythings looks fine. I had some difficulties to rediuce it to such a small example from a big orchestral score because when I deleted parts, the bug disappeared!

F. Bron

\version "2.6.4"

\include "english.ly"

\score {
       <<
               \context StaffGroup = AllInstruments <<
                       \context Staff = First <<
                               { \key af \major ef'1 R1*15 }
                       >>
                       \context Staff = Second <<
                               { \repeat unfold 15 { b''2 b''2~ } b''1 }
                       >>
                       \context Staff = Third <<
                               { \repeat unfold 15 { g'2 g'~ } g'1 }
                       >>
               >>
       >>
}




reply via email to

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