bug-lilypond
[Top][All Lists]
Advanced

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

tupletFullLength, tupletFullLengthNote problems


From: Mark Knoop
Subject: tupletFullLength, tupletFullLengthNote problems
Date: Wed, 23 Apr 2008 09:29:31 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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 }
            >>
        >>
    }
}





reply via email to

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