]> 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 0dd97e6b1ec263726743dfa0a5963c5b6f81291b..6a9a7a0049f856c9839d9ac570b656bc037d3308 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "2.1.22"
+\version "2.4.0"
 
 \header{
     texidoc="Beamed stems have standard lengths if possible. Quantization is switched off in this example."
     }
 
 \score{
-    \notes\relative c'{
+    \relative c'{
        \override Beam  #'position-callbacks =
         #`(,Beam::least_squares
         ,Beam::check_concave
@@ -14,5 +14,5 @@
 
         f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
     }
-    \paper{ raggedright = ##t}
+    \layout{ raggedright = ##t}
 }