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