Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a24070f14f0af3c9

Jump to content

Talk:Afro Blue

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 7 years ago by AUTwebmaster in topic improvement

Untitled

[edit]

Seems the lyrics which are sung in some versions (e.g. dianna Reeves) were not in the original composition? Who made them? — Preceding unsigned comment added by 87.153.190.130 (talk) 06:49, 11 August 2011 (UTC)Reply

Questions

[edit]

what is a pentatonic blues?
Santamaria plays the title in D minor, https://www.youtube.com/watch?v=YbE7jf_Hp5w
and Coltranes version is in F minor, https://www.youtube.com/watch?v=J0Gmupp_ucY
why do you come to Bb.

improvement

[edit]

I think there are no main beats at all, it is a simple rhythm with 2 against 3 or the other way around.
Elvin Jones plays a normal jazz waltz (sub dugidu). Only McCoy Tyner often plays 2 against 3.

This is the same thing only in simpler notation.


    \new Staff <<
       \new voice \relative c {
           \set Staff.midiInstrument = #"acoustic bass"
           \set Score.tempoHideNote = ##t \tempo 4 = 150
           \time 3/4
           \clef bass        
           \stemUp \repeat volta 4 { d4 a' d4   d,4 a' d4   }
       }
       \new voice \relative c {
           \override NoteHead.style = #'cross
           \stemDown \repeat volta 4 { g4. g g g }
       }
   >>

    \new Staff <<
       \new voice \relative c {
           \set Staff.midiInstrument = #"acoustic bass"
           \set Score.tempoHideNote = ##t \tempo 4 = 105
           \time 12/8
           \clef bass        
           \stemUp \repeat volta 2 { d4 a'8~ a d4 d,4 a'8~ a d4 }
       }
       \new voice \relative c {
           \override NoteHead.style = #'cross
           \stemDown \repeat volta 2 { g4. g g g }
       }
   >>

--AUTwebmaster (talk) 10:02, 17 January 2019 (UTC)Reply