lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Melisma breaking converting from 2.18 to 2.19


From: Malte Meyn
Subject: Re: Melisma breaking converting from 2.18 to 2.19
Date: Tue, 27 Aug 2019 10:56:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0



Am 27.08.19 um 04:40 schrieb Vaughan McAlley:

I’m trying to convert a large choral project to 2.19. When I compile with 2.19, melismas don't work at all. For example:

c'4 \melisma d' e' \melismaEnd f

puts a note on every syllable.

[…]

Does this ring a bell with anyone?

Yes, it does. The following two scores look the same in 2.18.2 and different in 2.19.83:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.18.2"
%\version "2.19.83"

global = {
  s1
  \bar "|."
}

sop = \relative {
  c'4( d) e f
}

soptext = \lyricmode {
  Me -- lis -- ma
}

\new Staff << \global \sop >> \addlyrics \soptext

\new Staff << \global \sop \addlyrics \soptext >>

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Is this a bug/regression?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]