summaryrefslogtreecommitdiff
path: root/hr/stch/t14/queen6
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/t14/queen6
parent646f69a657326ca8dd733dfa579a90f89823d677 (diff)
downloadMusik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz
Hauke eingefügt
Diffstat (limited to 'hr/stch/t14/queen6')
-rw-r--r--hr/stch/t14/queen6/dynArt.ly22
-rw-r--r--hr/stch/t14/queen6/midi.lua53
-rw-r--r--hr/stch/t14/queen6/queen6.ly72
-rw-r--r--hr/stch/t14/queen6/stimmen.ly142
-rw-r--r--hr/stch/t14/queen6/texte.ly22
5 files changed, 311 insertions, 0 deletions
diff --git a/hr/stch/t14/queen6/dynArt.ly b/hr/stch/t14/queen6/dynArt.ly
new file mode 100644
index 0000000..4c0ba3c
--- /dev/null
+++ b/hr/stch/t14/queen6/dynArt.ly
@@ -0,0 +1,22 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ meta = {
+ %(dynamic) marks global to all voices
+ \dynamicUp
+ \set Score.skipBars = ##t
+ }
+
+% articulation
+
+ sopranArt = {
+ }
+
+ altArt = {
+ }
+
+ tenorArt = {
+ }
+
+ bassArt = {
+ }
+
diff --git a/hr/stch/t14/queen6/midi.lua b/hr/stch/t14/queen6/midi.lua
new file mode 100644
index 0000000..8aef7d6
--- /dev/null
+++ b/hr/stch/t14/queen6/midi.lua
@@ -0,0 +1,53 @@
+ -- some settings -- vim: ai sw=2 lbr nu et
+
+pre=[[
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.12"
+\include "stimmen.ly"
+
+ \score {
+ <<
+ \unfoldRepeats
+]]
+
+post=[[
+ >>
+ \midi {
+ \context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 100 4)
+ }
+ }
+ }
+]]
+
+voices={ "s", "a", "t", "b" }
+expand = { s="sopran", a="alt", t="tenor", b="bass" }
+map = { sopran="soprane", alt="alti", tenor="tenoere", bass="baesse" }
+
+function text(stimme)
+ return
+[[
+ \new Staff = ]]..stimme..[[ <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ \new Voice = "]]..map[stimme]..[[" { \global \]]..stimme..[[Melodie }
+ >>
+]]
+end
+
+function err() print("oops") os.exit() end
+
+which=which or "satb"
+if type(which)~="string" then err() end
+
+for _,v in pairs(voices) do
+ if string.find(which, v) then pre=pre..text(expand[v]) end
+end
+
+input=pre..post
+
+--os.execute(lilypond -...)
+io.stdout:write(input)
+os.exit()
+
diff --git a/hr/stch/t14/queen6/queen6.ly b/hr/stch/t14/queen6/queen6.ly
new file mode 100644
index 0000000..a89e9da
--- /dev/null
+++ b/hr/stch/t14/queen6/queen6.ly
@@ -0,0 +1,72 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.14"
+\include "stimmen.ly"
+\include "texte.ly"
+
+\pointAndClickOff
+
+ \header {
+ title = "Movement 6"
+ composer = "Tolga Kashif"
+ %opus = "<+Werk+>"
+ tagline = \markup {
+ \bold "studentenchor"
+ }
+ }
+
+ \paper {
+ line-width = \paper-width - 30
+ top-margin = 10
+ bottom-margin = 10
+ ragged-last-bottom = #'f
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ %#(set-global-staff-size 17)
+
+ sop = <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ \new Voice = "soprane" { \global \sopranMelodie }
+ %\addlyrics { \sopranText }
+ >>
+
+ alt = <<
+ \new Voice = "alti" { \global \altMelodie }
+ %\addlyrics { \altText }
+ >>
+
+ ten = <<
+ \new Voice = "tenoere" { \global \tenorMelodie }
+ %\addlyrics { \tenorText }
+ >>
+
+ bas = <<
+ \new Voice = "baesse" { \global \bassMelodie }
+ %\addlyrics { \bassText }
+ >>
+
+ \score {
+ \new ChoirStaff \with { printPartCombineTexts = ##f } <<
+ %\new Staff = sopran { \sop }
+ %\new Staff = alt { \alt }
+ \new Staff = tenor { \ten }
+ %\new Staff = bass { \bas }
+ >>
+ %\midi {
+ %\context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 72 4)
+ %}
+ %}
+ \layout {
+ }
+ }
+
diff --git a/hr/stch/t14/queen6/stimmen.ly b/hr/stch/t14/queen6/stimmen.ly
new file mode 100644
index 0000000..8d72d55
--- /dev/null
+++ b/hr/stch/t14/queen6/stimmen.ly
@@ -0,0 +1,142 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+ \include "dynArt.ly"
+
+ global = {
+ \key d \minor
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ %\autoBeamOff
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative c' {
+ <<
+ { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ r1
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ { \meta }
+ %\altArt
+ %the actual tune
+ {
+ r1
+ }
+ >>
+ }
+
+ tenorMelodie = \relative c' {
+ <<
+ { \meta }
+ %\tenorArt
+ %the actual tune
+ \clef "treble_8"
+ {
+ R1*6
+ R1*7
+ R1*6
+ R1*5
+ \key c \major
+ R1*12
+ R1*2
+ R1*3
+ R1*5
+ R1*6
+ R1
+ R1*8
+ c8 c4. ~ c4 c4 ~
+ c4 a8 b8 c4 d8( e8)
+ a,2. d4
+ f2 d2
+ c2 b2
+ a4 b8( c8) d4 e4
+ f2 f2
+ b,8( d8 c8 b8 c8 d8) c8( b8)
+ a4 a4 b4.( c8)
+ c2 d2
+ d2 d4 d4
+ d4 c4 ees4 d4
+ f4 g2 c,4
+ ees2 d4. r8
+ g1
+ g1
+ g1(
+ e2) c2 ~
+ c1 ~
+ c1
+ r1
+ r2 r4 a4
+ a4. b8 b4. b8
+ b4 c2. ~
+ c2 b4. b8
+ c2 c2
+ c2.( d4)
+ e2( f4.) r8
+ c4. c8 g4. g8
+ g2( f4 e4)
+ c'4. r8 b4. c8
+ b4 a2.
+ c4. d8 ~ d4 d4
+ a2 a2 ~
+ a1
+ b1
+ g'1
+ g1
+ d2 c4( b4)
+ a4 g4 ~ g4. r8
+ g'2 fis4.( g8)
+ fis4 e2.
+ g2 fis4( g4)
+ g2. r4
+ c,8 c4. c2
+ c2 c2
+ d2 a2 ~
+ a2 d2 ~
+ d2 cis2 ~
+ cis2 fis4 eis4
+ dis2( cis2
+ b2 ais2)
+ c2 c2 ~
+ c2 c2
+ c1 ~
+ c2 c2
+ c2 c2
+ % 393
+ \key e \major
+ gis1
+ gis1
+ gis1
+ gis2. r4
+ r1
+ r1
+ gis1
+ gis1
+ gis1
+ r1
+ r1\fermata
+ \bar "|."
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ r1
+ }
+ >>
+ }
+
diff --git a/hr/stch/t14/queen6/texte.ly b/hr/stch/t14/queen6/texte.ly
new file mode 100644
index 0000000..3653454
--- /dev/null
+++ b/hr/stch/t14/queen6/texte.ly
@@ -0,0 +1,22 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% 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+>
+ }
+