Does anyone understand why the partcombine output is so awful?

\version "2.19.16"

\score {
  \new Staff \with { instrumentName = "<< >>" } <<
    \new Voice \relative { a'2~2 a2~2 }
    \new Voice \relative { c''2~2 f2~2 }
  >>
}

\score {
  \new Staff \with { instrumentName = "partcombine" } <<
    \partcombine \relative { a'2~2 a2~2 }
                 \relative { c''2~2 f2~2 }
  >>
}

Thanks,
— 
Dan


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to