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