bug-lilypond
[Top][All Lists]
Advanced

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

offset and TupletNumbers


From: Knute Snortum
Subject: offset and TupletNumbers
Date: Mon, 27 Nov 2023 13:57:10 -0800

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

Attachment: offset-tuplet-number-2.24.3.png
Description: PNG image


reply via email to

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