]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-engraver.cc
*** empty log message ***
[lilypond.git] / lily / stem-engraver.cc
index c2e2db386e0738afe1a1996497501cb3db833d7b..7535d3916286b5d5ac4c32f49b90655d61e9866d 100644 (file)
@@ -121,7 +121,9 @@ Stem_engraver::acknowledge_grob (Grob_info i)
 
       if (Stem::duration_log (stem_) != duration_log)
        {
-         i.music_cause ()->origin ()->warning (_f ("Adding note head to incompatible stem (type = %d)", 1 <<  Stem::duration_log (stem_)));
+         i.music_cause ()->origin ()->warning (_f ("Adding note head to incompatible stem (type = %d)", 1 <<  Stem::duration_log (stem_))
+                                               + _f ("Don't you want polyphonic voices instead?")
+                                               );
        }
 
       Stem::add_head (stem_,h);