lilypond-user
[Top][All Lists]
Advanced

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

TrillSpan help


From: Mark Probert
Subject: TrillSpan help
Date: Fri, 16 Jun 2023 17:54:25 +1000

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...

Any help appreciated, and many thanks!

 .. mark.

---
\version "2.24"

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

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



reply via email to

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