lilypond-user
[Top][All Lists]
Advanced

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

Flared hairpin across line break


From: Andrew Bernard
Subject: Flared hairpin across line break
Date: Mon, 11 Mar 2019 15:39:17 +1100

I'd like to have flared hairpins that only flare at the terminating end after a line break.

The following example shows that using the flared hairpin stencil in a simple minded way causes it to flare at the first break, which I want to not have.

Is there some magic that can be done with alter-broken?

Andrew

%======
\version "2.19.82"

{
  \time 2/4
  c''2
  \once \override Hairpin.stencil = #flared-hairpin
  c''\<
  \break
  c''2 c''\!
}

%======


reply via email to

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