summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/locus
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/locus
parent646f69a657326ca8dd733dfa579a90f89823d677 (diff)
downloadMusik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz
Hauke eingefügt
Diffstat (limited to 'hr/stch/fertig/locus')
-rw-r--r--hr/stch/fertig/locus/alt/locus.psbin0 -> 553648 bytes
-rw-r--r--hr/stch/fertig/locus/locus.log10
-rw-r--r--hr/stch/fertig/locus/locus.ly76
-rw-r--r--hr/stch/fertig/locus/locus.psbin0 -> 503758 bytes
-rw-r--r--hr/stch/fertig/locus/locus/locus.ly68
-rw-r--r--hr/stch/fertig/locus/locus/stimmen.ly166
-rw-r--r--hr/stch/fertig/locus/locus/texte.ly49
-rw-r--r--hr/stch/fertig/locus/stimmen.ly116
-rw-r--r--hr/stch/fertig/locus/texte.ly48
9 files changed, 533 insertions, 0 deletions
diff --git a/hr/stch/fertig/locus/alt/locus.ps b/hr/stch/fertig/locus/alt/locus.ps
new file mode 100644
index 0000000..0092af0
--- /dev/null
+++ b/hr/stch/fertig/locus/alt/locus.ps
Binary files differ
diff --git a/hr/stch/fertig/locus/locus.log b/hr/stch/fertig/locus/locus.log
new file mode 100644
index 0000000..3a51573
--- /dev/null
+++ b/hr/stch/fertig/locus/locus.log
@@ -0,0 +1,10 @@
+# -*-compilation-*-
+»C:/Dokumente und Einstellungen/Hauke Rehr/Desktop/lilydocs/locus/locus.ly« wird verarbeitet
+Analysieren...
+Interpretation der Musik...[8][16][24][32][40][48]
+Vorverarbeitung der grafischen Elemente...
+Ideale Seitenanzahl wird gefunden...
+Musik wird auf 1 oder 2 Seiten angepasst...
+Systeme erstellen...
+Layout nach »/Dokumente und Einstellungen/Hauke Rehr/Desktop/lilydocs/locus/locus.ps« ausgeben...
+Konvertierung nach »/Dokumente und Einstellungen/Hauke Rehr/Desktop/lilydocs/locus/locus.pdf«...
diff --git a/hr/stch/fertig/locus/locus.ly b/hr/stch/fertig/locus/locus.ly
new file mode 100644
index 0000000..68dda4c
--- /dev/null
+++ b/hr/stch/fertig/locus/locus.ly
@@ -0,0 +1,76 @@
+% vim: encoding=utf8 nu
+
+\version "2.12.1"
+\include "stimmen.ly"
+\include "texte.ly"
+
+ \header {
+ title = "Locus iste"
+ %subtitle = "(Traditional)"
+ composer = "Anton Bruckner, 1824-1896"
+ }
+
+#(set-global-staff-size 16)
+
+ \paper {
+ ragged-last-bottom = ##f
+ %system-count = 4
+ page-count = 2
+ line-width = 182\mm
+ %between-system-space = 1\mm
+ %after-title-space = 0\mm
+ foot-separation = 15\mm
+ top-margin = 20\mm
+ bottom-margin = 25\mm
+ }
+
+ \midi {
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ % a little smaller so lyrics can be closer to the staff
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 4)
+ }
+ \context {
+ \Voice
+ \consists Ambitus_engraver
+ }
+ }
+
+ \score {
+ %\simultaneous
+ \new ChoirStaff <<
+ \new Staff = Sopran <<
+ \new Voice = "meta"
+ {
+ \dynamicUp
+ s1*3 s1 %\>
+ s1*2 \break
+ s1 %\!
+ s1% \break
+ s1*5 \break
+ s1*7 \pageBreak
+ s1*4 s1*2 s1*3 \break
+ s1*4 s1*4 \break
+ s1*6 s1*5 \bar "|."
+ }
+ \new Voice = "soprane" { \global \sopMusic }
+ \lyricsto soprane \oberWords
+ >>
+ \new Staff = Alt <<
+ \new Voice = "alti" { \global \altMusic }
+ \lyricsto alti \oberWords
+ >>
+ \new Staff = Tenor <<
+ \new Voice = "tenoere" { \global \tenorMusic }
+ \lyricsto tenoere \tenorWords
+ >>
+ \new Staff = Bass <<
+ \new Voice = "baesse" { \global \bassMusic }
+ \lyricsto baesse \bassWords
+ >>
+ >>
+ }
diff --git a/hr/stch/fertig/locus/locus.ps b/hr/stch/fertig/locus/locus.ps
new file mode 100644
index 0000000..d01131e
--- /dev/null
+++ b/hr/stch/fertig/locus/locus.ps
Binary files differ
diff --git a/hr/stch/fertig/locus/locus/locus.ly b/hr/stch/fertig/locus/locus/locus.ly
new file mode 100644
index 0000000..17c4712
--- /dev/null
+++ b/hr/stch/fertig/locus/locus/locus.ly
@@ -0,0 +1,68 @@
+% vim: encoding=utf8 nu
+
+\version "2.12.2"
+\include "stimmen.ly"
+\include "texte.ly"
+
+ \header {
+ title = "Locus iste"
+ %subtitle = "(Traditional)"
+ composer = "Anton Bruckner, 1824-1896"
+ }
+
+#(set-global-staff-size 13)
+
+ \paper {
+ ragged-last-bottom = ##f
+ system-count = 5
+ page-count = 1
+ line-width = 182\mm
+ %between-system-space = 1\mm
+ %after-title-space = 0\mm
+ foot-separation = 15\mm
+ top-margin = 10\mm
+ bottom-margin = 25\mm
+ tagline=""
+ }
+
+ \midi {
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ % a little smaller so lyrics can be closer to the staff
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)
+ }
+ \context {
+ \Voice
+ \consists Ambitus_engraver
+ }
+ }
+
+ \score {
+ %\simultaneous
+ \new ChoirStaff <<
+ \new Lyrics = sop {s1}
+ \new Staff = frauen <<
+ \new Voice = "fPausen" { \frauenPausen }
+ \new Voice = "soprane" { \global \voiceOne \sopMusic }
+ \new Voice = "alti" { \global \voiceTwo \altMusic }
+ >>
+ \new Lyrics = "alt" {s1}
+ \new Lyrics = "ten" {s1}
+ \new Staff = maenner <<
+ \new Voice = "mPausen" { \maennerPausen }
+ \new Voice = "tenoere" { \global \voiceOne \tenorMusic }
+ \new Voice = "baesse" { \global \voiceTwo \bassMusic }
+ >>
+ \new Lyrics = bass {s1}
+ \context Lyrics = sop \lyricsto soprane \oberWords
+ \context Lyrics = alt \lyricsto alti \oberWords
+ \context Lyrics = ten \lyricsto tenoere \tenorWords
+ \context Lyrics = bass \lyricsto baesse \bassWords
+ >>
+ \layout {
+ }
+ }
diff --git a/hr/stch/fertig/locus/locus/stimmen.ly b/hr/stch/fertig/locus/locus/stimmen.ly
new file mode 100644
index 0000000..627b0eb
--- /dev/null
+++ b/hr/stch/fertig/locus/locus/stimmen.ly
@@ -0,0 +1,166 @@
+% vim: encoding=utf8 nu
+
+global = {
+ \key c \major
+ \time 4/4
+}
+
+%Die Stimmen mit ihren jeweiligen Textaufteilungen
+
+ frauenPausen = {
+ \dynamicUp
+ s1
+ s2. r4
+ r4 s2.
+ s2. r4 %\>
+ s1
+ s2. r4 \break
+ r4 s2. %\!
+ s2. r4
+ r4 s2.
+ r4 s2.
+ s1*1
+ s4 r4 r2 \break
+ r4 s2.
+ s1
+ s1
+ s2 r2
+ r4 s2.
+ s1*2
+ s2 r2 %\pageBreak
+ r1
+ s1
+ s2. r4
+ s1
+ s2. r4
+ s1*3
+ s2 r2 \break
+ %s1*4 s1*4 \break
+ %s1*6 s1*5 \bar "|."
+ s1*3
+ r1
+ r4 s2.
+ s1*3
+ s2. r4 \bar "|."
+ }
+
+ maennerPausen = {
+ s1*3
+ s2. r4
+ s1*15
+ s2 r2
+ s1*12
+ r1
+ r4 s2.
+ s1*3
+ s2. r4
+ }
+
+ sopMusic = \relative c'' {
+ % Locus iste
+ c2. b4 a2 g4 s4
+ s4 g4 a4 e4 g4. g8 f4 s4
+ d'2. c4 c2 b4 s4
+ s4 d4 e4 g4 f4. f8 e4 s4
+ s4 f4 f4 e4 s4 f,2 e4
+ d2.^\coda c4 b4 s4 s2
+ % in aestimabile
+ s4 d4 d4 d4 d4. e8 f4( bes4 )
+ d2. e4 e4 a,4 s2
+ s4 e4 e4 e4 e4. fis8 g4( c4 )
+ e2. fis4 fis4 b,4 s2
+ s1 fis4 fis4 fis4 fis4 g8. g16 g4 g4 s4
+ e4 e4 e4 e4 f8. f16 f4 f4 s4
+ f2 e2 a2. g4 f4. f8 e2 e4( d4 ) s2^\markup{da capo al coda}
+ % Locus iste
+% c'2. b4 a2 g4 r4
+% r4 g4 a4 e4 g4. g8 f4 r4
+% d'2. c4 c2 b4 r4
+% r4 d4 e4 g4 f4. f8 e4 r4
+% r4 f4 f4 e4 r4 f,2 e4
+ d2.(^\coda e4 f2 fis2 ~ fis2 ) g2
+ s1 s4 g4 f4 e4 f2 d2
+ d1 ~ d2 d2 e2. s4
+ }
+
+ altMusic = \relative c' {
+ % Locus iste
+ e2. e4 e2 e4 s4
+ s4 e4 e4 e4 d4. d8 d4 s4
+ fis2. fis4 fis2 g4 s4
+ s4 g4 g4 g4 g4. g8 g4 s4
+ s4 g4 g4 g4 s4 d2 c4
+ b2 g2 g4 s4 s2
+ % in aestimabile
+ s4 d'4 d4 d4 d4. d8 d4( f4 )
+ f2. g4 a4 e4 s2
+ s4 e4 e4 e4 e4. e8 e4( g4 )
+ g2. a4 b4 fis4 s2
+ s1 e4 e4 dis4 dis4 d8. d16 d4 d4 s4
+ d4 d4 cis4 cis4 c8. c16 c4 c4 s4
+ b2 c2 c2. c4 c4. b8 c2 c4( b4 ) s2
+ % Locus iste
+% e2. e4 e2 e4 r4
+% r4 e4 e4 e4 d4. d8 d4 r4
+% fis2. fis4 fis2 g4 r4
+% r4 g4 g4 g4 g4. g8 g4 r4
+% r4 g4 g4 g4 r4 d2 c4
+ c4( b4 bes2 ~ bes4 a4 c2 ~ c2 ) b2
+ s1 s4 c4 b4 c4 c2 c2
+ c1( b2 ) b2 c2. s4
+ }
+
+ tenorMusic = \relative c {
+ \clef "treble_8"
+ % Locus iste
+ g'2. g4 c2 c4 r4
+ r4 c4 c4 c4 a4. a8 a4 s4
+ a2. d4 d2 d4 r4
+ r4 b4 c4 d4 d4. d8 c4 r4
+ r4 d4 d4 c4 r4 g2 g4
+ f2 e2 d4 r4 r2
+ % in aestimabile
+ r4 d4 bes'4 c4 d4. d8 d2
+ d2. d4 d4 cis4 r2
+ r4 e,4 c'4 d4 e4. e8 e2
+ e2. e4 e4 dis4 s2
+ c4 c4 c4 c4 b8. b16 b4 b4 r4
+ bes4 bes4 bes4 bes4 a8. a16 a4 a4 r4
+ aes4 aes4 aes4 aes4 g8. g16 g4 g4 r4
+ f4 f4 e4 e4 d4. d8 e4( c4 ) g'2 r2
+ % Locus iste
+% g2. g4 c2 c4 r4
+% r4 c4 c4 c4 a4. a8 a4 r4
+% a2. d4 d2 d4 r4
+% r4 b4 c4 d4 d4. d8 c4 r4
+% r4 d4 d4 c4 r4 g2 g4
+ g1( f2 a2 ~ a2 ) g2
+ s1 s4 g4 g4 g4 a2 a2
+ g1 ~ g2 g2 g2. s4
+ }
+
+ bassMusic = \relative c {
+ \clef bass
+ % Locus iste
+ c2. c4 c2 c4 c4
+ c2. c4 d4. d8 d4 s4
+ d2. d4 g,2 g4 g'4
+ f2( e4 ) b4 c4. c8 c4 c4
+ b2 c2 b2 c2
+ g2 g2 g4 g4 g4 a4
+ % in aestimabile
+ bes4. d8 g4( a4 ) bes2. bes4
+ bes2( bes,2 ) a4 a4 a4 b4
+ c4. e8 a4( b4 ) c2. c4
+ c2( c,2 ) b2 s2
+ \repeat unfold 9 r1
+ % Locus iste
+% c2. c4 c2 c4 c4
+% c2. c4 d4. d8 d4 r4
+% d2. d4 g,2 g4 g'4
+% f2( e4 ) b4 c4. c8 c4 c4
+% b2 c2 b2 c2
+ g2( g'4 cis,4 d2. dis4 e2 ) e2
+ s1 s4 e4 d4 c4 f,2 fis2
+ g1 ~ g2 g2 c2. s4
+ }
diff --git a/hr/stch/fertig/locus/locus/texte.ly b/hr/stch/fertig/locus/locus/texte.ly
new file mode 100644
index 0000000..d9164db
--- /dev/null
+++ b/hr/stch/fertig/locus/locus/texte.ly
@@ -0,0 +1,49 @@
+% vim: encoding=utf8 nu
+
+cus = \lyricmode {
+ cus i -- ste a De -- o fa -- ctus
+}
+
+factus = \lyricmode {
+ a De -- o, De -- o fa -- ctus
+}
+
+sacra = \lyricmode {
+ in -- ae -- sti -- ma -- bi -- le sa -- cra -- men --
+}
+
+irre = \lyricmode {
+ ir -- re -- pre -- hen -- si -- bi -- lis
+}
+
+ade = \lyricmode {
+ a De -- o, De -- o, De -- o,
+}
+
+ anfang = \lyricmode {
+ Lo -- \cus est lo -- \cus est, \factus est
+ \sacra tum, \sacra tum
+ }
+
+ ende = \lyricmode {
+% Lo -- \cus est, lo -- \cus est,
+% \ade \factus est.
+ De -- o, \factus est.
+ }
+
+ oberWords = \lyricmode {
+ \anfang
+ \irre est, \irre est, \irre est.
+ \ende
+ }
+
+ tenorWords = \lyricmode {
+ \anfang
+ \irre est, \irre est, \irre est, \irre est.
+ \ende
+ }
+
+ bassWords = \lyricmode {
+ \anfang
+ \ende
+ }
diff --git a/hr/stch/fertig/locus/stimmen.ly b/hr/stch/fertig/locus/stimmen.ly
new file mode 100644
index 0000000..19a1e70
--- /dev/null
+++ b/hr/stch/fertig/locus/stimmen.ly
@@ -0,0 +1,116 @@
+% vim: encoding=utf8 nu
+
+global = {
+ \key c \major
+ \time 4/4
+}
+
+%Die Stimmen mit ihren jeweiligen Textaufteilungen
+
+ sopMusic = \relative c'' {
+ % Locus iste
+ c2. b4 a2 g4 r4
+ r4 g4 a4 e4 g4. g8 f4 r4
+ d'2. c4 c2 b4 r4
+ r4 d4 e4 g4 f4. f8 e4 r4
+ r4 f4 f4 e4 r4 f,2 e4
+ d2. c4 b4 r4 r2
+ % in aestimabile
+ r4 d4 d4 d4 d4. e8 f4( bes4 )
+ d2. e4 e4 a,4 r2
+ r4 e4 e4 e4 e4. fis8 g4( c4 )
+ e2. fis4 fis4 b,4 r2
+ r1 fis4 fis4 fis4 fis4 g8. g16 g4 g4 r4
+ e4 e4 e4 e4 f8. f16 f4 f4 r4
+ f2 e2 a2. g4 f4. f8 e2 e4( d4 ) r2
+ % Locus iste
+ c'2. b4 a2 g4 r4
+ r4 g4 a4 e4 g4. g8 f4 r4
+ d'2. c4 c2 b4 r4
+ r4 d4 e4 g4 f4. f8 e4 r4
+ r4 f4 f4 e4 r4 f,2 e4
+ d2.( e4 f2 fis2 ~ fis2 ) g2
+ r1 r4 g4 f4 e4 f2 d2
+ d1 ~ d2 d2 e2. r4
+ }
+
+ altMusic = \relative c' {
+ % Locus iste
+ e2. e4 e2 e4 r4
+ r4 e4 e4 e4 d4. d8 d4 r4
+ fis2. fis4 fis2 g4 r4
+ r4 g4 g4 g4 g4. g8 g4 r4
+ r4 g4 g4 g4 r4 d2 c4
+ b2 g2 g4 r4 r2
+ % in aestimabile
+ r4 d'4 d4 d4 d4. d8 d4( f4 )
+ f2. g4 a4 e4 r2
+ r4 e4 e4 e4 e4. e8 e4( g4 )
+ g2. a4 b4 fis4 r2
+ r1 e4 e4 dis4 dis4 d8. d16 d4 d4 r4
+ d4 d4 cis4 cis4 c8. c16 c4 c4 r4
+ b2 c2 c2. c4 c4. b8 c2 c4( b4 ) r2
+ % Locus iste
+ e2. e4 e2 e4 r4
+ r4 e4 e4 e4 d4. d8 d4 r4
+ fis2. fis4 fis2 g4 r4
+ r4 g4 g4 g4 g4. g8 g4 r4
+ r4 g4 g4 g4 r4 d2 c4
+ c4( b4 bes2 ~ bes4 a4 c2 ~ c2 ) b2
+ r1 r4 c4 b4 c4 c2 c2
+ c1( b2 ) b2 c2. r4
+ }
+
+ tenorMusic = \relative c' {
+ % Locus iste
+ g'2. g4 c2 c4 r4
+ r4 c4 c4 c4 a4. a8 a4 r4
+ a2. d4 d2 d4 r4
+ r4 b4 c4 d4 d4. d8 c4 r4
+ r4 d4 d4 c4 r4 g2 g4
+ f2 e2 d4 r4 r2
+ % in aestimabile
+ r4 d4 bes'4 c4 d4. d8 d2
+ d2. d4 d4 cis4 r2
+ r4 e,4 c'4 d4 e4. e8 e2
+ e2. e4 e4 dis4 r2
+ c4 c4 c4 c4 b8. b16 b4 b4 r4
+ bes4 bes4 bes4 bes4 a8. a16 a4 a4 r4
+ aes4 aes4 aes4 aes4 g8. g16 g4 g4 r4
+ f4 f4 e4 e4 d4. d8 e4( c4 ) g'2 r2
+ % Locus iste
+ g2. g4 c2 c4 r4
+ r4 c4 c4 c4 a4. a8 a4 r4
+ a2. d4 d2 d4 r4
+ r4 b4 c4 d4 d4. d8 c4 r4
+ r4 d4 d4 c4 r4 g2 g4
+ g1( f2 a2 ~ a2 ) g2
+ r1 r4 g4 g4 g4 a2 a2
+ g1 ~ g2 g2 g2. r4
+ }
+
+ bassMusic = \relative c {
+ \clef bass
+ % Locus iste
+ c2. c4 c2 c4 c4
+ c2. c4 d4. d8 d4 r4
+ d2. d4 g,2 g4 g'4
+ f2( e4 ) b4 c4. c8 c4 c4
+ b2 c2 b2 c2
+ g2 g2 g4 g4 g4 a4
+ % in aestimabile
+ bes4. d8 g4( a4 ) bes2. bes4
+ bes2( bes,2 ) a4 a4 a4 b4
+ c4. e8 a4( b4 ) c2. c4
+ c2( c,2 ) b2 r2
+ \repeat unfold 9 r1
+ % Locus iste
+ c2. c4 c2 c4 c4
+ c2. c4 d4. d8 d4 r4
+ d2. d4 g,2 g4 g'4
+ f2( e4 ) b4 c4. c8 c4 c4
+ b2 c2 b2 c2
+ g2( g'4 cis,4 d2. dis4 e2 ) e2
+ r1 r4 e4 d4 c4 f,2 fis2
+ g1 ~ g2 g2 c2. r4
+ }
diff --git a/hr/stch/fertig/locus/texte.ly b/hr/stch/fertig/locus/texte.ly
new file mode 100644
index 0000000..95834ea
--- /dev/null
+++ b/hr/stch/fertig/locus/texte.ly
@@ -0,0 +1,48 @@
+% vim: encoding=utf8 nu
+
+cus = \lyricmode {
+ cus i -- ste a De -- o fa -- ctus
+}
+
+factus = \lyricmode {
+ a De -- o, De -- o fa -- ctus
+}
+
+sacra = \lyricmode {
+ in -- ae -- sti -- ma -- bi -- le sa -- cra -- men --
+}
+
+irre = \lyricmode {
+ ir -- re -- pre -- hen -- si -- bi -- lis
+}
+
+ade = \lyricmode {
+ a De -- o, De -- o, De -- o,
+}
+
+ anfang = \lyricmode {
+ Lo -- \cus est lo -- \cus est, \factus est
+ \sacra tum, \sacra tum
+ }
+
+ ende = \lyricmode {
+ Lo -- \cus est, lo -- \cus est,
+ \ade \factus est.
+ }
+
+ oberWords = \lyrics {
+ \anfang
+ \irre est, \irre est, \irre est.
+ \ende
+ }
+
+ tenorWords = \lyrics {
+ \anfang
+ \irre est, \irre est, \irre est, \irre est.
+ \ende
+ }
+
+ bassWords = \lyrics {
+ \anfang
+ \ende
+ }