]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bar-collapse-staffspace.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / system-start-bar-collapse-staffspace.ly
index 165dfd1aa049f496b01697dec9c0cfe5348cf9dd..8c3012cf9df0fef8ae37dfbc6d3ac662d435ee7e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "When the staff-space is increased, the system-start delimiter
@@ -6,7 +6,7 @@ should still be collapsed (i.e. the collapse-height should not give an absolute
 length, but a multiple of staff-spaces)."
 }
 
-\new Staff \with { \override StaffSymbol #'staff-space = #1.4 }
+\new Staff \with { \override StaffSymbol.staff-space = #1.4 }
 {
   a4 b c d 
 }