]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-dir-function.ly
*** empty log message ***
[lilypond.git] / input / test / beam-dir-function.ly
index d445468a090351cbd958767ef258b666bf78a892..40c3893ca0c18376a6da383d5fc185c1cf7b897c 100644 (file)
@@ -1,5 +1,8 @@
+\version "1.5.68"
+
 \header{
 texidoc="
+
 There are several ways to calculate the direction of a beam
 
 @table @samp
@@ -16,13 +19,12 @@ We should see:
   up down down
 
   up up down
-";
+"
 }
 
 \score {
   \notes \relative c'' {
-    % the default
-    %\property Voice.Beam \set #'dir-function = #beam-dir-majority
+    \property Voice.Beam \set #'dir-function = #beam-dir-majority
     [d8 a]
     \property Voice.Beam \set #'dir-function = #beam-dir-mean
     [d a] 
@@ -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]