>>>>> "Albu" == Albu  <alabal...@hotmail.com> writes:



Albu> Thanks Eluze, its not the chord name, here goes an example:

Albu> \version "2.12.1" \relative c' { f1~ < f c'~ ais'> %I want to
Albu> put a crescendo and decrescendo here c'4

This is what I use.  It's nowhere near perfect.

\version "2.12.1"

        \relative c' { f1 ~ 
        << 
          { < f c' ~ ais'> c'4 } \\
          {s8\< s4. \!\> s4. s8\!}
        >>
         c2\pp 
        << 
         <c b' g'> \\
         {s8\> s4 s8\!}
        >>
}


--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au           ERTOS within National ICT Australia

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

Reply via email to