This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tweaking_your_chant_output [2015/03/19 16:07] bgm [Custos] |
tweaking_your_chant_output [2015/03/20 16:14] (current) bgm [Colours] |
||
---|---|---|---|
Line 91: | Line 91: | ||
Now, if you want coloured text within your chant text below the staves, then you can add the colour codes right in the gabc file like this: | Now, if you want coloured text within your chant text below the staves, then you can add the colour codes right in the gabc file like this: | ||
<code lua><v>\color{red}My Red Text</v></code> | <code lua><v>\color{red}My Red Text</v></code> | ||
+ | or, simply: | ||
+ | <code lua><c>My Red Text</c></code> | ||
but, for just a single character (such as a *), you have to do this to set the color back to the previous color: | but, for just a single character (such as a *), you have to do this to set the color back to the previous color: | ||
<code lua><v>\color{red}*\color{black}</v></code> | <code lua><v>\color{red}*\color{black}</v></code> |