]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-engraver.cc
*** empty log message ***
[lilypond.git] / lily / time-signature-engraver.cc
index 5dc4913a80de7d10b1b1e176369d3a96aa5f8490..77fd444f129f399ab70f0277491f6811668341e8 100644 (file)
@@ -51,7 +51,7 @@ Time_signature_engraver::process_music ()
 
            OTOH, Tristan Keuris writes 8/20 in his Intermezzi.
          */
-         warning (_f ("Found strange time signature %d/%d.",
+         warning (_f ("strange time signature found: %d/%d",
                       den,
                       scm_to_int (scm_car (fr))));
        }