Benutzer:VolkoV/Entwurf99

Aus GaretienWiki
< Benutzer:VolkoV
Version vom 22. Dezember 2018, 18:49 Uhr von VolkoV (D | B)
Zur Navigation springen Zur Suche springen

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

 \header{
  title=""
  subtitle=""
  poet=""
  composer=""
  tagline=""
 }
 
 \score {
  <<
   \relative {
    \key c \major
     <<c'1 e1 g1>>
     <<d1 fis1 a1>>
     <<e1 gis1 b1>>
     <<f1 a1 c1>>
     <<g1 b1 d1>>
     <<a1 cis1 e1>>
     <<b1 dis1 fis1>>

     <<c,1 ees1 g1>>
     <<d1 f1 a1>>
     <<e1 g1 b1>>
     <<f1 aes1 c1>>
     <<g1 bes1 d1>>
     <<a1 c1 e1>>
     <<b1 d1 fis1>>
   }
   \addlyrics {
    C D E F G A H
    Cm Dm Em Fm Gm Am Hm
   }
  >>
  \layout { }
  \midi { }
 }