]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio.ly
8d35d974425c8402362a21b96ee49b15eb528014
[lilypond.git] / input / regression / arpeggio.ly
1
2 \version "2.6.0"
3 \header{
4   texidoc="
5 Arpeggios are supported, both cross-staff and broken single staff.
6 "
7 }
8
9
10
11 \context PianoStaff << 
12   \new Staff \relative c''{
13     <fis,  d a>\arpeggio
14     \arpeggioUp
15     <fis d a >\arpeggio     
16     %%\override PianoStaff.SpanArpeggio  #'connect = ##t
17     \set PianoStaff.connectArpeggios = ##t
18     <fis d a>\arpeggio
19   }
20   \new Staff\relative c{
21     \clef bass
22     <g b d>\arpeggio
23     \arpeggioDown
24     <g b d>\arpeggio
25     <g b d>\arpeggio
26   }
27 >>
28 \layout { raggedright= ##t }