Benutzer:VolkoV/Entwurf9

Aus GaretienWiki
< Benutzer:VolkoV
Version vom 13. Oktober 2014, 20:51 Uhr von VolkoV (D | B)
Zur Navigation springen Zur Suche springen

<lilybook2>

\version "2.10.25"

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

\score {
 <<
  \time 4/4
  \tempo 4=60
  
  \relative {
   \key c \major
   \transposition c,
   \set Staff.midiInstrument="Clarinet"
    e,16 e'16 b'16 c16 e8 c16 ees8 b16 d16 bes16 d16 des8.
    e,,16 e'16 b'16 c16 e8 c16 ees8 b16 d16 bes16 des4 \trill
    e,,16 e'16 b'16 c16 e8 c16 ees8 b16 d16 bes16 d16 des8.
    e,,16 e'16 b'16 c16 e8 c16 ees8 b16 d16 bes16 des4 \trill
  }
 >>
\layout { }
\midi { \unfoldRepeats }
}

</lilybook2>