]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-funky.ly
index f6f99900b8700bcf6ddd4b6feea6229ec7d42948..6c3e9c46a8fdda479a71bca26e446697d7753a71 100644 (file)
@@ -1,39 +1,39 @@
 
-\version "2.1.7"
+\version "2.19.21"
 \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
+{
+  \override Beam.auto-knee-gap = #7
+  \set subdivideBeams = ##t         
+  \time 8/8
+  c16[  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 {  g'16[  g'''16  
+                           g,,,16  g'''16 
+                           g,,,16  g'''16                   
+                           g,,,16  g'''16
+                           g g,,,
+                           g''' g,,,
+                           g''' g,,,
+                           g''' g,,,]
+                  }
+  }
+}