Prevent segfault with arpeggio + no staff-symbol.
[lilypond/mpolesky.git] / input / regression / staccato-pos.ly
blob025bf892d2c895121bf0ce1a04c0e3f36973d589
2 \version "2.12.0"
4 \header{
6 texidoc=" Some scripts must have quantized postions. VErtical
7 position descend monotonously for a descending scale. The staccato
8 dot is close to the notehead. If the head is in a space, then the dot
9 is in the space next to it. "
13 \layout {
14 ragged-right = ##t
18 \new Voice \relative c'' {
19 \voiceOne
20 g8-. a-. b-. c-.
21 a-. b-. c-. d-.
22 b8[-. a-. g b]
23 e,-. f-. g-. a-.
24 e-. g-. b-. d-.
26 \context Voice {
27 \relative c' {
28 e'4-. f-. g-. d-. c-. b-.
29 \stemDown
30 e,-. d-. c-. b-. a-. g-.
32 \relative c'' {
33 \stemUp
34 d-> c-> b-> a-> g-> f-> e-> d->
36 d-. c-. b-. a-. g-. f-. e-. d-.