\version "2.18.2" \include "my-tab-functions.ly" \header{ title = "461 - Be Still My Soul" %subtitle = "" composer = "Jean Sibelius" arranger = "Tr. Jane Borthwick" poet = "Kathrina von Schlegel" %copyright = "" tagline = ##f } \paper { #(set-paper-size "a4") top-margin = 15\mm left-margin = 21.5\mm right-margin = 15\mm bottom-margin = 15\mm indent = -5 system-system-spacing = #'((padding . 5)) } melodyNotes = { \relative c' { \partial 2. <> e fis | \clef-off <> <> | e fis d4. <> | e4 <> | fis4) <> e fis | <> <> | \break e fis d4. <> | <> | \partial 2. <> <> a | <> fis4 | <> a <> e8 | e4 <> | \break g4) g fis e | <> d,4 | d <> e4. fis8 | <> | \partial 2. <> <> a | <> fis4 | \break <> a <> e8 | e4 <> | g4) g fis e | <> d,4 | d <> e4. d8 | <> | \bar "|." } } melodyChords = \chordmode { d4 a d g2. d4 a d a2 d1 s4 d4 a d g2. d4 a d a2 d1 d4 a2 b1:m d2 a e1:m s2 d4 a d1 a fis:m d4 a2 b1:m d2 a e1:m s2 d4 a d1 a d } verseI = \lyricmode { \set stanza = #"1." Be still, my soul: the Lord is on thy side; _ Bear pa -- tient -- ly the cross of grief or pain; Leave to thy God to or -- der and pro -- vide; _ In ev -- ery change He faith -- ful will re -- main. Be still, my soul: thy best, thy heaven -- ly friend _ Through thorn -- y ways leads to a joy -- ful end. } verseII = \lyricmode { \set stanza = #"2." Be still, my soul: thy God doth un -- der -- take _ To guide the fu -- ture as He has the past. Thy hope, thy con -- fi -- dence let noth -- ing shake; _ All now mys -- te -- rious shall be bright at last. Be still, my soul: the waves and winds still know _ His voice who ruled them while he dwelt be -- low. } verseIII = \lyricmode { \set stanza = #"3." Be still, my soul: the hour is has -- tening on _ When we shall be for -- ev -- er with the Lord, When dis -- ap -- point -- ment, grief, and fear are gone, _ Sor -- row for -- got, love’s pu -- rest joys re -- stored. Be still, my soul: when change and tears are past, _ All safe and bless -- ed we shall meet at last. } \score { << \new TabStaff \with { stringTunings = #ukulele-tuning instrumentName = \GCEA \start-bar-clef \halve-half-stems \numericTimeSignature \tabFullNotation \revert Stem.stencil \revert Stem.X-extent \beam-stem-height #5 #5 \override NoteColumn #'ignore-collision = ##t } \new TabVoice = "one" { \context TabVoice = "melodyStaff" \melodyNotes } \new ChordNames = "chords1" \with { \override VerticalAxisGroup.nonstaff-unrelatedstaff-spacing.padding = #2 \override VerticalAxisGroup.nonstaff-nonstaff-spacing.padding = #1 } { \transpose d d \melodyChords } \new Lyrics = "lyricsI" { \lyricsto "melodyStaff" \verseI } \new Lyrics = "lyricsII" { \lyricsto "melodyStaff" \verseII } \new Lyrics = "lyricsIII" { \lyricsto "melodyStaff" \verseIII } >> }