]> git.donarmstrong.com Git - lilypond.git/blob - ly/init.sly
ccd35763e3ab073f712f3c28a43d17aae391f777
[lilypond.git] / ly / init.sly
1 % Toplevel initialisation file. 
2         
3 \version "1.0.21";
4
5
6 \include "declarations.ly"
7
8 \score { 
9   \notes\relative c {
10     \maininput
11   }
12   \paper {
13             linewidth=-1.0;
14         % indent = 0.0;
15   }  
16   \midi{ }
17 }