X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flyric-engraver.cc;h=eafde88b33c6792e83bf304ddc6a0daab5c2dfc8;hb=e3653172dd4c233d8ec96af2ad425f6c675bce62;hp=3bc2c121bf961fb59f909dbeff0b8c99f26bf28b;hpb=4bd29f98794235cbe90875a6d73ad6cf4ffeaf5b;p=lilypond.git diff --git a/lily/lyric-engraver.cc b/lily/lyric-engraver.cc index 3bc2c121bf..eafde88b33 100644 --- a/lily/lyric-engraver.cc +++ b/lily/lyric-engraver.cc @@ -81,8 +81,10 @@ Lyric_engraver::process_music () } Context *voice = get_voice_to_lyrics (context ()); - if (last_text_ && voice && - to_boolean (voice->get_property ("melismaBusy"))) + if (last_text_ + && voice + && to_boolean (voice->get_property ("melismaBusy")) + && !to_boolean (context ()->get_property ("ignoreMelismata"))) last_text_->set_property ("self-alignment-X", get_property ("lyricMelismaAlignment")); }