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
>>
}


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to