]> git.donarmstrong.com Git - lilypond.git/blob - input/example-1.ly
d2fcede10f6719b8b710558c4ca49bdd4314d703
[lilypond.git] / input / example-1.ly
1 \version "1.7.18"
2 % A simple scale in LilyPond
3 %
4 % Type:
5 %
6 %     ly2dvi example-1
7 %     xdvi example-1     # or your dvi viewer here
8 %
9
10 \score { 
11   \context Voice \notes\relative c {
12     c' d e f g a b c
13   }
14   \paper {  }  
15   \midi { }
16 }