Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
* 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
rpspringuel committed Sep 25, 2016
2 parents 56e889c + 3ccb375 commit 38d1a09
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -17,9 +17,8 @@ indicate that all tests on the develop (or master) branch here should pass.
### TeXLive 2014

When testing with TeXLive 2014 the following tests are known to fail due to
differences between it and TeXLive 2015:
-`gabc-output/glyphs/clef_change.tex`
-`tex-output/bugs/fix-508/fix-508.tex`
differences between its line breaking algorithms and those in TeXLive 2015 and later:
-`gabc-output/double-clef.gabc`

## Running the test suite

Expand Down
1 change: 0 additions & 1 deletion tests/plain-tex/luatex-ja/PopulusSion.gabc

This file was deleted.

26 changes: 26 additions & 0 deletions tests/plain-tex/luatex-ja/PopulusSion.gabc
@@ -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 modified tests/plain-tex/luatex-ja/PopulusSion.pdf
Binary file not shown.
Binary file added tests/tex-output/bugs/fix-1205/fix-1205.pdf
Binary file not shown.
20 changes: 20 additions & 0 deletions tests/tex-output/bugs/fix-1205/fix-1205.tex
@@ -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}

0 comments on commit 38d1a09

Please sign in to comment.