Prevent segfault with arpeggio + no staff-symbol.
[lilypond/mpolesky.git] / input / regression / spacing-to-empty-barline.ly
blob069b482433e46252b6573940af43f270c619bf2c
1 \version "2.12.0"
3 \header {
4 texidoc = "An empty barline does not confuse the spacing engine too much.
5 The two scores should look approximately the same."
8 \layout {
9 \context {
10 \Score
11 \accepts "Top"
14 \context {
15 \name "Top"
16 \alias "Staff"
17 \type "Engraver_group"
18 \consists "Output_property_engraver"
19 \consists "Bar_engraver"
20 \consists "Axis_group_engraver"
22 \override VerticalAxisGroup #'Y-extent = ##f
23 \override VerticalAxisGroup #'minimum-Y-extent = ##f
24 \override BarLine #'transparent = ##t
28 \paper {
29 ragged-right = ##t
32 \score {
34 \new Top { s1 }
35 \new Staff { c''2 c''4 c''4 }
39 \score {
40 { c''2 c''4 c''4 }