X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Flyric-engraver.cc;h=bbe15845a61a77379c070b6839637d69c4c1a507;hb=476687b992c1c0d551b0d425e5ece78c39cfc3ef;hp=6dce40a464ba7b385f0149dd254debd7de9b6ecd;hpb=058370efc7e9710f149d0f444328bb1fcd7bdec1;p=lilypond.git diff --git a/lily/lyric-engraver.cc b/lily/lyric-engraver.cc index 6dce40a464..bbe15845a6 100644 --- a/lily/lyric-engraver.cc +++ b/lily/lyric-engraver.cc @@ -175,18 +175,12 @@ Lyric_engraver::stop_translation_timestep () if (head) { - text_->set_parent (head, X_AXIS); + text_->set_parent (head->get_parent(X_AXIS), X_AXIS); if (melisma_busy (voice) && !to_boolean (get_property ("ignoreMelismata"))) text_->set_property ("self-alignment-X", get_property ("lyricMelismaAlignment")); } - else - { - text_->warning (_ ("Lyric syllable does not have note." - " Use \\lyricsto or associatedVoice.")); - text_->set_property ("X-offset", scm_from_int (0)); - } } last_text_ = text_;