]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-engraver.cc
patch::: 1.2.8.jcn1
[lilypond.git] / lily / stem-engraver.cc
index 1ec79bf2308664ea41f56d0a920fb69562668b8a..1679e52441275bdab90ca4e37760835274188471 100644 (file)
@@ -77,7 +77,7 @@ Stem_engraver::acknowledge_element(Score_element_info i)
 
       if (stem_p_->flag_i_ != duration_log)
        {
-         r->warning (_f("Adding note head to incompatible stem (type = %d)", 1 <<  stem_p_->flag_i_));
+         r->warning (_f ("Adding note head to incompatible stem (type = %d)", 1 <<  stem_p_->flag_i_));
        }
 
       stem_p_->add_head (h);