]> git.donarmstrong.com Git - lilypond.git/blob - init/fragment.ly
192f0f031faa4470ef0f3443a644c368438a4c14
[lilypond.git] / init / fragment.ly
1 % Toplevel initialisation file. 
2         
3 \version "1.0.3";
4
5
6 \include "declarations.ly"
7
8 \include "paper16.ly";
9
10 default_paper = \paper { 
11   \paper_sixteen
12   linewidth = 7.\cm;
13 }
14
15 \score { 
16 %  \notes\relative c {
17   \notes {
18     \maininput
19   }
20   \paper { 
21     linewidth = -1.0\cm;
22     castingalgorithm = \Wordwrap;
23   }
24 }