For works with similar titles, see Elements.

\header {
  title = "THE ELEMENTS"
  composer = "Lyrics by Aristotle"
  arranger = "English version by Tom Lehrer"
  tagline = "" % no footer
}
\score { { <<
{ \new Staff <<
      \relative c'' {
        \language "english"
        \time 2/2
        \set Score.tempoHideNote = ##t \tempo 4 = 260
        \set Staff.midiInstrument = #"lead 6 (voice)"
        \override BreathingSign.text = \markup {
          \musicglyph "scripts.caesura.straight"
        }
        r1 |
        r |
        r |
        r2 r4 \fermata \breathe g \fermata \bar "||"
        g g g g |
        g g g8 g4. |
        r1 |
        r1 \bar "|."
      }
      \addlyrics {
        \markup{\caps There's} \markup{\caps earth} \markup{\caps and} \markup{\caps air} \markup{\caps and} \markup{\caps fire} \markup{\caps and} \markup{\caps wa} -- \markup{\caps ter.}
      }
  { \new PianoStaff <<
    { \new Staff <<
      \relative c' {
        \language "english"
        \set Staff.midiInstrument = "piano"
        \override BreathingSign.text = \markup {
          \musicglyph "scripts.caesura.straight"
        }
        r4 \stemDown <e c g> r <f d b g> |
        r <e c g> \grace{fs8( } <g g,>2) |
        r4 <e c g> r <f! d b g> |
        r <e c g> \grace{fs8( } <g g,>4) \fermata \breathe \stemUp <g ds b> \fermata ||
        <g e> <g e> <g e> <g e> |
        <g e> <g e> <g e>8 <g e>4. |
        c,4 \times 2/3 {g8 fs g} af4 g |
        r <g' f! d b>-^ <c g e c>-^ r ||
      }
    >> }
    { \new Staff <<
      \relative c {
        \language "english"
        \set Staff.midiInstrument = "piano"
        \clef bass
        \override BreathingSign.text = \markup {
          \musicglyph "scripts.caesura.straight"
        }
        c,4 r g' r |
        c, r r g' |
        c, r g' r |
        b, r r \fermata \breathe <g' f'> \fermata ||
        c g' g, g' |
        c, g' g, g' |
        c, \times 2/3 {g8 fs g} af4 g |
        r g-^ <c, c'>-^ r ||
      }
    >> }
  >> }
>> }
>> }
\layout { }
\midi { }
}


This work is in the public domain worldwide because it has been so released by the copyright holder.

 
This article is issued from Wikisource. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.