|
| From: | Nick Payne |
| Subject: | Re: Dynamics on chords |
| Date: | Thu, 19 May 2011 10:29:49 +1000 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 |
On 19/05/11 08:46, Albu wrote:
\version "2.12.1"
\relative c'
{
f1~
< f c'~ ais'> %I want to put a crescendo and decrescendo here
c'4
c2\pp<c b' g'> %and a decrescendo here
}
I found an espressivo and an sforzando to put in place, its as close as I've
got, but it is not stylized nor correct.
How about:
\version "2.12.1"
notes = \relative c'
{
f1~
< f c'~ ais'> %I want to put a crescendo and decrescendo here
c'4
c2 <c b' g'> %and a decrescendo here
}
dynamics = {
s1
s2\< s4\> s4\!
s2 s4\pp\> s4\!
}
\score {
\new Staff <<
\notes
\dynamics
>>
}
| [Prev in Thread] | Current Thread | [Next in Thread] |