]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-default-lengths.ly
mass-link: handle filesystem crossing and support OS without link support
[lilypond.git] / input / regression / beam-default-lengths.ly
index d0d1d490dd900432fe22294e243ebffef3f02489..e74b08e4b8b76aac1437be792c6e837d2e034ab0 100644 (file)
@@ -1,18 +1,11 @@
+\version "2.14.0"
 
-\version "2.1.36"
+\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{
-    \notes\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] 
-    }
-    \paper{ raggedright = ##t}
-}          
+\relative c' {
+  \override Beam #'skip-quanting = ##t
+  f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
+}