]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-parenthesis.ly
Docs: run convert-ly for 2.14.0.
[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 }