If you wish to avoid the warning, you can do
\lyrics { is8*2/3 it a bug?2 }

However, for questions like these, it doesn't hurt to send a copy
also to [EMAIL PROTECTED] I have added a Cc: to that list here.

   /Mats

Matthew Peltzer wrote:
I have this code:

\version "2.4.5"
\score {
        <<
                \new Staff {
                        \clef bass \time 4/4 \key c \major
                        \times 2/3 { c8 d e } c2.
                }
                
                \lyrics {
                        \times 2/3 { is8 it a } bug?2.
                }
        >>
}

which renders correctly, but during processing, lilypond produces this warning:

triplet.ly:10:8: warning: no one to print a tuplet start bracket:
                        \time
                             s 2/3 { is8 it a } bug?2.

which when I think about it, is probably technically correct, but also
probably superfluous.

-- Matthew Peltzer
-- [EMAIL PROTECTED]



_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to