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