lilypond-user
[Top][All Lists]
Advanced

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

Re: Contolling Hairpin spans again


From: Kieren MacMillan
Subject: Re: Contolling Hairpin spans again
Date: Fri, 6 Sep 2013 09:18:07 -0400

Hi Peter,

> I would like to reduce the span of the hairpin in the third bar so that it 
> does not reach to the crotchet - is this possible?

Here are two solutions:

\version "2.16.2"

\paper { ragged-right = ##f }

\relative c'' {
\clef "treble"
\time 3/4
r2  e4\pp-\tweak #'minimum-length #8.0 \< ~ 
e2\> e4-\tweak #'minimum-length #6.0 \< ~   
e2*1/2\> s4\! e4
d2.  
}


\relative c'' {
\clef "treble"
\time 3/4
r2  e4\pp-\tweak #'minimum-length #8.0 \< ~ 
e2\>  e4-\tweak #'minimum-length #6.0 \< ~   
<< { e2\! e4 } \new Voice { s4\> s4\! s4 } >>
d2.  
}

The first may be a bit counterintuitive, and will mess up MIDI output, but is 
easier to type.
The second is a little more intuitive, but the voice-juggling can get 
frustrating, and it's harder to type (though a music function would reduce the 
effort).

Hope this helps!
Kieren.


reply via email to

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