]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/remove-empty-staves-auto-knee.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / remove-empty-staves-auto-knee.ly
index 2b01d274340b3b035216475242737e410aeaaf15..285bc85076859eec2ab7b44f3eafc227826570d5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.17.6"
 
 \header {
   texidoc = "
@@ -41,7 +41,7 @@ staffMusic = \new StaffGroup {
   ragged-right = ##t
   \context {
     \Staff
-    \override Beam #'auto-knee-gap = #4.5
+    \override Beam.auto-knee-gap = #4.5
     \RemoveEmptyStaves
   }
 }