bug-lilypond
[Top][All Lists]
Advanced

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

2.7.38 TupletBracket line-breaking bug with tupletFullLength


From: Trevor Bača
Subject: 2.7.38 TupletBracket line-breaking bug with tupletFullLength
Date: Mon, 13 Mar 2006 21:38:26 -0600

With tupletFullLength = ##t, TupletBracket line-breaking logic falsely
duplicates TupletNumber at beginning-of-line. In the snippet below, an
errant "3" appears at the beginning of line 2.

%%%%%% BEGIN tupletFullLength BUG %%%%%%%%%%

\version "2.7.38"

\new Staff {
   \set tupletFullLength = ##t
   \time 1/4
   \times 2/3 {
      c'8 c'8 c'8
   }
   \bar "|" \break
   c'4
}

%%%%%%% END %%%%%%%%%%%%%%%%%%%%%

Bug is not release critical because tupletFullLength does not appear
in 2.6 and is new to 2.7.



--
Trevor Bača
address@hidden

Attachment: tupletFullLength.png
Description: PNG image


reply via email to

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