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