]> git.donarmstrong.com Git - lilypond.git/blob - input/example-1.ly
* Documentation/user/lilypond-book.itely
[lilypond.git] / input / example-1.ly
1 \version "1.9.8"
2 % A simple scale in LilyPond
3 %
4 % Type:
5 %
6 %     lilypond example-1
7 %     xdvi example-1     # or your dvi viewer here
8 %
9
10 %%
11 %% For learning LilyPond, please read the tutorial, included in the
12 %% user-manual.
13 %% 
14
15 \score { 
16   \context Voice \notes\relative c {
17     c' d e f g a b c
18   }
19   \paper {  }  
20   \midi { }
21 }