lilypond-user
[Top][All Lists]
Advanced

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

Re: TrillSpan help


From: Jean Abou Samra
Subject: Re: TrillSpan help
Date: Fri, 16 Jun 2023 10:39:33 +0200
User-agent: Evolution 3.48.3 (3.48.3-1.fc38)

Le vendredi 16 juin 2023 à 17:54 +1000, Mark Probert a écrit :

Hi.

According to the manual "A hairpin ending on a downbeat will stop at the preceding barline." By default, I've found this to be true of \startTrillSpan \stopTrillSpan as well.

With hairpins there is an override (Hairpin.to-barline) that allows for the final note to be included. Does there exist such a feature for trills?

In the example note how the trill and the hairpin don't match. I am clearly missing something...

The method is the same:

\version "2.24"

tune = \relative c'' {
  \clef treble
  \time 4/4
  \override Hairpin.to-barline = ##f
  \override TrillSpanner.to-barline = ##f

  g1\startTrillSpan_\< | g1 | g1\stopTrillSpan\! |
}
\score {
  <<
    \new Staff \tune
  >>
}

Best,

Jean

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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