Hi,

I'm working with partcombine and don't know how to solve an 'unterminated slur' issue. I suppose this is the known issue that is described in the manual:

'\partcombine keeps all spanners (slurs, ties, hairpins etc.) in the same Voice so that if any such spanners start or end in a different Voice, they may not be printed properly or at all.'

But is there a work around for this?

See my minimal example showing the problem,

Greetings Ed


\version "2.18.0"

musicI  = { e''2( a'2) }
musicII = { e'2( \partcombineApart a'2) }

\markup { Partcombine is not showing slurs: warning: unterminated slur}
{
  \partcombine \musicI \musicII
}





_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to