bug-lilypond
[Top][All Lists]
Advanced

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

ugly ties in crossed partcombined voices


From: Dan Eble
Subject: ugly ties in crossed partcombined voices
Date: Fri, 13 Mar 2015 23:54:51 -0400

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




reply via email to

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