]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-auto-4-8.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / input / test / beam-auto-4-8.ly
index 54e8f958a5a7e46a9772a2c717a90306c025f7e7..b2522aa3e17096adb9faaac9edb9759b2cbc9f81 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.7.18"
+
+\version "2.3.16"
 % 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.
 "
 }
 
 \score{
-   \notes\relative c''{
+   \relative c''{
      \time 4/8
 
 %{
@@ -25,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
 
   }