Benutzer:VolkoV/Entwurf20

Aus GaretienWiki
Zur Navigation springen Zur Suche springen

<lilybook2>

\version "2.10.25"

\paper {
 print-page-number=##f
}
\header{
 title=""
 subtitle=""
 poet=""
 composer="Steve Harris"
 tagline="Herkunft: www.garetien.de - Music engraving: LilyPond"
}

\score {
 <<
  \time 6/8
  \partial 8
  \tempo 4=130
  
  \context ChordNames {
   \set chordChanges=##t
   \chordmode {
    r8
    e4.:m c4. c4. d4.
    d4. c4. d4. e4.:m
    e4.:m c4. c4. d4.
    d4. d4. c4. e4.:m
    e4.:m c4. c4. d4.
    d4. g4. a4. e4.:m
    e4.:m c4. c4. d4.
    d4. d4. d4. d4.
    d4. c4. c4. d4.
    d4. e4.:m e4.:m d4.
    d4. c4. c4. g4.
    a4. e4.:m e4.:m e4.:m
    d4. c4. c4. d4.
    d4. e4.:m e4.:m d4.
    d4. c4. c4. g4.
    a4. e4.:m e4.:m e4.:m
   }
  } 
  \relative {
   \key e \minor
   \set Staff.midiInstrument="Clarinet"
   b'8 |
   e4 fis8 g4 a8 | g4 fis8 d4. |
   d8 d8 d8 c4 g'8 | g4 a8 e4 b8 | 
   e4 fis8 g4 a8 | g4 fis8 d4.~ |
   d2. | r4. r4
   b8 |
   e4 fis8 g4 a8 | g4 fis8 d4. |
   a8 d8 a8 c4 g'8 | g4 a8 e4 b8 | 
   e4 fis8 g4 a8 | g4 fis8 d4.~ |
   d2. | r4. r4
   
   e8 |
   d4 c8 c4.~ | c4. r4 g'8 |
   g4 fis8 g4.~ | g4. r4 d8 |
   g4 fis8  g4 fis8 | g4 a8 b4 a8 |
   g4 e8 e4.~ | e4. r4
   e8 |
   d4 c8 c4.~ | c4. r4 g'8 |
   g4 fis8 g4.~ | g4. r4 g8 |
   g4 g8 g4 fis8 | g4 a8 b4 a8 |
   g4 e8 e4.~ | e2 r8 
  }
>>
\layout { }
\midi { \unfoldRepeats }
}

</lilybook2>