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:[email protected]
www.ptoye.com

Reply via email to