]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/zero_staff_space.ly
Add ly:grob-array->list; use in live-elements-list for InstrumentName.
[lilypond.git] / input / regression / zero_staff_space.ly
1
2 \version "2.13.40"
3 \header{
4
5   texidoc="
6 Setting staff-space to 0 does not cause a segmentation fault.
7 "
8
9 }
10
11 \new Staff \with {
12   \override StaffSymbol #'staff-space = #0
13   } {
14   \relative c' {
15     c1
16   }
17 }