Benutzer:VolkoV/Entwurf20: Unterschied zwischen den Versionen

Aus GaretienWiki
Zur Navigation springen Zur Suche springen
VolkoV (D | B)
Keine Bearbeitungszusammenfassung
VolkoV (D | B)
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
<lilybook2>
<score raw="1" sound="1">
  \version "2.10.25"
  \version "2.10.25"
   
   
Zeile 14: Zeile 14:
  }
  }
   
   
\score {
myMusic = {
   <<
   <<
  \time 6/8
  \partial 8
  \tempo 4=130
    
    
   \context ChordNames {
   \context ChordNames {
Zeile 48: Zeile 45:


   \relative {
   \relative {
  \time 6/8
  \partial 8
  \tempo 4=130
     \key e \minor
     \key e \minor
     \set Staff.midiInstrument="Clarinet"
     \set Staff.midiInstrument="Clarinet"
Zeile 76: Zeile 76:
   }
   }
  >>
  >>
  \layout { }
  }
\midi { \unfoldRepeats }
\score {
  \myMusic
  \layout { }
}
 


}
\score {
</lilybook2>
  \unfoldRepeats {
    \myMusic
  }
  \midi { }
}
</score>

Aktuelle Version vom 17. November 2024, 14:06 Uhr


 \version "2.10.25"
 
 \paper {
  print-page-number=##f
 }

 \header{
  title=""
  subtitle=""
  poet=""
  composer="Steve Harris"
  tagline="Herkunft: www.garetien.de - Music engraving: LilyPond"
 }
 
myMusic = {
  <<
   
   \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 {
   \time 6/8
   \partial 8
   \tempo 4=130
    \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 

   }
 >>
 }
\score {
  \myMusic
  \layout { }
}


\score {
  \unfoldRepeats {
    \myMusic
  }
  \midi { }
}