]> git.donarmstrong.com Git - lilypond.git/blob - init/book-fragment.ly
release: 1.0.10
[lilypond.git] / init / book-fragment.ly
1 % Toplevel initialisation file. 
2         
3 \version "1.0.4";
4
5
6 \include "declarations.ly"
7
8 \include "paper16.ly"
9
10 \score { 
11   \notes {
12     \maininput
13   }
14   \paper { \paper_sixteen
15     linewidth = -1.\cm;
16     castingalgorithm = \Wordwrap; 
17   }
18 }