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: Xavier Scheuer
Subject: Re: How to increase shift dynamic and end of hairpin
Date: Tue, 14 Jan 2020 13:29:18 +0100

On Tue, 7 Jan 2020 at 23:23, Guy Stalnaker <address@hidden> wrote:
>
> Sorry, Knute -- Harm's suggestion is less work LOL

Hi,

Even less work would be to change Hairpin.minimum-length.

%% MWE
\version "2.19"
\language "english"

\layout {
  \context {
    \Voice
    \override Hairpin.minimum-length = #8
  }
}

\score {
  <<
    \new Staff \with {
      \dynamicUp
    } {
      c'2\< a2 c'2\mf\> f'2\p
      c'2\< a2 c'2\mf\> f'2\p
    }
    \new Staff \with {
      \dynamicUp
    } {
      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
    }
  >>
}
%%

It works. Although it would be better if Hairpin #'minimum-length would apply to REAL length of the hairpin.
https://sourceforge.net/p/testlilyissues/issues/2207/  

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>


reply via email to

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