summaryrefslogtreecommitdiff
path: root/Die_Himmel_erzaehlen/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Die_Himmel_erzaehlen/stimmen.ly')
-rwxr-xr-xDie_Himmel_erzaehlen/stimmen.ly109
1 files changed, 109 insertions, 0 deletions
diff --git a/Die_Himmel_erzaehlen/stimmen.ly b/Die_Himmel_erzaehlen/stimmen.ly
new file mode 100755
index 0000000..39fb43c
--- /dev/null
+++ b/Die_Himmel_erzaehlen/stimmen.ly
@@ -0,0 +1,109 @@
+
+global = {
+ \time 6/8
+ \key f \major
+ \partial 8
+ \autoBeamOff
+}
+
+punktBoegen = {
+ \set melismaBusyProperties = #'()
+ \slurDashed
+ \tieDashed
+}
+
+strichBoegen = {
+ \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
+ \slurSolid
+ \tieSolid
+}
+
+pausenMaenner = {
+ s8 |
+ s2.*7 |
+ s2 s8 \bar "|." r8 |
+ R2.*7 |
+ r4. r4 \bar "||"
+}
+
+sopranMelodie = \relative c' {
+ c8 |
+ a' a a g g g |
+ b4 c8 a f g16 a |
+ b8 b a g g f |
+ f e f g4 c,8 |
+ a' a a g g g |
+ b4 c8 a f g16 a |
+ b8 b a g f e |
+ f4.~ f4 \bar "|." \oneVoice c'8 |
+ c4.~ c4 c8 |
+ b4 b8 a f c' |
+ c4. c8 b a |
+ g4.~ g4 \voiceOne c,8 |
+ a' a a g g g |
+ \punktBoegen b~ b \strichBoegen c a f g16 a |
+ b8 b a g f a |
+ g4.~ g4 \bar "||"
+}
+
+altMelodie = \relative c' {
+ c8 |
+ f f f e e e |
+ f4 f8 f f e16 f |
+ g8 g f d d d |
+ d c d e4 c8 |
+ f f f e e e |
+ f4 f8 f f e16 f |
+ g8 g f e d c |
+ c4.~ c4 \bar "|." s8 |
+ s2.*3 |
+ s4. s4 c8 |
+ f f f e e e |
+ \punktBoegen d~ d \strichBoegen d f f f16 f |
+ d8 d d d d d |
+ e4.~ e4 \bar "||"
+}
+
+tenorMelodie = \relative c' {
+ c8 |
+ c c c c c c |
+ d4 d8 c c c16 c |
+ d8 d d b b b |
+ g g g g4 c8 |
+ c c c c c c |
+ d4 d8 c c c16 c |
+ d8 d d c c b |
+ a4.~ a4 \bar "|." s8 |
+ s2.*7 |
+ s2 s8 \bar "||"
+}
+
+bassMelodie = \relative c {
+ c8 |
+ f f f c c c |
+ b4 b8 f' f f16 f |
+ g8 g g g g g |
+ c, c c c4 c8 |
+ f f f c c c |
+ b4 b8 f f f16 f |
+ g8 g g c, c c |
+ f4.~ f4 \bar "|." s8 |
+ s2.*7 |
+ s2 s8 \bar "||"
+}
+
+akkorde = {
+ s8 |
+ s2.*7 |
+ s2 s8 \bar "|." s |
+ \chordmode {
+ f4. c |
+ b f |
+ f g:m |
+ c2. |
+ f4. c |
+ b f |
+ g2.:m |
+ c4.~ c4
+ }
+}