]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/lines.ly
release: 1.3.146
[lilypond.git] / input / test / lines.ly
index 31bead8aedb558b64870f2fd39fc57708fdcc27e..c621dfbf4eb333d9fedf659d654c48cc6ff50a73 100644 (file)
@@ -1,8 +1,9 @@
+\version "1.3.146"
 
 \header {
 texidoc="
 Draw abritrary lines.  This brings LilyPond on par with Mup.
-";
+"
 }
 
 \score {
@@ -17,6 +18,6 @@ Draw abritrary lines.  This brings LilyPond on par with Mup.
     a'1
   }
   \paper {
-    linewidth = 70.0*\staffspace;
+    linewidth = 70.0*\staffspace
   }
 }