]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / input / regression / beam-funky.ly
index 1f03f4ddf5b01969e697d0ca41d33c55c92197a4..cf47dc9c50601f09d589c5d28c338a3b9dce06f4 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.17.6"
 \header {
   
   texidoc = "In complex configurations of knee beaming, according to
@@ -9,9 +9,11 @@ beam. This is in disagreement with the current algorithm."
   
 }
 
+\layout { ragged-right = ##t} 
+
 \relative c'
 {
-  \override Beam  #'auto-knee-gap = #7
+  \override Beam.auto-knee-gap = #7
   \set subdivideBeams = ##t         
   \time 8/8
   c,16[  g'''16  
@@ -34,5 +36,4 @@ beam. This is in disagreement with the current algorithm."
                   }
   }
 }
-\layout { raggedright = ##t}