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