]> git.donarmstrong.com Git - lilypond.git/blob - input/mozart-hrn3-romanze.ly
move mutopia subdirectory
[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 \endlonggrace }
47         [d8. )c16 \< ] [c8 c-.( c-. \! )c-.]
48         \mark "C"
49
50         %% this is a trick to get the sfp-s to align. 
51         \property Voice.Hairpin \override #'transparent = ##t
52         des1\sfp \> \!
53         g,1\sfp  \> \!
54         c\sfp    \> \!
55         c,\sfp
56         \property Voice.Hairpin \revert #'transparent 
57         R1*3
58         r8 [c-\p c c] c2~
59         [c8 c' c c] c2~
60         [c8 \< e( g f] [e \! d \> c bes]
61         \mark "D"
62         \! )a4 r r2
63         R1*3
64         c4.-\p () f8 a,4 a |
65         [bes8 (c d) bes] g4 r8 c,
66         [c8( e g )bes] [a( c f ) d]
67         c r e r f4 r4
68         R1*3
69         r2 r4 r8 c,8
70         [c8( e g )bes] [a( c f ) d]
71         c r e r f4 r4   
72         g,1
73         c,2 c4. c8
74         [c8( e g )bes] [a( c f ) d]
75         c r e r f4 r4                   % -. ? 
76
77         R1
78         c8-.   r e-. r f4 r4
79
80         % Finish with F if played separately 
81         c8-.(   r c,-. r ) c4 r4| 
82         \bar "|."
83 }
84
85
86
87 \score
88 {
89     \notes { \transpose bes \romanze }
90         \header { piece = "romanze" opus = "" } 
91         \midi{ \tempo 4 = 70  }
92         \paper{}
93 }