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