]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-shortened-lengths.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-shortened-lengths.ly
index c95d984695fcc1e01fdf95af508378d34adee0e0..16f651676bbd5a36d6a9a080e8edc066421e1eed 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.1"
+\version "2.1.22"
 
 \header{
     texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
@@ -7,7 +7,7 @@
 
 \score{
     \notes\relative c'{
-       \property Voice.Beam \set #'position-callbacks =
+       \override Beam  #'position-callbacks =
         #`(,Beam::least_squares
         ,Beam::check_concave
         ,Beam::slope_damping)