2009/5/15 Carl D. Sorensen <c_soren...@byu.edu>:
>> 1. How to get the two minor notes (sort of like appoggiaturas) placed
>> correctly after the main note, at the end of the bar. \appoggiatura seems to
>> always put the minor notes before the actual notes.
>
> I think \graceAfter is what you're looking for.

I think it is rather \afterGrace .

The problem with \afterGrace is that you cannot put a slur:

\new Staff \relative c'''{ \afterGrace a2 {g16[ a]} a2 }
\new Staff \relative c'''{ a2 \acciaccatura {g16[ a]} a2 }


By the way, what's wrong with this code? Not having \new Staff
(because I assume it's not needed) it creates three staves!

\relative c'''{ \afterGrace a2 {g16[ a]} a2 }

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org


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

Reply via email to