Lieder:Armbruster aus dem Schlund

Aus GaretienWiki
Version vom 14. März 2008, 13:17 Uhr von VolkoV (D | B)
Zur Navigation springen Zur Suche springen

<lilybook2> \version "2.10.25"

\paper { 
 print-page-number=##f
 ragged-bottom=##t
 ragged-last-bottom=##t
}

\header{

title="Armbruster aus dem Schlund"
subtitle="(Das Lied der Schlunder Armbruster)"
poet="V. Strunk"
composer="Joey DeMaio: Warriors of the World United"
tagline="Herkunft: www.garetien.de - Music engraving: LilyPond"

}

\score {

<<
 \time 4/4
 \tempo 4=80
 
 \relative {
  \key d \minor
  \clef "treble"
  \set Staff.midiInstrument="French Horn"
  r1 r1
  \repeat volta 2 { r4
   a'8 g8 a8 g16 f16~ f4
   g8 f8 g8 f8 g8 f16 e16~ e8   
   f16 f16 f8 e16 d16~ d4
   e16 e16 e8 e8 c16 d16~ d2. r4
  }
 }
 \addlyrics {
  \set stanza = "R1: "
  Brü- der ü- ber- all,
  kommt und hört der Hör- ner- schall,
  wir sind Arm- brus- ter,
  Arm- brus- ter aus dem Schlund.
 }
 \addlyrics {
  \set stanza = "R2: "
  Vor- wärts In- grimms- zorn,
  Pau- ken hört und Flü- gel- horn,
  wir sind Arm- brus- ter,
  Arm- brus- ter aus dem Schlund.
 }
 \drums {
  toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 toml8
  toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 toml8
  \repeat volta 2 {
   toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 toml8
   toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 toml8
   toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 toml8
   toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 tomml16 tomml16 toml8 toml8
  }
 }
 \relative c, {
  \key d \minor
  \clef "bass"
  \set Staff.midiInstrument="Trombone"
  r1 r1 
  \repeat volta 2 {
   <<d'1 f1 a1>> <<c,1 e1 g1>> <<d2 f2 a2>> <<cis,2 e2 a2>> <<d,1 f1 a1>>
  }
 }


>>

\layout { } \midi { } } </lilybook2>