Alone Together (1932 song)

From Wikipedia, the free encyclopedia

"Alone Together" is a song composed by Arthur Schwartz with lyrics by Howard Dietz. It was introduced in the Broadway musical Flying Colors in 1932 by Jean Sargent.[1]

The song soon became a hit, with Leo Reisman and His Orchestra's 1932 recording (vocal by Frank Luther) being the first to reach the charts.[2] It has become a jazz standard. The first jazz musician to record the song was Artie Shaw in 1939.[3]


\version "2.22.0"

\header { tagline = "" }

global = {
  \key d \minor
  \time 4/4
  \set Score.tempoHideNote = ##t
  \tempo "Ballad" 4=100
}

chordNames = \transpose c c, \chordmode {
  \global
  \partial 8 s8 |
  \repeat volta 2 {
    d1:m |
    e2:m7.5- a2:7.9- |
    d1:m |
    e2:m7.5- a2:7.9- |
    d1:m |
    a2:m7.5- d2:7.9- |
    g1:m |
    g1:m7 |
    b2:m7 e2:7 |
    g2:m7 c2:7 |
    f2 f2:7 |
    e2:m7.5- a2:7 |
    d1:maj |
    e2:m7.5- a2:7 |
  }
}

right = \relative c' {
  \global
  \partial 8 d8 |
  \repeat volta 2 {
    f2.. d8 |
    e8 e4.~ e2~ |
    e4 r8 d e4. f8 |
    a1~ |
    a4 r8 d, e4. f8 |
    a1~ |
    a4 r8 g a4. bes8 |
    d2.. d8 |
    e2.. d8 |
    c8 c4.~ c4. bes8 |
    a4. g8 a4. g8 |
    a2.. g8 |
    fis8 fis4.~ fis2~ |
    fis2. r8 d
  }
}

verseOne = \lyricmode {
  A -- lone to -- ge -- ther, __
  Be -- yond the crowd, __
  A -- bove the world __
  We’re not too proud
  to cling to -- ge -- ther, __
  We’re strong as long as we’re to -- ge -- ther. __
  A
}

verseTwo = \lyricmode {
  A -- lone to -- ge -- ther, __
  The blind -- ing rain, __
  The star -- less night, __
  We’re not in vain;
  For we’re to -- ge -- ther, __
  And what is there to fear to -- ge -- ther? __
  Our
}

\score {
  <<
    \new ChordNames \chordNames
    \new Staff = "right"
    \new Voice = "right" {\right}
    \new Lyrics \lyricsto "right" {
      \verseOne
    }
    \new Lyrics \lyricsto "right" {
      \verseTwo
    }
  >>
  \layout { }
}

\score {
  \unfoldRepeats
  <<
    \new ChordNames \chordNames
    \new Staff = "right" \with {
      midiInstrument = "alto sax"
    } \right
  >>
  \midi { }
}
First measures of Alone Together[4]

See also

Notes

Related Articles

Wikiwand AI