\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 22) #(ly:set-option 'point-and-click #f) #(ly:set-option 'delete-intermediate-files #t) \paper { indent = #0 left-margin = 0.75\in line-width = 7.0\in top-margin = 0.25\in bottom-margin = 0.25\in % between-system-padding = 4\mm % between-system-space = 20\mm print-page-number = ##f print-first-page-number = ##f ragged-bottom = ##t } \header { subtitle = "In the Garden" poet = "C. Austin Miles, 1912 (1868-1946)" composer = "C. Austin Miles, 1912" meter= "Irregular" tagline = "Last update: 2009-04-03" } global = { \key aes \major \time 6/8 \partial 8 } melody = { \global ees'8 ees'8 c'8 des'8 ees'8 aes'8 bes'8 c''4. ~ c''8 bes'8 aes'8 aes'4 aes'8 bes'8 aes'8 f'8 aes'4. ees'4 g'16 aes'16 bes'4 bes'8 g'4 f'16 g'16 aes'4 bes'8 c''4 c''8 bes'4 c''8 bes'4 aes'8 g'4. ( aes'8 ) bes'8 \fermata c''8 \fermata bes'8 aes'4 aes'8 aes'8 g'8 % bes'8 was bes'16 f'8 g'4 g'8 g'4 ees'16 ees'16 des''4 des''8 des''8 c''8 b'8 c''4. ~ c''4 aes'16 bes'16 c''4 c''8 bes'8 bes'8 g'8 aes'4 aes'8 aes'4 f'8 ees'16 aes'8. aes'8 g'16 bes'8. ~ bes'8 aes'4. aes'4 \bar "|." } alto = \relative c' { \global \bar "|." } tenor = \relative c' { \global \bar "|." } bass = \relative c { \global \bar "|." } verseOne = \lyricmode { \set stanza = "1. " I come to the gar -- den a -- lone, while the dew is still on the ro -- ses; And the voice I hear, fall -- ing on my ear, The Son of God dis -- clo -- ses. And He walks with me and He talks with me And He tells me I am His own And the joy we share as we tar -- ry there, None oth -- er has ev -- er known. } verseTwo = \lyricmode { \set stanza = "2. " He speaks and the sound of His voice Is so sweet the birds stop their sing -- ing. And the me -- lo -- dy that He gave to me With -- in my heart is ring -- ing. } verseThree = \lyricmode { \set stanza = "3. " I’d stay in the gar -- den with Him Though the night a -- round me is fall -- ing. But He bids me go; through the voice of woe, His voice to me is call -- ing. } \score { << \set Score.tempoHideNote = ##t \tempo 4=105 \new ChoirStaff { << \chords { \set chordChanges = ##t \transpose g aes { s8 g1 g4 g4:7 c2. g2. d2. g4. e4.:m a2. d2 d4.:7 g2. d2. d2.:7 g1 g8 b4.:7 e4.:m a4.:7 g4. d4. g4 } } \new Staff { \clef treble << \new Voice = "voicea" { \voiceOne \melody } \new Voice = "voiceb" { \voiceTwo \alto } >> } \new Lyrics { \lyricsto "voicea" \verseOne } \new Lyrics { \lyricsto "voicea" \verseTwo } \new Lyrics { \lyricsto "voicea" \verseThree } \new Staff { \clef bass \set Staff.printPartCombineTexts = ##f \partcombine \tenor \bass } >> } >> \layout { \context { \Score \remove "Bar_number_engraver" } \context { \Lyrics \override LyricText #'font-size = #-1 } \context { \Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-0 . 0) } } \midi { } }