]> 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 fc1c162c065aa3eafaffa0cdb16b6fff8b93de00..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 \bar ":|"
+  \relative {
+    c'1 \bar ":|."
   }
 }