]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tchaikovsky.ly
release: 1.3.43
[lilypond.git] / input / test / tchaikovsky.ly
1 \header{
2 filename =      "tchaikovsky.ly";
3 title =         "Extracts from 6th symphony";
4 subtitle =      "Ist movement";
5 composer=       "Pjotr Iljitsj Tchaikovsky";
6 enteredby =     "Maarten Storm";
7 instrument=     "Violoncello";
8 }
9
10 \version "1.3.42";
11
12 % this is an example of extreme dynamics
13
14 % adagio mosso - 7 measures before Allegro vivo
15 \score{
16         \notes
17           \relative c{
18                 \clef "bass";
19                 \key d;
20                 <a2\ppp\cr d> <gis\rc\p\decr d'> | <a2\rced d> ~ <a8 d> r8 r4 |
21                 a2\ppp\cr a2\rc\p\decr | <a2\rced d> ~ <a8 d> r8 r4 |
22                 a2\pppp ~ a8 r8 r4 | a2\ppppp ~ a8 r8 r4 | r4 a8_"pizz"
23                 r8 r2^\fermata     
24         }
25         \header{
26         piece="example 1";
27         }
28 }
29
30 % 8 measures before Andante come prima
31 \score{
32         \notes
33         \relative c{
34                 \clef "bass";
35                 \key c;
36                 <e1\sff cis'^\downbow> | <cis\sff a'^\downbow> | 
37                 <d,\ffff\decr g> ~ <d2 g> ~ <d8\p\rced g> |
38         }
39         \header{ 
40         piece="example 2";
41         }
42 }
43