]> git.donarmstrong.com Git - lilypond.git/blob - input/test/arpeggio.ly
8b81878ad4e9b869c4c19b291799d962911aba46
[lilypond.git] / input / test / arpeggio.ly
1 \score{
2     \context StaffGroup < 
3     %< 
4           \context Staff=one \notes\relative c''{
5               f,
6               <f, a c>
7           }
8           \context Staff=two \notes\relative c{
9               \clef bass;
10               g
11               <g b d>
12           }
13     >
14     \paper{
15         \translator{
16             \StaffContext
17             \consists Arpeggio_engraver;
18         }
19     }
20 }