]> git.donarmstrong.com Git - lilypond.git/blob - input/pavane.ly
release: 0.0.34
[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 music {
15         $
16         \octave { ' }
17         \key{  fis cis }
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  \meter {2 *4} r4 r4    |
43  \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         \octave{}       |
71         |        [c e a ]2/3  b4-> () [b c-- e-- a--]   |
72         b4. b8()g2      |
73         r1      |
74         r2              [f a f d] 
75         |  [f a 'c]2/3  'e4-^ () ['e f-> a-> 'c->]      |
76         'e4._"sf" 'e8()'c4 r4 |
77         r1      |
78         \meter {2 *4}
79         r4 r4-\fermata
80         \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 }
99 score {
100         staff { melodic music { horn }
101         }
102         paper {
103                 output "pavane.out"
104                 unitspace 1.5 cm
105                 geometric 1.4
106                 width 12cm
107         }
108         commands  {
109                 meter {4 *4}
110                 skip {39*1}
111                 bar "|:"
112                 skip {10*1}
113                 bar ":|"
114                 skip {13*1}
115                 bar "||"
116         }
117         midi { tempo 4:70 }
118 }