]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-default-lengths.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-default-lengths.ly
index e066c1b60992517a888c49663e8663b7a4736654..3008617671f681aa82a68c9dc05c6bbe3eef3b69 100644 (file)
@@ -1,22 +1,11 @@
-\layout{ raggedright = ##t}
+\version "2.17.6"
 
-\version "2.7.13"
-
-\header{
-  texidoc="Beamed stems have standard lengths if possible. Quantization is switched off in this example."
+\header {
+  texidoc = "Beamed stems have standard lengths if possible.  Quantization
+is switched off in this example."
 }
 
-\relative c'{
-  \override Beam #'position =
-  #(ly:make-simple-closure
-    (ly:make-simple-closure
-     (list chain-grob-member-functions
-      `(,cons 0 0)
-      Beam::calc_least_squares_positions
-      Beam::slope_damping
-      Beam::shift_region_to_valid
-      Beam::set_stem_lengths
-    )))
-
-  f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
+\relative c' {
+  \override Beam.skip-quanting = ##t
+  f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
 }