1\version "2.16.0"
2
3\header {
4  texidoc = "There is a variant of the arpeggio sign that uses a
5`vertical slur' instead of the wiggle."
6}
7
8\relative c' {
9  \arpeggioParenthesis
10  % Note: does not work for cross staff arpeggios.
11  <c g' c>2\arpeggio ~ c
12}
13