]> git.donarmstrong.com Git - lilypond.git/blob - input/test/glissando.ly
patch::: 1.3.113.jcn2
[lilypond.git] / input / test / glissando.ly
1 \header{
2 texidoc="
3 Simple glissando lines between notes are supported.
4 ";
5 }
6
7 \score{
8     <
9         \context Staff=one \notes\relative c''{
10             a \glissando e' \glissando a, \glissando
11             \translator Staff=two
12             a,,
13         }
14         \context Staff=two { \clef bass; \skip 1; }
15     >
16     \paper{
17         linewidth = 70.\mm;
18     }
19 }