On 2015-09-03 12:55 PM, Abbazia Mater Ecclesiae wrote:
2. The command \greseteolcustos{manual} doesn’t work if it’s set in the
middle of a score, it just works at the beginning of a score inclusion
(in my documents, at least…). But what if a line break occurs just
before the /divisio finalis/ that precedes the <eu> block? My supposed
sintax:

Do(e)mi(d.)ni(d.) <v>\greseteolcustos{manual}</v> (::) <eu> E(h) u(h)
o(g) u(f) a(gh) e(gf) </eu> (::)

does not work, and I still get the custos at the end of the line.

Okay, the problem here is that you can't put the custos blocking command in the lyrics, it has to be in the notes. This means that you have to use macros, not the `<v></v>` tags.

Add the following to your gabc file header:

def-m1:\greseteolcustos{manual};
def-m2:\greseteolcustos{auto};

(Technically the second macro is only needed if you are going to want to turn custos back on at some point.)

Then put `[em1]` inside the parentheses at the beginning of where you want the custos to stop appearing. `[em2]` will allow the custos to start appearing again.

So, in your case the line you quoted should look like this:

Do(e)mi(d.)ni(d.) ([em1]::) <eu> E(h]) u(h) o(g) u(f) a(gh) e(gf) </eu> (::)

✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝
Br. Samuel, OSB
(R. Padraic Springuel)

PAX ☧ ΧΡΙΣΤΟΣ

_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

Reply via email to