]> git.donarmstrong.com Git - lilypond.git/blob - input/example-3.ly
ebd4ba1851d4fe07c23cf390b8c0227865a6ed7f
[lilypond.git] / input / example-3.ly
1 one = \melodic\relative c{
2         c'' d e f
3 }
4
5 two = \melodic\relative c{
6         \clef "bass";
7         c'2 g2
8 }
9
10 \score{
11         <
12                 \one
13                 \two
14         >
15         \paper{}
16         \midi{}
17 }
18
19 % A full-mudala example with two staffs
20 %
21 % Type:
22 %
23 %     ly2dvi example-3
24 %     xdvi example-3     # or your dvi viewer here
25 %
26 % For more elaborate examples see twinkle.ly, kortjakje.ly and mutopia/*.
27 %
28 % A docmument on Mudela is under construction: Documentation/tex/mudela.doc
29 % (available as .ps from the website too).