From: fred Date: Fri, 1 May 1998 18:17:52 +0000 (+0000) Subject: lilypond-0.1.61 X-Git-Tag: release/1.5.59~5953 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b5c5fe0bcaf40e094bba8477168cebbea0a52c97;p=lilypond.git lilypond-0.1.61 --- 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; + } +}