]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-shortened-lengths.ly
* input/regression/slur-area.ly: move from test/
[lilypond.git] / input / regression / beam-shortened-lengths.ly
index 01088abf39829f028af8820271032e03a5d10054..0a8321f9fc557db1e800777f8ee4ce64bc964a26 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.68"
+\version "1.7.18"
 
 \header{
     texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
@@ -11,7 +11,7 @@
         ,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 }
+    \paper{ raggedright = ##t}
 }