summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/ros_distler
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/ros_distler
parent646f69a657326ca8dd733dfa579a90f89823d677 (diff)
downloadMusik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz
Hauke eingefügt
Diffstat (limited to 'hr/stch/fertig/ros_distler')
-rw-r--r--hr/stch/fertig/ros_distler/midis.zipbin0 -> 2269 bytes
-rw-r--r--hr/stch/fertig/ros_distler/midis/alt.midibin0 -> 607 bytes
-rw-r--r--hr/stch/fertig/ros_distler/midis/bass.midibin0 -> 340 bytes
-rw-r--r--hr/stch/fertig/ros_distler/midis/ros.midibin0 -> 1679 bytes
-rw-r--r--hr/stch/fertig/ros_distler/midis/sopran.midibin0 -> 484 bytes
-rw-r--r--hr/stch/fertig/ros_distler/midis/tenor.midibin0 -> 602 bytes
-rw-r--r--hr/stch/fertig/ros_distler/ros.ly77
-rw-r--r--hr/stch/fertig/ros_distler/ros.midibin0 -> 1679 bytes
-rw-r--r--hr/stch/fertig/ros_distler/ros.psbin0 -> 349934 bytes
-rw-r--r--hr/stch/fertig/ros_distler/stimmen.ly141
-rw-r--r--hr/stch/fertig/ros_distler/tenorBass.midibin0 -> 844 bytes
-rw-r--r--hr/stch/fertig/ros_distler/texte.ly22
12 files changed, 240 insertions, 0 deletions
diff --git a/hr/stch/fertig/ros_distler/midis.zip b/hr/stch/fertig/ros_distler/midis.zip
new file mode 100644
index 0000000..fc544b2
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/midis.zip
Binary files differ
diff --git a/hr/stch/fertig/ros_distler/midis/alt.midi b/hr/stch/fertig/ros_distler/midis/alt.midi
new file mode 100644
index 0000000..a004bef
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/midis/alt.midi
Binary files differ
diff --git a/hr/stch/fertig/ros_distler/midis/bass.midi b/hr/stch/fertig/ros_distler/midis/bass.midi
new file mode 100644
index 0000000..3420aab
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/midis/bass.midi
Binary files differ
diff --git a/hr/stch/fertig/ros_distler/midis/ros.midi b/hr/stch/fertig/ros_distler/midis/ros.midi
new file mode 100644
index 0000000..daacb86
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/midis/ros.midi
Binary files differ
diff --git a/hr/stch/fertig/ros_distler/midis/sopran.midi b/hr/stch/fertig/ros_distler/midis/sopran.midi
new file mode 100644
index 0000000..11ac9e9
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/midis/sopran.midi
Binary files differ
diff --git a/hr/stch/fertig/ros_distler/midis/tenor.midi b/hr/stch/fertig/ros_distler/midis/tenor.midi
new file mode 100644
index 0000000..df00c9d
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/midis/tenor.midi
Binary files differ
diff --git a/hr/stch/fertig/ros_distler/ros.ly b/hr/stch/fertig/ros_distler/ros.ly
new file mode 100644
index 0000000..894769a
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/ros.ly
@@ -0,0 +1,77 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8
+
+\version "2.12.1"
+\include "stimmen.ly"
+%\include "texte.ly"
+
+ \header {
+ title = "Es ist ein Ros entsprungen"
+ composer = "Satz: Hugo Distler, 1908-1942"
+ opus = "aus der \"Weihnachtsgeschichte\" op.10"
+ %tagline = ""
+ }
+
+ \paper {
+ %<+weitere Einstellungen+>
+ }
+
+ \midi {
+ %\tempo 4 = <+bpm+>
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Score
+ \remove "Timing_translator"
+ \remove "Default_bar_line_engraver"
+ \remove "Time_signature_engraver"
+ %\override SpacingSpanner #'uniform-stretching = ##t
+ %\override SpacingSpanner #'strict-note-spacing = ##t
+ proportionalNotationDuration = #(ly:make-moment 1 2)
+ }
+ \context {
+ \Staff
+ \consists "Timing_translator"
+ \consists "Default_bar_line_engraver"
+ \consists "Time_signature_engraver"
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+% \context {
+% \Voice
+% \remove "Forbid_line_break_engraver"
+% }
+ }
+
+ #(set-global-staff-size 16)
+
+ \score {
+ \new ChoirStaff <<
+ \new Staff = sopran <<
+ %%\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ \new Voice = "soprane" { \global \sopranMelodie \end }
+ %\lyricsto soprane \sopranText
+ >>
+ \new Staff = alt <<
+ \new Voice = "alti" { \global \altMelodie \end }
+ %\lyricsto alti \altText
+ >>
+ \new Staff = tenor <<
+ \new Voice = "tenoere" { \global \tenorMelodie \end }
+ %\lyricsto tenoere \tenorText
+ >>
+ \new Staff = bass <<
+ \new Voice = "baesse" { \global \bassMelodie \end }
+ %\lyricsto baesse \bassText
+ >>
+ >>
+% \midi{
+% \context{
+% \Score
+% tempoWholesPerMinute = #(ly:make-moment 84 4)
+% }
+% }
+ %{
+ %}
+ }
+
diff --git a/hr/stch/fertig/ros_distler/ros.midi b/hr/stch/fertig/ros_distler/ros.midi
new file mode 100644
index 0000000..3fff1ae
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/ros.midi
Binary files differ
diff --git a/hr/stch/fertig/ros_distler/ros.ps b/hr/stch/fertig/ros_distler/ros.ps
new file mode 100644
index 0000000..5fe1ff1
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/ros.ps
Binary files differ
diff --git a/hr/stch/fertig/ros_distler/stimmen.ly b/hr/stch/fertig/ros_distler/stimmen.ly
new file mode 100644
index 0000000..0b24a35
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/stimmen.ly
@@ -0,0 +1,141 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8
+
+ global = {
+ \key e \major
+ \time 3/2
+ \partial 2
+ \cadenzaOn
+ }
+ end = {\cadenzaOff}
+
+ meta = {
+ %(dynamic) marks global to all voices
+ \dynamicUp
+ s4*24 %\break
+ %\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
+ {
+ b2\p
+ \bar "|" \time 4/4 b4 b4 cis4 b4
+ \bar "|" b2 gis2
+ \bar "|" a2 gis4 fis4 ~
+ \bar "|" fis4 e2 dis4
+ \bar "|" \time 3/2 <<{e4.( fis8 gis2)}\\ {e1}>> gis2
+ \bar "|" \time 4/4 fis4 dis4 e4 cis4
+ \bar "|" b2 b'2
+ \bar "|" b4 b4 cis4 b4
+ \bar "|" b2 gis2
+ \bar "|" a2 gis4 fis4 ~
+ \bar "|" fis4 e2 dis4
+ \bar "|" <<{e4.( fis8 gis2)}\\ {e1}>>
+ \bar "||"
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ { \meta }
+ %\altArt
+ %the actual tune
+ {
+ r4 e4\p
+ \bar "|" \time 4/4 e4 fis4 a4 a4
+ \bar "|" gis4( fis8( e8( fis2 ) ) )
+ \bar "|" e4 e4 dis4 b4
+ \bar "|" cis4.( dis8( e4 ) ) fis4
+ \bar "|" \time 5/4 gis4.( fis8 e2 ) e4
+ \bar "|" e4 e4 gis4.( fis8 ) e4
+ \bar "|" \time 4/4 \times 2/3 { fis8.( gis16 e8 } fis2) e4
+ \bar "|" e4 fis4 a4 a4
+ \bar "|" gis4( fis8( e8( fis2 ) ) )
+ \bar "|" e4 e4 dis4 b4
+ \bar "|" cis4.( dis8( e4 ) ) fis4
+ \bar "|" gis4.( fis8( e2 ) )
+ \bar "||"
+ }
+ >>
+ }
+
+ tenorMelodie = \relative c' {
+ <<
+ { \meta }
+ %\tenorArt
+ %the actual tune
+ {
+ r4 b'4\p
+ \bar "|" b4 cis4 e4 e4 dis2
+ \bar "|" \time 5/4 cis4 cis2 cis4 cis4
+ \bar "|" e4.( dis8( b4( cis4 ) ) ) b4
+ \bar "|" gis8( a b cis) b2 b4
+ \bar "|" b2 gis4 cis4 cis4
+ \bar "|" \time 4/4 dis8( cis8 b4 ) b2
+ \bar "|" \time 3/2 b4 cis4 e4 e4 dis2
+ \bar "|" \time 5/4 cis4 cis2 cis4 cis4
+ \bar "|" e4.( dis8( b4( cis4 ) ) ) b4
+ \bar "|" \time 4/4 gis8( a b cis b2)
+ \bar "||"
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ r2
+ \bar "|" \time 4/4 r1
+ \bar "|" r2 r4 cis'4\p ~
+ \bar "|" cis4 a2 b4
+ \bar "|" gis2 fis2
+ \bar "|" \time 3/2 e4.( cis8( e2 ) ) e2
+ \bar "|" \time 4/4 b4 cis4 e4 e4
+ \bar "|" b2. r4
+ \bar "|" r1
+ \bar "|" r2 r4 cis'4 ~
+ \bar "|" cis4 a2 b4
+ \bar "|" gis2 fis2
+ \bar "|" e1
+ \bar "||"
+ }
+ >>
+ }
diff --git a/hr/stch/fertig/ros_distler/tenorBass.midi b/hr/stch/fertig/ros_distler/tenorBass.midi
new file mode 100644
index 0000000..9e630df
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/tenorBass.midi
Binary files differ
diff --git a/hr/stch/fertig/ros_distler/texte.ly b/hr/stch/fertig/ros_distler/texte.ly
new file mode 100644
index 0000000..d073090
--- /dev/null
+++ b/hr/stch/fertig/ros_distler/texte.ly
@@ -0,0 +1,22 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ sopranText = \lyrics {
+ <+hier den Text für den Sopran eintragen+>
+ }
+
+ 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+>
+ }
+