]> git.donarmstrong.com Git - lilypond.git/blob - input/mozart-hrn3-romanze.ly
020d1a9226b0dd6ecc47af52f6eb2622113af4f7
[lilypond.git] / input / mozart-hrn3-romanze.ly
1
2 \version "1.3.146"
3
4 romanze = \notes \relative c' {
5         \key f \major
6         \time 2/2
7
8         c'4.( _#'(italic (dynamic "p") " con molto espressione") 
9                 )f8 a,4 a
10         [bes8( c d bes] )g4 r8 g
11         a r bes r c r [d()bes]
12         a2( [)g8 a( bes )b]
13         c4. () f8 a,4 a |
14         % 6 
15         [bes8 (c d) bes] g4 r8 c,-.
16         [c8( e g )bes] [a( c f ) d]
17         c r e r f r r4
18         \mark "A"
19         R1*8
20         g4. ()f8  [e( d c) bes]
21         % 18
22         [bes( a d )c] c4 r
23         R1*2
24         g'4.() f8 [e( d c) bes]
25         [bes (a d ) c] c4 r
26         r1
27         % 25
28         [c16\mf ( d c )d] [e ( f e )f] [g()e c-. c-.] [f()d b-. b-.]
29         [c16\p () d c )d] [e ( f e )f] [g()e c-. c-.] [f()d b-. b-.]
30         [c8 \< c, c c] [c c c \! c ]
31         \mark "B"
32         c1\f
33         R1*9
34         f'4.(\p )d8 b4 r8 g
35         g'4.() e8 c4 r8 cis |
36         % 39
37         d4(~ [d16 e d )e] [f8 () d f() d]
38         c2()b4 r
39         R1*4
40         e4. ()g8 c,4 ()cis
41         [d8( e f )d] b4 r8 g
42         [c ()e g g] [g( f e )d]
43         c4(
44         \grace { e16 }
45         [d8. )c16] [c8 c--( c-- )c--]
46         \mark "C"
47         des1\sfp
48         g,1\sfp 
49         c\sfp   
50         c,\sfp  
51         R1*3
52         r8 [c-\p c c] c2~
53         [c8 c' c c] c2~
54         [c8 \< e( g f] [e \! d \> c bes]
55         \mark "D"
56         \! )a4 r r2
57         R1*3
58         c4.-\p () f8 a,4 a |
59         [bes8 (c d) bes] g4 r8 c,-.
60         [c8( e g )bes] [a( c f ) d]
61         c-. r e-. r f4 r4
62         R1*3
63         r2 r4 r8 c,8
64         [c8( e g )bes] [a( c f ) d]
65         c-. r e-. r f4 r4       
66         g,1\pp
67         c,2~c4. c8
68         [c8( e g )bes] [a( c f ) d]
69         c r e r f4 r4                   % -. ? 
70
71         r1
72         c8-.   r e-. r f4 r4
73
74         % Finish with F if played separately 
75         c8-.(   r c,-. r ) c4 r4| 
76         \bar "|."
77 }
78
79
80
81 \score
82 {
83     \notes { \transpose bes \romanze }
84         \header { piece = "romanze" opus = "" } 
85         \midi{ \tempo 4 = 70  }
86         \paper{}
87 }