]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/drarn.ly
release: 1.3.146
[lilypond.git] / input / test / drarn.ly
index 8d16f8b42098fe9baf8388b7bd1d447da5bcdbf1..f6ac17c1838896036f993bdd7ffadac7a3983025 100644 (file)
@@ -1,7 +1,8 @@
+\version "1.3.146"
 
 \score {
   \context Staff \notes <
-    \time 3/8;
+    \time 3/8
     \context Voice=one \relative c'' {
       \property Voice.Stem \set #'direction = #1
       \property Voice.Tie \set #'direction = #1
@@ -17,5 +18,5 @@
       a8()a~a  
     }
   >
-  \paper { linewidth = 40*\staffspace; } 
+  \paper { linewidth = 40*\staffspace } 
 }