]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-auto-4-8.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / test / beam-auto-4-8.ly
index b55fccd4a283faa0cd4e5f155d6764a4a00f576c..f8861e696e2f524c81b0a2110b1c3556e9f17815 100644 (file)
@@ -1,9 +1,9 @@
 
-\version "1.9.2"
+\version "2.1.36"
 % keep for now, although merging into beam-auto-override is a possibility.
 \header {
        texidoc = "@cindex Auto Beaming 4/8
-You can override LilyPond's automatic beaming.
+You can override the automatic beaming settings.
 "
 }
 
@@ -26,7 +26,7 @@ You can override LilyPond's automatic beaming.
      |  |  |   |--|
     x| x| x|  x| x|
 %}
-     \property Voice.autoBeamSettings \override #'(end * * * *) = #(ly:make-moment 2 4)
+     #(override-auto-beam-setting '(end * * * *)  2 4)
      c8 c c c16 c
 
   }