summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/sommarpsalm
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/sommarpsalm
parent646f69a657326ca8dd733dfa579a90f89823d677 (diff)
downloadMusik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz
Hauke eingefügt
Diffstat (limited to 'hr/stch/fertig/sommarpsalm')
-rw-r--r--hr/stch/fertig/sommarpsalm/a5/sommarpsalm.ly85
-rw-r--r--hr/stch/fertig/sommarpsalm/a5/sommarpsalm_orig.ly85
-rw-r--r--hr/stch/fertig/sommarpsalm/dynArt.ly87
-rw-r--r--hr/stch/fertig/sommarpsalm/dynArt_orig.ly87
-rw-r--r--hr/stch/fertig/sommarpsalm/midi.lua51
-rw-r--r--hr/stch/fertig/sommarpsalm/sommarpsalm.ly81
-rw-r--r--hr/stch/fertig/sommarpsalm/sommarpsalm.midibin0 -> 671 bytes
-rw-r--r--hr/stch/fertig/sommarpsalm/stimmen.ly172
-rw-r--r--hr/stch/fertig/sommarpsalm/texte.ly53
-rw-r--r--hr/stch/fertig/sommarpsalm/texte_orig.ly56
10 files changed, 757 insertions, 0 deletions
diff --git a/hr/stch/fertig/sommarpsalm/a5/sommarpsalm.ly b/hr/stch/fertig/sommarpsalm/a5/sommarpsalm.ly
new file mode 100644
index 0000000..07df272
--- /dev/null
+++ b/hr/stch/fertig/sommarpsalm/a5/sommarpsalm.ly
@@ -0,0 +1,85 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.18"
+\include "../dynArt.ly"
+\include "../stimmen.ly"
+\include "../texte.ly"
+
+\pointAndClickOff
+
+ \header {
+ title = "Sommarpsalm"
+ composer = "Waldemar Åhlén"
+ text = "Carl David af Wirsen"
+ %opus = "<+Werk+>"
+ tagline = ""
+ }
+
+ \paper {
+ #(set-paper-size "a5")
+ line-width = \paper-width - 20
+ top-margin = 10
+ bottom-margin = 10
+ ragged-last-bottom = #'f
+ ragged-last = ##t
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ #(set-global-staff-size 13)
+
+ sop = <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ { \meta }
+ { \frauenArt }
+ \new Voice = "soprane" { \voiceOne \sopranMelodie }
+ \new Voice = "alti" { \voiceTwo \altMelodie }
+ %\addlyrics { \sopranText }
+ >>
+
+ alt = <<
+ \new Voice = "alti" { \altMelodie }
+ %\addlyrics { \altText }
+ >>
+
+ ten = <<
+ \new Voice = "tenoere" { \tenorMelodie }
+ %\addlyrics { \tenorText }
+ >>
+
+ bas = <<
+ { \meta }
+ { \maennerArt }
+ \new Voice = "tenoere" { \voiceOne \tenorMelodie }
+ \new Voice = "baesse" { \voiceTwo \bassMelodie }
+ %\addlyrics { \stzI }
+ %\addlyrics { \stzII }
+ %\addlyrics { \stzIII }
+ >>
+
+ \score {
+ \new ChoirStaff \with { printPartCombineTexts = ##f } <<
+ \new Staff = sopran { \global \sop }
+ \new Lyrics \lyricsto soprane \stzI
+ \new Lyrics \lyricsto soprane \stzII
+ \new Lyrics \lyricsto soprane \stzIII
+ %\new Staff = alt { \global \alt }
+ %\new Staff = tenor { \global \ten }
+ \new Staff = bass { \global \bas }
+ >>
+ %\midi {
+ %\context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 72 4)
+ %}
+ %}
+ \layout {
+ }
+ }
+
diff --git a/hr/stch/fertig/sommarpsalm/a5/sommarpsalm_orig.ly b/hr/stch/fertig/sommarpsalm/a5/sommarpsalm_orig.ly
new file mode 100644
index 0000000..edf3604
--- /dev/null
+++ b/hr/stch/fertig/sommarpsalm/a5/sommarpsalm_orig.ly
@@ -0,0 +1,85 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.18"
+\include "../dynArt_orig.ly"
+\include "../stimmen.ly"
+\include "../texte_orig.ly"
+
+\pointAndClickOff
+
+ \header {
+ title = "Sommarpsalm"
+ composer = "Waldemar Åhlén"
+ text = "Carl David af Wirsen"
+ %opus = "<+Werk+>"
+ tagline = ""
+ }
+
+ \paper {
+ #(set-paper-size "a5")
+ line-width = \paper-width - 20
+ top-margin = 10
+ bottom-margin = 10
+ ragged-last-bottom = #'f
+ ragged-last = ##t
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ #(set-global-staff-size 13)
+
+ sop = <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ { \meta }
+ { \frauenArt }
+ \new Voice = "soprane" { \voiceOne \sopranMelodie }
+ \new Voice = "alti" { \voiceTwo \altMelodie }
+ %\addlyrics { \sopranText }
+ >>
+
+ alt = <<
+ \new Voice = "alti" { \altMelodie }
+ %\addlyrics { \altText }
+ >>
+
+ ten = <<
+ \new Voice = "tenoere" { \tenorMelodie }
+ %\addlyrics { \tenorText }
+ >>
+
+ bas = <<
+ { \meta }
+ { \maennerArt }
+ \new Voice = "tenoere" { \voiceOne \tenorMelodie }
+ \new Voice = "baesse" { \voiceTwo \bassMelodie }
+ %\addlyrics { \stzI }
+ %\addlyrics { \stzII }
+ %\addlyrics { \stzIII }
+ >>
+
+ \score {
+ \new ChoirStaff \with { printPartCombineTexts = ##f } <<
+ \new Staff = sopran { \global \sop }
+ \new Lyrics \lyricsto soprane \stzI
+ \new Lyrics \lyricsto soprane \stzII
+ \new Lyrics \lyricsto soprane \stzIII
+ %\new Staff = alt { \global \alt }
+ %\new Staff = tenor { \global \ten }
+ \new Staff = bass { \global \bas }
+ >>
+ %\midi {
+ %\context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 72 4)
+ %}
+ %}
+ \layout {
+ }
+ }
+
diff --git a/hr/stch/fertig/sommarpsalm/dynArt.ly b/hr/stch/fertig/sommarpsalm/dynArt.ly
new file mode 100644
index 0000000..c4e1f40
--- /dev/null
+++ b/hr/stch/fertig/sommarpsalm/dynArt.ly
@@ -0,0 +1,87 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ meta = {
+ %(dynamic) marks global to all voices
+ \dynamicUp
+ \tempo "Andante"
+ s4\mp
+ s2.*3
+ s2 \breathe s4\mf
+ s2.*3
+ s2 \breathe
+ \bar ""
+ \break
+ s4
+ s2.*3
+ s2 \breathe s4
+ s2.*3
+ s2 \breathe
+ \bar ""
+ \break
+ s4\p
+ s2.
+ s2 \breathe s4
+ s2.
+ s2 s4
+ s2\f s4
+ s2.*2
+ s2 \breathe
+ \bar ""
+ \break
+ s4
+ s2.*2
+ s4 s2^\markup { \italic "rit." }
+ s2.\p
+ \bar "|."
+ }
+
+% articulation
+
+ frauenArt = {
+ s4
+ s2.\<
+ s4 s2\!
+ s2 s4\>
+ s2 s4\!
+ s2.*2
+ s4 s2\>
+ s2.\!
+ s2.\<
+ s2 s4\!
+ s2.
+ s2 s4\mf
+ s2.*2
+ s2.\>
+ s2\! s4
+ s2\< s4\>
+ s2.\!
+ s2\< s4\>
+ s2.\!
+ s2.*2
+ s2.\>
+ s2\! s4\<
+ s2.\!
+ s2.
+ s2.\>
+ s2.\!
+ }
+
+ maennerArt = {
+ s4
+ s2.*12
+ s2 s4\mf
+ s2.*15
+ }
+
+ sopranArt = {
+ }
+
+ altArt = {
+ }
+
+ tenorArt = {
+ }
+
+ bassArt = {
+ }
+
diff --git a/hr/stch/fertig/sommarpsalm/dynArt_orig.ly b/hr/stch/fertig/sommarpsalm/dynArt_orig.ly
new file mode 100644
index 0000000..8e879f4
--- /dev/null
+++ b/hr/stch/fertig/sommarpsalm/dynArt_orig.ly
@@ -0,0 +1,87 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ meta = {
+ %(dynamic) marks global to all voices
+ \dynamicUp
+ %\tempo "Ej långsamt"
+ s4\mp
+ s2.*3
+ s2 \breathe s4\mf
+ s2.*3
+ s2 \breathe
+ \bar ""
+ \break
+ s4
+ s2.*3
+ s2 \breathe s4
+ s2.*3
+ s2 \breathe
+ \bar ""
+ \break
+ s4\p
+ s2.
+ s2 \breathe s4
+ s2.
+ s2 s4
+ s2\f s4
+ s2.*2
+ s2 \breathe
+ \bar ""
+ \break
+ s4
+ s2.*2
+ s4 s2^\markup { \italic "rit." }
+ s2.\p
+ \bar "|."
+ }
+
+% articulation
+
+ frauenArt = {
+ s4^\markup{ \italic "Ej långsamt" }
+ s2.\<
+ s4 s2\!
+ s2 s4\>
+ s2 s4\!
+ s2.*2
+ s4 s2\>
+ s2.\!
+ s2.\<
+ s2 s4\!
+ s2.
+ s2 s4\mf
+ s2.*2
+ s2.\>
+ s2\! s4
+ s2\< s4\>
+ s2.\!
+ s2\< s4\>
+ s2.\!
+ s2.*2
+ s2.\>
+ s2\! s4\<
+ s2.\!
+ s2.
+ s2.\>
+ s2.\!
+ }
+
+ maennerArt = {
+ s4
+ s2.*12
+ s2 s4\mf
+ s2.*15
+ }
+
+ sopranArt = {
+ }
+
+ altArt = {
+ }
+
+ tenorArt = {
+ }
+
+ bassArt = {
+ }
+
diff --git a/hr/stch/fertig/sommarpsalm/midi.lua b/hr/stch/fertig/sommarpsalm/midi.lua
new file mode 100644
index 0000000..8d7d5be
--- /dev/null
+++ b/hr/stch/fertig/sommarpsalm/midi.lua
@@ -0,0 +1,51 @@
+ -- 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 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/stch/fertig/sommarpsalm/sommarpsalm.ly b/hr/stch/fertig/sommarpsalm/sommarpsalm.ly
new file mode 100644
index 0000000..31f4756
--- /dev/null
+++ b/hr/stch/fertig/sommarpsalm/sommarpsalm.ly
@@ -0,0 +1,81 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.14"
+\include "dynArt.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+ \header {
+ title = "Sommarpsalm"
+ composer = "Waldemar Åhlén"
+ text = "Carl David af Wirsen"
+ %opus = "<+Werk+>"
+ tagline = ""
+ }
+
+ \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 "|." }
+ { \meta }
+ { \frauenArt }
+ \new Voice = "soprane" { \voiceOne \sopranMelodie }
+ \new Voice = "alti" { \voiceTwo \altMelodie }
+ %\addlyrics { \sopranText }
+ >>
+
+ alt = <<
+ \new Voice = "alti" { \altMelodie }
+ %\addlyrics { \altText }
+ >>
+
+ ten = <<
+ \new Voice = "tenoere" { \tenorMelodie }
+ %\addlyrics { \tenorText }
+ >>
+
+ bas = <<
+ { \meta }
+ { \maennerArt }
+ \new Voice = "tenoere" { \voiceOne \tenorMelodie }
+ \new Voice = "baesse" { \voiceTwo \bassMelodie }
+ %\addlyrics { \stzI }
+ %\addlyrics { \stzII }
+ %\addlyrics { \stzIII }
+ >>
+
+ \score {
+ \new ChoirStaff \with { printPartCombineTexts = ##f } <<
+ \new Staff = sopran { \global \sop }
+ \new Lyrics \lyricsto soprane \stzI
+ \new Lyrics \lyricsto soprane \stzII
+ \new Lyrics \lyricsto soprane \stzIII
+ %\new Staff = alt { \global \alt }
+ %\new Staff = tenor { \global \ten }
+ \new Staff = bass { \global \bas }
+ >>
+ %\midi {
+ %\context{
+ %\Score
+ %tempoWholesPerMinute = #(ly:make-moment 72 4)
+ %}
+ %}
+ \layout {
+ }
+ }
+
diff --git a/hr/stch/fertig/sommarpsalm/sommarpsalm.midi b/hr/stch/fertig/sommarpsalm/sommarpsalm.midi
new file mode 100644
index 0000000..339c2e2
--- /dev/null
+++ b/hr/stch/fertig/sommarpsalm/sommarpsalm.midi
Binary files differ
diff --git a/hr/stch/fertig/sommarpsalm/stimmen.ly b/hr/stch/fertig/sommarpsalm/stimmen.ly
new file mode 100644
index 0000000..634706b
--- /dev/null
+++ b/hr/stch/fertig/sommarpsalm/stimmen.ly
@@ -0,0 +1,172 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key a \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 3/4
+ %\autoBeamOff
+ \partial 4
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative c' {
+ <<
+ % { \meta }
+ %\sopranArt
+ %the actual tune
+ {
+ e4
+ e2 a4
+ b4( cis4) a4
+ fis2 gis4
+ a2 cis4
+ cis4( e4) d4
+ cis4( b4) a4
+ b2.
+ b2 e,4
+ e2 a4
+ b4( cis4) a4
+ fis2 gis4
+ a2 cis4
+ b4( e4) gis,4
+ a4( gis4) e4
+ fis2.
+ e2 e4
+ d'2 d4
+ b2 b4
+ <a e'>2 <b e>4
+ <a cis>4( <b d>4) <cis e>4
+ <d fis>2 <cis e>4
+ e4( d4) cis4
+ b2.
+ b2 cis4
+ d2 cis4
+ b4( a4) fis4
+ gis2( a4)
+ a2\fermata
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ % { \meta }
+ %\altArt
+ %the actual tune
+ {
+ e4
+ cis2 cis4
+ d2 d4
+ d2 d4
+ cis2 e4
+ e2 fis4
+ e2 e4
+ e4( cis4 dis4)
+ e2 d4
+ cis2 cis4
+ d2 d4
+ d4( fis4) eis4
+ fis2 dis4
+ e2 e4
+ e2 e4
+ e2( dis4)
+ e2 e4
+ fis2 fis4
+ gis4( fis4) gis4
+ fis2 gis4
+ a2 a4
+ <fis a>2 <e a>4
+ <gis b>2 a4
+ a2.
+ <e gis>2 <e fis>4
+ <d fis>2 <e a>4
+ fis2 d4
+ d2.
+ cis2
+ }
+ >>
+ }
+
+ tenorMelodie = \relative c' {
+ <<
+ % { \meta }
+ %\tenorArt
+ %the actual tune
+ % \clef "treble_8"
+ {
+ e,4
+ e2 e4
+ fis2 fis4
+ a4( cis4) b4
+ a2 a4
+ a2 a4
+ a4( d4) cis4
+ a2.
+ a4( gis4) fis4
+ e2 e4
+ fis2 fis4
+ a4( cis4) b4
+ cis2 a4
+ b2 b4
+ a4( b4) gis4
+ cis4( b2)
+ gis2 e'4
+ a,2 a4
+ b4( a4) b4
+ cis2 d4
+ e2 e4
+ d2 cis4
+ b2 a4
+ fis'2.
+ b,2 ais4
+ b2 a4
+ d2 cis4
+ b2.
+ a2\fermata
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ % { \meta }
+ %\bassArt
+ %the actual tune
+ \clef bass
+ {
+ e4
+ a,2 a4
+ <a e'>2 q4
+ q2 q4
+ q2 a'4
+ cis,2 d4
+ a'2 a4
+ fis2( b,4)
+ e2 e4
+ a,2 a4
+ a2 a4
+ a2 a4
+ <a a'>2 <fis fis'>4
+ <gis gis'>2 cis4
+ cis4( b4) cis4
+ a4( b2)
+ e2 e4
+ e2 e4
+ e2 e4
+ e2 e4
+ a2 a4
+ <d, a'>2 a'4
+ e2 fis4
+ dis4( cis4 dis4)
+ e2 cis4
+ <b fis'>2 cis4
+ d2 d4
+ << { e2( e,4) } e'2. >>
+ <a, e'>2
+ }
+ >>
+ }
+
diff --git a/hr/stch/fertig/sommarpsalm/texte.ly b/hr/stch/fertig/sommarpsalm/texte.ly
new file mode 100644
index 0000000..ec6388f
--- /dev/null
+++ b/hr/stch/fertig/sommarpsalm/texte.ly
@@ -0,0 +1,53 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+ stzI = \lyrics {
+ \set stanza = "1. "
+ Wie herr -- lich grü -- nen Baum und Strauch
+ und zie -- ren Tal und Hän -- ge.
+ Ein zar -- ter mil -- der war -- mer Hauch
+ um -- spielt das Blatt -- ge -- men -- ge.
+ Im Son -- nen -- schein wogt Flur und Hain
+ und wiegt sich in den Win -- den.
+ Der Som -- mer will sich fin -- den.
+ }
+ stzII = \lyrics {
+ \set stanza = "2. "
+ Dem hel -- len Lied im Wie -- sen -- grund,
+ dem dump -- fen Wal -- des -- rau -- schen,
+ dem kann man nun so man -- che Stund
+ mit al -- ler Ehr -- furcht lau -- schen.
+ Und Vo -- gel -- sang im Ü -- ber -- schwang,
+ ge -- würzt durch Blü -- ten -- düf -- te,
+ er -- hebt sich in die Lüf -- te.
+ }
+ stzIII = \lyrics {
+ \set stanza = "3. "
+ O gu -- ter Gott, wie ist Dir gleich
+ der lich -- te Son -- nen -- rei -- gen.
+ Im Som -- mer willst Du gna -- den -- reich
+ uns Dei -- ne Grö -- ße zei -- gen.
+ All Fleisch ist Heu, all Le -- ben Streu,
+ ver -- gäng -- lich al -- les Trei -- ben,
+ nur Dein Wort wird ver -- blei -- ben.
+ }
+
+% 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/stch/fertig/sommarpsalm/texte_orig.ly b/hr/stch/fertig/sommarpsalm/texte_orig.ly
new file mode 100644
index 0000000..536b814
--- /dev/null
+++ b/hr/stch/fertig/sommarpsalm/texte_orig.ly
@@ -0,0 +1,56 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+ stzI = \lyrics {
+ \set stanza = "1. "
+ En vän -- lig grön -- skas ri -- ka dräkt
+ har smyck -- at dal och äng -- ar.
+ Nu sme -- ker vin -- dens ljum -- ma fläkt
+ de fag -- ra ör -- te -- sän -- gar.
+ Och so -- lens ljus
+ och lun -- dens sus
+ och vå -- gens sorl bland vi -- den
+ för -- kun -- na som -- mar -- ti -- den.
+ }
+ stzII = \lyrics {
+ \set stanza = "2. "
+ Sin lyc -- ka och sin som -- mar -- ro
+ de y -- ra fåg -- lar pri -- sa;
+ Ur sko -- gens snår, ur stil -- la bo
+ fram -- kling -- ar de -- ras -- vi -- sa.
+ En hymn går opp
+ av fröjd och hopp
+ från de -- ras gla -- da kvä -- den,
+ från blom -- mor -- na och trä -- den.
+ }
+ stzIII = \lyrics {
+ \set stanza = "3. "
+ Men Du, o Gud, som gör vår jord
+ så skön i som -- marns stun -- der.
+ Giv, att jag ak -- tar främst ditt ord
+ och di -- na nå -- des -- un -- der.
+ Allt kött är hö,
+ och blomst -- ren dö
+ och ti -- den allt för -- dri -- ver
+ blott Her -- rens ord för -- bli -- ver.
+ }
+
+% 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+>
+ }
+