]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-default-lengths.ly
Doc-de: update bad commitishes
[lilypond.git] / input / regression / beam-default-lengths.ly
index ad60d495b4c9a4a4372aa5c16f04e597ff0c84c4..e74b08e4b8b76aac1437be792c6e837d2e034ab0 100644 (file)
@@ -1,17 +1,11 @@
-\version "1.7.16"
+\version "2.14.0"
 
-\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{ raggedright = ##t}
-}          %% 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]
+}