]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-beaming-override.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / input / regression / auto-beam-beaming-override.ly
index afa8b9916077b17219ee4d9202d9146814dccfc3..d6dd8f411a10b65cfe841d4b352998ad338bea7c 100644 (file)
@@ -8,14 +8,14 @@ beaming pattern related functions at the start of an autobeam."
 }
 
 
-\version "2.12.0"
+\version "2.13.29"
 \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
 }