I've just noticed these possible bugs with 2.11.44.

1) When combining tuplets with clef changes in another staff, the tuplet
bracket ends early when tupletFullLength is set.

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.

I've not come across these before - might they be regressions?

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

Attachment: test.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to