From 3a678f092a73639710ad4c59a67732c454ce9a32 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 25 Jan 1999 10:53:20 +0000 Subject: [PATCH] lilypond-1.1.24 --- Documentation/tex/musicnotes.sty | 2 +- ly/paper26.ly | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 ly/paper26.ly 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; +} + -- 2.39.5