]> 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 f765336f85f6e1f7f04a84cce91a45dfb65785b3..6abba5f2ead054776728fe9a6907de14700addbb 100644 (file)
@@ -1,16 +1,11 @@
+\version "2.19.21"
 
-\version "2.6.0"
-
-\header{
-    texidoc="Beamed stems have standard lengths if possible. Quantization is switched off in this example."
-    }
-
-\relative c'{
-  \override Beam  #'position-callbacks =
-  #`(,Beam::least_squares
-     ,Beam::check_concave
-     ,Beam::slope_damping)
+\header {
+  texidoc = "Beamed stems have standard lengths if possible.  Quantization
+is switched off in this example."
+}
 
-  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]
 }
-\layout{ raggedright = ##t}