]> git.donarmstrong.com Git - lilypond.git/blob - input/scripts.ly
release: 0.0.67
[lilypond.git] / input / scripts.ly
1 %{MudelaHeader
2
3  filename: scripts.ly
4  title:
5  description: 
6  composers:
7  entered-by:HWN, MB
8  copyright:
9
10  Tested Features: scripts, text.
11 EndMudelaHeader
12 %}
13 \version "0.0.58";
14
15
16 blah = \staff{  melodicregs
17
18         \melodic {
19         \octave c';
20         'c ->-.-\fermata-"text"
21         c ->-.-\fermata-"text"
22         c' ->-.-\fermata-"text"
23         c'' ->-.-\fermata-"text"
24
25         'd ->-.-\fermata-"text"
26         d ->-.-\fermata-"text"
27         d' ->-.-\fermata-"text"
28         d'' ->-.-\fermata-"text"
29
30         'c ^>^.^\fermata^"text"
31         c ^>^.^\fermata^"text"
32         c' ^>^.^\fermata^"text"
33         c'' ^>^.^\fermata^"text"
34
35         'd ^>^.^\fermata^"text"
36         d ^>^.^\fermata^"text"
37         d' ^>^.^\fermata^"text"
38         d'' ^>^.^\fermata ^"text"
39
40         'c _>_._\fermata _"text"
41         c _>_._\fermata _"text"
42         c' _>_._\fermata _"text"
43         c'' _>_._\fermata _"text"
44
45         'd _>_._\fermata _"text"
46         d _>_._\fermata _"text"
47         d' _>_._\fermata _"text"
48         d'' _>_._\fermata _"text"
49                         
50       \meter 4/4;
51         \duration  8;
52         \octave c';
53         [c \< d e \! f][d' \> e' f' \! g'] 
54         [c-> \< d-> e-> \! f->][d'-> \> e'-> f'-> \! g'->] 
55         [c-^ \< d-^ e-^ \! f-^][d'-^ \> e'-^ f'-^ \! g'-^] 
56         [c-. \< d-. e-. \! f-.][d'-. \> e'-. f'-. \! g'-.]
57         [c-- \< d-- e-- \! f--][d'-- \> e'-- f'-- \! g'--] 
58         [c-\portato \< d-\portato e-\portato \! f-\portato]
59                 [d'-\portato \> e'-\portato f'-\portato \! g'-\portato]
60         [c-\upbow \< d-\upbow e-\upbow \! f-\upbow]
61                 [d'-\upbow \> e'-\upbow f'-\upbow \! g'-\upbow] 
62         [c-| \< d-| e-| \! f-|][d'-| \> e'-| f'-| \! g'-|]
63         [c-\fermata \< d-\fermata e-\fermata \! f-\fermata]
64                 [d'-\fermata \> e'-\fermata f'-\fermata \! g'-\fermata] 
65         [c-\lheel \< d-\lheel e-\lheel \! f-\lheel]
66                 [d'-\lheel \> e'-\lheel f'-\lheel \! g'-\lheel]
67 }
68 }
69
70 \score{
71         blah
72         \paper{
73                 \symboltables {table_sixteen}
74         }
75 }