X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flyric-engraver.cc;h=6c7c2697dc7e036310e9ad6683a9d5b9967c41d8;hb=b1323f33e9aa4b9eea05eefb8755c907d4d762d4;hp=23b98b095a09d94f7a11abba2767a5b6c8ca9fee;hpb=08a07c06317a26d5cec444702f6566ee8e3326d8;p=lilypond.git diff --git a/lily/lyric-engraver.cc b/lily/lyric-engraver.cc index 23b98b095a..6c7c2697dc 100644 --- a/lily/lyric-engraver.cc +++ b/lily/lyric-engraver.cc @@ -61,7 +61,7 @@ Lyric_engraver::process_music () { text_= make_item ("LyricText"); - text_->set_grob_property ("text", req_->get_mus_property ("text")); + text_->set_property ("text", req_->get_property ("text")); announce_grob (text_, req_->self_scm()); } }