Hello,

if a melisma is recognised through melismaBusy, the respective lyric syllable will be center-aligned, as if there were no melisma. It should be left-aligned. Bonus points for anybody to recognise the piece I’m arranging at the moment :-)

Yours, Simon
\version "2.19.25"

\layout {
  \context {
    \Voice
    melismaBusyProperties = #'(melismaBusy)
  }
}

tenor = {
  a'\melisma d''\melismaEnd d''
}

tenText = \lyricmode {
  Kei -- ner
}

\score {
  \new StaffGroup <<
    \new Staff \tenor
    \addlyrics \tenText
  >>
}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to