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