\version "2.2.0"
\header {
  title = "Do You Know, Little One"
  subtitle = "---"
  %subsubtitle = "---"
  poet = "English lyrics by Wendy Ulrich"
  composer = "Antonin Dvorak, 1841-1904"
  %meter = "Meditatively"
  tagline = "(Original French title: \emph{Souviens-toi})"
    %lyrics \emph{Comit\'{e} linguistique fran\c{c}ais
    %de l'\'{E}glise de J\'{e}sus-Christ des Saints des Derniers Jours})"
}

\paper {
    %linewidth = 160 \mm
}

upper = \notes \relative c' {
  <c e>4. <c g'>8 <c g'>2 | <b e>4. <b d>8 <a c>2 |
  <b d>4. <c e>8 <d g>4. <c e>8 | <b d>2. r4 |
  <c e>4. <c g'>8 <c g'>2 | <c e>4. <b d>8 <a c>2 |
  <a d>4 <a e'> <b d>4. c8 | c1 |
  <c a'>4. <c c'>8 <c c'>2 | <c b'>4 <c g'> <c a'>2 |
  <c a'>4 <c c'> <c b'> <c g'> | <c a'>2. r4 |
  <c a'>4. <c c'>8 <c c'>2 | <c b'>4 <c g'> <c a'>2 |
  <c a'>4 <c c'> <c b'> <c g'> | <c a'>2. r4 |
  <c e>4. <c g'>8 <c g'>2 | <b e>4. <b d>8 <a c>2 |
  <b d>4. <c e>8 <d g>4. <c e>8 | d2. r4 |
  <c e>4. <c g'>8 <d g>2 | <e c'>4 <f d'> <g e'>2 |
  <a d>4. <a c>8 <f d'>4. <f a>8 | <e c'>1 \bar "|."
}
upper2 = \notes \relative c' {
  s1 | s1 |   s1 | s1 |
  s1 | s1 |   \stemDown s2.. c8 | c1 |
  s1 | s1 |   s1 | s1 |
  s1 | s1 |   s1 | s1 |
  s1 | s1 |   s1 | \stemDown c2( b4) s4 |
  s1 | s1 |   s1 | s1 \bar "|."
}

lower = \notes \relative c {
  <c g'>4. <c e>8 <c e>2 | <g f'>4. <g f'>8 <a e'>2 |
  <g g'>4. <g g'>8 <b g'>4. <c g'>8 | <g g'>2. r4 |
  <c g'>4. <c e>8 <c e>2 | <e gis>4. << { e8 } \\ { e8 } >> <a, e'>2 |
  <d f>4 <d g> <g, f'>4. <g f'>8 | <c e>1 |
  << { f4. } \\ { f4. } >> <f a>8 <f a>2 |
    <f g>4 <e g> << { f2 } \\ { f2 } >> |
  << { f4 } \\ { f4 } >> <f a> <f g> <e g> |
    << { f2. } \\ { f2. } >> r4 |
  << { f4. } \\ { f4. } >> <f a>8 <f a>2 |
    <f g>4 <e g> << { f2 } \\ { f2 } >> |
  << { f4 } \\ { f4 } >> <f a> <f g> <e g> |
    << { f2. } \\ { f2. } >> r4 |
  <c g'>4. <c e>8 <c e>2 | <g f'>4. <g f'>8 <a e'>2 |
  <g g'>4. <g g'>8 <b g'>4. <c g'>8 |
    << { f2( g4) } \\ { g,2. } >> r4 |
  <c g'>4. <c g'>8 <b g'>2 | <a a'>4 << { a' } \\ { a } >> <g c>2 |
  <f c'>4. <f c'>8 <g c>4. <g d'>8 | <c, c'>1 \bar "|."
}

verse1 = \lyrics {
  Do you know, | lit -- tle one, |
  Heav'n -- ly Par -- ents | dear |
  Called your name, | held you close, |
  In a world still | near. |
      Though you're now | in my arms, |
      Just be -- yond my | sight |
      In your eyes | glit -- ter still |
      Im -- ag -- es of | light. |
  Speak to me, | lit -- tle one, |
  Of that bless -- ed | place |
  While your heart | still re -- calls |
  Heav'n -- ly Fa -- ther's | face. |
}
verse2 = \lyrics {
  Have you known, lit -- tle one,
  Things I can -- not guess,
  gol -- den trees, streets of glass,
  Fields of no -- ble -- ness?
      And the sky when night falls--
      Does its col -- or change?
      Does the sun al -- ways shine,
      E -- ven when it rains?
  Tell me child, while you can,
  How the birds sing there,
  How the streams flow with peace
  In that world so fair.
}
verse3 = \lyrics {
  Do you know, lit -- tle one,
  I was there with you
  When you dreamed, when you danced,
  I was dream -- ing too.
      When the day came to choose
      And we took our stand
      Shout -- ing praise, we em -- braced
      Heav'n -- ly Fa -- ther's plan.
  On that day, lit -- tle one,
  We both made a vow.
  Through our faith, through God's love,
  We're to -- ge -- ther now.
}

\score {
  \context GrandStaff <<
    \context Staff = upperStaff <<
      \clef "G"
      \override Staff.TimeSignature #'style = #'() \time 2/2
      \context Voice = treble \upper
      \context Voice = treble2 \upper2
    >>
    \lyricsto "treble" \new Lyrics \verse1
    \lyricsto "treble" \new Lyrics \verse2
    \lyricsto "treble" \new Lyrics \verse3
    \context Staff = lowerStaff <<
      \clef "F"
      \override Staff.TimeSignature #'style = #'() \time 2/2
      \context Voice = bass \lower
    >>
  >>
  \paper {
    \context {
      \GrandStaffContext
      \accepts "Lyrics"
    }
    \context {
      %\LyricsContext
      \LyricsContext
      \consists "Bar_engraver"
    }
  }
  \midi { }
}
