]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-default-lengths.ly
.ly version update.
[lilypond.git] / input / regression / beam-default-lengths.ly
index a769b08a29ae599ac9673c03a4b4e790e8381189..b59d7354bbaa9cea61c6cec42b9c3530105fb997 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.6"
+
+\version "1.9.8"
 
 \header{
     texidoc="Beamed stems have standard lengths if possible."
@@ -11,7 +12,7 @@
         ,Beam::check_concave
         ,Beam::slope_damping)
 
-        f4 [f8 f] [f16 f] [f32 f] [f64 f] [f128 f] 
+        f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
     }
-    \paper{ linewidth = -1.0 }
-}          %% new-chords-done %%
\ No newline at end of file
+    \paper{ raggedright = ##t}
+}