lilypond-user
[Top][All Lists]
Advanced

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

Re: markup dynamics in a crescendo event


From: Knute Snortum
Subject: Re: markup dynamics in a crescendo event
Date: Fri, 23 May 2014 08:43:22 -0700

Update: I ran into a situation where I needed \ffsf \> \p, that is, ffsf decrescendo to piano, but the ffsf did not have a MIDI volume associated with it, so I was getting the "impossible (de)crescendo" programming error.  To fix this, I added:

#(define (myDynamics dynamic)
    (if (equal? dynamic "ffsf")
      0.95
      (default-dynamic-absolute-volume dynamic)))


Knute Snortum
(via Gmail)


On Thu, May 22, 2014 at 8:59 AM, Knute Snortum <address@hidden> wrote:
That seems to work just fine.  KISS.  Thanks!


Knute Snortum
(via Gmail)


On Wed, May 21, 2014 at 10:33 PM, David Kastrup <address@hidden> wrote:
Thomas Morley <address@hidden> writes:

> ffsf =
> %\tweak DynamicText.self-alignment-X #LEFT
> #(make-dynamic-script #{ \markup \dynamic "ffsf" #})

I seem to remember that just (make-dynamic-script "ffsf") should be
enough as the markup is rendered in the \dynamic font by default.

--
David Kastrup



reply via email to

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