bug-lilypond
[Top][All Lists]
Advanced

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

Re: \partcombine, trill spanner and acciaccatura


From: Urs Liska
Subject: Re: \partcombine, trill spanner and acciaccatura
Date: Tue, 28 Oct 2014 11:25:56 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

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



reply via email to

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