Benutzer:VolkoV/Entwurf20: Unterschied zwischen den Versionen

Aus GaretienWiki
Zur Navigation springen Zur Suche springen
VolkoV (D | B)
VolkoV (D | B)
Zeile 18: Zeile 18:
 
   \time 6/8
 
   \time 6/8
 
   \partial 8
 
   \partial 8
   \tempo 4=180
+
   \tempo 4=130
 
    
 
    
 
   \relative {
 
   \relative {
Zeile 38: Zeile 38:
 
     d4 c8 c4.~ | c4. r4 g'8 |
 
     d4 c8 c4.~ | c4. r4 g'8 |
 
     g4 fis8 g4.~ | g4. r4 d8 |
 
     g4 fis8 g4.~ | g4. r4 d8 |
     g4 fis8  g4 fis8 | g4 a8 b4 a8 | g4 e8 e4.~ |
+
     g4 fis8  g4 fis8 | g4 a8 b4 a8 |
    e4. r4
+
    g4 e8 e4.~ | e4. r4
  
 
     e8 |
 
     e8 |

Version vom 7. Juni 2015, 14:32 Uhr

<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
  
  \relative {
   \key e \minor
   \set Staff.midiInstrument="Clarinet"
   b8 |
   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>