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: Dan Eble
Subject: Re: \partcombine, trill spanner and acciaccatura
Date: Tue, 28 Oct 2014 03:33:51 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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
  >>
}




reply via email to

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