On 2019-11-13 2:16 am, Gianmaria Lari wrote:
Probably it doesn't exist a simple solution and the best would to keep
the last measure outside the variable.
Embedding the tie within the variable seems to work:
%%%%
\version "2.19.83"
multipleVoiceWithUnterimnatedTie = \fixed c' {
<< { g4 a~ } \\ { e2 } >>
}
multipleVoiceFollowingPhraseI = \fixed c' {
<< { a2 } \\ { d4 f } >>
}
multipleVoiceFollowingPhraseII = \fixed c' {
<< { a4 b } \\ { f2 } >>
}
{ \multipleVoiceWithUnterimnatedTie
\multipleVoiceFollowingPhraseI
\multipleVoiceWithUnterimnatedTie
\multipleVoiceFollowingPhraseII }
%%%%
-- Aaron Hill