lilypond-user
[Top][All Lists]
Advanced

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

Re: nested crescendos?


From: James Bailey
Subject: Re: nested crescendos?
Date: Sun, 3 Oct 2010 23:43:35 +0200

On Oct 3, 2010, at 11:34 PM, Alex Jones wrote:

> I need to include nested crescendos and decrescendos within a document (e.g. 
> an overarching crescendo with phrasing decrescendos).  Is this possible?
> 
> For example the idea would be something like the following:
> 
> fis, \< \>  (ees') \! f,! \> (d') \! \!
> 
> Any suggestions?
> 
> Thanks!
> 
> -akj

You could possibly do it with separate dynamics definitions:
\version "2.12.3"
music = { fis,( ees') f,( d') }
dynamicI = { s4\< s s s\! }
dynamicII = { s4\> s\! s\> s\! }

\score {
   \new Staff << \music \dynamicI \dynamicII >>
}




reply via email to

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