Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple characters as initial #1536

Closed
Nokel81 opened this issue Mar 27, 2021 · 5 comments
Closed

Multiple characters as initial #1536

Nokel81 opened this issue Mar 27, 2021 · 5 comments

Comments

@Nokel81
Copy link

Nokel81 commented Mar 27, 2021

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
Copy link
Author

Nokel81 commented Apr 18, 2021

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 ?

@rpspringuel
Copy link
Contributor

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

Sent with GitHawk

@leduc006
Copy link

leduc006 commented Apr 19, 2021 via email

@Nokel81
Copy link
Author

Nokel81 commented Apr 19, 2021

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
Copy link
Author

Nokel81 commented Apr 20, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants