]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/zero-staff-space.ly
fc1c162c065aa3eafaffa0cdb16b6fff8b93de00
[lilypond.git] / input / regression / zero-staff-space.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc="
5 Setting staff-space to 0 does not cause a segmentation fault.
6 "
7 }
8
9 \new Staff \with {
10   \override StaffSymbol #'staff-space = #0
11   } {
12   \relative c' {
13     c1 \bar ":|"
14   }
15 }