]> git.donarmstrong.com Git - lilypond.git/blob - input/example-2.ly
update syntax in .ly files.
[lilypond.git] / input / example-2.ly
1 \version "1.7.6"
2 % Some beamed and slurred notes of different taste in LilyPond
3 %
4 % Type:
5 %
6 %     ly2dvi example-2
7 %     xdvi example-2     # or your dvi viewer here
8 %
9
10 \score { 
11   \context Voice \notes\relative c {
12     a''2 ~ c4( [e8 )e] [a,16 a a a]
13   }
14   \paper {  }  
15   \midi { }
16 }