Songbook/He's got the whole world

From Wikibooks, open books for an open world
Jump to navigation Jump to search

He's Got the Whole World in His Hands[edit | edit source]


\version "2.20.0"
\header {
 title = "He's Got the Whole World in His Hands"
 composer = "Spiritual"
 % arranger = "arr: ccbysa Mjchael"
}

myChords = \chordmode {

  \set Staff.midiInstrument = #"acoustic guitar (nylon)"
  % Akkorde nur beim Wechsel Notieren
  \set chordChanges = ##t
  \partial 2 r2 |
  d,4  d  d,  d  | d,4  d  d,  d  | 
  a,,4 a, a,, a, | a,,4 a, a,, a, | 
  d,4  d  d,  d  | d,4  d  d,  d  | 
  a,,4 a, a,, a, | d,4  d |
}

myMelody = \relative c' {
  \clef "treble"
  \time 4/4
  \tempo 4 = 120
  %Tempo ausblenden
  \set Score.tempoHideNote = ##t
  \key d\major
  \set Staff.midiInstrument = #"trombone"
  \partial 2 r8 a' a fis | a2 fis8 d4. | 
  r8 a' b a4 a8 a fis | g2 e8 cis4. |
  r8 a' b a4 a8 a fis | a2 fis8 d4. | 
  r8 a' b a4 a8 a fis | a4 a g8 e4. | d2
  \bar "|."
}

myLyrics = \lyricmode {
  \set stanza = "1."
  He's got the whole wo -- rld in His hands,
  He's got the whole wo -- rld in His hands,
  He's got the whole wo -- rld in His hands,
  He's got the whole world in His hands.
}

\score {
  <<
    \new ChordNames { \myChords }
    \new Voice = "Song" { \myMelody }
    \new Lyrics \lyricsto "Song" { \myLyrics }
    % \new TabStaff { \myChords } % Test
  >>
  \midi { }
  \layout { }
}

% unterdrückt im raw="1"-Modus das DinA4-Format.
\paper {
  indent=0\mm
  % DinA4 0 210mm - 10mm Rand - 20mm Lochrand = 180mm
  line-width=180\mm
  oddFooterMarkup=##f
  oddHeaderMarkup=##f
  % bookTitleMarkup=##f
  scoreTitleMarkup=##f
}

(Die Begleitung wurde automatisch erzeugt und ist der Gitarrenbegleitung nur ähnlich.)

He's got the whole world in His hands,
He's got the whole world in His hands,
He's got the whole world in His hands,
He's got the whole world in His hands.

He's got my brothers and my sisters in His hands,
He's got my brothers and my sisters in His hands,
He's got my brothers and my sisters in His hands,
He's got the whole world in His hands.

He's got the sun and the rain in His hands,
He's got the moon and the stars in His hands,
He's got the wind and the clouds in His hands,
He's got the whole world in His hands.

He's got the rivers and the mountains in His hands,
He's got the oceans and the seas in His hands,
He's got you and he's got me in His hands,
He's got the whole world in His hands.

He's got everybody here in His hands,
He's got everybody there in His hands,
He's got everybody everywhere in His hands,
He's got the whole world in His hands.