]> git.donarmstrong.com Git - lilypond.git/blob - input/example-1.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / example-1.ly
1
2 \score { 
3   \context Voice \notes\relative c {
4     c' d e f g a b c
5         
6         % A simple scale in Mudela.
7         %
8         % Type:
9         %
10         %     ly2dvi example-1
11         %     xdvi example-1     # or your dvi viewer here
12         %
13         % For more elaborate examples see twinkle.ly, input/* and mutopia/*.
14         %
15         % A docmument on Mudela is under construction: Documentation/tex/mudela.doc
16         % (available as .ps from the website too).
17         
18   }
19   \paper {  }  
20   \midi { }
21 }