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