]> 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 01088abf39829f028af8820271032e03a5d10054..4097f7dfa19b8a3565f654d19984c95d80559b64 100644 (file)
@@ -1,17 +1,16 @@
-\version "1.5.68"
+
+\version "2.6.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 =
-        #`(,Beam::least_squares
-        ,Beam::check_concave
-        ,Beam::slope_damping)
-       \stemUp
-        f'4 [f8 f] [f16 f] [f32 f] [f64 f] [f128 f] 
-    }
-    \paper{ linewidth = -1.0 }
-}          
+\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] 
+}
+\layout{ raggedright = ##t }