]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky.ly
Merge branch 'HEAD' of git://git.sv.gnu.org/lilypond.git
[lilypond.git] / input / regression / beam-funky.ly
index cd09efd0958b16b438cd718de90b6653d04dc10b..1d304c5212856e27bff685af36ac8985c7f39cb7 100644 (file)
@@ -1,39 +1,39 @@
 
 
-\version "2.1.26"
+\version "2.10.0"
 \header {
 \header {
-    
-    texidoc = "In complex configurations of knee beaming, 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."
 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'
-        {
-            \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 ]
+\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,,,]
+                  }
+  }
+}