summaryrefslogtreecommitdiff
path: root/Herr_groszer_Gott/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-29 08:06:52 +0200
committerErich Eckner <git@eckner.net>2017-09-29 08:06:52 +0200
commitb6b7bcf8bf1448f3d84a5cdf9ee96f15d0c778b7 (patch)
treeeace2e22b8fbf7a41253b5315678e84ac294d81d /Herr_groszer_Gott/stimmen.ly
parent3a02d91d85b054c1c4e43a43930da68dc17e5f3f (diff)
downloadMusik-b6b7bcf8bf1448f3d84a5cdf9ee96f15d0c778b7.tar.xz
Herr_groszer_Gott neu
Diffstat (limited to 'Herr_groszer_Gott/stimmen.ly')
-rwxr-xr-xHerr_groszer_Gott/stimmen.ly151
1 files changed, 151 insertions, 0 deletions
diff --git a/Herr_groszer_Gott/stimmen.ly b/Herr_groszer_Gott/stimmen.ly
new file mode 100755
index 0000000..aabf9b7
--- /dev/null
+++ b/Herr_groszer_Gott/stimmen.ly
@@ -0,0 +1,151 @@
+
+global = {
+ \time 3/4
+ \key c \major
+ \autoBeamOff
+}
+
+pausen = {
+ s2.*3 |
+ s4 r2 |
+ s2.*3 |
+ s4 r2 |
+ s2.*3 |
+ s2 r4 |
+ s2.*3 |
+ s4 r2 |
+ s2.*10 |
+ s4 r s |
+ s2.*3 |
+ s4 r s |
+ s2.*3 |
+ s4 r s |
+ s2.*3 |
+ s2 r4 | \bar "|."
+}
+
+sopranMelodie = \relative c' {
+ c4 e g |
+ c2 c4 |
+ d2 d4 |
+ c s2 |
+ c4 c c |
+ h2 c4 |
+ h2 a4 |
+ g s2 |
+ g4 h c |
+ d2 e4 |
+ a,( h) c |
+ \grace c4 h2 s4 |
+ g h c |
+ d( c) h |
+ a2. |
+ g4 s2 |
+ c,4 e g |
+ c2 c4 |
+ d2 d4 |
+ c2 h4 |
+ a2 g4 |
+ f2 e4 |
+ e d^\fermata g |
+ c2 c4 |
+ c2 b4 |
+ b( a) g |
+ a s a |
+ d2 d4 |
+ d2 c4 |
+ c( h) a |
+ h s g |
+ c2 c4 |
+ c2 h4 |
+ a2 g4 |
+ f s f |
+ e( f) g |
+ a( h) c |
+ d( c) h |
+ c2 s4 | \bar "|."
+}
+
+altMelodie = \relative c' {
+ c4 e g |
+ e2 e4 |
+ f2 f4 |
+ e s2 |
+ e4 e fis |
+ g2 a4 |
+ g2 fis4 |
+ g s2 |
+ g4 g a |
+ h2 c4 |
+ fis,( g) a |
+ \grace a g2 s4 |
+ g g a |
+ h( a) g |
+ g2( fis4) |
+ g s2 |
+ c,4 e g |
+ e2 e4 |
+ f2 f4 |
+ e2 g4 |
+ f2 e4 |
+ d2 c4 |
+ c h g' |
+ e( g) f |
+ e( f) g |
+ g( f) e |
+ f s a |
+ fis( a) g |
+ fis( g) a |
+ a( g) fis |
+ g s g |
+ e2 e4 |
+ e2 g4 |
+ f2 e4 |
+ d s d |
+ c( d) e |
+ f( d) e |
+ f( e) d |
+ e2 s4 | \bar "|."
+}
+
+maennerMelodie = \relative c {
+ c4 e g |
+ c2 c,4 |
+ f( d) g |
+ c, s2 |
+ c4 c d |
+ g2 c,4 |
+ d2 d4 |
+ g, s2 |
+ g'4 g g |
+ g2 c,4 |
+ d2 d4 |
+ g,2 s4 |
+ g' g g |
+ g,( a) h |
+ c( a d) |
+ g, s2 |
+ c4 e g |
+ c2 c,4 |
+ f( d) g |
+ c,2 c4 |
+ c2 c4 |
+ g( h) c |
+ g' g,^\fermata g' |
+ c,( e) d |
+ c( d) e |
+ f2 c4 |
+ f s a |
+ d,( fis) e |
+ d( e) fis |
+ g2 d4 |
+ g, s g' |
+ c,( e) g |
+ c2 c,4 |
+ c2 c4 |
+ g' s g |
+ c,2 c4 |
+ f( g) c, |
+ f( g) g, |
+ c2 s4 | \bar "|."
+}