Page:Te Amo music.pdf/1

From Wikisource
Jump to navigation Jump to search
This page needs to be proofread.

\header {
  dedication = "(For Ed)"
  title = "Te Amo"
  subtitle = "(The Serenade)"
  composer = "Words and Music by Tom Lehrer"
  tagline = "" % no footer
}
\score { { { \new PianoStaff <<
{ \new Staff <<
  \set Staff.midiInstrument = "piano"
  \relative c'' {
  \tempo "Beguine tempo"
  \set Score.tempoHideNote = ##t \tempo 8 = 260
  \clef treble \key g \major
  <d b>8 <b g> <c a> <cis ais> <d b>4 <b g> |
  <c a>8 <a fis> <bes g> <b! gis> <c a>4 <d b> |
  <b g! d> <b g d> <c a e> <fis, d c> |
  \partial 4*3 <g b>2 <d' fis, c>4 \fermata \bar "||" \break
  }
  >> }
{ \new Staff <<
  \set Staff.midiInstrument = "piano"
  \relative c' {
  \clef bass \key g \major
  g8 <d' b> r <d b> d, <d' b> r <d b> |
  a <d c> r <d c> d, <d' c> r <d c> |
  g,4 g a d, |
  \partial 4*3 g2 <d g,>4 \fermata |
  }
  >> }
>> }
{ \new ChoirStaff <<
  \new ChordNames \chordmode {
    \set chordChanges = ##t
      s4 |
      g1 |
      g1 |
      d1:7 |
      d1:7 |
      d1:7 |
      d1:7 |
      g2 d2:7 |
      g2:7 fis4:7 f4:7 |
      e1:7 |
      e1:7 |
      a1:m |
      c2:m6/ees d2:7 |
      g1 |
      d1:7 |
      g1 |
      g1 |
      g1 |
      g1 |
      d1:7 |
  }
  { \new Staff <<
  \relative c' {
    ^\markup { \underline \smallCaps he: }
    \set Score.tempoHideNote = ##t \tempo 8 = 260
    \set Staff.midiInstrument = #"lead 6 (voice)"
    \clef treble \key g \major
    \partial 4 d4 |
    d2. e4 |
    e2 fis4 g |
    a a (fis2 ~ | fis2.) fis4 |
    fis2. g4 |
    a g fis fis8 e |
    d1 ~ | d2. e4 |
    e2. gis4 |
    b d c4. b8 |
    b4 a2. ~ | a1 |
    b2 \times 2/3 {d,4 g b} |
    a2 \times 2/3 {d,4 fis a} |
    g1 |
    R | R | R | d
  }
  \addlyrics {
    Te_a -- mo, vi -- da de mi vi -- da.
    Te_a -- mo con to -- do mi co -- ra -- zón.
    Por ti yo mue -- ro, mi que -- ri -- da,
    Dé -- ja -- me de -- cir -- te mi pa -- sión.
  }
  >> }
  { \new Staff <<
  \relative c' {
    ^\markup { \underline \smallCaps she: }
    \clef treble \key g \major
    \set Staff.midiInstrument = #"lead 6 (voice)"
    \partial 4 d4 |
    R1 |
    R |
    R | R |
    R |
    R |
    R | R |
    R |
    R |
    d | R |
    R |
    R |
    R |
    r2 r4 d |
    g8 d e g b4 b8 a |
    g d e g b4 g8 b |
    c4 c8 b a4 b8 c |
  }
  \addlyrics {
    _ _ The moon is high a -- bove,
    and I'm in the mood for love,
    and I just love the song that he's
  }
  >> }
  >> } }
  \layout {
  \context {
   \Staff \RemoveEmptyStaves
   \override VerticalAxisGroup.remove-first = ##t
  }
 }
  \midi { }
  }