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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to