]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/zero-staff-space.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / zero-staff-space.ly
1 \version "2.19.21"
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 {
13     c'1 \bar ":|."
14   }
15 }