On Tue, Mar 17, 2015 at 09:40:31AM -0500, Brother Gabriel-Marie wrote:
> By versiculum-based macros, you all mean anything wrapped in the <v></v>
> inside the gabc code, right?
> 
> When I put this in my tex template, it just removes the ℣ and ℟ characters
> from the resulting pdf.

What I'm using is:
% Emit R/, V/, A/ and + in red
\let\oldrbar\Rbar
\let\oldvbar\Vbar
\let\oldabar\Abar
\let\oldgrecross\grecross
\let\oldgrestar\grestar
\let\oldgredagger\gredagger
\let\olddag\dag
\let\oldddag\ddag
\renewcommand{\Rbar}{\textbf{\color{red}\oldrbar}}
\renewcommand{\Vbar}{\textbf{\color{red}\oldvbar}}
\renewcommand{\Abar}{\textbf{\color{red}\oldabar}}
\renewcommand{\grecross}{\textbf{\color{red}\oldgrecross}}
\renewcommand{\grestar}{\textbf{\color{red}\oldgrestar}}
\renewcommand{\gredagger}{\textbf{\color{red}\oldgredagger}}
\renewcommand{\dag}{{\color{red}\olddag}}
\renewcommand{\ddag}{{\color{red}\oldddag}}
\newcommand{\Rbardot}{{\color{red}\textbf{\oldrbar}.~}}
\newcommand{\Vbardot}{{\color{red}\textbf{\oldvbar}.~}}
\newcommand{\Abardot}{{\color{red}\textbf{\oldabar}.~}}
\newcommand{\Psdot}{{\color{red}\textbf{Ps}.~}}

and using a sed replace <sp>A/</sp>. and <sp>V/</sp>.
and <sp>R/</sp>. in the gabc sources with
<v>\Abardot{}</v> etc., so that even the dot after it
is red, even in gabc sources I don't want to change manually.

        Jakub

_______________________________________________
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users

Reply via email to