diff options
author | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
commit | cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch) | |
tree | 25be2d35abeec51d18d0204e199f3bdbf66826b1 /Zu_Bethlehem_geboren/stimmen.ly | |
download | Musik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz |
initialer Commit
Diffstat (limited to 'Zu_Bethlehem_geboren/stimmen.ly')
-rw-r--r-- | Zu_Bethlehem_geboren/stimmen.ly | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Zu_Bethlehem_geboren/stimmen.ly b/Zu_Bethlehem_geboren/stimmen.ly new file mode 100644 index 0000000..1a6184f --- /dev/null +++ b/Zu_Bethlehem_geboren/stimmen.ly @@ -0,0 +1,58 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + pausen = { + r4 | R1*3 | r2 r4 + \repeat volta 3 { s | + s1*3 | s2 r4 s | + s1*3 | s2 s4 r | + s1*3 | s2 r | R1 | r2 r4 + } + } + + floetenMelodie = \relative f' { + f8 g | a4. b8 c4 b | a8 f a g a b c e | f4 a,8 b c4 b | a2 r4 + \repeat volta 3 { r4 | + f8 g a b c4 c, | d8 e f g a4 a, | b8 c d e f4 e | f2 r | + c'8 b a g f4 f' | d8 c b a g4 g' | f8 e d c b a g f | e f e d c2 | r4 c e g | + f g8 f e f e d | c2 d4 e | f a8 g a b c e | f4 a,8 b c4 b | a2 r4 + } + } + + sopranMelodie = \relative c' { + s4 | s1*3 | s2 s4 + \repeat volta 3 { c4 | + f4. g8 a4 g | f2 e4 f | g f8[ g] a4 g | f2 s4 c' | + c a b c | d2 b4 b | a b c b8[ a] | g2. s4 | c2 g | + a g4 a8[ b] | c4 f,8[ g] a4 g | f2 s | s1 | s2 s4 + } + } + + altMelodie = \relative c' { + s4 | s1*3 | s2 s4 + \repeat volta 3 { c8[ b] | + a4. b8 c4 c | d2 c4 c | b d8[ e] f4 e | f2 s4 f | + f f es es | d2 d4 f | c c f f | e8[ f e d] e4 s4 | f2 e | + f e4 c | c f f e | f2 s | s1 | s2 s4 + } + } + + maennerMelodie = \relative c { + r4 | R1*3 | r2 r4 + \repeat volta 3 { c4 | + f4. f8 f4 e | d2 a'4 a | g g c, c | f2 r4 a | + a f g a | b2 b,4 d | f g a b | c2. r4 | c2 c, | + c c'4 b | a a8[ b] c4 <b c,> | <a f>2 r | R1 | r2 r4 + } + } |