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