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