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: a220c9ad7ef7f43c

Jump to content

Blue Bossa

From Wikipedia, the free encyclopedia
"Blue Bossa"
Instrumental by Kenny Dorham
from the album Page One
Released1963 (1963)
GenreJazz
ComposerKenny Dorham

"Blue Bossa" is an instrumental jazz composition by Kenny Dorham. It was introduced on Joe Henderson's 1963 album Page One.[1] A blend of hard bop and bossa nova, the tune was possibly influenced by Dorham's visit to the Rio de Janeiro Jazz Festival in 1961.[2][3] The tune has since been recorded numerous times by different artists, making it a jazz standard.[4]


\version "2.22.0"

\header {
  tagline = ""
}

global = {
  \time 4/4
  \key c \minor
  \set Score.tempoHideNote = ##t
  \tempo "Med. Up. Bossa" 4=148
  \set chordChanges = ##t
}

chordNames = \transpose c c, \chordmode {
  \global
  s4 |
  c1:m~ |
  c1:m |
  f1:m7 |
  bes1:7 |
  d1:m7.5- |
  g1:7.5+.9+ |
  c1:m~ |
  c1:m |
}

melody = \relative c'' {
  \global
  \partial 4
  g4 |
  \bar ".|:"
  g'4. f8 es d r c~ |
  c2~ c8 bes r as~ |
  as2~ as8 g' r f~ |
  f2. r4 |
  f4. es8 d c r bes~ |
  bes2~ bes8 as r g~ |
  g2~ g8 f' r es~ |
  es2. r4 |
}

\score {
  <<
    \new ChordNames \chordNames
    \new Staff { \melody }
  >>
  \layout { }
  \midi { }
}
First eight measures of Blue Bossa[5]


See also

[edit]

Notes

[edit]
  1. Yanow, Scott. "Page One > Overview". Allmusic. Retrieved 2009-08-10.
  2. Oliphant, Dave (1996). Texan jazz. University of Texas Press. p. 257. ISBN 0-292-76045-0.
  3. Oliphant, Dave (2007). Jazz Mavericks of the Lone Star State. University of Texas Press. p. 5. ISBN 978-0-292-71496-0.
  4. Bogdanov, Vladimir; Woodstra, Chris; Erlewine, Stephen Thomas (2002). All Music Guide to Jazz: The Definitive Guide to Jazz Music. Backbeat Books. p. 344. ISBN 0-87930-717-X.
  5. Dorham, Kenny (2006). "Blue Bossa". The Real Book. C Instruments. Vol. 1 (6 ed.). Milwaukee, WI: Hal Leonard. p. 50. ISBN 978-0-634-06038-0.
[edit]