lilypond-user
[Top][All Lists]
Advanced

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

Apparent bug: Bracketed TupletNumber affected by Slur


From: Daniel Rosen
Subject: Apparent bug: Bracketed TupletNumber affected by Slur
Date: Thu, 27 Aug 2015 21:24:19 +0000

The following code produces the attached output, with the TupletNumber way down 
inside the Slur even though there is no apparent reason for the avoid-slur 
property to matter at all-in other words, this code should produce the same 
output as if the \override were commented out. (The bug appears to manifest 
only when the Slur begins on the first note of the tuplet.)

Is this a bug? I can't seem to find anything like it in the bugs list archives.

\version "2.19.25"
\relative c'' {
  \tupletUp
  \override TupletNumber.avoid-slur = #'outside
  \tuplet 3/2 { b8( b b) }
}

DR

Attachment: document.preview.png
Description: document.preview.png


reply via email to

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