]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-default-lengths.ly
Removed input/template/
[lilypond.git] / input / regression / beam-default-lengths.ly
index a6db3c9fbbe0eab9a9931c195d620fe6e08a6701..7b3def1e90e3c065d8770bfee47f8079933b6e0f 100644 (file)
@@ -1,18 +1,18 @@
 
-\version "1.9.1"
+\version "2.3.22"
 
 \header{
-    texidoc="Beamed stems have standard lengths if possible."
+    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 =
+    \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}
+    \layout{ raggedright = ##t}
 }