]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-dir-functions.ly
release: 1.3.146
[lilypond.git] / input / test / beam-dir-functions.ly
index 613eec4d510c548ad499567573e316f1186e6bfb..5611939a61ea952559d85ef0b1291b57f2db152c 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.3.146"
 \header {
 texidoc = "
 
@@ -16,10 +17,10 @@ examples:
 
 These beam direction functions are defined in @file{scm/beam.scm}.  If
 your favourite algorithm isn't one of these, you can hook up your own.
-";
+"
 }
 
-\paper { linewidth = -1.;}
+\paper { linewidth = -1.}
 \score { \notes \relative c { 
   [d''8 a]
   \property Voice.Beam \set #'dir-function = #beam-dir-mean
@@ -28,7 +29,7 @@ your favourite algorithm isn't one of these, you can hook up your own.
   [d a]
 }}
 \score { \notes \relative c {
-  \time 3/8;
+  \time 3/8
   [d''8 a a]
   \property Voice.Beam \set #'dir-function = #beam-dir-mean
   [d a a]