Here We Go Round the Mulberry Bush

Version vom 26. Januar 2020, 18:47 Uhr von Glanz (Diskussion | Beiträge) (1 Version importiert)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
{{{1}}}

<score raw = "1" vorbis = "1">

\version "2.12.3"

\language "deutsch"

\header {

 tagline = ""

}

\layout {

 indent = #0

}

akkorde = \chordmode {

   \germanChords
   \set chordChanges = ##t
   f1*3/4 c:7 c:7 f f c:7 c:7 f f c:7 c:7 f

}

global = {

 \autoBeamOff
 \tempo 4 = 100
 \time 6/8
 \key g \major

}

melodie = \relative c {

 \global
    g8 g g g4 h8
    d4 h8 g4 g8
    a4 a8 a4 g8
    fis4 e8 d4.
    g8 g g g4 h8
    d4 h8 g4 g8
    a4 a8 d,4 d8
    g4. g
    \bar "|."

}


text = \lyricmode { Here we go round the mul -- b'ry bush, The mul -- b'ry bush, The mul -- b'ry bush. Here we go round the mul -- b'ry bush So ear -- ly in the mor -- ning. }

\score {

 <<

% \new ChordNames { \akkorde }

   \new Voice = "Lied" { \melodie }
   \new Lyrics \lyricsto "Lied" { \text }
 >>

\midi {} \layout {} } </score>


2. This is the way we wash our face,
Wash our face,
Wash our face.
This is the way we wash our face
So early in the morning.

3. This is the way we comb our hair,
Comb our hair,
Comb our hair.
This is the way we comb our hair
So early in the morning.

4. This is the way we brush our teeth,
Brush our teeth,
Brush our teeth.
This is the way we brush our teeth
So early in the morning.

5. This is the way we put on our clothes,
Put on our clothes,
Put on our clothes.
This is the way we put on our clothes
So early in the morning.

6. Here we go round the mulberry bush,
The mulberry bush,
The mulberry bush.
Here we go round the mulberry bush
So early in the morning.

siehe auch