]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-dir-function.ly
patch::: 1.5.23.jcn1
[lilypond.git] / input / test / beam-dir-function.ly
index d445468a090351cbd958767ef258b666bf78a892..faed716f6e46e7e690d951cf385828b14a9a609c 100644 (file)
@@ -1,3 +1,5 @@
+\version "1.3.146"
+
 \header{
 texidoc="
 There are several ways to calculate the direction of a beam
@@ -16,7 +18,7 @@ We should see:
   up down down
 
   up up down
-";
+"
 }
 
 \score {
@@ -30,7 +32,7 @@ We should see:
     [d a]
     
     \property Voice.Beam \set #'dir-function = #beam-dir-majority
-    \time 3/8;
+    \time 3/8
     [d8 a a]
     \property Voice.Beam \set #'dir-function = #beam-dir-mean
     [d a a]