]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
release: 1.1.43
[lilypond.git] / lily / lyric-engraver.cc
index f5807666da8b71a4024544a88de1c521969427ee..d93c7b48d9f067106d5abaf41b30f7af05498921 100644 (file)
@@ -43,6 +43,8 @@ Lyric_engraver::do_process_requests()
       text_p_=  new G_text_item;
       text_p_->text_str_ = req_l_->text_str_;
 
+      text_p_->text_str_ += " ";       // ugh.
+
       Scalar style = get_property ("textStyle", 0);
       if (style.length_i ())
        text_p_->style_str_ = style;