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