]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-unconnected-beamlets.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / beam-unconnected-beamlets.ly
index 5931fa184755f4557f8e1b3ab52bb4e4761cff76..5b942bce23151530c2a9d763ecb59184451a952c 100644 (file)
@@ -6,9 +6,9 @@
 \layout {
   ragged-right = ##t
   }
-\version "2.9.6"
+\version "2.19.21"
 
-\relative c'' {
-  \override Stem #'max-beam-connect = #1
-  c16[ c16]
+\relative {
+  \override Stem.max-beam-connect = #1
+  c''16[ c16]
 }