Skip to content

Commit

Permalink
Switched to generating font tables as input files.
Browse files Browse the repository at this point in the history
An attempt to fix gregorio-project#1188.
  • Loading branch information
henryso committed Jul 28, 2016
1 parent c5bc273 commit 9fe9139
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 479 deletions.
8 changes: 4 additions & 4 deletions doc/Appendix_Font_Tables.tex
Expand Up @@ -48,18 +48,18 @@ \subsection{Score Font Glyphs}
{\scriptsize\bfseries granapadano}\\
\hline
\endhead
\directlua{GregorioRef.emit_score_glyphs(#1)}
\input{#1}
\end{longtable}
}%
\ScoreFontTable{'greciliae','gregorio','granapadano'}
\ScoreFontTable{scorefonttable}

\subsection{Dominican Score Font Glyphs}

The following table lists all of the score glyphs available in the Dominican
versions of the greciliae, gregorio, and granapadano fonts in the same vein as
the prior table.

\ScoreFontTable{'greciliaeOp','gregorioOp','granapadanoOp'}
\ScoreFontTable{scorefonttable-op}

\subsection{Extra Glyphs}\label{subsec:greextra}

Expand All @@ -76,7 +76,7 @@ \subsection{Extra Glyphs}\label{subsec:greextra}
{\bfseries Glyph Name}&{\bfseries Glyph}&{\bfseries Glyph Name}&{\bfseries Glyph}\\
\hline
\endhead
\directlua{GregorioRef.emit_extra_glyphs('greextra')}
\input{extrafonttable}
\end{longtable}

\end{landscape}

0 comments on commit 9fe9139

Please sign in to comment.