*** Welcome to piglix ***

Habanera (aria)


Habanera is the popular name for "L'amour est un oiseau rebelle" ("Love is a rebellious bird"), one of the most famous arias from Georges Bizet's 1875 opera Carmen. It is the entrance aria of the title character, a mezzo-soprano role, in scene 5 of the first act. It is based on a descending chromatic scale followed by variants of the same phrase in first the minor and then the major key, corresponding to the vicissitudes of love expressed in the lyrics. The vocal range covers D4 to F5 with a tessitura from D4 to D5.

The score of this aria was adapted from the habanera "El Arreglito", originally composed by the Spanish musician Sebastián Yradier. Bizet thought it to be a folk song; when others told him he had used something that had been written by a composer who had died only ten years earlier, he had to add a note to the vocal score of Carmen, acknowledging its source.

The French libretto was written by Henri Meilhac and Ludovic Halévy.


\header { 
  tagline = ""  % removed 
} 
\score {
  <<
    \new Voice = "Carmen" {
      \set Staff.vocalName = \markup \smallCaps Carmen
      \clef treble \time 2/4 \key d \minor
      R2 R2 R2
      \relative d'' { \autoBeamOff
        r4 d8 cis \times 2/3 { c c c } b bes
        a8 a16 a gis8 g \autoBeamOn \times 2/3 { f16( g f) } e[( f)] \autoBeamOff g8 f
        e8 \autoBeamOn
      }
    }
    \new Lyrics \lyricsto Carmen { L'a- mour est un oi- seau re- bel- le que nul ne peut ap- pri- voi- ser. }
    \new Staff {
      \set Staff.instrumentName = "Cello"
      \clef bass \time 2/4 \key d \minor
      {
        d,8-. r16 a,( f8-.) a,-. 
        d,8-. r16 a,( f8-.) a,-.  d,8-. r16 a,( f8-.) a,-. 
        d,8-. r16 a,( f8-.) a,-.  d,8-. r16 a,( f8-.) a,-. 
        d,8-. r16 a,( f8-.) a,-.  d,8-. r16 a,( f8-.) a,-. 
        d,8-.
      }
    }
  >>
}


...
Wikipedia

...