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