lilypond-user
[Top][All Lists]
Advanced

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

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


From: Noeck
Subject: Re: Bug in articulate.ly + TrillSpan + full-measure rests
Date: Wed, 04 Feb 2015 00:19:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Davide,

I don’t know how to fix it in articulate but adding <> and moving the
\stopTrillSpan before the rest seems to work:

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

\new Staff \mus
\articulate \mus

This means: The trill stops visually at the same point (measure 2) but before
the rest. How can you do a trill on a rest anyway? <> is an empty chord, so a
note without duration.

HTH,
Joram



reply via email to

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