]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/zero-staff-space.ly
b3047a9ebdee1a03edd40a377138e205f5ee3a3e
[lilypond.git] / input / regression / zero-staff-space.ly
1 \version "2.17.5"
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 }