]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-parenthesis.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / input / regression / arpeggio-parenthesis.ly
1
2 \header {
3
4   texidoc = "There is a variant of the arpeggio sign that uses a
5   `vertical slur' instead of the wiggle."
6
7 }
8
9 \version "2.11.46"
10
11 \relative c' {
12   \override Arpeggio #'stencil = #ly:arpeggio::brew-chord-slur
13
14   % Note: does not work for cross staff arpeggios.
15   \override Arpeggio #'X-extent = #ly:grob::stencil-width
16   <c g' c>2\arpeggio ~ c
17 }