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