]> git.donarmstrong.com Git - lilypond.git/blob - input/scripts.ly
release: 0.1.42
[lilypond.git] / input / scripts.ly
1         
2 \version "0.1.8";
3
4
5 blah =  \melodic {
6         \octave c';
7         'c ->-.-\fermata-"text"
8         c ->-.-\fermata-"text"
9         c' ->-.-\fermata-"text"
10         c'' ->-.-\fermata-"text"
11
12         'd ->-.-\fermata-"text"
13         d ->-.-\fermata-"text"
14         d' ->-.-\fermata-"text"
15         d'' ->-.-\fermata-"text"
16
17         'c ^>^.^\fermata^"text"
18         c ^>^.^\fermata^"text"
19         c' ^>^.^\fermata^"text"
20         c'' ^>^.^\fermata^"text"
21
22         'd ^>^.^\fermata^"text"
23         d ^>^.^\fermata^"text"
24         d' ^>^.^\fermata^"text"
25         d'' ^>^.^\fermata ^"text"
26
27         'c _>_._\fermata _"text"
28         c _>_._\fermata _"text"
29         c' _>_._\fermata _"text"
30         c'' _>_._\fermata _"text"
31
32         'd _>_._\fermata _"text"
33         d _>_._\fermata _"text"
34         d' _>_._\fermata _"text"
35         d'' _>_._\fermata _"text"
36                         
37       \meter 4/4;
38         \duration  8;
39         \octave c';
40         [c \< d e \! f][d' \> e' f' \! g'] 
41         [c-> \< d-> e-> \! f->][d'-> \> e'-> f'-> \! g'->] 
42         [c-^ \< d-^ e-^ \! f-^][d'-^ \> e'-^ f'-^ \! g'-^] 
43         [c-. \< d-. e-. \! f-.][d'-. \> e'-. f'-. \! g'-.]
44         [c-- \< d-- e-- \! f--][d'-- \> e'-- f'-- \! g'--] 
45         [c-\portato \< d-\portato e-\portato \! f-\portato]
46                 [d'-\portato \> e'-\portato f'-\portato \! g'-\portato]
47         [c-\upbow \< d-\upbow e-\upbow \! f-\upbow]
48                 [d'-\upbow \> e'-\upbow f'-\upbow \! g'-\upbow] 
49         [c-| \< d-| e-| \! f-|][d'-| \> e'-| f'-| \! g'-|]
50         [c-\fermata \< d-\fermata e-\fermata \! f-\fermata]
51                 [d'-\fermata \> e'-\fermata f'-\fermata \! g'-\fermata] 
52         [c-\lheel \< d-\lheel e-\lheel \! f-\lheel]
53                 [d'-\lheel \> e'-\lheel f'-\lheel \! g'-\lheel]
54 }
55
56
57 \score{
58         \blah
59
60 }