]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/zero-staff-space.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / zero-staff-space.ly
index 62e2e16bc9397d30801a09d3c26e9b4ef078fbb7..d6820208e12dbb1a9efd500d8295504ab044a3f0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 
 \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
+  \relative {
+    c'1 \bar ":|."
   }
 }