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