]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-beaming-override.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / auto-beam-beaming-override.ly
index afa8b9916077b17219ee4d9202d9146814dccfc3..9e8356286ecfb2e53b540c340983233dc435a5d7 100644 (file)
@@ -8,14 +8,14 @@ beaming pattern related functions at the start of an autobeam."
 }
 
 
-\version "2.12.0"
+\version "2.14.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
 }