X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftime-signature-engraver.cc;h=9d4343360475191038b51b32c6521d394b17d7f2;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=26ba68e13dcf2235ed581a51e5ced487b68e4c53;hpb=ecf2b5e9dcfa7654803fb0050d7127e0ec7fd934;p=lilypond.git diff --git a/lily/time-signature-engraver.cc b/lily/time-signature-engraver.cc index 26ba68e13d..9d43433604 100644 --- a/lily/time-signature-engraver.cc +++ b/lily/time-signature-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys */ #include "engraver-group.hh" @@ -62,8 +62,8 @@ Time_signature_engraver::process_music () OTOH, Tristan Keuris writes 8/20 in his Intermezzi. */ warning (_f ("strange time signature found: %d/%d", - den, - int (scm_to_int (scm_car (fr))))); + int (scm_to_int (scm_car (fr))), + den)); } time_signature_ = make_item ("TimeSignature", SCM_EOL);