Difference between revisions of "Herr, deine Güte reicht so weit"

From Free Music Wiki
Jump to: navigation, search
(1. Stimme fertig)
 
(2 voice test)
Line 1: Line 1:
 
== Seite in Arbeit ==
 
== Seite in Arbeit ==
 +
 +
<lilymidi>
 +
\version "2.10.33"
 +
<<
 +
  \new Staff {
 +
    <<
 +
      \new Voice = "first" {
 +
        \voiceOne a' b' c'' d''
 +
      }
 +
      \new Voice = "second" {
 +
        \voiceTwo e' f' g' a'
 +
      }
 +
    >>
 +
  }
 +
>>
 +
</lilymidi>
 +
  
 
<lilymidi>
 
<lilymidi>

Revision as of 04:10, 7 September 2011

Seite in Arbeit

<lilymidi> \version "2.10.33" <<

 \new Staff {
   << 
     \new Voice = "first" {
       \voiceOne a' b' c d
     }
     \new Voice = "second" {
       \voiceTwo e' f' g' a'
     } 
   >>
 }

>> </lilymidi>


<lilymidi> <<

 \new Staff \relative g'{
   \key e \major \time 3/4 %%\tempo 4=???
   \repeat volta 2 {
     gis4 gis gis   b2 gis4   gis (a) fis   gis2 e'4   dis2 fis4   b,2 cis4   fis, (b) ais   b2 r4 
   } \repeat volta 2 {
     b4 b b   b2 ais4   ais ais ais   a (gis) fis   gis gis gis
     gis a b   cis2 b4   ais4 (e') ais,   b2 r4 %%               kleine Noten!!! FIXME
     gis gis gis   b2 gis4   gis (a) fis   gis2 e'4   dis2 fis4   b,2 e4   gis,4. (a8) fis gis   
   } \alternative {
     {e2 r4}
     { \time 4/4 e4 gis gis gis}
   }
   a2. (fis4   gis4) e' e e   fis2. (dis4   e) e e e   e2 fis  e dis   e4 gis, gis gis   a2. (fis4   gis)
   e' e e   fis2. (dis4   e) e e e   e2 fis   e dis   e r4 e   dis2. dis4   e2 cis b dis e1   
 }

>> </lilymidi>