% Generated by nwc2ly version 0.21 http://nwc2ly.sf.net/ \version "2.13.0" \header { title = "Vanitas" subtitle = "Rupert Brooke" composer = "Joel Nothman" } #(ly:set-option 'point-and-click #f) lyricA = \lyricmode { La -- 'augh now and live! The gods are with us. Death and tears Death and tears Are dreams we know not. Life, mys -- ter -- i -- ous, di -- vine, Lifts to our scar -- let mouths her young im -- mor -- tal wine And wreaths with ro -- ses all our all our all our pas -- sio -- nate laugh -- ing years. Laugh now and live! Our blood is young, our hearts are high. Fragrant of life, aflame with roses, all the spring Thrills in our windy souls and woos to wayfaring And the glad sun goes laughing up in the eastern sky. } dottedCrotchet = \markup { \general-align #Y #DOWN \note #"4." #1 } minim = \markup { \general-align #Y #DOWN \note #"2" #1 } m = { \melisma } mE = { \melismaEnd } music = { #(set-accidental-style 'modern-cautionary) \override Staff.TimeSignature #'style = #'() \override Score.MetronomeMark #'transparent = ##t \key d\major \time 9/8 \tempo 4=100 \repeat volta 2 { \partial 4. r8 fis'16 ( [ e'16 ] d'8 ) | % 1 d'4 ( cis'8 ) d'8 ( [ e'8 ) cis'8 ] d'4 e'8 | % 2 fis'4 e'8 d'8 ( [ e'8 cis'8 ) ] d'4. ~ | % 3 \partial 4. d'4. | % 4 } \time 4/4 \tempo 4=120 \mark \markup \small { (\dottedCrotchet = \minim) } a'2 a'2 | % 5 gis'4 ( f'8 [ e'8 ] d'2 ) | % 6 d'4 ( a2 ) d'4 | % 7 e'8 ( [ g'8 ] f'8 [ a'8 ] g'8 [ d''8 ] cis''8 [ bes'8 ] | % 8 e''2. ) e''4 | % 9 f''2 fis''2 | % 10 g''2 \glissando \m g'2 \mE | % 11 a'2. a'8 ( [ g'8 ] | % 12 \time 3/4 fis'2 ) e'4 | % 13 fis'2 a'4 | % 14 gis'2 b'4 | % 15 a'2 a'4 | % 16 ais'2 b'4 | % 17 bis'2 cis''4 | % 18 d''2 d''4 | % 19 fis''2 eis''4 | % 20 fis''2 eis''4 | % 21 fis''2. \glissando \m | % 22 a'2. \mE | % 23 a'2. | % 24 \time 9/8 \tempo 4=100 \noBreak \mark \markup \small { (\minim = \dottedCrotchet) } a'4 ( fis'8 g'4 ) a'8 b'8 ( [ cis''8 a'8 ) ] | % 25 d''4 r8 d''16 ( [ cis''16 b'8 ) b'8 ] e''16 ( [ d''16 cis''8 ) cis''8 ] | % 26 fis''16 ( [ e''16 d''8 cis''8 ] b'8 [ a'8 ) g'8 ] a'8 [ b'8 cis''8 ] | % 27 d''4. e''4. d''4. | % 28 \bar "|." } \score { { \music } \addlyrics { \lyricA } \layout{} } \score { \unfoldRepeats { \music } \midi{} }