lilypond-user
[Top][All Lists]
Advanced

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

Re: How to increase shift dynamic and end of hairpin


From: Guy Stalnaker
Subject: Re: How to increase shift dynamic and end of hairpin
Date: Mon, 13 Jan 2020 15:29:20 -0600
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1

Kieren,

You sir are a gentleman and a scholar!

I didn't want to say anything, but each of the three previous suggestions worked for the MWE, but when applied to my score either either did not work at all, or only worked for some of the areas that needed the extended hairpin decrescendo.

This function, however, worked perfectly in all the places I used it.

Much thanks.

Guy

On 1/13/2020 9:55 AM, Kieren MacMillan wrote:
\version "2.19.83"

\language "english"

after =
#(define-music-function (parser location t e m)
      (ly:duration? ly:music? ly:music?)
      #{
          \context Bottom <<
              #m
              { \skip $t <> -\tweak extra-spacing-width #empty-interval $e }
          >>
      #})

\score {
   <<
     \new Staff {
       c'2^\< a2 c'2^\mf^\> \after 4 \p f'2
       c'2^\< a2 c'2^\mf^\> \after 4 \p f'2
     }
     \new Staff {
       a2^\< f2 a2^\mf^\> c'4( bf) ^\p
       a2^\< f2 a2^\mf^\> c'4( bf)^\p
     }
     \addlyrics {
       Al -- le -- lu -- ia
       Al -- le -- lu -- ia
     }
   >>
}

--
“Happiness is the meaning and the purpose of life, the whole aim and end of human existence.”
― Aristotle



reply via email to

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