summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-12-19 15:06:27 +0100
committerErich Eckner <git@eckner.net>2014-12-19 15:06:27 +0100
commit5a536599a8d44a89cfef973b09ad72787dbf02bf (patch)
treea7f6c7b45c4b1144a775102ef379bc96c0ee1b49
parentaa34d03bc0f1b082c56e352c9996345e9c6fabf3 (diff)
downloadMusik-5a536599a8d44a89cfef973b09ad72787dbf02bf.tar.xz
Ding_Dong_Merrily_on_high neu
-rw-r--r--Ding_Dong_Merrily_on_high/Ding_Dong_Merrily_on_high.ly50
-rw-r--r--Ding_Dong_Merrily_on_high/stimmen.ly119
-rw-r--r--Ding_Dong_Merrily_on_high/texte.ly65
3 files changed, 234 insertions, 0 deletions
diff --git a/Ding_Dong_Merrily_on_high/Ding_Dong_Merrily_on_high.ly b/Ding_Dong_Merrily_on_high/Ding_Dong_Merrily_on_high.ly
new file mode 100644
index 0000000..007faa6
--- /dev/null
+++ b/Ding_Dong_Merrily_on_high/Ding_Dong_Merrily_on_high.ly
@@ -0,0 +1,50 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+ title = "Ding Dong! Merrily on high"
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice \pausen
+ \new Voice = sopranI { \global \voiceOne \sopranIMelodie }
+ \new Voice = sopranII { \global \voiceTwo \sopranIIMelodie }
+ >>
+ \new Lyrics \lyricsto sopranI { \sopranTextI }
+ \new Lyrics \lyricsto sopranI { \sopranTextII }
+ \new Lyrics \lyricsto sopranI { \sopranTextIII }
+ \new Staff <<
+ \new Voice = alt { \global \altMelodie }
+ >>
+ \new Lyrics \lyricsto alt { \altTextI }
+ \new Lyrics \lyricsto alt { \altTextII }
+ \new Lyrics \lyricsto alt { \altTextIII }
+ \new Staff <<
+ \new Voice = maenner { \global \clef "bass" \maennerMelodie }
+ >>
+ \new Lyrics \lyricsto maenner { \maennerTextI }
+ \new Lyrics \lyricsto maenner { \maennerTextII }
+ \new Lyrics \lyricsto maenner { \maennerTextIII }
+ >>
+}
diff --git a/Ding_Dong_Merrily_on_high/stimmen.ly b/Ding_Dong_Merrily_on_high/stimmen.ly
new file mode 100644
index 0000000..1f972c4
--- /dev/null
+++ b/Ding_Dong_Merrily_on_high/stimmen.ly
@@ -0,0 +1,119 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key b \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ pausen = \relative c {
+ s1 |
+ s2 r4 s |
+ s1 |
+ s2. r4 |
+ s1 |
+ s2 r4 s |
+ s1 |
+ s2. r4 |
+ \repeat volta 2 {
+ s1*7 |
+ s2. r4 |
+ }
+ }
+
+ sopranIMelodie = \relative b' {
+ b4 b c8 b a g |
+ f2 s4 f |
+ g b b a |
+ b2 b4 s |
+ \slurDashed \set melismaBusyProperties = #'()
+ b b c8( b) a( g) |
+ \slurSolid \set melismaBusyProperties = #'(melismaBusy beamMelismaBusy slurMelismaBusy tieMelismaBusy)
+ f2 s4 f |
+ g b b a |
+ b2 b4 s |
+ \repeat volta 2 {
+ f'4. es8 d[ es f d] |
+ es4. d8 c[ d es c] |
+ d4. c8 b[ c d b] |
+ c4. b8 a[ b c a] |
+ b4. a8 g[ a b g] |
+ a4. g8 f4 f |
+ g b b a |
+ b2 b4 s |
+ }
+ }
+
+ sopranIIMelodie = \relative f' {
+ f4 f g8 g es es |
+ c2 s4 f |
+ es es f4. es8 |
+ d2 d4 s |
+ \slurDashed \tieDashed \set melismaBusyProperties = #'()
+ f f g8( g) es~ es |
+ \slurSolid \tieSolid \set melismaBusyProperties = #'(melismaBusy beamMelismaBusy slurMelismaBusy tieMelismaBusy)
+ c2 s4 f |
+ es es f4. es8 |
+ d2 d4 s |
+ \repeat volta 2 {
+ b'8[ c d c] b[ c d b] |
+ g2 a8[ b c a] |
+ f2 g8[ a b g] |
+ es[ f] g4 f8[ g a f] |
+ d[ es] f4 es8[ f g es] |
+ f4. f8 c4 f |
+ es es f4. es8 |
+ d2 d4 s |
+ }
+ }
+
+ altMelodie = \relative d' {
+ d4 d es8 d c b |
+ a2 r4 b |
+ b c c c |
+ b2 b4 r |
+ \slurDashed \set melismaBusyProperties = #'()
+ d d es8( d) c( b) |
+ \slurSolid \set melismaBusyProperties = #'(melismaBusy beamMelismaBusy slurMelismaBusy tieMelismaBusy)
+ a2 r4 b |
+ b c c c |
+ b2 b4 r |
+ \repeat volta 2 {
+ d8[ es] f4 g d |
+ c8[ d] es4 f c |
+ b8[ c] d4~ d b |
+ c8[ d] es4 f c |
+ b8[ c d c] b4 es |
+ c4. b8 a4 b |
+ b c c c |
+ b2 b4 r |
+ }
+ }
+
+ maennerMelodie = \relative b {
+ b4 b es,8 es es es |
+ f2 r4 d |
+ es c f f |
+ b,2 b4 r |
+ \tieDashed \set melismaBusyProperties = #'()
+ b' b es,8~ es es~ es |
+ \tieSolid \set melismaBusyProperties = #'(melismaBusy beamMelismaBusy slurMelismaBusy tieMelismaBusy)
+ f2 r4 d |
+ es c f f |
+ b,2 b4 r |
+ \repeat volta 2 {
+ b'2-- g-- |
+ c,-- f-- |
+ b-- g-- |
+ c,-- f-- |
+ b-- es,-- |
+ f2.-- d4 |
+ es c f f |
+ b,2 b4 r |
+ }
+ }
diff --git a/Ding_Dong_Merrily_on_high/texte.ly b/Ding_Dong_Merrily_on_high/texte.ly
new file mode 100644
index 0000000..2f7d3d2
--- /dev/null
+++ b/Ding_Dong_Merrily_on_high/texte.ly
@@ -0,0 +1,65 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Ding Dong! Mer -- ri -- ly on high in heav'n the bells are ring -- ing.
+ Ding Dong! Ve -- ri -- ly the sky is riv'n with an -- gel sing -- ing.
+ }
+
+ textII = \lyricmode {
+ \set stanza = "2."
+ E'en so here be -- low, be -- low, let stee -- ple bells be swung -- en.
+ And i -- o, __ _ i -- _ o by priest and peo -- ple sung -- en.
+ }
+
+ textIII = \lyricmode {
+ Pray ye du -- ti -- ful -- ly prime your ma -- tin chime, ye ring -- ers.
+ May ye beau -- ti -- ful -- ly rime your eve -- time song, ye sing -- ers.
+ }
+
+ sopranTextI = \lyricmode {
+ \textI
+ }
+
+ sopranTextII = \lyricmode {
+ \textII
+ \set stanza = "1.-3."
+ Glo -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ri -- a, ho -- san -- na in ex -- cel -- sis!
+ }
+
+ sopranTextIII = \lyricmode {
+ \textIII
+ }
+
+ altTextI = \lyricmode {
+ \textI
+ }
+
+ altTextII = \lyricmode {
+ \textII
+ \set stanza = "1.-3."
+ Glo -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ri -- a, ho -- san -- na in ex -- cel -- sis!
+ }
+
+ altTextIII = \lyricmode {
+ \textIII
+ }
+
+ maennerTextI = \lyricmode {
+ \textI
+ }
+
+ maennerTextII = \lyricmode {
+ \textII
+ \set stanza = "1.-3."
+ Ding Dong Ding Dong Ding Dong Ding Dong Ding Dong Ding
+ ho -- san -- na in ex -- cel -- sis!
+ }
+
+ maennerTextIII = \lyricmode {
+ \textIII
+ }