]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-beaming-override.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / auto-beam-beaming-override.ly
index 2eb529a05f8b4560c1e97b21fbdeb98822ba7816..c811a5d9635d4674c72a6a6a1ffcbfb58b36e7c0 100644 (file)
@@ -8,14 +8,14 @@ beaming pattern related functions at the start of an autobeam."
 }
 
 
-\version "2.11.12"
+\version "2.17.11"
 \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
 }