lilypond-user
[Top][All Lists]
Advanced

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

Re: Hairpin 'to-barline' ignored in Dynamics context when grace notes ar


From: Torsten Hämmerle
Subject: Re: Hairpin 'to-barline' ignored in Dynamics context when grace notes are present?
Date: Mon, 9 Apr 2018 11:33:10 -0700 (MST)

Ah, sorry,

I see what you mean...
If you want the hairpin to stop before the bar-line, you could insert a
silent grace note and explicitly let the crescendo hairpin stop there:


\version "2.19"
 <<
        \relative {
                c'2 e4 g | \acciaccatura { a16 b } c4 r r2 |
        }
        \new Dynamics {
                s1 \p \< | \grace s8\! s \f
        }
 >>

 <<
        \relative {
                c'2 e4 g | c4 r r2 |
        }
        \new Dynamics {
                s1 \p \< | s \f
        }
 >>

\layout {
        \context {
                \Score
                        \override Hairpin.to-barline = ##t
        }
}


HTH,
Torsten 



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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