Hi Jon,
Am 22.01.23 um 03:31 schrieb Jon Arnold:
Thanks all! Separating the voices did fix the problem. I used this
score a long time ago and then updated the layout, so I feel like an
update several years ago must have changed the behavior, which is
interesting.
Compare:
\version "2.24"
mel = \relative {
g''4.( f8 f e) d( c)
d2 r
}
lyr = \lyricmode { Glo -- ri -- a! }
stuff = {
\dynamicUp % try commenting this out!
<>\f\>
s1
<>\!
}
\new Staff << \mel \stuff >> \addlyrics \lyr
\new Staff << \stuff \mel >> \addlyrics \lyr
\new Staff << \mel \addlyrics \lyr \stuff >>
But if you remove the \dynamicUp you'll see that LilyPond's behaviour in
<< \A \B >> \addlyrics { ... } constructions is a bit volatile.
Lukas