]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-beaming-override.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / auto-beam-beaming-override.ly
index a1cd104fac99d3f58f6657397302988bb2c6c57c..6798aa8e83ef723fb2dc1c73f5d42e8892e094d8 100644 (file)
@@ -8,14 +8,14 @@ beaming pattern related functions at the start of an autobeam."
 }
 
 
-\version "2.11.51"
+\version "2.16.0"
 \paper { ragged-right = ##t }
 {
   \time 2/4
   b16 b b b
   b16 b b b
   \set subdivideBeams = ##t
-  \set Score.beatLength = #(ly:make-moment 1 8)
+  \set Score.baseMoment = #(ly:make-moment 1 8)
   b16 b b b
   b16 b b b
 }