]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky.ly
Dist: build fixes.
[lilypond.git] / input / regression / beam-funky.ly
index 601884a0b896dfb7725af7c8f544a63c53c0c73a..d576c44d4bf6893ea2ff62acd31c47c48132679e 100644 (file)
@@ -1,39 +1,39 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.14.0"
 \header {
 \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."
 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,,,]
+                  }
+  }
+}