blob: 23c3c523ed3bb6711cc52307a8da3ea464fffa73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
dynamik = {
s1*9 |
s2.. s8^\p |
s1*2 |
s2 s^\< |
s2.^\! s8^\mp s^\< |
s1^\! |
s4 s2^\> s4^\! |
s1*14 |
s4 s^\pp s2 |
s4 s^\< s2 |
s4 s^\p s2 |
s1^\markup { \bold "poco rit." } |
s^\markup { \bold "a tempo" } |
s1*4 |
s4 s2^\> s4^\mf |
s1^\> |
s^\mp |
s2^\markup { \bold "rall." } s^\> |
s1^\!^\markup { \dynamic "p" \italic "dim." }^\markup { \bold "molto rall." } |
s^\pp | \bar "|."
}
|