lilypond-1.3.28
[lilypond.git] / ly / init.sly
blobafe59cc20e36f02420466175c94d3be5dfe2dc11
1 % Toplevel initialisation file. 
2         
3 \version "1.3.4";
6 \include "declarations.ly"
8 \score { 
9   \context Voice \notes\relative c {
10     \maininput
11   }
12   \paper {
13             linewidth=-1.0;
14         % indent = 0.0;
15   }  
16   \midi{ }