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

Problem of elision #1320

Closed
fradec opened this issue Feb 27, 2017 · 12 comments
Closed

Problem of elision #1320

fradec opened this issue Feb 27, 2017 · 12 comments
Assignees
Labels

Comments

@fradec
Copy link

fradec commented Feb 27, 2017

the following code

% !TEX TS-program = LuaLaTex+se
\documentclass{article} %%
\usepackage[autocompile]{gregoriotex} %%
\begin{document} %%
\gabcsnippet{(c4) sal(d)vúm(d)qu<e>e</e> ab(d) hos(dh)tis(h) ím(h)pe(g)tu(hvGFgwh/GFED.) (;)}
\end{document}

gives this
screenshot
but should give this
screenshot2
I known I can obtain this with qu<e>e</e> {a}b(d) but it would be good that the elision of a vowel preceded of 'qu' that can be correctly recognized.

@rpspringuel
Copy link
Contributor

I believe the intended usage of the elision tags is to encapsulate the whole elided syllable, not just the vowel in it. <e>que</e> ab does get the neume position right, but italicizes (i.e. applies the elision format to) que not just e. Is it common for people to want just the vowel in the elided syllable formatted?

@eroux
Copy link
Contributor

eroux commented Feb 27, 2017

The initial elision feature request actually comes from @fradec, so I think he knows how it should be used

@fradec
Copy link
Author

fradec commented Feb 27, 2017

The elisions concern only the vowels since the consonant must be pronounced, vocalized with the vowel of the following word, so it's not good to insert the entire syllable in the tags. See for example this hymn from Liber Hymnarius p.38
screenshot3

@henryso
Copy link
Contributor

henryso commented Feb 27, 2017

Question: in general, putting aside elision, for Latin, if you have "que", should this be equivalent to q{ue} or qu{e}?

@rpspringuel
Copy link
Contributor

From here:

U preceded by Q or NG and followed by another vowel as in words like qui and sanguis, keeps its normal sound and is uttered as one syllable with the vowel which follows : qui, quae, quod, quam, sanguis. But notice that cui forms two syllables, and is pronounced as koo-ee. In certain hymns, on account of the metre, this word can be treated as one syllable.

From another place:

after Q, pronounce QU like KW, then pronounce the 2nd vowel

It thus seems to me like either interpretation is valid from a pronunciation stand point.

@eroux
Copy link
Contributor

eroux commented Feb 27, 2017

It should be equivalent to qu{e}

@rpspringuel
Copy link
Contributor

rpspringuel commented Feb 27, 2017

Looking in the Graduale Simplex (2007 edition from Liberia Editrice Vaticana) I find:
temp
and
temp copy
and
untitled
all of which seem to lean towards considering the u part of the vowel.

In the Hebdomadae Sanctae: Iuxta Ritum Monasticum (1957 edition) I find the following examples:

temp
and
untitled
and
untitled
all of which seem to be going the other way (u is part of the qu).

@eroux
Copy link
Contributor

eroux commented Feb 27, 2017

Well, in my exchanges with abbeys, I never encountered anyone who would consider semi-consonants (like u in qui or i in cuius) as part of the vowel when it comes to centering notes... that's a very strange idea, to me it looks like the Graduale Simplex is not particularly well crafted (which is no big surprise)

@rpspringuel
Copy link
Contributor

That's a possibility. I'm no expert and simply used those two reference because I happen to have files for them on my computer.

@eroux
Copy link
Contributor

eroux commented Feb 27, 2017

In terms of typography, the best books are the Solesmes books before 1975 (Antiphonale Monasticum, Graduale Romanum, etc.), they consistently use qu{e}

@henryso
Copy link
Contributor

henryso commented Feb 27, 2017

If we agree that "qu" should be considered a consonant, which would solve the original problem, then I will change the default vowel rules to consider it so.

@henryso
Copy link
Contributor

henryso commented Feb 27, 2017

Actually, looking at code, I think it's actually a bug rather than a rule change.

@henryso henryso self-assigned this Feb 27, 2017
henryso added a commit to henryso/gregorio that referenced this issue Feb 28, 2017
henryso added a commit to henryso/gregorio-test that referenced this issue Feb 28, 2017
@henryso henryso closed this as completed Feb 28, 2017
rpspringuel added a commit to rpspringuel/gregorio that referenced this issue Mar 2, 2017
* develop:
  Fixed improper centering with elision after prefix. Fixes gregorio-project#1320.
  Spelling error
  Added clarity to UPGRADE
  Remove source files for gregorio and granapadano from Mac installer
  Remove gregorio and granapadano source files from tds file
  Restrict fonts in Windows Installer
  New gregall glyphs for gregorio-project#1303 gregorio-project#1305 gregorio-project#1313 gregorio-project#1314 gregorio-project#1315 gresgmodern not updated yet.
henryso added a commit to henryso/gregorio that referenced this issue Mar 3, 2017
henryso added a commit that referenced this issue Mar 3, 2017
Moved the change log entry for #1320 to the correct section.
rpspringuel added a commit to rpspringuel/gregorio-test that referenced this issue Mar 18, 2017
* develop:
  Accept modified test results
  Modified commentary test
  Added a test to exercise the elision-after-prefix fix. Tests gregorio-project/gregorio#1320.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants