Am 28.10.2014 04:33, schrieb Dan Eble:
Urs Liska <ul <at> openlilylib.org> writes:

Hi all,

I'm experiencing an issue with \partcombine.

Consider the attached snippet and image.
When there is an acciaccatura in one of the voices the trill spanner
doesn't stop in the \partcombine-d voice.

It doesn't matter in which voice the acciaccatura is. \appoggiatura has
the same effect while \grace works well.
Looks like it has something to do with the part combiner state.

\version "2.19.15"

one = \relative c'' {
   c2 \startTrillSpan
   c2 \stopTrillSpan
}

two = \relative c' {
   c2
   \partcombineApart c2
}

\score {
   <<
     \new Staff \one
     \new Staff \two
     \new Staff \partcombine \one \two
   >>
}

Thank you.

I don't see through that completely yet, but for now it helps me get the score in a state to be proof-read at least (partcombining will be treated thoroughly at a later point).

Best
Urs

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

Reply via email to