]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-shortened-lengths.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / beam-shortened-lengths.ly
index 5716c38eecd3ddeefbb07c7816b7f8ebb7427bc1..caaedf486ae85040371fd58b002d25e3e6375a22 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "2.2.0"
+\version "2.3.22"
 
 \header{
     texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
     }
 
 \score{
-    \notes\relative c'{
+    \relative c'{
        \override Beam  #'position-callbacks =
         #`(,Beam::least_squares
         ,Beam::check_concave
@@ -14,5 +14,5 @@
        \stemUp
         f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
     }
-    \paper{ raggedright = ##t}
+    \layout{ raggedright = ##t}
 }