gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-music-discuss] RE: Coda on the top of a Bar


From: nemolivier
Subject: [Gnu-music-discuss] RE: Coda on the top of a Bar
Date: Tue, 19 Sep 2000 01:04:25 +0200

                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   address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]