]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-shortened-lengths.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / beam-shortened-lengths.ly
index 7b041f7038f4eab5a13b054c28c5c4fa4c116a84..25cd4e20b397b32bf824240f8015218cdb6401ab 100644 (file)
@@ -1,18 +1,18 @@
-\version "1.5.68"
+
+\version "2.4.0"
 
 \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{ linewidth = -1.0 }
+    \layout{ raggedright = ##t}
 }          
-%% new-chords-done %%
\ No newline at end of file