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