lilypond-user
[Top][All Lists]
Advanced

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

Re: A somewhat unusual custom dynamic


From: Martín Rincón Botero
Subject: Re: A somewhat unusual custom dynamic
Date: Sun, 4 Oct 2020 11:26:05 +0200

how about simply using a hidden voice?

\relative c' {
\new Voice << { c1 } {\override Hairpin #'minimum-length = #7 s2.\pp\> s4\ppp } >>
}

image.png


Am So., 4. Okt. 2020 um 10:55 Uhr schrieb Andrew Bernard <andrew.bernard@gmail.com>:
Here's a custom dynamic I need (the usual New Complexity complications...):

pptopppdashText = \markup {
  \line {  pp \normal-text > ppp―  }
}
pptopppdash =
\tweak DynamicText.self-alignment-X #LEFT
#(make-dynamic-script pptopppdashText)

The greater than sign is my naive attempt to include a hairpin. The
question is, how could one put a 'proper' hairpin, with a view to
being able to make it longer?

Andrew



--
www.martinrinconbotero.com

reply via email to

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