lilypond-user
[Top][All Lists]
Advanced

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

Re: Apparent bug: Bracketed TupletNumber affected by Slur


From: BB
Subject: Re: Apparent bug: Bracketed TupletNumber affected by Slur
Date: Fri, 28 Aug 2015 11:56:35 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

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: 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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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