]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-shortened-lengths.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-shortened-lengths.ly
index f26d273a55e56cdc437af5d9c8e371c22b63329f..16f651676bbd5a36d6a9a080e8edc066421e1eed 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.5.68"
+
+\version "2.1.22"
 
 \header{
     texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
@@ -6,12 +7,12 @@
 
 \score{
     \notes\relative c'{
-       \property Voice.Beam \set #'position-callbacks =
+       \override Beam  #'position-callbacks =
         #`(,Beam::least_squares
         ,Beam::check_concave
         ,Beam::slope_damping)
-
-        f'4 [f8 f] [f16 f] [f32 f] [f64 f] [f128 f] 
+       \stemUp
+        f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
     }
-    \paper{ linewidth = -1.0 }
-}          
\ No newline at end of file
+    \paper{ raggedright = ##t}
+}