lilypond-1.5.8
[lilypond.git] / input / example-3.ly
blob8a445f1dbb3164350dbf0d57a1828bfa9dcf7058
1 \version "1.3.146"
3 one = \notes\relative c{
4 c'' d e f
7 two = \notes\relative c{
8 \clef "bass"
9 c'2 g2
12 \score{
14 \one
15 \two
17 \paper{}
18 \midi{}
21 % A full example with two staves
23 % Type:
25 % ly2dvi example-3
26 % xdvi example-3 # or your dvi viewer here