]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.sly
patch::: 1.3.37.jcn2
[lilypond.git] / ly / init.sly
index 8f03850e7ef4e78777123cb67c653ce7f1ce4982..afe59cc20e36f02420466175c94d3be5dfe2dc11 100644 (file)
@@ -1,17 +1,17 @@
 % Toplevel initialisation file. 
        
-\version "1.0.20";
+\version "1.3.4";
 
 
 \include "declarations.ly"
 
 \score { 
-  \notes\relative c {
+  \context Voice \notes\relative c {
     \maininput
   }
   \paper {
-    linewidth=-1.0;
-       indent = 0.0;
+           linewidth=-1.0;
+       indent = 0.0;
   }  
   \midi{ }
 }