]> git.donarmstrong.com Git - lilypond.git/blob - input/test/arpeggio.ly
f901b1a00fe6166ee5dc3c69d7533af27c816aab
[lilypond.git] / input / test / arpeggio.ly
1
2 \version "1.3.110";
3
4 \score{
5     \context PianoStaff < 
6          \context Staff=one \notes\relative c''{
7             \context Voice < fis,-\arpeggio  d a >
8              %%\property PianoStaff.SpanArpeggio \override #'connect = ##t
9              \property PianoStaff.connectArpeggios = ##t
10              <fis,\arpeggio a c>
11           }
12          \context Staff=two \notes\relative c{
13              \clef bass;
14             \context Voice < g b d-\arpeggio   >
15              <g\arpeggio b d>
16          }
17     >
18 }