\version "2.12.2" #(set-default-paper-size "letter") #(set-global-staff-size 24) #(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 = "Morning Has Broken" poet = "Eleanor Farjeon, 1931 (1881-1965)" composer = "Traditional Gaelic Melody" meter= "BUNESSAN 5.5.5.4.D." tagline = "Last update: 2009-04-03" } global = { \key c \major \time 3/4 } melody = { \global c'4 e'4 g'4 c''2. d''2. b'4 a'4 g'4 a'4. ( b'8 a'8 [g'8] ) g'2. c'4 d'4 e'4 g'2. a'2. g'4 e'4 c'4 d'2. ~ d'2. g'4 e'4 g'4 c''2. a'2. g'4 e'4 c'4 c'2. d'2. e'4 d'4 e'4 g'2. a'2. d'4. e'8 d'4 c'2. ~ c'2. } alto = { \global } tenor = { \global } bass = { \global } \score { << % \override Score.MetronomeMark #'padding = #6 \tempo 4=105 \chords { \set chordChanges = ##t c2. a2.:m d2.:m g2. f2. c2. a2.:m e2.:m f2. c2. g2. g2.:7 c2. f2. f2. c2. a2.:m d2.:m c4 g4 c4 e2.:m f2. g2. f2. c2. } \new Staff { \clef treble << \melody \alto >> } \addlyrics { % **** Makes the text of lyrics a little smaller \override LyricText #'font-size = #-1 % **** Prevents lyrics from running too close together % \override LyricSpace #'minimum-distance = #0.6 % **** Moves lines of lyrics closer together \override VerticalAxisGroup #'minimum-Y-extent = #'(-0.5 . 0.5) \set stanza = "1. " Mor -- ning has bro -- ken, like the first mor ning, black -- bird has spo -- ken, like the first bird. Praise for the sing -- ing! Praise for the mor -- ning! Praise for them spring -- ing Fresh from the Word! } \addlyrics { % **** Makes the text of lyrics a little smaller \override LyricText #'font-size = #-1 % **** Moves lines of lyrics closer together \override VerticalAxisGroup #'minimum-Y-extent = #'(-0.5 . 0.5) \set stanza = "2. " Sweet the rain's new fall Sun -- lit from heav en, like the first dew -- fall On the first grass. Praise for the sweet -- ness, praise for the mor -- ning! Sprung in com -- plete -- ness Where His feet pass. } \addlyrics { % **** Makes the text of lyrics a little smaller \override LyricText #'font-size = #-1 % **** Moves lines of lyrics closer together \override VerticalAxisGroup #'minimum-Y-extent = #'(-0.5 . 0.5) \set stanza = "3. " Mine is the sun -- light! Mine is the morn ing Born of the one light E -- den saw play! Praise with e -- la -- tion, praise ev -- ery mor -- ning, God's re -- cre -- a -- tion Of the new day. } %{ \new Staff { \clef bass << \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 { } }