]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-default-lengths.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-default-lengths.ly
index a769b08a29ae599ac9673c03a4b4e790e8381189..3008617671f681aa82a68c9dc05c6bbe3eef3b69 100644 (file)
@@ -1,17 +1,11 @@
-\version "1.7.6"
+\version "2.17.6"
 
-\header{
-    texidoc="Beamed stems have standard lengths if possible."
-    }
+\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{ linewidth = -1.0 }
-}          %% new-chords-done %%
\ No newline at end of file
+\relative c' {
+  \override Beam.skip-quanting = ##t
+  f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
+}