lilypond-user
[Top][All Lists]
Advanced

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

Re: Problems with Hairpins


From: Antheo
Subject: Re: Problems with Hairpins
Date: Mon, 6 Oct 2008 20:09:58 -0700 (PDT)


thanks, i learned a new trick with the make-moment.


Kieren MacMillan wrote:
> 
> Hi Antheo,
> 
>> Problems are that the first hairpins are too short
>> The 3rd and 4th are uneven and the tie between the first notes does  
>> not work.
>> Any ideas how to accomplish that?
> 
> Perhaps something like
> 
> %%%%%%%%%%%%%%%%%
> \version "2.11.59"
> 
> \layout {
>      indent = 0.0\cm % remove indent on first staff
> }
> 
> waves = \relative c' {
>      \override Hairpin #'minimum-length = #10
>       % 1. P   <   F
>       \repeat percent 2 { d2\p\< ~ d\!\f }
>       % 2. F   >   P
>       \repeat percent 2 { d2\f\> ~ d\!\p }
>       \set Score.proportionalNotationDuration = #(ly:make-moment 1 8)
>       \override Hairpin #'minimum-length = #5
>       % 3. P < F > P
>       d4\p\< ~ d4\! ~ d4\> ~ d4\p
>       % 4. F > P < F
>       d4\f\> ~ d4\! ~ d4\< ~ d4\f
> }
> \score {
>      \waves
>      \header {
>        piece = "Waves"
>      }
> }
> %%%%%%%%%%%%%%%%%
> 
> HTH!
> Kieren.
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problems-with-Hairpins-tp19847565p19850324.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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