User:Ab18241896

From Wikipedia, the free encyclopedia


\relative c' {
  \new PianoStaff <<
    \new Staff <<
     \set Staff.midiInstrument = #"brass section"
      \new Voice {
        \voiceOne \clef "treble" \key e \major \stemDown \time 2/2 \set Score.tempoHideNote = ##t \tempo 2 = 55
        <e gis b>1 _~ |
        <e gis b>1 |
        <cis e gis>1 _~ |
        <cis e gis>1 |
        <cis fis a>1 _~ |
        <cis fis a>1 |
        <gis bis dis>1 |
        <gis bis dis>1 |
        <es' g>1 |
        <es g>1 |
        g1 |
        fis1 |
        fis1 |
        <>_(\times 2/3  {
          eis2 dis2 eis2)
        } |
        fis1 _~ |
        fis2 b2\rest |
      }
      \new Voice {
        \voiceTwo
        \clef "treble" \key e \major \stemUp \time 2/2
        e1 |
        dis1 |
        cis1 |
        b1 |
        b1 |
        a1 |
        gis1 |
        gis1 \break |
        bes1 |
        c1 |
        d1 ^~ |
        d1 |
        cis1 ^~ |
        cis1 ^~ |
        cis1 ^~ |
        cis2 s2 |
      }
    >>
    \new Staff <<
      {
        \set Staff.midiInstrument = #"brass section" \key e \major \clef bass \time 2/2
        <gis,,, gis' e' gis b>1 ~ |
        <gis gis' e' gis b>1 |
        <cis cis' e gis>1 ~ |
        <cis cis' e gis>1 |
        <fis, fis' cis' fis>1 ~ |
        <fis fis' cis' fis>1 |
        <gis gis' dis'>1 ~ |
        <gis gis' dis'>1 |
        <es'' g bes>1 |
        <c g'>1 |
        <g g' b>1 |
        <d' a'>1 |
        <fis,, fis' ais' cis>1 |
        <cis' cis' cis'>1 |
        <fis, fis' ais' cis>1 ~ |
        <fis fis' ais' cis>2 r2 |
      }
      \new Voice {
        \voiceFour
        \clef "bass" \key e \major \stemDown \time 2/2
        s1*8 s1*5 |
        gis''2 gis2 |
        s1*2 |
      }
    >>
  >>
}