]> git.donarmstrong.com Git - lilypond.git/blob - input/example-2.ly
(conv): dashes rule.
[lilypond.git] / input / example-2.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
3 % Some beamed and slurred notes of different taste in LilyPond
4 %
5 % Type:
6 %
7 %     ly2dvi example-2
8 %     xdvi example-2     # 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     a''2 ~ c4( [e8 )e] [a,16 a a a]
19   }
20   \paper {  }  
21   \midi { }
22 }