]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-span-one-staff.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / arpeggio-span-one-staff.ly
1 \header {
2   texidoc = "Span arpeggios within one staff also work"
3   }
4
5 \version "2.11.51"
6 \layout { ragged-right = ##t }
7
8 \new PianoStaff <<
9  \set PianoStaff.connectArpeggios = ##t
10  \new Staff \relative c'' {
11    <<
12      {
13        c2\arpeggio
14      }
15      \\
16      {
17        g2\arpeggio a
18      }
19    >>
20  }
21 >>