lilypond-1.3.67
[lilypond.git] / input / example-3.ly
blobf245ae37b1e2022598f05d992e6935e625bc97f2
1 \version "1.3.59";
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-mudela example with two staffs
23 % Type:
25 % ly2dvi example-3
26 % xdvi example-3 # or your dvi viewer here
28 % For more elaborate examples see twinkle.ly, input/* and mutopia/*.
30 % A docmument on Mudela is under construction: Documentation/tex/mudela.doc
31 % (available as .ps from the website too).