]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-default-lengths.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-default-lengths.ly
index 09c0ddf60a18e072103cb2547ba26fc8dc5d6623..ecf69921f4b3039856ced36675abdd32eece74eb 100644 (file)
@@ -1,18 +1,11 @@
+\version "2.16.0"
 
-\version "2.6.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."
-    }
-
-\score{
-    \relative c'{
-       \override Beam  #'position-callbacks =
-        #`(,Beam::least_squares
-        ,Beam::check_concave
-        ,Beam::slope_damping)
-
-        f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
-    }
-    \layout{ raggedright = ##t}
-}          
+\relative c' {
+  \override Beam #'skip-quanting = ##t
+  f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
+}