]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/zero-staff-space.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / zero-staff-space.ly
index 95c978ae4eedde6578032acddc57128015b6043c..6e3eb0a42870062c481f2270d54c399dbb7bac66 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.40"
+\version "2.17.6"
 
 \header {
   texidoc="
@@ -7,9 +7,9 @@ Setting staff-space to 0 does not cause a segmentation fault.
 }
 
 \new Staff \with {
-  \override StaffSymbol #'staff-space = #0
+  \override StaffSymbol.staff-space = #0
   } {
   \relative c' {
-    c1
+    c1 \bar ":|."
   }
 }