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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond