]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/system-start-bar-collapse-staffspace.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / system-start-bar-collapse-staffspace.ly
1 \version "2.17.6"
2
3 \header {
4   texidoc = "When the staff-space is increased, the system-start delimiter
5 should still be collapsed (i.e. the collapse-height should not give an absolute
6 length, but a multiple of staff-spaces)."
7 }
8
9 \new Staff \with { \override StaffSymbol.staff-space = #1.4 }
10 {
11   a4 b c d 
12 }