lilypond-1.3.152
[lilypond.git] / input / example-3.ly
blob8f55b57e772a541b6bab700801f7b5758afb0bae
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 staffs
23 % Type:
25 % ly2dvi example-3
26 % xdvi example-3 # or your dvi viewer here