]> git.donarmstrong.com Git - lilypond.git/blob - input/example-1.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / example-1.ly
1 \version "2.4.0"
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 \relative c {
18     c' d e f g a b c
19   }
20   \layout {  }  
21   \midi { }
22 }