summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-01-31 17:42:38 +0100
committerErich Eckner <git@eckner.net>2016-01-31 17:42:38 +0100
commit63ff464a1d85cbbe95f9094443a031a799bc0970 (patch)
tree1b60fc70c6ecc41cee3700fa3c58623efb887deb
parentb36078664c49362e12b168cabe56fe05a35bb592 (diff)
downloadMusik-63ff464a1d85cbbe95f9094443a031a799bc0970.tar.xz
Fuhrmann_und_Faehrmann erste Strophe fertig
-rw-r--r--Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly31
-rw-r--r--Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/stimmen.ly35
-rw-r--r--Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/texte.ly6
3 files changed, 72 insertions, 0 deletions
diff --git a/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly b/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly
index e69de29..8a36902 100644
--- a/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly
+++ b/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly
@@ -0,0 +1,31 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set-default-paper-size "a5")
+
+\pointAndClickOff
+
+\header {
+ title = "Fuhrmann und Fährmann"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff << % \transpose c e <<
+ \set Score.skipBars = ##t
+ \new ChordNames { \global \akkorde }
+ \new Staff {
+ <<
+ \new Voice = "Melodie" { \global \melodie }
+ >>
+ }
+ \new Lyrics \lyricsto "Melodie" \textI
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/stimmen.ly b/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/stimmen.ly
index e69de29..35d031a 100644
--- a/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/stimmen.ly
+++ b/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/stimmen.ly
@@ -0,0 +1,35 @@
+
+global = {
+ \key c \major
+ \time 4/4
+}
+
+akkorde = \chordmode {
+ c2 f |
+ c1 |
+ g |
+ c |
+ g |
+ c |
+ g |
+ c |
+ c2 f |
+ c1 |
+ g:7 |
+ c |
+}
+
+melodie = \relative g' {
+ g2 a4 h |
+ c2 g4 c |
+ h a g f |
+ e g g e |
+ f a a f |
+ e g g e |
+ d f e d |
+ e f g2 |
+ g a4 h |
+ c2 e |
+ d a4 h |
+ c2 r | \bar "|."
+}
diff --git a/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/texte.ly b/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/texte.ly
index e69de29..056f287 100644
--- a/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/texte.ly
+++ b/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/texte.ly
@@ -0,0 +1,6 @@
+textI = \lyricmode {
+ \set stanza = "1."
+ Was macht der Fuhr -- mann? Der Fuhr -- mann spannt den Wa -- gen an,
+ die Pfer -- de ziehn, die Peit -- sche knallt, dass laut es durch die Stra -- ßen hallt.
+ He, Fuhr -- man, he -- ho, he, hol -- la -- he.
+}