lilypond-0.1.14
[lilypond.git] / input / scripts.ly
blob120902812719aff631a34e55a8054422e4593718
1 %{MudelaHeader
3 filename: scripts.ly
4 title:
5 description:
6 composers:
7 entered-by:HWN, MB
8 copyright:
10 Tested Features: scripts, text.
11 EndMudelaHeader
13 \version "0.1.6";
16 blah = \melodic {
17 \octave c';
18 'c ->-.-\fermata-"text"
19 c ->-.-\fermata-"text"
20 c' ->-.-\fermata-"text"
21 c'' ->-.-\fermata-"text"
23 'd ->-.-\fermata-"text"
24 d ->-.-\fermata-"text"
25 d' ->-.-\fermata-"text"
26 d'' ->-.-\fermata-"text"
28 'c ^>^.^\fermata^"text"
29 c ^>^.^\fermata^"text"
30 c' ^>^.^\fermata^"text"
31 c'' ^>^.^\fermata^"text"
33 'd ^>^.^\fermata^"text"
34 d ^>^.^\fermata^"text"
35 d' ^>^.^\fermata^"text"
36 d'' ^>^.^\fermata ^"text"
38 'c _>_._\fermata _"text"
39 c _>_._\fermata _"text"
40 c' _>_._\fermata _"text"
41 c'' _>_._\fermata _"text"
43 'd _>_._\fermata _"text"
44 d _>_._\fermata _"text"
45 d' _>_._\fermata _"text"
46 d'' _>_._\fermata _"text"
48 \meter 4/4;
49 \duration 8;
50 \octave c';
51 [c \< d e \! f][d' \> e' f' \! g']
52 [c-> \< d-> e-> \! f->][d'-> \> e'-> f'-> \! g'->]
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-\portato \< d-\portato e-\portato \! f-\portato]
57 [d'-\portato \> e'-\portato f'-\portato \! g'-\portato]
58 [c-\upbow \< d-\upbow e-\upbow \! f-\upbow]
59 [d'-\upbow \> e'-\upbow f'-\upbow \! g'-\upbow]
60 [c-| \< d-| e-| \! f-|][d'-| \> e'-| f'-| \! g'-|]
61 [c-\fermata \< d-\fermata e-\fermata \! f-\fermata]
62 [d'-\fermata \> e'-\fermata f'-\fermata \! g'-\fermata]
63 [c-\lheel \< d-\lheel e-\lheel \! f-\lheel]
64 [d'-\lheel \> e'-\lheel f'-\lheel \! g'-\lheel]
68 \score{
69 \blah