Issue 610: tupletFullLength too short in a polyphonic situation
http://code.google.com/p/lilypond/issues/detail?id=610

New issue report by v.villenave:
% When tupletFullLength is set, combining tuplets with a
% clef change in another staff results in the tuplet bracket
% ending too early.

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

<<
 \new Staff  {
   \times 2/3 { g'2 g' g' }  g'1
   \set tupletFullLength = ##t
   \times 2/3 { g'2 ^"1" g' g' }  g'1 }

 \new Staff  {
   \clef bass r1
   \clef treble r1
   \clef bass r1
   \clef treble r1 }



Issue attributes:
        Status: Accepted
        Owner: v.villenave
        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

Reply via email to