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 <ksnor...@gmail.com> wrote:

> That seems to work just fine.  KISS.  Thanks!
>
>
> Knute Snortum
> (via Gmail)
>
>
> On Wed, May 21, 2014 at 10:33 PM, David Kastrup <d...@gnu.org> wrote:
>
>> Thomas Morley <thomasmorle...@gmail.com> 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
>>
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to