]> git.donarmstrong.com Git - lilypond.git/blob - input/test/glissando.ly
e07626c37209cdb8b354b4e900d1441fc0eb497d
[lilypond.git] / input / test / glissando.ly
1 \score{
2     <
3         \context Staff=one \notes\relative c''{
4             a \glissando e' \glissando a, \glissando
5             \translator Staff=two
6             a,,
7         }
8         \context Staff=two { \clef bass; \skip 1; }
9     >
10     \paper{
11         linewidth = 70.\mm;
12     }
13 }