[EMAIL PROTECTED] writes:
> It appears to me that the [de]crescendo marks are tied to notes.
> For example, I must say a4\< b c \:d2.
> I'd like to express something like this (imagine \< and \> were like
> notes and could take a duration):
> <d1 {\<2 \>2}> %(I'm not suggesting this syntax, just using it here).
> 

FAQ:

6.3: How do I put more than one marking on a note.

You can stack them 


        c4^"a"^"b"


or use spacing-notes to put markings at different horizontal positions 


        < c1
          { s4\ff s4^"text" s4-\marcato s4 }
        >


This also works for crescendi, eg, 


        < c1
          { s4\< s2 \! s4 }
        >


-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to