]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-parenthesis.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / arpeggio-parenthesis.ly
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 }