Benutzer:VolkoV/Entwurf8

Aus GaretienWiki
Zur Navigation springen Zur Suche springen

\header{
  dedication = "🏰060"
  title = "Der Fall Nebachots"
  subtitle = "aranisches Klagelied"
  subsubtitle = ""
  poet = ""
  meter = "Volker S."
  composer = ""
  arranger = "Volker S."
}

myMusic = {
  <<

    \chords {
      \germanChords
      \set chordChanges=##t
      \set Staff.midiInstrument="sitar"
      \set Staff.midiMaximumVolume = #0.7
      c4:5 s4 c4:5 s4. |
      b4:5 s4 gis4:5 s4. |
      c4:5 s4 c4:5 s4. |
      gis4:5 s4 e4:5 s4. |
      \repeat volta 2 {
        e4:5 s4 a4:5 s4. |
        a4:5 s4 dis4:5 s4. |
        dis4:5 s4 a4:5 s4. |
        a4:5 s4 e4:5 s4. |
      }
      \fine
    }
    
    \relative c' {
      \time 9/8
      \key c \major
      \tempo 4=80
      \set Staff.beatStructure = 2,2,2,3
      \set Staff.midiInstrument="oboe"
      c'8 b8 c8 dis8 c8 b8 a4. |
      b8 a8 gis8 a8 gis8 f8 e4. |
      c'8 b8 c8 dis8 c8 b8 a4. |
      gis8 a8 gis8 f8 e4 r4. |
      \repeat volta 2 {
        e4 f8 gis8 a4 gis8 f8 gis8 |
        a4 b8 c8 dis4 c8 b8 c8 |
        dis4 c8 b8 a4 gis8 f8 gis8 |
        a8 gis8 a8 f8 e4 r4. |
      }
      \fine
    }
    
    \addlyrics {
      \set stanza = "I. "
      Der Ra'- an- drat stol- ze Schar,
      ihr' Gnad' ver- lor'n im- mer- da,
      wir ba- ten dich oh Herr Chor:
      Ne- ba- chot em- por!
      \set stanza = "Ref. "
      Bas- tra- buns Stadt die Güld'- ne,
      Ra'- an- - drat ihr zürn- te,
      un- ser Herr Chor ihr trotz- te,
      oh weh Ne- ba- chot!
    }

    \addlyrics {
      _ _ _ _ _ _ _
      _ _ _ _ _ _ _
      _ _ _ _ _ _ _
      _ _ _ _ _ 
      Oh Le- o- mar Ba- bu- rins,
      lass ab von den Po- sau- nen,
      Tür- me und Wall- an- la- gen,
      oh weh Ne- ba- chot!
    }

    \drums {
      \set Staff.beatStructure = 2,2,2,3
      <toml cymch>8 hc8 <tomh cymr>8 hc8 <toml cyms>8 hc8 <tomh cymr>8 hc8 hc8 |
      <toml cymch>8 hc8 <tomh cymr>8 hc8 <toml cyms>8 hc8 <tomh cymr>8 hc8 hc8 |
      <toml cymch>8 hc8 <tomh cymr>8 hc8 <toml cyms>8 hc8 <tomh cymr>8 hc8 hc8 |
      <toml cymch>8 hc8 <tomh cymr>8 hc8 <toml cyms>8 hc8 <tomh cymr>8 hc8 hc8 |
      \repeat volta 2 {
        <toml cymch>8 hc8 <tomh cymr>8 hc8 <toml cyms>8 hc8 <tomh cymr>8 hc8 hc8 |
        <toml cymch>8 hc8 <tomh cymr>8 hc8 <toml cyms>8 hc8 <tomh cymr>8 hc8 hc8 |
        <toml cymch>8 hc8 <tomh cymr>8 hc8 <toml cyms>8 hc8 <tomh cymr>8 hc8 hc8 |
        <toml cymch>8 hc8 <tomh cymr>8 hc8 <toml cyms>8 hc8 <tomh cymr>8 hc8 hc8 |
      } 
      \fine
    }


  >>
}

\score {
  \transpose c c {
    \myMusic
  }
  \layout { }
}

\score {
  \unfoldRepeats
  \transpose c c {
    \myMusic
   }
  \midi { }
}