Guitar/song examples/Campfire Diploma/I like the flowers

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

< Quick Chord Change

I like the flowers[edit | edit source]

Nursery rhyme – Text and melody: trad., arranged by Mjchael and Aggi


\version "2.20.0"
\header {
 title = "I Like The Flowers"
 composer = "trad."
 % arranger = "arr: ccbysa Mjchael"
}

myChords = \chordmode {
  \set Staff.midiInstrument = #"acoustic guitar (nylon)"
  % Akkorde nur beim Wechsel Notieren
  \set chordChanges = ##t
   g,,4 8 e,4:m e,8:m e,4:m |  c,4 8 d,4 8 4
   g,,4 8 e,4:m e,8:m e,4:m |  c,4 8 d,4 8 4
   g,,4 8 e,4:m e,8:m e,4:m |  c,4 8 d,4 8 4
   g,,4 8 e,4:m e,8:m e,4:m |  c,4 8 d,4 8 4
}


myMelody = \relative c'' {
  \clef "treble"
  \time 4/4
  \tempo 4 = 120
  %Tempo ausblenden
  \set Score.tempoHideNote = ##t
  \key g\major
  \set Staff.midiInstrument = #"trombone"
  g4^"1. Stimme" g8 fis e4 e
  r8 a8 a g fis e d4 \break
  b'4^"2. Stimme" b8 a g4 g
  r8 c8 c b a b c4 \break
  d4^"3. Stimme" d8 c b a g4
  c8 b a g fis4 r4 \break
  g8^"4. Stimme (Ostinato)" g g g e e e e
  a8 a a a d, d e fis
  \bar ":|."
}


myLyrics = \lyricmode {
I like the flow -- ers, I like the daf -- fo -- dils.
I like the moun -- tains, I like the rol -- ling hills.
I like the fire -- place, when the light is low.
Dum, di da, di dum, di da, di dum, di da, di dum, di da, di.
}

\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
}

(The accompaniment was generated automatically and is only similar to the guitar accompaniment.)

[G]I like the [Em] flowers, [C] I like the [D] daffodils
[G]I like the [Em] mountains, [C] I like the [D] rolling hills
[G]I like the [Em] fireplace, [C]when the light [D] is low.
[G]Dumdidiadi, [Em] dumdidiadi, [C]dumdidiadi, [D] dumdidiadi...
  • By the way, the song works very well as a canon.

Weblinks[edit | edit source]

Song Examples:

(5) Quick Chord Change[edit | edit source]

Two chords in one bar

Songs that have a chord progression other than G Em C D are only intended for repetition later. So don't practise them today in this lesson.

  1. I like the flowers (!!!)
  2. Guantanamera
  3. Kumbayah my Lord
  4. La Bamba
  5. YT   Breakfast at Tiffanys (deep blue something) Strophe //: D (G A) :// D Refrain //:D (A G):// und vielleicht noch ein D für die Pausen
  6. YT   (Marie's the Name) His Latest Flame (Elvis Presley) (G Em) 7x C D ...
  7. YT   Stay (just a little bit longer) // (G Em) (C D) // C D
  8. YT   Twist and Shout (Beatles) //: D (G A) ://
  9. YT   When you say nothing at all (Ronan Keating) (G D)(C D) 4x C D (G D)(C D) D
    Ref: (G D)(C D)2x (G D) C D - - (C D) C D (G D)(C D)
  10. YT   All Summer Long (Kid Rock) (D C) G
  11. YT   Sweet Home Alabama (D C) G
  12. YT   Hang on Sloopy (The McCoys) (G C) (D C)
  13. YT   Bad Moon Rising (Creedence Clearwater Revival) //:G (D C) G G ://
Tip:

Put together a small medley of songs in G major and always play "Stay (just a little bit longer)" in between. For each "one more song" in the medley, the first verse and the chorus are enough.