]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.61
authorfred <fred>
Fri, 1 May 1998 18:17:52 +0000 (18:17 +0000)
committerfred <fred>
Fri, 1 May 1998 18:17:52 +0000 (18:17 +0000)
init/book-fragment.ly [new file with mode: 0644]

diff --git a/init/book-fragment.ly b/init/book-fragment.ly
new file mode 100644 (file)
index 0000000..f6789cf
--- /dev/null
@@ -0,0 +1,18 @@
+% Toplevel initialisation file. 
+       
+\version "0.1.9";
+
+
+\include "declarations.ly"
+
+\include "paper16.ly"
+
+\score { 
+  \melodic {
+    \maininput
+  }
+  \paper { \paper_sixteen
+    linewidth = -1.\cm;
+    castingalgorithm = \Wordwrap; 
+  }
+}