summaryrefslogtreecommitdiff
path: root/O_du_stille_Zeit/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-13 16:47:11 +0200
committerErich Eckner <git@eckner.net>2019-06-13 16:47:11 +0200
commitb864b179ab2794b58e86f046bce8a5cc576d569f (patch)
treed830f3761db90c32246481e6ed42a3bb07d43698 /O_du_stille_Zeit/stimmen.ly
parente91d08ceb895e2e62f315afdb8aee1410455f2f3 (diff)
downloadMusik-b864b179ab2794b58e86f046bce8a5cc576d569f.tar.xz
O_du_stille_Zeit neu
Diffstat (limited to 'O_du_stille_Zeit/stimmen.ly')
-rw-r--r--O_du_stille_Zeit/stimmen.ly53
1 files changed, 53 insertions, 0 deletions
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 |
+ }
+}