]> 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 e492909457d1d8be6833cd0df574edb793ced3e0..ecf69921f4b3039856ced36675abdd32eece74eb 100644 (file)
@@ -1,18 +1,11 @@
+\version "2.16.0"
 
-\version "2.1.7"
+\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'{
-       \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 c' {
+  \override Beam #'skip-quanting = ##t
+  f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
+}