Peter Flynn, 2022-09-26 16:38+0200:
>> On Friday, September 23, 2022 at 8:13:41 PM UTC+12, Tanguy Ortolo wrote:
>>> Anyway, I cannot define a verse environment because this is
>>> already defined by the verse package which I am using.
>
> Is there some condition that makes it different to use that definition?
I do not understand your question, I am afraid. I was juste stating that
I cannot befine a verse environment, because there is already a verse
environment, provided by the verse package I am using to implement all
this.
So, as Holger suggested, I could define something like a songverse
or spverse environment. But not a verse environment.
>>> Another possibility would be to use “stanza”, but this is ambiguous
>>> as well, as it can also mean a group of lines in a poem or song, so
>>> the chorus is also a stanza!
>
> That is also the secular term, and probably out of scope.
I will still be using it anyway, in the documentation: my song
environment has one mandatory argument, that indicates the number of
stanzas (incl. verse and chorus) to display on each slide. For instance,
when asked to show two stanzas, if the song has a chorus and starts with
it, it will show the chorus and the first verse on a slide, then the
chorus and the second verse, and so on. With the same instruction, if
the song only has verses but no chorus, it will show the first two
verses on a slide, then the two next ones, and so on.
> :-) The only hymn structures I have come across are:
>
> 1. sequence of verses
> 2. sequence of recurring {verse, refrain}...
Possibly starting with the chorus.
> 3. sequence of verses plus doxology at the end
Then I probably need to support that as well. Even if it is not that
useful in my local church, it would be useful to others. I will probably
not name it a doxology though, because a final group of lines could be
used for something that is technically not a doxology, where it would
feel weird to write it into such an environment.
Would the term “final” be understandable enough?
> 4. a "sandwich" of #1 + #2 + #1, where the tune changes for #2
Could you expand on that?
> 5. one of the above preceded by an introit, very rare
Similar to a doxology, but at the beginning rather than the end. That
would be a nice thing to implement as well. Would the term “intro” be
suitable enough?
>>> Psalms are used with an antiphon,
>
> This is a very popular form in many churches since Fr Gelineau, and was
> adopted in the post-Vatican II changes.
Thanks for the information. The good thing is that, when the antiphon is
repeated between stanzas, it fits into the chorus + verse structure. And
when it is not, it fits into the introit + verses (+ doxology).
>> English-speaking Catholic clergy might well do the same but I do not
>> speak from experience there.
>
> It's much rarer because hymn-singing in the Anglican fashion is less
> common in Catholic churches, where hymn books are not often provided.
Well in any case, the point of projecting lyrics is not to rely on books
or sheets of paper. So, the instruction to include only verses x, y and
z is for the presenter, and therefore, something I implement in my song
environment. :-)
One thing that would be cool, but that I really no not feel like
implementing, would be to support verse index specifications such as:
-3,5,7-8,10- that would expand to 1,2,3,5,7,8,10,11… (to the end of the
song, as you pronably guessed). Like page selectors in printing
software.
Or maybe I will implement it, just for fun. LaTeX3 interfaces are a nice
thing to play with. :-)
--
Tanguy