lilypond-user
[Top][All Lists]
Advanced

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

Unwanted warning messages: omitting tuplet bracket


From: Peter Toye
Subject: Unwanted warning messages: omitting tuplet bracket
Date: Tue, 12 Nov 2019 19:08:19 +0000

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
reply via email to

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