]> 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 0a8321f9fc557db1e800777f8ee4ce64bc964a26..caaedf486ae85040371fd58b002d25e3e6375a22 100644 (file)
@@ -1,17 +1,18 @@
-\version "1.7.18"
+
+\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] 
+        f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
     }
-    \paper{ raggedright = ##t}
+    \layout{ raggedright = ##t}
 }