From: fred Date: Mon, 25 Jan 1999 10:53:20 +0000 (+0000) Subject: lilypond-1.1.24 X-Git-Tag: release/1.5.59~5803 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3a678f092a73639710ad4c59a67732c454ce9a32;p=lilypond.git lilypond-1.1.24 --- diff --git a/Documentation/tex/musicnotes.sty b/Documentation/tex/musicnotes.sty index 424c10c8a2..bc4a69f543 100644 --- a/Documentation/tex/musicnotes.sty +++ b/Documentation/tex/musicnotes.sty @@ -4,7 +4,7 @@ \def\fetdef#1#2{% \def#1{\hbox{\char#2}}} -\input feta20 +\input feta20.sty \font\fetasixteenfont=feta16 \font\fetaelevenfont=feta11 diff --git a/ly/paper26.ly b/ly/paper26.ly new file mode 100644 index 0000000000..67640bda89 --- /dev/null +++ b/ly/paper26.ly @@ -0,0 +1,18 @@ +% paper26.ly + +paper_twentysix = \paper { + staffheight = 26.0\pt; + + % ugh see table26 for sizes + quartwidth = 8.59\pt; + wholewidth = 12.87\pt; + + arithmetic_basicspace = 2.; + arithmetic_multiplier = 6.\pt; + + 0=\font "feta26" + \include "params.ly"; + linewidth = \linewidth20; + textheight = \textheight20; +} +