]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / beam-funky.ly
index 65c5d223b9c27b305a4db8966d298784187fe979..32ead5471776a6dd48534393175e82ff2a5dbf57 100644 (file)
@@ -1,23 +1,29 @@
-\version "1.7.18"
+
+\version "2.4.0"
 \header {
-    texidoc = "Knee beaming. (funky)"
+    
+    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  
             c,,,16  g'''16 
             c,,,16  g'''16                  
             c,,,16  g'''16 ]
 
-             c,,,16-[ c c c
+             c,,,16[ c c c
              b'''   b b b]
 
-            \transpose c' a, { \relative b'' {  g,16-[  g'''16  
+            \transpose c' a, { \relative b'' {  g,16[  g'''16  
             g,,,16  g'''16 
             g,,,16  g'''16                  
             g,,,16  g'''16
@@ -27,7 +33,7 @@
             g''' g,,,]     }  }
             
         }
-\paper { raggedright = ##t} 
+\layout { raggedright = ##t} 
 
      }
-%% new-chords-done %%
\ No newline at end of file
+