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