lilypond-user
[Top][All Lists]
Advanced

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

Tuplet indicators don't always move when stems on beamed notes shortened


From: Nick Payne
Subject: Tuplet indicators don't always move when stems on beamed notes shortened
Date: Mon, 19 Jul 2010 08:40:39 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100528 Thunderbird/3.0.5

In single staff polyphony I often need to shorten the stems on beamed notes to avoid notes in another voice. The tuplet bracket and number automatically move to be in the correct position except when a tuplet begins with a rest, in which case the tuplet bracket and number have to be manually moved with \once \override TupletNumber #'extra-offset = and \once \override TupletBracket #'extra-offset =. Is this a bug or just how things are supposed to work?

\version "2.13.28"

\relative c'' {
    \set tupletSpannerDuration = #(ly:make-moment 1 4)
    \override TupletBracket #'bracket-visibility = ##t
    \override Beam #'positions = #'(-1.5 . -1.5)
    \times 2/3 { c8 c c r c c c c c c c c }
}

Nick

Attachment: test.preview.png
Description: PNG image


reply via email to

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