forked from gregorio-project/gregorio-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: Update known failures in README Added a test for the suppression of \GreLastOfScore. Tests gregorio-project/gregorio#1205. Updated test result Change luatex-ja test to have its own gabc file and modify to test for proplem
- Loading branch information
Showing
5 changed files
with
48 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
% !TEX TS-program = gregorio | ||
% !TEX encoding = UTF-8 | ||
|
||
% The first part of the score is called the header, you can input some useful informations here: | ||
|
||
name: Pópulus Sion; | ||
office-part: Introitus; | ||
occasion: Dominica II Adventus; | ||
date: 2006; | ||
transcriber: Elie Roux; | ||
transcription-date: 2006; | ||
style: modern; | ||
|
||
% Then, when gregorio encounters the following line (%%), it switches to the score, where you input the notes | ||
|
||
%% | ||
|
||
% The syntax in this part is called gabc. Please refer to http://home.gna.org/gregorio/gabc/#basis | ||
|
||
Pó[People](c3eh)pu(g)lus[/](h) Si(hi)on,(hgh.) *(;) ec(hihi)ce(e.) Dó(e.f!gwhhi)mi(h){n}us(h) vé(hi)ni(ig//ih)et(h.) (,) ad(iv./hig) sal(fe)ván(ghg)das(fg) gen(e_f_e_)tes(e.) :(:) | ||
|
||
et(e) au(eh)dí(hhi)tam(i) fá(kjki)ci(i)et(i) Dó(ij)mi(ihi)nus(iv./hiHF) (,) gló(h!i'j)ri(ji!kvJI)am(ij) vo(j.i!jwk)cis(ji) su(i_j_i_)æ,(i.) (;) in(e) læ(e)tí(e!f'h)ti(h)a(hi!jVji) | ||
|
||
cor(gh!ijI'H<)dis(ihhf!gwh) ve(e_f_e_)stri.(e) Ps.(::) Qui(ehg) re(hi)gis(i) I(i)sra(i)el,(hj) in(j)tén(ji)de(ij..) :*(:) qui(ig) de(hi)dú(i)cis(i) | ||
|
||
vel(i)ut(i!jwk) o(i')vem(h) Jo(hhh)seph.(fe..) (::) Gló(ehg)ri(hi)a(i) Pa(i)tri.(i) (:) E(i) u(i!jwk) o(i) u(h) a(hhh) e(fe..) (::) |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
\documentclass[a5paper, 12pt]{book} | ||
\usepackage[autocompile,allowdeprecated=false]{gregoriotex} | ||
\usepackage{fontspec} | ||
\setmainfont[ | ||
Path = ../../../../fonts/ , | ||
Extension = .otf , | ||
UprightFont = *-Regular , | ||
UprightFeatures = { SmallCapsFont = *SC-Regular } , | ||
BoldFont = *-Bold , | ||
BoldFeatures = { SmallCapsFont = *SC-Bold } , | ||
ItalicFont = *-Italic , | ||
ItalicFeatures = { SmallCapsFont = *SC-Italic } , | ||
BoldItalicFont = *-BoldItalic , | ||
BoldItalicFeatures = { SmallCapsFont = *SC-BoldItalic } , | ||
Ligatures = TeX | ||
]{Alegreya} | ||
\begin{document} | ||
\gresetinitiallines{0} | ||
\gabcsnippet{(c4) Ma(i)rí(kko>)a!(j.) R(::) Salve Mater.()} | ||
\end{document} |