]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-funky.ly
index 79d30c0d5f40c75d67550cf25f8dde6221510892..3d26b75d47c03e96f6893d4ba81a34c37b78d2ff 100644 (file)
@@ -1,39 +1,39 @@
 
-\version "1.9.8"
+\version "2.16.0"
 \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
-\relative c'
-        {
-            \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 ]
+\layout { ragged-right = ##t} 
 
-             c,,,16[ c c c
-             b'''   b b b]
+\relative c'
+{
+  \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 ]
 
-            \transpose c' a, { \relative b'' {  g,16[  g'''16  
-            g,,,16  g'''16 
-            g,,,16  g'''16                  
-            g,,,16  g'''16
-            g g,,,
-            g''' g,,,
-            g''' g,,,
-            g''' g,,,]     }  }
-            
-        }
-\paper { raggedright = ##t} 
+  c,,,16[ c c c
+         b'''   b b b]
 
-     }
+  \transpose c' a, {
+    \relative b'' {  g,16[  g'''16  
+                           g,,,16  g'''16 
+                           g,,,16  g'''16                   
+                           g,,,16  g'''16
+                           g g,,,
+                           g''' g,,,
+                           g''' g,,,
+                           g''' g,,,]
+                  }
+  }
+}