]> git.donarmstrong.com Git - lilypond.git/commitdiff
New file.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 6 Nov 2002 11:44:01 +0000 (11:44 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 6 Nov 2002 11:44:01 +0000 (11:44 +0000)
ly/paper19-init.ly [new file with mode: 0644]

diff --git a/ly/paper19-init.ly b/ly/paper19-init.ly
new file mode 100644 (file)
index 0000000..07127fd
--- /dev/null
@@ -0,0 +1,14 @@
+% paper19-init.ly
+
+
+\version "1.5.68"
+
+paperNineteen = \paper {
+       staffheight = 19.0\pt
+       #(define fonts (make-font-list 'paper19))
+
+       \include "params-init.ly"
+}
+
+\paper { \paperNineteen }
+