]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
patch::: 1.3.76.gp1
[lilypond.git] / lily / lyric-engraver.cc
index 3108ca01a4c3c7b8f55effdb44db7f1c6811c2a7..e31edb695029819d0e6c00f4f9428d28419ac46c 100644 (file)
@@ -44,7 +44,8 @@ Lyric_engraver::do_process_music()
       text_p_=  new Item (get_property ("basicLyricTextProperties"));
       
       text_p_->set_elt_property ("text",
-                                ly_str02scm   ((req_l_->text_str_ + " ").ch_C ()));
+//                              ly_str02scm   ((req_l_->text_str_ + " ").ch_C ()));
+                                ly_str02scm   ((req_l_->text_str_).ch_C ()));
 
       text_p_->add_offset_callback (&Side_position::aligned_on_self,X_AXIS);
       /*