]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-default-lengths.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / input / regression / beam-default-lengths.ly
index a3de4b2f77b4387546edec736254ed4995079040..6a9a7a0049f856c9839d9ac570b656bc037d3308 100644 (file)
@@ -1,17 +1,18 @@
-\version "1.7.18"
+
+\version "2.4.0"
 
 \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] 
+        f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
     }
-    \paper{ raggedright = ##t}
-}          %% new-chords-done %%
\ No newline at end of file
+    \layout{ raggedright = ##t}
+}