offset and TupletNumbers
Knute Snortum <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <CALmeJxSJBCq4frvzux8FNGtz0fDJbbr1=Cunk7gJU_hOm58f-g@mail.gmail.com> |
Is this bug #6618?
%%%
\version "2.25.10"
{
\omit TupletBracket
\tuplet 3/2 { c''4 c''8 }
\offset Y-offset 1 TupletNumber
\tuplet 3/2 { c''4 c''8 }
}
% programming error: TupletBracket.positions requested before line breaking
% continuing, cross fingers
% programming error: TupletBracket.Y-offset accessed before line breaking
% continuing, cross fingers
%%%
In version 2.24.3, the behavior is a little different. The Y-offset is
correct but the X-offset gets set to 0 or some other incorrect value (see
attached) and no programming error output. Is this a separate issue?
--
Knute Snortum
offset-tuplet-number-2.24.3.png
(image/png, 2.6 KB) - not displayed