lilypond-user
[Top][All Lists]
Advanced

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

triplet in lyrics warning


From: Matthew Peltzer
Subject: triplet in lyrics warning
Date: Tue, 8 Mar 2005 21:16:38 -0700

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
-- address@hidden




reply via email to

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