summaryrefslogtreecommitdiff
path: root/hr/kammer/debussy
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/kammer/debussy
parent646f69a657326ca8dd733dfa579a90f89823d677 (diff)
downloadMusik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz
Hauke eingefügt
Diffstat (limited to 'hr/kammer/debussy')
-rw-r--r--hr/kammer/debussy/dieu/dieu.ly59
-rw-r--r--hr/kammer/debussy/dieu/dieu.psbin0 -> 341482 bytes
-rw-r--r--hr/kammer/debussy/dieu/dieu_6.midibin0 -> 969 bytes
-rw-r--r--hr/kammer/debussy/dieu/dynArt.ly21
-rw-r--r--hr/kammer/debussy/dieu/midi.lua50
-rw-r--r--hr/kammer/debussy/dieu/stimmen.ly88
-rw-r--r--hr/kammer/debussy/dieu/texte.ly22
-rw-r--r--hr/kammer/debussy/tabourin/dynArt.ly21
-rw-r--r--hr/kammer/debussy/tabourin/midi.lua50
-rw-r--r--hr/kammer/debussy/tabourin/stimmen.ly143
-rw-r--r--hr/kammer/debussy/tabourin/tabourin.ly59
-rw-r--r--hr/kammer/debussy/tabourin/tabourin.psbin0 -> 393519 bytes
-rw-r--r--hr/kammer/debussy/tabourin/tabourin_C.midibin0 -> 839 bytes
-rw-r--r--hr/kammer/debussy/tabourin/texte.ly22
-rw-r--r--hr/kammer/debussy/yver/dynArt.ly21
-rw-r--r--hr/kammer/debussy/yver/midi.lua50
-rw-r--r--hr/kammer/debussy/yver/stimmen.ly149
-rw-r--r--hr/kammer/debussy/yver/texte.ly22
-rw-r--r--hr/kammer/debussy/yver/yver.ly59
-rw-r--r--hr/kammer/debussy/yver/yver.psbin0 -> 416524 bytes
-rw-r--r--hr/kammer/debussy/yver/yver_29.midibin0 -> 473 bytes
21 files changed, 836 insertions, 0 deletions
diff --git a/hr/kammer/debussy/dieu/dieu.ly b/hr/kammer/debussy/dieu/dieu.ly
new file mode 100644
index 0000000..7b40c8b
--- /dev/null
+++ b/hr/kammer/debussy/dieu/dieu.ly
@@ -0,0 +1,59 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+\version "2.12"
+\include "stimmen.ly"
+\include "texte.ly"
+
+ \header {
+ title = "<+Titel+>"
+ composer = "<+Komponist+>"
+ %opus = "<+Werk+>"
+ %tagline = ""
+ }
+
+ \paper {
+ line-width = \paper-width - 30
+ top-margin = 10
+ bottom-margin = 10
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ %#(set-global-staff-size 17)
+
+ \score {
+ \new ChoirStaff \with {} <<
+ \new Staff = sopran <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ \new Voice = "soprane" { \global \sopranMelodie }
+ %\addlyrics { \sopranText }
+ >>
+ \new Staff = alt <<
+ \new Voice = "alti" { \global \altMelodie }
+ %\addlyrics { \altText }
+ >>
+ \new Staff = tenor <<
+ \new Voice = "tenoere" { \global \tenorMelodie }
+ %\addlyrics { \tenorText }
+ >>
+ \new Staff = bass <<
+ \new Voice = "baesse" { \global \bassMelodie }
+ %\addlyrics { \bassText }
+ >>
+ >>
+ \midi {
+ \context{
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 4)
+ }
+ }
+ %\layout {
+ %}
+ }
+
diff --git a/hr/kammer/debussy/dieu/dieu.ps b/hr/kammer/debussy/dieu/dieu.ps
new file mode 100644
index 0000000..d4024ac
--- /dev/null
+++ b/hr/kammer/debussy/dieu/dieu.ps
Binary files differ
diff --git a/hr/kammer/debussy/dieu/dieu_6.midi b/hr/kammer/debussy/dieu/dieu_6.midi
new file mode 100644
index 0000000..29c7ec7
--- /dev/null
+++ b/hr/kammer/debussy/dieu/dieu_6.midi
Binary files differ
diff --git a/hr/kammer/debussy/dieu/dynArt.ly b/hr/kammer/debussy/dieu/dynArt.ly
new file mode 100644
index 0000000..756726f
--- /dev/null
+++ b/hr/kammer/debussy/dieu/dynArt.ly
@@ -0,0 +1,21 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+ meta = {
+ %(dynamic) marks global to all voices
+ \dynamicUp
+ }
+
+% articulation
+
+ sopranArt = {
+ }
+
+ altArt = {
+ }
+
+ tenorArt = {
+ }
+
+ bassArt = {
+ }
+
diff --git a/hr/kammer/debussy/dieu/midi.lua b/hr/kammer/debussy/dieu/midi.lua
new file mode 100644
index 0000000..f8b2520
--- /dev/null
+++ b/hr/kammer/debussy/dieu/midi.lua
@@ -0,0 +1,50 @@
+ -- some settings -- vim: ai sw=2 lbr nu encoding=utf8 et
+
+pre=[[
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+\version "2.12"
+\include "stimmen.ly"
+
+ \score {
+]]
+
+post=[[
+ \midi {
+ \context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 72 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/kammer/debussy/dieu/stimmen.ly b/hr/kammer/debussy/dieu/stimmen.ly
new file mode 100644
index 0000000..3fbbb43
--- /dev/null
+++ b/hr/kammer/debussy/dieu/stimmen.ly
@@ -0,0 +1,88 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+ \version "2.12"
+ \include "dynArt.ly"
+
+ global = {
+ \key b \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 3/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
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ r4 fis2\(
+ cis8 cis8 fis8 fis8 cis8 dis16 e16
+ fis2\) fis4\(
+ e8 dis8 cis4 ~ cis16 cis16 dis16 e16
+ fis4 ~ fis8 e16 dis16 cis8 fis8\)
+ r4 fis4\( a8 fis8
+ fis8. b16 cis8. b16 a8 cis8
+ a4\) r8 fis8\( a8 fis8
+ fis8. a16 b8. a16 fis8\) fis8\(
+ gis8 fis8 e8 cis8 fis8 dis8
+ gis2\) r8 gis8\(
+ cis,8 gis'8 cis8 gis8 cis,8 gis'8
+ cis4 cis8\) r8 r4
+ R2.
+ r4 cis8\( ais8 gis8 fis8
+ f8 e8 dis4 fis8 \times2/3{fis16 a16 fis16}
+ fis4 dis2\)
+ dis8. gis,16( dis'8) gis,16 gis16( dis'8.) dis16(
+ fis2) fis4\(
+ gis4 ais8 gis8 \times2/3{fis8 ais8 fis8}
+ dis4( dis8)\) a'16\( gis16 fis16 gis16 a16 b16
+ cis16 b16 a16 gis16 fis16 gis16 a16 b16 cis16 b16 a16 gis16
+ fis4 fis4\) b,8\( cis8
+ e4 dis8 e8 gis8 fis8
+ e4( dis4)\) fis4\(
+ cis8 cis8 fis8 fis8 cis8 dis16 e16
+ fis4\) r4 r4
+ r4 r8 dis8\( e8 cis8
+ fis,2.\)
+ }
+ >>
+ }
+
diff --git a/hr/kammer/debussy/dieu/texte.ly b/hr/kammer/debussy/dieu/texte.ly
new file mode 100644
index 0000000..51d4b6a
--- /dev/null
+++ b/hr/kammer/debussy/dieu/texte.ly
@@ -0,0 +1,22 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 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+>
+ }
+
diff --git a/hr/kammer/debussy/tabourin/dynArt.ly b/hr/kammer/debussy/tabourin/dynArt.ly
new file mode 100644
index 0000000..756726f
--- /dev/null
+++ b/hr/kammer/debussy/tabourin/dynArt.ly
@@ -0,0 +1,21 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+ meta = {
+ %(dynamic) marks global to all voices
+ \dynamicUp
+ }
+
+% articulation
+
+ sopranArt = {
+ }
+
+ altArt = {
+ }
+
+ tenorArt = {
+ }
+
+ bassArt = {
+ }
+
diff --git a/hr/kammer/debussy/tabourin/midi.lua b/hr/kammer/debussy/tabourin/midi.lua
new file mode 100644
index 0000000..f8b2520
--- /dev/null
+++ b/hr/kammer/debussy/tabourin/midi.lua
@@ -0,0 +1,50 @@
+ -- some settings -- vim: ai sw=2 lbr nu encoding=utf8 et
+
+pre=[[
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+\version "2.12"
+\include "stimmen.ly"
+
+ \score {
+]]
+
+post=[[
+ \midi {
+ \context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 72 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/kammer/debussy/tabourin/stimmen.ly b/hr/kammer/debussy/tabourin/stimmen.ly
new file mode 100644
index 0000000..b469561
--- /dev/null
+++ b/hr/kammer/debussy/tabourin/stimmen.ly
@@ -0,0 +1,143 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+ \version "2.12"
+ \include "dynArt.ly"
+
+ global = {
+ \key a \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 3/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
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ fis8. fis16 e8 d8 cis16( b16) a16 gis16
+ fis4 r8 fis8( b4)
+ fis'8. fis16 e8 d8 cis16( b16) a16 gis16
+ fis4 r8 fis8 b8 b8
+ r4 r8 fis8 b8 b8
+ r4 r8 fis8 b8 b8
+ R2.
+ r4 r8 b16( fis16) b8 b16 b16
+ r4 r8 b16( fis16) b8 b16 b16
+ r4 r8 b16( fis16) b8 b16 b16
+ r4 r8 b16( fis16) b8 b16 b16
+ R2.
+ a4( e'4 fis4
+ gis4 cis,4 e4)
+ a,4( e'4 fis4
+ gis4 cis,4 e4)
+ a,4( b4 cis4
+ e4 fis2) ~
+ fis8. fis16 eis8 dis8 cis16( b16) ais16 gis16
+ fis4 r8 fis8( b4)
+ fis'8. fis16 e8 d8 cis16( b16) a16 gis16
+ fis4 r4 r4
+ R2.
+ R2.
+ r4 r4 e'8 e16 e16
+ a,4 r4 r4
+ r4 r4 e'8 e16 e16
+ a,4 r4 r4
+ r8 d16 d16 g,8 d'8 cis4
+ r8 d16 d16 g,8 d'8 ~ d4 ~
+ d4 r4 r4
+ \bar "||"
+ \key c \major
+ <<
+ {
+ c4 ~ c8 c16 c16 g8 g8
+ c4 ~ c8 c16 c16 g8 g8
+ d'4 ~ d8 d16 d16 b8 b16 b16
+ a8 a16 a16 d8 d16 d16 e8 e16 e16
+ c4 ~ c8 c16 c16 g8 g8
+ c4 ~ c8 c16 c16 g8 g8
+ d'4 ~ d8 d16 d16 b8 b16 b16
+ a8 a16 a16 d8 d16 d16 f8 f16 f16
+ }
+ \\
+ {
+ c2 g4
+ c2 g4
+ d'2 b4
+ a4 d4 e4
+ c2 g4
+ c2 g4
+ d'2 b4
+ a4 d4 f4
+ }
+ >>
+ \bar "||"
+ \key a \major
+ fis8. fis16 e8 d8 cis16( b16) a16 gis16
+ fis4 ~ fis8 r8 r4
+ fis8 fis16 fis16 ~ fis2
+ r4 d'8 d16 d16 a4
+ r4 a8 a16 a16 d4
+ r4 d8 d16 d16 a4
+ r4 a8 a16 a16 d4 ~
+ d8 d16 d16 d8 d16 d16
+ <<
+ {
+ c4 ~
+ c8 c16 c16 d4 c8 c16 c16
+ d4 c8 c16 c16 d4
+ fis8 cis16 cis16 cis2 ~
+ cis4
+ }
+ \\
+ {
+ c16( b16) a16 gis16
+ fis2. ~
+ fis2.
+ fis2. ~
+ fis4
+ }
+ >>
+ r4 r4
+ }
+ >>
+ }
+
diff --git a/hr/kammer/debussy/tabourin/tabourin.ly b/hr/kammer/debussy/tabourin/tabourin.ly
new file mode 100644
index 0000000..7b40c8b
--- /dev/null
+++ b/hr/kammer/debussy/tabourin/tabourin.ly
@@ -0,0 +1,59 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+\version "2.12"
+\include "stimmen.ly"
+\include "texte.ly"
+
+ \header {
+ title = "<+Titel+>"
+ composer = "<+Komponist+>"
+ %opus = "<+Werk+>"
+ %tagline = ""
+ }
+
+ \paper {
+ line-width = \paper-width - 30
+ top-margin = 10
+ bottom-margin = 10
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ %#(set-global-staff-size 17)
+
+ \score {
+ \new ChoirStaff \with {} <<
+ \new Staff = sopran <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ \new Voice = "soprane" { \global \sopranMelodie }
+ %\addlyrics { \sopranText }
+ >>
+ \new Staff = alt <<
+ \new Voice = "alti" { \global \altMelodie }
+ %\addlyrics { \altText }
+ >>
+ \new Staff = tenor <<
+ \new Voice = "tenoere" { \global \tenorMelodie }
+ %\addlyrics { \tenorText }
+ >>
+ \new Staff = bass <<
+ \new Voice = "baesse" { \global \bassMelodie }
+ %\addlyrics { \bassText }
+ >>
+ >>
+ \midi {
+ \context{
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 4)
+ }
+ }
+ %\layout {
+ %}
+ }
+
diff --git a/hr/kammer/debussy/tabourin/tabourin.ps b/hr/kammer/debussy/tabourin/tabourin.ps
new file mode 100644
index 0000000..60c8c52
--- /dev/null
+++ b/hr/kammer/debussy/tabourin/tabourin.ps
Binary files differ
diff --git a/hr/kammer/debussy/tabourin/tabourin_C.midi b/hr/kammer/debussy/tabourin/tabourin_C.midi
new file mode 100644
index 0000000..397871b
--- /dev/null
+++ b/hr/kammer/debussy/tabourin/tabourin_C.midi
Binary files differ
diff --git a/hr/kammer/debussy/tabourin/texte.ly b/hr/kammer/debussy/tabourin/texte.ly
new file mode 100644
index 0000000..51d4b6a
--- /dev/null
+++ b/hr/kammer/debussy/tabourin/texte.ly
@@ -0,0 +1,22 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 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+>
+ }
+
diff --git a/hr/kammer/debussy/yver/dynArt.ly b/hr/kammer/debussy/yver/dynArt.ly
new file mode 100644
index 0000000..756726f
--- /dev/null
+++ b/hr/kammer/debussy/yver/dynArt.ly
@@ -0,0 +1,21 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+ meta = {
+ %(dynamic) marks global to all voices
+ \dynamicUp
+ }
+
+% articulation
+
+ sopranArt = {
+ }
+
+ altArt = {
+ }
+
+ tenorArt = {
+ }
+
+ bassArt = {
+ }
+
diff --git a/hr/kammer/debussy/yver/midi.lua b/hr/kammer/debussy/yver/midi.lua
new file mode 100644
index 0000000..f8b2520
--- /dev/null
+++ b/hr/kammer/debussy/yver/midi.lua
@@ -0,0 +1,50 @@
+ -- some settings -- vim: ai sw=2 lbr nu encoding=utf8 et
+
+pre=[[
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+\version "2.12"
+\include "stimmen.ly"
+
+ \score {
+]]
+
+post=[[
+ \midi {
+ \context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 72 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/kammer/debussy/yver/stimmen.ly b/hr/kammer/debussy/yver/stimmen.ly
new file mode 100644
index 0000000..9b59520
--- /dev/null
+++ b/hr/kammer/debussy/yver/stimmen.ly
@@ -0,0 +1,149 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+ \version "2.12"
+ \include "dynArt.ly"
+
+ global = {
+ \key g \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 2/2
+ \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
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ r1
+ r1
+ r4 b'4( a4) \grace d8 c4(
+ a4) r4 r2
+ r1
+ a4 b8 g8 a8 fis8 g8 b8
+ ais4 r8 b8 ais4 r8 b8
+ ais8 b8 ais8 b8 ais8 r8 r4
+ r1
+ r1
+ \key e \major
+ r1
+ r1
+ r1
+ r1
+ cis4 dis8( cis8) b4 cis8( b8)
+ a4 b8( a8) gis8( a8) b8( dis8)
+ cis4 b8( cis8) dis8( cis8) b8( cis8)
+ a4 gis8 a8 b8 a8 gis8 a8
+ \times 2/3 {
+ fis4 gis4 fis4 e4 fis4 gis4
+ }
+ a8 b8 b8 a8 a8 gis8 fis8 a8
+ b1 ~
+ b2 b2
+ gis2 fis2
+ gis4 b4 ~ \times2/3{ b4 gis4 dis4}
+ gis4 gis4 fis4 gis4
+ \times2/3{ fis4 gis4 fis4} fis4( gis4) ~
+ gis4 gis4 \times2/3{ fis4 gis4 fis4
+ e4 fis4 e4 dis4 e4 dis4}
+ cis2 cis4 dis4
+ e8 fis8 gis8 ais8 b4 dis4
+ dis,1 ~
+ dis2 gis2
+ gis1 ~
+ gis2 r4 gis4
+ b1 ~
+ b4 g4( gis4) gis4
+ b1 ~
+ b4 g4( gis4) a4(
+ ais4) g4 gis4 a4
+ ais4 b4 c8 c8 r4
+ ais4 b4 c8 c8 r4
+ b4( c4) b4 c8 c8
+ cis4 r4 fis,4 fis4
+ fis4 fis4 fis2 ~
+ fis2 fis4 fis4
+ fis1 ~
+ fis4 r4 fis2
+ \bar "||"
+ \key g \major
+ e4. g8 fis8 d8 e8 cis8
+ b2. b4
+ c4 d4 e4( fis4)
+ g4 a4 b4 c4
+ d4 g,4 a4 b4
+ c2 r4 e4
+ b2 c4( g4)
+ d4 r4 f2
+ c2. d4
+ <<
+ {
+ g4 fis4 e4 d4
+ c4 d4 e4 fis4
+ g4 fis4 e4 d4
+ c4 d4 e4 fis4
+ g4 a4 b4 c4
+ a4 b4 c4 d4
+ b4 c4
+ }
+ \\
+ {
+ e,4 d4 c4 g4
+ a4 b4 c4 d4
+ e4 d4 c4 g4
+ a4 b4 c4 d4
+ e4 fis4 g4 a4
+ fis4 g4 a4 b4
+ g4 a4
+ }
+ >>
+ b4 c4 ~
+ c4 a4 c4 d4
+ c4 a4 c4 d4
+ c4 d4 c4 d4
+ c4 d4 c4 d4
+ r1
+ r2 g,8 c8 b8 a8
+ e1
+ }
+ >>
+ }
+
diff --git a/hr/kammer/debussy/yver/texte.ly b/hr/kammer/debussy/yver/texte.ly
new file mode 100644
index 0000000..51d4b6a
--- /dev/null
+++ b/hr/kammer/debussy/yver/texte.ly
@@ -0,0 +1,22 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 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+>
+ }
+
diff --git a/hr/kammer/debussy/yver/yver.ly b/hr/kammer/debussy/yver/yver.ly
new file mode 100644
index 0000000..86305a9
--- /dev/null
+++ b/hr/kammer/debussy/yver/yver.ly
@@ -0,0 +1,59 @@
+%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
+
+\version "2.12"
+\include "stimmen.ly"
+\include "texte.ly"
+
+ \header {
+ title = "<+Titel+>"
+ composer = "<+Komponist+>"
+ %opus = "<+Werk+>"
+ %tagline = ""
+ }
+
+ \paper {
+ line-width = \paper-width - 30
+ top-margin = 10
+ bottom-margin = 10
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ %#(set-global-staff-size 17)
+
+ \score {
+ \new ChoirStaff \with {} <<
+ \new Staff = sopran <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ \new Voice = "soprane" { \global \sopranMelodie }
+ %\addlyrics { \sopranText }
+ >>
+ \new Staff = alt <<
+ \new Voice = "alti" { \global \altMelodie }
+ %\addlyrics { \altText }
+ >>
+ \new Staff = tenor <<
+ \new Voice = "tenoere" { \global \tenorMelodie }
+ %\addlyrics { \tenorText }
+ >>
+ \new Staff = bass <<
+ \new Voice = "baesse" { \global \bassMelodie }
+ %\addlyrics { \bassText }
+ >>
+ >>
+ \midi {
+ \context{
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 110 4)
+ }
+ }
+ %\layout {
+ %}
+ }
+
diff --git a/hr/kammer/debussy/yver/yver.ps b/hr/kammer/debussy/yver/yver.ps
new file mode 100644
index 0000000..58b0143
--- /dev/null
+++ b/hr/kammer/debussy/yver/yver.ps
Binary files differ
diff --git a/hr/kammer/debussy/yver/yver_29.midi b/hr/kammer/debussy/yver/yver_29.midi
new file mode 100644
index 0000000..dacc673
--- /dev/null
+++ b/hr/kammer/debussy/yver/yver_29.midi
Binary files differ