I see the message of David K. Ihad the same proble, here is the Matt 
solution :)

I use the following macro:> > 
 barfermata = \mark "\\font\\fetafont=feta20\\fetafont\\char40";
 
 to get at fermata on top of a bar line, example:
 
 c4 d e f \barfermata \bar "||";

This definition should be put at the top of the file, marks are not
printed by default. Therefore, you should add 

\score{
...
\paper{
...
\translator{\BarNumberingStaffContext}
}
}

if you want the fermata on each staff or

\score{
...
\paper{
...
\translator{\OrchestralScoreContext}
}
}

if you want the fermata only on top of each score line
(system of staffs).

        But it's sure that a macro in lily will be realy usefull because Coda is in a 
lot of score (for my use of
lily.... JAZZ !!)

-- 
Olivier Gu�ry   [EMAIL PROTECTED]
_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to