From b5c5fe0bcaf40e094bba8477168cebbea0a52c97 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 1 May 1998 18:17:52 +0000 Subject: [PATCH] lilypond-0.1.61 --- init/book-fragment.ly | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 init/book-fragment.ly diff --git a/init/book-fragment.ly b/init/book-fragment.ly new file mode 100644 index 0000000000..f6789cf262 --- /dev/null +++ b/init/book-fragment.ly @@ -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; + } +} -- 2.39.5