]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.sly
patch::: 1.3.152.jcn1
[lilypond.git] / ly / init.sly
index 3b7c183d705bc5901feec169414f4785cb40977e..497dfd8daafc1360f8a8b0d173432dc0cb545567 100644 (file)
@@ -1,16 +1,17 @@
 % Toplevel initialisation file. 
        
-\version "1.0.15";
+\version "1.3.146"
 
 
 \include "declarations.ly"
 
 \score { 
-  \notes\relative c {
+  \context Voice \notes\relative c {
     \maininput
   }
   \paper {
-    linewidth=-1.0;
+
+       % indent = 0.0
   }  
   \midi{ }
 }