Curiously I tried the code and get a completely different picture!
I changed to
\version "2.19.25"
\relative c'' {
\tupletUp
%\override TupletNumber.avoid-slur = #'outside
\override TupletNumber.avoid-slur = #'intside
\tuplet 3/2 { b8( b b) }
}
The Output seems to be correct, bat I get an error message. I just have
it in German:
/tmp/frescobaldi-4Z9y9h/tmpkOYpfL/document.ly:6:3 <0>: Warnung: Grob für
Legatobogen wird ignoriert: TupletNumber. avoid-slur nicht gesetzt?
\tuplet 3/2 { b8( b b) }
On 27.08.2015 23:24, Daniel Rosen wrote:
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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user