From b864b179ab2794b58e86f046bce8a5cc576d569f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 13 Jun 2019 16:47:11 +0200 Subject: O_du_stille_Zeit neu --- O_du_stille_Zeit/stimmen.ly | 53 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 O_du_stille_Zeit/stimmen.ly (limited to 'O_du_stille_Zeit/stimmen.ly') diff --git a/O_du_stille_Zeit/stimmen.ly b/O_du_stille_Zeit/stimmen.ly new file mode 100644 index 0000000..00eb1f5 --- /dev/null +++ b/O_du_stille_Zeit/stimmen.ly @@ -0,0 +1,53 @@ +global = { + \time 3/2 + \key f \major + \autoBeamOff +} + +sopranMelodie = \relative c' { + c4 f f g a2 | + f4( g a) c b a | \time 2/2 + g1 | \time 3/2 + \repeat volta 2 { + a4 b8 c d4 c a2 | + f4 g8 a b4 a f2 | + c'( a4 f g) g | \time 2/2 + f1 | + } +} + +altMelodie = \relative c' { + c4 c c e f2 | + f4( e f) a g f | \time 2/2 + f( e8[ d] e2) | \time 3/2 + \repeat volta 2 { + f4 f8 f f4 f f2 | + d4 e8 f g4 f d2 | + f2.( c4 d) e | \time 2/2 + f1 | + } +} + +tenorMelodie = \relative c' { + c4 a a c c2 | + c2. a4 b d | \time 2/2 + c1 | \time 3/2 + \repeat volta 2 { + c4 c8 c d4 c c2 | + a4 a8 a d4 d a2 | + a2( c4 a b) b | \time 2/2 + a1 | + } +} + +bassMelodie = \relative c { + c4 f f c f2 | + f2. f4 g g | \time 2/2 + c,1 | \time 3/2 + \repeat volta 2 { + f4 g8 a b4 a f2 | + d4 d8 d d4 d d2 | + c1~ c4 c | \time 2/2 + f1 | + } +} -- cgit v1.2.3-54-g00ecf