]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky.ly
* lily/parser.yy (Prefix_composite_music):
[lilypond.git] / input / regression / beam-funky.ly
index a68a822e55702f4c0fe460a8dd1cdf03a87c8dc8..28a84941b3a0f52450a6c870e82cdfc7c95ee8c5 100644 (file)
@@ -1,19 +1,19 @@
 
-\version "1.9.4"
+\version "2.3.22"
 \header {
     
-    texidoc = "Knee beaming, complex configurations.  According to
+    texidoc = "In complex configurations of knee beaming, according to
 Paul Roberts, the first stem of a beam determines the direction of the
 beam, and as such the way that following (kneed) stems attach to the
 beam. This is in disagreement with the current algorithm."
     
 }
 
-\score { \notes
+\score { 
 \relative c'
         {
-            \property Voice.Beam \set #'auto-knee-gap = #7
-            \property Voice.subdivideBeams = ##t            
+            \override Beam  #'auto-knee-gap = #7
+            \set subdivideBeams = ##t       
             \time 8/8
              c,16[  g'''16  
             c,,,16  g'''16 
@@ -33,7 +33,7 @@ beam. This is in disagreement with the current algorithm."
             g''' g,,,]     }  }
             
         }
-\paper { raggedright = ##t} 
+\layout { raggedright = ##t} 
 
      }