Issue 282: tuplet bracket printed over the wrong staff
http://code.google.com/p/lilypond/issues/detail?id=282
New issue report by gpermus:
% the tuplet bracket for the bottom staff is printed over the top staff,
% but the tuplet number is printed correctly over the bottom staff.
\version "2.11.15"
\paper { ragged-right = ##t }
\score { \new PianoStaff <<
\new Staff = "RH" {
\time 2/4
\clef treble
r4 s |
}
\new Staff = "LH"
\relative c {
\time 2/4
\clef bass
<<
{
\times 2/3 {bes8( bes' ees}
\change Staff=RH
\times 2/3 {g ees' bes')} |
}
\\
{
s4 \change Staff=LH r4 |
}
>>
}
>>
}
Attachments:
foo.preview.png 5.7 KB
Issue attributes:
Status: Accepted
Owner: gpermus
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
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond