bug-lilypond
[Top][All Lists]
Advanced

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

misleading warning


From: David Bobroff
Subject: misleading warning
Date: Sat, 29 Mar 2008 22:31:08 +0000
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

The following piece of LilyPond code produces a misleading warning.

%%%%% BEGIN LILY %%%%%

\version "2.11.42"

\score {
        \relative {
        \time 4/3
        c
        }
}

%%%%% END LILY %%%%%

The warning is:

warning: strange time signature found: 3/4

Now, plainly, 3/4 is *not* a strange time signature, but 4/3 is, and that's what the warning really means, of course. Somehow the numerator and denominator are inverted in the warning.

-David




reply via email to

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