]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-parenthesis.ly
728bcef431644d7a6e9a315e8ec9e6115b7644b7
[lilypond.git] / input / regression / arpeggio-parenthesis.ly
1 \version "2.14.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 }