]> git.donarmstrong.com Git - lilypond.git/blob - input/example-3.ly
duh.
[lilypond.git] / input / example-3.ly
1 \version "1.5.49"
2
3 one =  \notes\relative c{
4         c'' d e f
5 }
6
7 two =  \notes\relative c{
8         \clef "bass"
9         c'2 g2
10 }
11
12 \score{
13         <
14                 \one
15                 \two
16         >
17         \paper{}
18         \midi{}
19 }
20
21 % A full example with two staves
22 %
23 % Type:
24 %
25 %     ly2dvi example-3
26 %     xdvi example-3     # or your dvi viewer here