Lieder:Ode an die Helden: Unterschied zwischen den Versionen

Aus GaretienWiki
Zur Navigation springen Zur Suche springen
VolkoV (D | B)
VolkoV (D | B)
Zeile 46: Zeile 46:
 
   }
 
   }
 
   \drums {
 
   \drums {
     r4 | toml4 toml8 toml8 toml4 toml4 | toml4 toml8 toml8 toml4
+
     r4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4
     toml4 | toml4 toml8 toml8 toml4 toml4 | toml4 \times 2/3 { toml8 toml8 toml8 } toml4
+
     bd4 | bd4 bd8 bd8 bd4 bd4 | bd4 \times 2/3 { bd8 bd8 bd8 } bd4
     r4 | toml4 toml8 toml8 toml4 toml4 | toml4 toml8 toml8 toml4
+
     r4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4
     toml4 | toml4 toml8 toml8 toml4 toml4 | toml4 toml8 toml8 toml4
+
     bd4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4
  
     r4 | toml4 toml8 toml8 toml4 toml4 | toml4 toml8 toml8 toml4
+
     r4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4
     toml4 | toml4 toml8 toml8 toml4 toml4 | toml4 \times 2/3 { toml8 toml8 toml8 } toml4
+
     bd4 | bd4 bd8 bd8 bd4 bd4 | bd4 \times 2/3 { bd8 bd8 bd8 } bd4
     r4 | toml4 toml8 toml8 toml4 toml4 | toml4 toml8 toml8 toml4
+
     r4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4
     toml4 | toml4 toml8 toml8 toml4 toml4 | toml4 toml8 toml8 toml4
+
     bd4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4  }
  }
 
 
   >>
 
   >>
 
  \layout { }
 
  \layout { }

Version vom 25. August 2014, 15:37 Uhr

<lilybook2>

\version "2.10.25"

\paper {
 print-page-number=##f
}
\header{
 title="Ode an die Helden"
 subtitle="Totengesang zu Dritten Dämonenschlacht"
 poet="Volker S."
 composer="Old Lang Syne / Nehmt Abschied Brüder"
 tagline="Herkunft: www.garetien.de - Music engraving: LilyPond"
}

\score {
 <<
  \time 4/4
  \tempo 4=100
  \partial 4
  
  \relative {
   \key f \major
   \set Staff.midiInstrument="Flute"
    c4 | f4. f8 f4 a4 | g4. f8 g4
    a8( g8) | f4. f8 a4 c4 | d2.
    d4 | c4. a8 a4 f4 | g4. f8 g4
    a8( g8) | f4. d8 d4 c4 | f2.
    d'4 | c4. a8 a4 f4 | g4. f8 g4
    d'4 | c4. a8 a4 c4 | d2.
    d4 | c4. a8 a4 f4 | g4. f8 g4 
    a8( g8) | f4. d8 d4 c4 | f2.
  }
  \addlyrics {
   \set stanza = "I.: "
    Die | Hel- den vol- ler | Mut und Macht,
    der | Ra- be nahm hin- | fort.
    Die | Hel- den der Dä- | mo- nen- schlacht
    wir | ehr'n am Leu- en- | ort.
    
   \set stanza = "Ref.: "
    Oh | Leu- in seg- ne | Ra- be leit'
    die | Seel'n durchs Nir- gend | meer
    in | Ron- dras Hal- len | sie be- reit
    der | letz- ten Schlacht zur | Wehr.
  }
  \drums {
   r4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4
   bd4 | bd4 bd8 bd8 bd4 bd4 | bd4 \times 2/3 { bd8 bd8 bd8 } bd4
   r4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4
   bd4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4
   r4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4
   bd4 | bd4 bd8 bd8 bd4 bd4 | bd4 \times 2/3 { bd8 bd8 bd8 } bd4
   r4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4
   bd4 | bd4 bd8 bd8 bd4 bd4 | bd4 bd8 bd8 bd4   }
 >>
\layout { }
\midi { \unfoldRepeats }
}

</lilybook2>