]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-parenthesis.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / arpeggio-parenthesis.ly
index dd43018272fe8a0bb048a7c4ef841553d74ecc51..728bcef431644d7a6e9a315e8ec9e6115b7644b7 100644 (file)
@@ -1,17 +1,12 @@
+\version "2.14.0"
 
 \header {
-
   texidoc = "There is a variant of the arpeggio sign that uses a
-  `vertical slur' instead of the wiggle."
-
+`vertical slur' instead of the wiggle."
 }
 
-\version "2.12.0"
-
 \relative c' {
-  \override Arpeggio #'stencil = #ly:arpeggio::brew-chord-slur
-
+  \arpeggioParenthesis
   % Note: does not work for cross staff arpeggios.
-  \override Arpeggio #'X-extent = #ly:grob::stencil-width
   <c g' c>2\arpeggio ~ c
 }