1\header {
2  texidoc = "Span arpeggios within one staff also work"
3  }
4
5\version "2.19.21"
6\layout { ragged-right = ##t }
7
8\new PianoStaff <<
9 \set PianoStaff.connectArpeggios = ##t
10 \new Staff \relative {
11   <<
12     {
13       c''2\arpeggio
14     }
15     \\
16     {
17       g2\arpeggio a
18     }
19   >>
20 }
21>>
22