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