lilypond-devel
[Top][All Lists]
Advanced

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

Inconsistent placing of TrillSpanners when not using \stopTrillSpan


From: James Lowe
Subject: Inconsistent placing of TrillSpanners when not using \stopTrillSpan
Date: Wed, 07 Jul 2010 13:56:59 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1

Hello,

While updating the NR with the reg tests that have not yet been documented I came across an anomaly with trill spanners.

Specifically the reg test says

Consecutive trill spans will work without explicit \stopTrillSpan commands, 
since successive trill spanners will automatically become the right bound of 
the previous trill.

Here is my simple ly file showing you 3 different scores, the only difference being the \relative c.

%%%

\version "2.13.24"

\score {
  \relative c''' {
    c1\startTrillSpan
    c1
    a1\startTrillSpan
    c1\stopTrillSpan
  }
}

\score {
  \relative c'' {
    c1\startTrillSpan
    c1
    a1\startTrillSpan
    c1\stopTrillSpan
  }
}

\score {
  \relative c' {
    c1\startTrillSpan
    c1
    a1\startTrillSpan
    c1\stopTrillSpan
  }
}

%%%

I have attached a jpg for those that don't want to run the lily example directly.

What I don't understand is why the middle example shows that the second trill allows for the 'overlap' but the first and third don't and the trills effectively run into each other.

I'm not looking for a solution for documentation - I can deal with that, but wondered if this was a 'bug' or 'expected' (if you see what I mean?).

James

Attachment: Capture.JPG
Description: JPEG image


reply via email to

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