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


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

Reply via email to