]> git.donarmstrong.com Git - lilypond.git/blob - input/pavane.ly
b820506b6069ad808139433aa28e35c38f2f75b4
[lilypond.git] / input / pavane.ly
1 % Pavane pour une Infante d\'efunte
2 % by Maurice Ravel
3 %
4 % (Ravel has been dead for over 50 years. This does not have copyright)
5 %
6 % (there is an accompanying LaTeX file, pavane.tex)
7 %
8 horn =
9 staff {melodic
10         music{  $
11         \octave { ' }
12         \duration { 8}
13
14 % 1
15         d2( [)d e cis `b]               |       
16         `a4 [`b cis] [cis `b] `b4       |
17         fis2( [)fis g e d]              |
18         cis4 [d e(] [)e fis d cis]      |
19         `b4 [cis d(] [)d e cis `b]      |
20         cis2 r2^"c\'edez"               |
21         r4 fis2 fis4                    |
22         fis2^"en mesure" ()[fis e a fis]|
23         fis4-- e4-- d4-- e4--           |
24         `b2()[`b^"un peu retenu" `a( d cis]|
25 % 11
26         )`b [`fis^"en \'elargissant"-- `a-- `b--] cis4-- `b4--|
27         `fis2 r2                        |
28         cis4^"1er mouvement" d4^"tr\`es lontain" ()[d cis d e]
29         \octave {  }
30         |       a4 gis2.        |
31         a4 b4()[b a b 'cis]     |
32         fis4 e4 cis2            |
33         e4 fis4 () [fis e fis gis]      |
34         cis4 `b4()`b8 r8 r4^"tr\`es soutenu"    |
35
36         \command { \meter 2 *4 } r4 r4  |
37         \command { \meter 4 *4 }
38         'cis4_"\dyn ppp" 'd4 () ['d 'cis 'd 'e] |
39         a4 gis2.        |
40         a4 b4()[b a b 'cis]     |
41         fis4 e4 cis2    |
42         e4_"\dyn pp" fis4()[fis e fis gis]      |
43         cis4_"\dyn mf" `b4()`b8 r8 r4^"un peu plus lent"        |
44         r1      |
45         r2 r4 r4 %^\fermata
46 %% cut 'n paste.
47         \octave { ' }
48         | d2^"Reprenez le mouvement"( [)d e cis `b]     |
49         `a4 [`b cis] [cis `b] `b4       |
50         fis2( [)fis g e d]      |
51         cis4 [d e(] [)e fis d cis]      |
52         `b4 [cis d(] [)d e cis `b]      |
53         cis2 r2^"c\'edez"       |
54         r4 fis2 fis4    |
55         fis2^"en mesure"()[fis e a fis] |
56         fis4-- e4-- d4-- e4--   |
57         `b2() [`b `a-. d-. cis-.]       |
58         `b-. [`fis^"large" `a `b] cis4 `b4      `fis2 r2        |
59
60         %% mark B
61         r1^"1er mouvement"      
62         \duration {8}
63         | r2 [c-.( e-. c-. )`a-. ]      
64         \plet {2/3}\octave{}    |
65         |       [c e a ] \plet{1/1} b4-> () [b c-- e-- a--]     |
66         b4. b8()g2      |
67         r1      |
68         r2              [f a f d] 
69         \plet {2/3}
70         | [f a 'c] \plet{1/1} 'e4-^ () ['e f-> a-> 'c->]        |
71         'e4._"sf" 'e8()'c4 r4 |
72         r1      |
73         \command { \meter 2 *4 } r4 r4-\fermata
74         \command { \meter 4 *4 }
75
76         \octave { ' }
77         |d2( [)d e cis `b]      |
78         `a4 [`b cis] [cis `b] `b4       |
79         fis2( [)fis g e d]      |
80         cis4 [d e(] [)e fis d cis]      |
81         `b4 [cis d(] [)d e cis `b]      |
82         cis2 r2^"c\'edez"       |
83         r4 fis2 fis4    |
84         fis2()[fis e a fis]     |
85         fis4-- e4-- d4-- e4--   
86         \octave{ }      
87         | b2()[b a 'd 'cis]     |
88         b [fis a b ] 'cis4 b4   |
89         fis2 r2 |
90         r1-\fermata     
91                 $}
92         commands {      
93                 key  $fis cis $
94         }
95 }
96 score {
97         staff {
98                 horn
99         }
100         paper {
101                 output "pavane.out"
102                 unitspace 1.5 cm
103                 geometric 1.4
104                 width 12cm
105         }
106         commands  {
107                 meter 4 *4
108                 skip 18:0
109                 skip 1:0
110                 skip 20:0
111                 bar "|:"
112                 skip 9:0
113                 skip 1:0
114                 bar ":|"
115                 meter 4* 4
116                 skip 13:0
117                 bar "||"
118         }
119 }