summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/reiselein
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-10 17:47:07 +0200
committerErich Eckner <git@eckner.net>2014-09-10 17:47:07 +0200
commit49d14358c33b7d0ba7e7c381f91943617c7723ea (patch)
treefd55f0d3900d53978587d2228553359f86e69bbe /hr/stch/fertig/reiselein
parent646f69a657326ca8dd733dfa579a90f89823d677 (diff)
downloadMusik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz
Hauke eingefügt
Diffstat (limited to 'hr/stch/fertig/reiselein')
-rw-r--r--hr/stch/fertig/reiselein/reiselein.ly54
-rw-r--r--hr/stch/fertig/reiselein/reiselein.psbin0 -> 264768 bytes
-rw-r--r--hr/stch/fertig/reiselein/stimmen.ly117
-rw-r--r--hr/stch/fertig/reiselein/texte.ly25
4 files changed, 196 insertions, 0 deletions
diff --git a/hr/stch/fertig/reiselein/reiselein.ly b/hr/stch/fertig/reiselein/reiselein.ly
new file mode 100644
index 0000000..0cbe372
--- /dev/null
+++ b/hr/stch/fertig/reiselein/reiselein.ly
@@ -0,0 +1,54 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8
+
+\version "2.12.1"
+\include "stimmen.ly"
+\include "texte.ly"
+
+ \header {
+ title = "Ich brach drei dürre Reiselein"
+ composer = "Hugo Distler, 1908-1942"
+ %opus = "<+Werk+>"
+ %tagline = ""
+ }
+
+ \paper {
+ %<+weitere Einstellungen+>
+ }
+
+ \midi {
+ %\tempo 4 = <+bpm+>
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ %#(set-global-staff-size 17)
+
+ \score {
+ \new ChoirStaff <<
+ \new Staff = sopran <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ <<
+ \new Voice = "soprane" { \global \voiceOne \sopranMelodie }
+ \lyricsto soprane \sopranText
+ \new Voice = "alti" { \global \voiceTwo \altMelodie }
+ >>
+ >>
+ %\new Staff = alt <<
+ %>>
+ \new Staff = tenor <<
+ <<
+ \new Voice = "tenoere" { \global \voiceOne \tenorMelodie }
+ \new Voice = "baesse" { \global \voiceTwo \bassMelodie }
+ >>
+ >>
+ %\new Staff = bass <<
+ %>>
+ >>
+ }
+
diff --git a/hr/stch/fertig/reiselein/reiselein.ps b/hr/stch/fertig/reiselein/reiselein.ps
new file mode 100644
index 0000000..6d84235
--- /dev/null
+++ b/hr/stch/fertig/reiselein/reiselein.ps
Binary files differ
diff --git a/hr/stch/fertig/reiselein/stimmen.ly b/hr/stch/fertig/reiselein/stimmen.ly
new file mode 100644
index 0000000..f53e3f4
--- /dev/null
+++ b/hr/stch/fertig/reiselein/stimmen.ly
@@ -0,0 +1,117 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8
+
+ global = {
+ \key c \major
+ \override Staff.TimeSignature #'style = #'()
+ \time 3/4
+ \partial 4
+ }
+
+ meta = {
+ %(dynamic) marks global to all voices
+ \dynamicUp
+ %\repeat unfold <+number of parts+> {
+ %s4*<+number of measures within a part+>
+ %}
+ }
+
+% articulation
+
+ sopranArt = {
+ %\repeat unfold <+number of parts+> {
+ %s4*<+number of measures within a part+>
+ %}
+ }
+
+ altArt = {
+ %\repeat unfold <+number of parts+> {
+ %s4*<+number of measures within a part+>
+ %}
+ }
+
+ tenorArt = {
+ %\repeat unfold <+number of parts+> {
+ %s4*<+number of measures within a part+>
+ %}
+ }
+
+ bassArt = {
+ %\repeat unfold <+number of parts+> {
+ %s4*<+number of measures within a part+>
+ %}
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative c' {
+ <<
+ { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ a'4 c4. c8 a8 a8
+ c4. c8 a8 c8
+ \time 4/4 c4 d4 c4 a4
+ \time 3/4 g8( a8 f8 g8~g8 ) g8
+ b4. b8 g8 g8
+ b4 a4 g4
+ \time 7/8 g4 g8 e8 fis4 fis8
+ \time 3/4 g2
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ { \meta }
+ %\altArt
+ %the actual tune
+ {
+ f4 g4. a8 f8 f8
+ g4. a8 f8 a8
+ c4. c8 a4 g4
+ e8( f8( d8( e8 ~ e8 ) ) ) ees8
+ g4. f8 ees8 f8
+ g4 f4 ees4
+ d4 d8 d8 d4 d8
+ g2
+ }
+ >>
+ }
+
+ tenorMelodie = \relative c' {
+ <<
+ { \meta }
+ %\tenorArt
+ %the actual tune
+ {
+ c4 d4. d8 c8 c8
+ d4. d8 c8 c8
+ a4 f4 c'4 c4
+ c8( d8( bes8( c8 ~ c8 ) ) ) c8
+ d4. d8 d8 c8
+ d4. d8 c4
+ c4 c8 bes8 a4 a8
+ g2
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ c4 f4. f8 c8 c8
+ f4. f8 c8 c8
+ f4 a4 f4 f4
+ c2 c4
+ f4. f8 c8 c8
+ f4. f8 c4
+ g'4 g8 g8 d4 d8
+ g,2
+ }
+ >>
+ }
diff --git a/hr/stch/fertig/reiselein/texte.ly b/hr/stch/fertig/reiselein/texte.ly
new file mode 100644
index 0000000..727fbec
--- /dev/null
+++ b/hr/stch/fertig/reiselein/texte.ly
@@ -0,0 +1,25 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ sopranText = \lyrics {
+ Ich brach drei dür -- re Rei -- se -- lein
+ vom har -- ten Ha -- sel -- strauch
+ und tat sie in ein Ton -- krüg -- lein;
+ warm war das Was -- ser auch.
+ }
+
+ %altText = \lyrics {
+ %<+hier den Text für den Alt eintragen+>
+ %}
+
+ %tenorText = \lyrics {
+ %<+hier den Text für den Tenor eintragen+>
+ %}
+
+ %bassText = \lyrics {
+ %<+hier den Text für den Baß eintragen+>
+ %}
+