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

Reply via email to