\version "2.14.2" \header { title = "Sure on this shining night" composer = "Samuel Barber" poet = "James Agee" opus = "Op. 13, No. 3" } \paper { #(set-paper-size "letter") ragged-last-bottom = ##f } global = { \mark \markup \bold "Andante" \tempo 4 = 50 \key d \phrygian \time 3/4 } melody = \relative c'' { \global \dynamicUp \autoBeamOff R2. | d4\p c8 d bes a | c4. bes8 a bes | \break g8 f a2 | r4 r4 bes4 ~ | bes4 a8 bes g f | a2 g4 | \break ees4. f8 d4 ~ | \time 2/4 d2 | \time 3/4 r4 r4 d'4\mf | f4 e8 f d c | \pageBreak e2. | g2\f ~ g8 e8 | e2. | \break e2\< d4 | f2. | \time 4/4 r4\! f4\p e8 d c d | \break \time 3/4 bes2. | \time 4/4 r4 d2\< ~ d8\! g,8-- | \time 3/4 g2.-- | \pageBreak R2. | f'4\mf ees8 f d c | ees4. d8 c-- d | bes([\> a)] c2\! ~ | \break c4 r4 d4 ~ | d4 c8([ d)] bes a | c2 bes4 | g4. a8 f4 ~ | f4 g2 | \break d2. ~ | d4 r4 r4 | R2. | R2. | R2. \fermataMarkup | } verse = \lyricmode { Sure on this shin- ing night Of star- made shad- ows round, Kind- ness must watch for me This side the ground. The late year lies down the north. All is healed, all is health. High sum- mer holds the earth. Hearts all whole. Sure on this shin- ing night I weep for won- der Wan- d'ring far a- lone Of shad- ows on the stars. } pianoRightOne = \relative c' { \global \set PianoStaff.connectArpeggios = ##t \oneVoice 4.\p( \arpeggio 8 | 2.) | f''4\( ees8 f d c | ees4. d8 c d | bes8 a c2\) | r4 r4 d4\( ~ | d4 c8 d bes a | 2 4 | \time 2/4 \voiceOne g4. a8 | \time 3/4 f4 ~ 8\) \< \( | \oneVoice 8 \) \! | \voiceOne c'4\mf\( b8 c a g | \oneVoice 8 | | \< -- | -- \! \) | \time 4/4 \( \p | \time 3/4 \< -- -- \) \! | \time 4/4 \(\p\< -- \time 3/4 --\! \) | \set PianoStaff.connectArpeggios = ##f \voiceOne d'4\mf\( c8 d bes a | c4. bes8 a bes | g8 f a2\) | r4 r4 bes4--\( ~ | bes4 a8 bes g f | a2 g4 | ees4. f8 d4 ~ | d2 ees4-- | bes2.-- ~ | bes2.\) | s2. * 4 | } pianoRightTwo = \relative c' { \global \once \override Voice.DynamicText #'transparent = ##t s2.\p | s2. * 7 | \time 2/4 2 | \time 3/4 8 s2 | s2. | 8 | s2. * 4 | \time 4/4 s1 | \time 3/4 s2. | \time 4/4 s1 | \time 3/4 s2. | 8\arpeggio | 8 | 8 | 8 \change Staff="left" \stemUp | 8 \change Staff="right" \stemDown 8 | 8 | 8 | 8 | \change Staff="left" \stemUp 8 | 8 \change Staff="right" \stemDown 8 \< | \oneVoice 8 -- -- \mf | s2. * 3 | } pianoLeftOne = \relative c { \global \dynamicUp \override Staff.DynamicText #'transparent = ##t \oneVoice 2.\p\( \arpeggio ~ | 8 | \voiceOne 8 \arpeggio | 8 \arpeggio \) | \oneVoice 8\( | | | \voiceOne g,8 g g g g g | \time 2/4 d8 d ees ees | \time 3/4 \oneVoice 2.\) ~ | 2. | \voiceOne e8 e e e e e | \oneVoice 2. | 2. | 2. | 2. \arpeggio | \time 4/4 1 | \time 3/4 2. | \time 4/4 1 | \time 3/4 2. | 2\arpeggio 4 | 2 4 | 4 2\arpeggio | \voiceOne bes,4 c2 | s2. | \oneVoice 2 4 | 2 d,4 | 2. ~ | \stemDown 2. | s2. * 2 | \override Staff.DynamicText #'transparent = ##f \voiceOne r4 8 \p | 8 -- -- | \dynamicDown f2.-- \pp \fermata | } pianoLeftTwo = \relative c, { \global s2.\p | s2. | ees2 \arpeggio f4 | g4 \arpeggio d'2 | s2. * 3 | c2 g4 ~ | \time 2/4 g2 | \time 3/4 s2. * 2 | a2. | s2. * 4 | \time 4/4 s1 | \time 3/4 s2. | \time 4/4 s1 | \time 3/4 s2. * 4 | ees2. ~ | 2 4 | s2. * 4 | 2. | 2. | r4 2 ~ | 4 2 r4 2 \fermata | } voicePart = \new Staff \with { instrumentName = "Voice" midiInstrument = "Cello" midiMaximumVolume = #0.5 } { \melody } \addlyrics { \verse } pianoPart = \new PianoStaff \with { instrumentName = "Piano" midiInstrument = "Acoustic Grand" midiMaximumVolume = #0.5 \override StaffGrouper #'staff-staff-spacing #'stretchability = #10.5 } << \new Staff = "right" << \new Voice = "R1" { \voiceOne \pianoRightOne } \new Voice = "R2" { \voiceTwo \pianoRightTwo } >> \new Staff = "left" << \clef bass \new Voice = "L1" { \voiceOne \pianoLeftOne } \new Voice = "L2" { \voiceTwo \pianoLeftTwo } >> >> \score { << \voicePart \pianoPart >> \layout { } } \score { \unfoldRepeats \transpose d a, { << \voicePart \pianoPart >> } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 50 4) } } }