]> git.donarmstrong.com Git - lilypond.git/blob - ly/center-fragment.ly
08b7fbc43a1e6c8f272cfe43db455efb75b22ec3
[lilypond.git] / ly / center-fragment.ly
1 % Toplevel initialisation file. 
2         
3
4 \version "1.0.16";
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 }