]> 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 b59d7354bbaa9cea61c6cec42b9c3530105fb997..6abba5f2ead054776728fe9a6907de14700addbb 100644 (file)
@@ -1,18 +1,11 @@
+\version "2.19.21"
 
-\version "1.9.8"
+\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."
-    }
-
-\score{
-    \notes\relative c'{
-       \property Voice.Beam \set #'position-callbacks =
-        #`(,Beam::least_squares
-        ,Beam::check_concave
-        ,Beam::slope_damping)
-
-        f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
-    }
-    \paper{ raggedright = ##t}
-}          
+\relative {
+  \override Beam.skip-quanting = ##t
+  f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
+}