]> 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 a06f2c0e3d656bc72351be2f58890b4033ddf64b..caaedf486ae85040371fd58b002d25e3e6375a22 100644 (file)
@@ -1,18 +1,18 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.3.22"
 
 \header{
     texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
     }
 
 \score{
-    \notes\relative c'{
-       \property Voice.Beam \set #'position-callbacks =
+    \relative c'{
+       \override Beam  #'position-callbacks =
         #`(,Beam::least_squares
         ,Beam::check_concave
         ,Beam::slope_damping)
        \stemUp
         f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
     }
-    \paper{ raggedright = ##t}
+    \layout{ raggedright = ##t}
 }