]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-default-lengths.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-default-lengths.ly
index 994f3ba49887b3af25174084633f2ce365eef4bf..6abba5f2ead054776728fe9a6907de14700addbb 100644 (file)
@@ -1,22 +1,11 @@
-\layout{ ragged-right = ##t}
+\version "2.19.21"
 
-\version "2.10.0"
-
-\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)
-      ly:beam::calc-least-squares-positions
-      ly:beam::slope-damping
-      ly:beam::shift-region-to-valid
-      ly:beam::set-stem-lengths
-    )))
-
-  f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
+\relative {
+  \override Beam.skip-quanting = ##t
+  f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
 }