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