bug-lilypond
[Top][All Lists]
Advanced

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

Re: triplet in lyrics warning


From: Mats Bengtsson
Subject: Re: triplet in lyrics warning
Date: Wed, 09 Mar 2005 10:16:51 +0100
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

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


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




reply via email to

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