summaryrefslogtreecommitdiff
path: root/hr/stch/nun
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/nun
parent646f69a657326ca8dd733dfa579a90f89823d677 (diff)
downloadMusik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz
Hauke eingefügt
Diffstat (limited to 'hr/stch/nun')
-rw-r--r--hr/stch/nun/nun.ly55
-rw-r--r--hr/stch/nun/nun.psbin0 -> 242594 bytes
-rw-r--r--hr/stch/nun/stimmen.ly99
-rw-r--r--hr/stch/nun/texte.ly0
4 files changed, 154 insertions, 0 deletions
diff --git a/hr/stch/nun/nun.ly b/hr/stch/nun/nun.ly
new file mode 100644
index 0000000..dbffb6b
--- /dev/null
+++ b/hr/stch/nun/nun.ly
@@ -0,0 +1,55 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8
+
+\version "2.10.10"
+\include "stimmen.ly"
+%\include "texte.ly"
+
+ \header {
+ title = "Nun fanget an"
+ composer = "Hans Leo Haßler, 1564–1612"
+ opus = "aus \"Neue teutsche Gesang\", 1596"
+ %tagline = ""
+ }
+
+ \paper {
+ %<+weitere Einstellungen+>
+ }
+
+ \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 \sopranMelodie }
+ %\lyricsto soprane \sopranText
+ >>
+ \new Staff = alt <<
+ \new Voice = "alti" { \global \altMelodie }
+ %\lyricsto alti \altText
+ >>
+ \new Staff = tenor <<
+ \new Voice = "tenoere" { \global \tenorMelodie }
+ %\lyricsto tenoere \tenorText
+ >>
+ \new Staff = bass <<
+ \new Voice = "baesse" { \global \bassMelodie }
+ %\lyricsto baesse \bassText
+ >>
+ >>
+ %\midi {
+ %\context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-mment 72 4)
+ %}
+ %}
+ }
+
diff --git a/hr/stch/nun/nun.ps b/hr/stch/nun/nun.ps
new file mode 100644
index 0000000..049b5f1
--- /dev/null
+++ b/hr/stch/nun/nun.ps
Binary files differ
diff --git a/hr/stch/nun/stimmen.ly b/hr/stch/nun/stimmen.ly
new file mode 100644
index 0000000..82f7dca
--- /dev/null
+++ b/hr/stch/nun/stimmen.ly
@@ -0,0 +1,99 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8
+
+ %\include "dynArt.ly"
+
+ global = {
+ \key f \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 2/2
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative c'' {
+ <<
+ % { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ \once \set Score.voltaSpannerDuration = #(ly:make-moment 2 2)
+ \repeat volta 2 {
+ g2 g4 a4
+ bes4 c4 d2.
+ c4 c4 bes4
+ a4( g4( a2 ) )
+ g4 d'4 d4. d8
+ c4. c8 bes4. bes8
+ a4 g4 a2
+ a1 r1 r1 r1
+ r4 d4 c4. d8
+ b4. c8 a4. bes8
+ g4 g4 fis2
+ }
+ \alternative {
+ { g1 }
+ {
+ g2 d'2
+ }
+ }
+ {
+ ees2 d2
+ c4 bes4 c2
+ d2 r4 d4
+ c2 d2
+ bes4 g4 c2
+ d2 r2
+ r4 g,4 c4. bes8
+ %\revert Score.voltaSpannerDuration
+ \repeat volta 2 {
+ a4 a4 d4. c8
+ b2 r4 c4
+ a4 a4 d8( c8( bes8( a8( g4 ) ) ) )
+ g4 c8( bes8( a8( g8( fis4( g2( fis4 ) ) ) ) ) )
+ }
+ \alternative {
+ {
+ g1
+ r4 g4 c4. bes8
+ }
+ { g1 }
+ }
+ }
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ % { \meta }
+ %\altArt
+ %the actual tune
+ {
+ %r1 <++>
+ }
+ >>
+ }
+
+ tenorMelodie = \relative c' {
+ <<
+ % { \meta }
+ %\tenorArt
+ %the actual tune
+ {
+ %r1 <++>
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ % { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ %r1 <++>
+ }
+ >>
+ }
+
diff --git a/hr/stch/nun/texte.ly b/hr/stch/nun/texte.ly
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/hr/stch/nun/texte.ly