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.
Added and updated tests for adjustable low note spacing.
- Loading branch information
Showing
29 changed files
with
60 additions
and
23 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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 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 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,37 @@ | ||
\documentclass[11pt]{article} % use larger type; default would be 10pt | ||
|
||
% usual packages loading: | ||
\usepackage{fontspec} | ||
\usepackage{graphicx} % support the \includegraphics command and options | ||
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots. | ||
\geometry{a4paper} % or letterpaper (US) or a5paper or.... | ||
\usepackage[allowdeprecated=false]{gregoriotex} % for gregorio score inclusion | ||
\usepackage{fullpage} % to reduce the margins | ||
\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} | ||
|
||
% here we begin the document | ||
\begin{document} | ||
|
||
\gresetinitiallines{0} | ||
|
||
\gabcsnippet{(c4) a'(a'Z) a'(a'Z) a'(a')} | ||
|
||
\vspace{2cm} | ||
|
||
\grechangenextscorelinecount{2}{noteadditionalspacelinestextthreshold}{10} | ||
|
||
\gabcsnippet{(c4) a'(a'Z) a'(a'Z) a'(a')} | ||
|
||
\end{document} |
Binary file not shown.
Binary file not shown.