diff options
Diffstat (limited to 'hr/Hanna/missa brevis/stimmen.ly')
-rw-r--r-- | hr/Hanna/missa brevis/stimmen.ly | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/hr/Hanna/missa brevis/stimmen.ly b/hr/Hanna/missa brevis/stimmen.ly new file mode 100644 index 0000000..b10e9d8 --- /dev/null +++ b/hr/Hanna/missa brevis/stimmen.ly @@ -0,0 +1,80 @@ +%some settings% vim: ai sw=2 lbr nu encoding=utf8 + + \include "dynArt.ly" + + global = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + } + +% Die Stimmen + + sopranMelodie = \relative c' { + << + { \meta } + %\sopranArt + %the actual tune + { +% r1 <++> + } + >> + } + + altMelodie = \relative c' { + << + { \meta } + %\altArt + %the actual tune + { +% r1 <++> + } + >> + } + + tenorMelodie = \relative c' { + << + { \meta } + %\tenorArt + %the actual tune + { +% r1 <++> + } + >> + } + + bassMelodie = \relative c' { + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + %Kyrie + c4. c8 a4 e4 + f2 c4 c4 ~ c4 + b4 c4 r8 c'8 + fis,2 f4 e4 + d2 c2 + %Allegro, Alla breve + \time 4/2 + r1 r1 r1 + g'2. f4 + e4( d4 ) c2 f2.( e8 f8 + g2. f4 e4 d4 c4 d8 e8 + f2) c'4 c,4 d2( g2 ) + c,4 e4 d4 g4 c,1 + b4 b'4 a4 d4 c2.( bes4 + a4 g4 f4 g8 a8 bes2. a8 g8 + a2. g8 f8 g1) + f4 a4 g4 c4 f,1 + e4 c'2 b4 a4 g4 fis2 + g4 fis4 g2 c,1 + r1 d'2. c4 + b4 a4 g4( f4 ) e4( d4 ) c2 + g'1 ~ g1 ~ g1 ~ g1 ~ g1 r1 + c,1 + } + >> + } + |