]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
patch::: 1.3.96.jcn9
[lilypond.git] / lily / lyric-engraver.cc
index fe69dea3ed5a6879571afd8ecbdfe591937d1340..c0af7c4fd8ba8c22c5b1cec6a8a3c0ca52ed5846 100644 (file)
@@ -43,7 +43,7 @@ Lyric_engraver::do_process_music()
     {
       text_p_=  new Item (get_property ("LyricText"));
       
-      text_p_->set_elt_property ("text", req_l_->text_);
+      text_p_->set_elt_property ("text", req_l_->get_mus_property ("text"));
 
       /*
        We can't reach the notehead where we're centered from here. So