lilypond-user
[Top][All Lists]
Advanced

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

Bug in articulate.ly + TrillSpan + full-measure rests


From: Davide Liessi
Subject: Bug in articulate.ly + TrillSpan + full-measure rests
Date: Wed, 04 Feb 2015 00:09:28 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Dear all,
I found a strange behaviour in the interaction of articulate.ly with TrillSpan and full-measure rests.
This snippet:

\version "2.19.15"
\include "articulate.ly"
\articulate {
  b1 \startTrillSpan |
  R1 \stopTrillSpan |
  b2 r |
}

gives a warning: barcheck failed at: 1/2
  b2 r
       |
and also b2 is expanded as a trill.
This happens both with the version of articulate.ly included in LilyPond 2.19.15 and with the version in latest Git (i.e. with all the latest patches).

The warning disappears and the trill spanner stops in the right place in any of the following cases:
- change R1 to r1 in measure 2
- change r to b in measure 3
- remove \articulate (of course!)

How can I solve this problem?
Best wishes.
Davide



reply via email to

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