gregorio icon indicating copy to clipboard operation
gregorio copied to clipboard

Multiple characters as initial

Open Nokel81 opened this issue 3 years ago • 5 comments

It would be great if it was possible to specify how many characters the initial should use. This is useful if you are doing multiple verses and want to have the whole <sp>V/</sp> 1. as the initial.

Example: image

This should probably be defined in terms of displayed characters (so that <sp>V/</sp> counts as one). Though another solution could be to add an extension to gabc itself. Maybe something like ^ when in note mode. So that the above could be written as:

(c4) 2.(^) Coe(h)tus(g) in(h)

Nokel81 avatar Mar 27 '21 18:03 Nokel81

I have found a solution to this (at least when using tex).

It is to put the whole initial into a <v></v> block and then change the font size of the initial. Using a block like this:

{
    \grechangestyle{initial}{\fontsize{14}{20}}
    \gregorioscore{path/to/gabc}
}

Shall I open a PR for documenting this? @rpspringuel ?

Nokel81 avatar Apr 18 '21 20:04 Nokel81

Documenting this in the Tips & Tricks section of the website sounds like a good idea to me.

Sent with GitHawk

rpspringuel avatar Apr 19 '21 13:04 rpspringuel

I may have another use for this trick as I have a communion antiphon that begins with a quotation and I was at a loss for what to do with the quotation mark.

Thanks for this!

R

No dia 19 de abr de 2021, às 08:51, Br. Samuel Springuel @.***> escreveu:

Documenting this in the Tips & Tricks section of the website sounds like a good idea to me.

Sent with GitHawk

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

leduc006 avatar Apr 19 '21 19:04 leduc006

You are welcome, I came across this while looking at the matins of the dead chants transcriptions over on gregobase where the transcriber was using <v>~</v> as a sort of "tab" indent.

Nokel81 avatar Apr 19 '21 19:04 Nokel81

Made PR https://github.com/gregorio-project/gregorio-project.github.io/pull/105

Nokel81 avatar Apr 20 '21 12:04 Nokel81