]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky.ly
* GNUmakefile.in: clean up web building.
[lilypond.git] / input / regression / beam-funky.ly
index 78358478631f73d6553ac11bed1120922fedee2f..6af59043bb695307379baab7605a26c59d3be79a 100644 (file)
@@ -1,6 +1,11 @@
-\version "1.7.5"
+\version "1.7.18"
 \header {
-    texidoc = "Knee beaming. (funky)"
+    
+    texidoc = "Knee beaming, complex configurations.  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
             \property Voice.Beam \set #'auto-knee-gap = #7
             \property Voice.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,6 +32,7 @@
             g''' g,,,]     }  }
             
         }
-\paper { linewidth = -1. 
+\paper { raggedright = ##t
 
      }
+