summaryrefslogtreecommitdiff
path: root/Puer_natus_in_Betlehem/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
committerErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
commitcd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch)
tree25be2d35abeec51d18d0204e199f3bdbf66826b1 /Puer_natus_in_Betlehem/stimmen.ly
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Puer_natus_in_Betlehem/stimmen.ly')
-rw-r--r--Puer_natus_in_Betlehem/stimmen.ly44
1 files changed, 44 insertions, 0 deletions
diff --git a/Puer_natus_in_Betlehem/stimmen.ly b/Puer_natus_in_Betlehem/stimmen.ly
new file mode 100644
index 0000000..6bc1a03
--- /dev/null
+++ b/Puer_natus_in_Betlehem/stimmen.ly
@@ -0,0 +1,44 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key f \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ }
+
+% Die Stimmen
+ pausen = {
+ \repeat volta 3 { s2*5 r2 | s2*7 r2 | s2*7 r2 | s2*5 r2 | } R1 | \bar "|."
+ }
+
+ sopranMelodie = \relative f' {
+ \repeat volta 3 {
+ f2 g | a4 g8 f c'4 d | c2 s | c d | c4 b8 a b4 g |
+ f c' b g | f2 s | g a4 a | g c8 e d4 h | c e, f g |
+ c,2 s | c' b4 a8[ g] | a4 c b g | f2 s2 | }
+ }
+
+ altMelodie = \relative a' {
+ \repeat volta 3 {
+ a4 f g f8 e | f2. f4 | f2 s | f f | a4 g8 f g4 e |
+ f a g e | f2 s | e f4 f | e g8 g f4 d | e e f g |
+ c,2 s | f f4 f | f a g e | f2 s | }
+ }
+
+ tenorMelodie = \relative c' {
+ \repeat volta 3 {
+ c2 c | c4 b8 a a4 b | a2 s | a b4 b | a c d c |
+ a c d c | a2 s | c c4 c | c c8 c a4 g | g e f g |
+ c,2 s | a' b4 c | c c d c | a2 s | }
+ }
+
+ bassMelodie = \relative f {
+ \repeat volta 3 {
+ f4 f e d8 c | f2. f4 | f2 s | f4 f b,8[ c d e] | f4 f b, c |
+ f a, b c | f2 s | c f8[ g] a[ h] | c4 e,8 e f4 g | c, e f g |
+ c,2 s | f f4 f | f a, b c | f2 s | }
+ }
+