Prevent segfault with arpeggio + no staff-symbol.
[lilypond/mpolesky.git] / input / regression / finger-chords.ly
blobabb0fb2783f9ef4b6adf3e21d065d6f4816dbc36
2 \version "2.12.0"
3 \header {
5 texidoc = "It is possible to associate
6 fingerings uniquely with notes. This makes it possible to add
7 horizontal fingerings to notes.
12 \layout { ragged-right= ##t }
16 \relative c'{
17 \set fingeringOrientations = #'(left)
18 < c-1 e-2 g-3 b-5 > 4
20 \set fingeringOrientations = #'(down left)
21 < c-1 e-2 g-3 b-5 > 4
23 \set fingeringOrientations = #'(down left up)
24 < c-1 e-2 g-3 b-5 > 4
26 \once \override Fingering #'staff-padding = #'()
27 < c-1 e-2 g-3 b-5 > 4
29 \set fingeringOrientations = #'(up left)
30 < c-1 e-2 g-3 b-5 > 4
32 \set fingeringOrientations = #'(right)
33 < c-1 e-2 g-3 b-5 > 4