Vocalise.ly (2941B)
1 \version "2.18.2" 2 \language "english" 3 4 \header { 5 dedication = "Antonina Vasilievna Nezhdanova" 6 title = "Vocalise" 7 subtitle = "Op.34 Nº.14 (Comp. 1915) orig. C# minor" 8 composer = "Sergei Rachmaninov\n (1873-1943)" 9 poet = "For 6 Cellos" 10 arranger = "Orfeo Mandozzi" 11 tagline = ##f 12 } 13 14 \paper { 15 #(set-default-paper-size "a4") 16 annotate-spacing = ##f 17 ragged-last-bottom = ##f 18 bottom-margin = 24 19 } 20 21 global = { 22 \key e \minor 23 \time 4/4 24 \tempo "Lentamente. Molto cantabile" 25 } 26 27 28 29 cello = \relative c'' { 30 \global 31 #(define afterGraceFraction (cons 15 16)) 32 \clef tenor 33 % Music follows here. 34 \repeat volta 2 { 35 r4 r8 g16(\mp fs g4.) e16\<( fs | 36 \time 2/4 37 g8 fs16\! e\> fs8 d16 e\! | 38 \time 4/4 39 << fs2~ {s8\< s4.\>} >> fs8\<) e16( d e8\> c16 d) | 40 << e2~\! {s8\< s4.\>} >> e8\! << d16( {s64 s s s\<} >> c16 << b8. {s8 s16\!} >> a16 | \break 41 % bar 5, line 2 42 b8.\> << c16 {s32\! s}>> b4~\< b16) c( e g a8. << b16 {s32 s\!} >> | 43 g4.) f8( e4\> \afterGrace ds\trill {cs16 ds} | 44 e2) \tempo "poco più animato" << r8 {s16 s\mf} >> << e4( {s16 s s\< s\!} >> d!8\! | 45 cs2~ cs8) << cs8( {s16 s\<} >> d8\! e8) | 46 e(\tenuto\> d16 e\! fs4~ fs8) b,16( << cs16 {s32 s\<} >> d8 e16 fs | \break 47 % bar 10, line 3 48 gs2\!~ gs8) << es8( {s16 s\<} >> fs8\! gs) | 49 gs(\f\< fs16 gs\! a4~ a8) gs\>( fs e! | 50 fs4.\mf) e16\tenuto( ds\tenuto e4.) b16\p( cs | 51 ds8\< e16 fs\! g!4\f~ g8) fs(\> e d) | \break 52 % bar 14, line 4 53 d\mf( cs16 d e4~ e8) d16( cs d8 a16 b | 54 cs8\< d16 e\! f4\f~ f8)\> e( d c) | 55 b2\! as4.\p( e'8) | 56 \time 2/4 \tempo "ritenuto" fs8.( e16) d16( e cs8) | \time 4/4 57 } 58 \alternative { 59 { b1 | \break } 60 { b2 r8 \tempo "poco più mosso" fs'4\mf\<( e8) | } 61 } 62 % bar 19, line 5 63 \repeat volta 2 { 64 ds4(\> fs~\! fs8) fs4(\< e8 65 ds4\> fs~\< fs8)\! g\f( fs e | 66 d! \tempo " un poco ritenuto" e fs\> << d8 { s16\! s} >> b4~ 67 b16) cs( ds^\markup {\italic dolciss. } a') | \break 68 % bar 23, line 6 69 g2\p \tempo "a tempo" r8 g4\mf( << fs8 { s32 s\< s\! s} >> | 70 e4\tenuto g~ g8) g( fs e16 d) | 71 e4\tenuto( << g4 {s16 s\< s s\!} >> g8) a(\f g fs) | 72 e fs << g8 { s16 s\> } >> e8\! c4~ c16\< d( e g) | \break 73 % bar 27, line 7 74 a2(\! << b,4.) {s8 s\> s\<}>> a'8( | 75 b2.\ff a4 | 76 gs8 fs16 gs << a4~ {s16 s\> s s} >> a8) g(^\markup { \italic dim. } fs << e8) {s16\! s} >> | 77 ds8( d16 ds e4~ e8) d4( c8 | 78 \time 2/4 b8.\p a16 g a fs8 | \time 4/4 79 } 80 % bar 32. line 8 81 \alternative { 82 { e2) r8 fs'4(\mf e8) | } 83 { e,2 r4 g8(\p a | } 84 } 85 \time 2/4 b8 a16 b c8 b16 c | 86 \time 4/4 d4.) c16( d e4 fs) | 87 g4. a8 b2~ | \break 88 % bar 37, line 9 89 b8 \clef treble c \tempo " rit." d e \tempo " tempo" c( b) a( g16 a) | 90 b4. a8 g4 \afterGrace fs(\trill { e16 fs) } 91 e1^~ | 92 \time 2/4 e2~ | 93 \time 4/4 e1\fermata \bar "|."| 94 } 95 96 \score { 97 \new Staff \with { 98 instrumentName = "Cello 1" 99 } { \clef bass \cello } 100 \layout { } 101 }