]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-default-lengths.ly
Issue 5055: HTML 4.01 requires "type" attribute for "script" element
[lilypond.git] / input / regression / beam-default-lengths.ly
index 6a9a7a0049f856c9839d9ac570b656bc037d3308..6abba5f2ead054776728fe9a6907de14700addbb 100644 (file)
@@ -1,18 +1,11 @@
+\version "2.19.21"
 
-\version "2.4.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 {
+  \override Beam.skip-quanting = ##t
+  f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f]
+}