> I'm not top posting.

1) When tupletFullLength is set, combining tuplets with a clef change in another
staff results in  the tuplet bracket ending early.

2) When tupletFullLengthNote is set and a tuplet ends a line, the tuplet
number is printed again at the beginning of the next line and the
bracket is not terminated.

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

% music
uppermusic = {
    \times 2/3 { g'2 g' g' }
    g'1
    \set tupletFullLength = ##t
    \times 2/3 { g'2 ^"1" g' g' }
    g'1
    \set tupletFullLengthNote = ##t
    \times 2/3 { g'2 ^"2" g' g' } \break
    g'1
}

lowermusic = {
    \clef bass r1
    \clef treble r1
    \clef bass r1
    \clef treble r1
    \clef bass r1 r1
}

% score
\score {
    {
        <<
            \new PianoStaff = piano <<
                \new Staff = upper { \uppermusic }
                \new Staff = lower { \lowermusic }
            >>
        >>
    }
}



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to