]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky.ly
* lily/parser.yy (Prefix_composite_music):
[lilypond.git] / input / regression / beam-funky.ly
index 4d31523d73c061209bccb6922cc67cf1e1798120..28a84941b3a0f52450a6c870e82cdfc7c95ee8c5 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.3.22"
 \header {
     
     texidoc = "In complex configurations of knee beaming, according to
@@ -9,7 +9,7 @@ beam. This is in disagreement with the current algorithm."
     
 }
 
-\score { \notes
+\score { 
 \relative c'
         {
             \override Beam  #'auto-knee-gap = #7
@@ -33,7 +33,7 @@ beam. This is in disagreement with the current algorithm."
             g''' g,,,]     }  }
             
         }
-\paper { raggedright = ##t} 
+\layout { raggedright = ##t} 
 
      }