lilypond-user
[Top][All Lists]
Advanced

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

Re: Unwanted warning messages: omitting tuplet bracket


From: Thomas Morley
Subject: Re: Unwanted warning messages: omitting tuplet bracket
Date: Tue, 12 Nov 2019 21:37:13 +0100

Am Di., 12. Nov. 2019 um 20:09 Uhr schrieb Peter Toye <address@hidden>:
>
> The following MWEs both give errors saying that a tuplet bracket has neither 
> a beginning nor an end. IN the first one this is presumably because of the 
> percent repeat sign, and in the second because of the silent notes.
>
> But the brackets are explicitly omitted so IMO the warning message should not 
> be there. What do the experts think?
>
> \version "2.19.52"
>
> \language "english"
>
> {
>     \omit TupletBracket
>     \omit TupletNumber
>     \clef "treble"
>
>     \tuplet 3/2 8 { \repeat percent 4  {c'16 16 16 } }
> }
>
> \version "2.19.52"
>
> \language "english"
>
> {
>     \omit TupletBracket
>     \omit TupletNumber
>     \clef "treble"
>
>     \tuplet 3/2 8 { c'16 s16*11 }
> }
>
>
> Regards,
>
> Peter
> mailto:address@hidden
> www.ptoye.com

At the stage where you omit the stencil, all needed calculations (to
print one) are already done.
The warning is thrown during this calculation, thus any attempt to
tackle the stencil will come too late to avoid the warning.

Though, if you want neither TupletBracket nor TupletNumber, why don't
you use scaled durations?


Cheers,
  Harm



reply via email to

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