]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-funky-beamlet.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-funky-beamlet.ly
index 5f095193fb08cf8e982d002560d4829125604d33..f153cb0aa54abeb419ff6759d4ab57574da611c5 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.3.22"
 \header {
 
 texidoc=" Funky kneed beams with beamlets also work. The beamlets
@@ -10,12 +10,12 @@ should be pointing to the note head.
 
 
 \score {
-  \notes\relative c' {
+  \relative c' {
      c16 c''8 c,,16
      c16 c''8 c16
      c16 c,,8 c16          
      
   }
-  \paper { raggedright = ##t}
+  \layout { raggedright = ##t}
 }