]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tchaikovsky.ly
update syntax in .ly files.
[lilypond.git] / input / test / tchaikovsky.ly
1 \version "1.7.6"
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                 <<a\cr d>>2-\ppp <<gis\rc\decr d'>>-\p | <<a\rced d>>2 ~ <<a d>>8 r8 r4 |
22                 a2-\ppp\cr a2\rc-\p\decr | <<a\rced d>>2 ~ <<a d>>8 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                 <<e\sff cis'>>1^\downbow | <<cis\sff a'>>^\downbow | 
38                 <<d,\ffff\decr g>> | ~ <<d g>>2 ~ <<d\rced g>>8-\p 
39         }
40         \header{ 
41         piece="example 2"
42         }
43 }
44
45 %% new-chords-done %%