]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-shortened-lengths.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / beam-shortened-lengths.ly
index f26d273a55e56cdc437af5d9c8e371c22b63329f..057e602963f7386ff6db72911c342d036d7fe799 100644 (file)
@@ -1,17 +1,12 @@
-\version "1.5.68"
+\version "2.16.0"
 
 \header{
-    texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
-    }
+  texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
+}
+\layout{ ragged-right = ##t }
 
-\score{
-    \notes\relative c'{
-       \property Voice.Beam \set #'position-callbacks =
-        #`(,Beam::least_squares
-        ,Beam::check_concave
-        ,Beam::slope_damping)
 
-        f'4 [f8 f] [f16 f] [f32 f] [f64 f] [f128 f] 
-    }
-    \paper{ linewidth = -1.0 }
-}          
\ No newline at end of file
+\relative c'{
+  \stemUp
+  f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
+}