]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-shortened-lengths.ly
More collision tests.
[lilypond.git] / input / regression / beam-shortened-lengths.ly
index a06f2c0e3d656bc72351be2f58890b4033ddf64b..eadac0e3894b9daa091e63fff546475bcf03d4b2 100644 (file)
@@ -1,13 +1,13 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.3.4"
 
 \header{
     texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
     }
 
 \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)