]> 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 01a82fc6b401502700b987efc08c832f8cae0c26..7b3def1e90e3c065d8770bfee47f8079933b6e0f 100644 (file)
@@ -1,18 +1,18 @@
-#(ly:set-option 'old-relative)
-\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}
 }