lilypond-1.3.118
[lilypond.git] / input / test / tchaikovsky.ly
blob7c78ebaecc723a8080336a471df5009911e58ce5
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";
10 \version "1.3.117";
12 % this is an example of extreme dynamics
14 % adagio mosso - 7 measures before Allegro vivo
15 \score{
16 \notes
17 \relative c{
18 \clef "bass";
19 \key d \major;
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
25 \header{
26 piece="example 1";
30 % 8 measures before Andante come prima
31 \score{
32 \notes
33 \relative c{
34 \clef "bass";
35 \key c \major;
36 <e1\sff cis'^\downbow> | <cis\sff a'^\downbow> |
37 <d,\ffff\decr g> ~ <d2 g> ~ <d8\p\rced g> |
39 \header{
40 piece="example 2";