]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.24
authorfred <fred>
Mon, 25 Jan 1999 10:53:20 +0000 (10:53 +0000)
committerfred <fred>
Mon, 25 Jan 1999 10:53:20 +0000 (10:53 +0000)
Documentation/tex/musicnotes.sty
ly/paper26.ly [new file with mode: 0644]

index 424c10c8a2585ced67d53f02b182460b0264a1cc..bc4a69f543a6cd994d0d89324480348d98e7c9f8 100644 (file)
@@ -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 (file)
index 0000000..67640bd
--- /dev/null
@@ -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;
+}
+