]> git.donarmstrong.com Git - lilypond.git/blob - input/example-2.ly
($(outdir)/%.pdf): add DVIPS_FLAGS. This will
[lilypond.git] / input / example-2.ly
1 \version "2.1.22"
2 % Some beamed and slurred notes of different taste in LilyPond
3 %
4 % Type:
5 %
6 %     lilypond example-2
7 %     xdvi example-2     # or your dvi viewer here
8 %
9
10 %%
11 %% For learning LilyPond, please read the tutorial, included in the
12 %% user-manual.
13 %% 
14
15 \score { 
16   \context Voice \notes\relative c {
17     a''2 ~ a4( e8[ )e] a,16[ a a a]
18   }
19   \paper {  }  
20   \midi { }
21 }