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