Prvi komit
This commit is contained in:
161
anima_christi.ly
Normal file
161
anima_christi.ly
Normal file
@@ -0,0 +1,161 @@
|
||||
\version "2.24.2"
|
||||
\language "deutsch"
|
||||
\header{
|
||||
title = "Anima Christi"
|
||||
tagline = ##f
|
||||
composer = "Marco Frisina"
|
||||
}
|
||||
|
||||
global = { \key d \major \time 4/4 }%\autoBeamOff }
|
||||
|
||||
|
||||
sopran = \relative {
|
||||
\global
|
||||
r1
|
||||
fis'4 fis8 fis8 h4 h8 h8
|
||||
a4 a8 g8 fis2
|
||||
e4 fis8( g8) d4 e4
|
||||
fis4. e8 fis2 \break
|
||||
|
||||
fis4 fis4 h4 cis8 d8
|
||||
d8( cis8) h8 a8 h2
|
||||
h4 fis4 a8[( g8) fis8 e8]
|
||||
d4 e4 fis4. fis8
|
||||
fis1 \break
|
||||
}
|
||||
alto = \relative {
|
||||
\global
|
||||
r1
|
||||
d'4 d8 d8 d4 e8 e8
|
||||
e4 e8 e8 d2
|
||||
h4 h4 h4 h4
|
||||
d4. d8 cis2
|
||||
|
||||
d4 fis4 fis4 e8 e8
|
||||
e4 e8 e8 d2
|
||||
fis4 fis4 e4 h8 h8
|
||||
h4 h4 cis4. cis8
|
||||
d1
|
||||
}
|
||||
tenor = \relative {
|
||||
\global
|
||||
r1
|
||||
h4 h8 h8 h4 h8 h8
|
||||
d4 cis8 cis8 d2
|
||||
g,4 g4 fis4 fis4
|
||||
g4. h8 ais2
|
||||
|
||||
fis4 fis4 h4 h8 h8
|
||||
a4 cis8 cis8 h2
|
||||
h4 h4 h4 g8 g8
|
||||
h4 h4 ais4. ais8
|
||||
h1
|
||||
}
|
||||
bass = \relative {
|
||||
\global
|
||||
r1
|
||||
h4 h8 a8 g4 g8 g8
|
||||
a4 a,8 a8 h2
|
||||
e4 d8 cis8 h4 h4
|
||||
h4. h8 fis'2
|
||||
|
||||
h,4 h4 g4 g'8 g8
|
||||
a4 fis8 fis8 g2
|
||||
d4 d4 e4 e8 e8
|
||||
fis4 fis4 fis4. fis8
|
||||
h,1
|
||||
}
|
||||
|
||||
solo = \relative {
|
||||
\global
|
||||
h'4 h8 h8 h4 cis8 d8
|
||||
d8 cis8 h8 a8 h4 h4
|
||||
a8 g8 fis8 e8 g4 fis8 h,8
|
||||
fis'4 e4 fis2
|
||||
|
||||
fis4 g8 a8 h4 cis8 d8
|
||||
d4 cis4 h2
|
||||
a8 g8 fis8 e8 g4 fis8 h,8
|
||||
d4 cis4 h2
|
||||
}
|
||||
|
||||
refren = \lyricmode {
|
||||
A -- ni -- ma Chri -- sti, san -- cti -- fi -- ca me.
|
||||
Cor -- pus Chri -- sti, sal -- va me.
|
||||
San -- guis Chri -- sti, i -- ne -- bri -- a me.
|
||||
A -- qua la -- te -- ris Chri -- sti, la -- va me.
|
||||
}
|
||||
kiticaEna = \lyricmode {
|
||||
Pas -- si -- o Chri -- sti, con -- for _ -- ta me.
|
||||
O bo -- ne Ie -- su, e -- xau -- di me.
|
||||
In -- tra vul -- ne -- ra tu -- a
|
||||
ab -- scon -- de, ab -- scon -- de me.
|
||||
}
|
||||
kiticaDve = \lyricmode {
|
||||
Ne per _ -- mit -- tas a te me se -- pa -- ra -- ri.
|
||||
Ab hos -- te ma -- li -- gno de -- fen -- de me.
|
||||
In ho -- ra mor -- tis me -- ae
|
||||
vo -- ca me, vo -- ca me.
|
||||
}
|
||||
kiticaTri = \lyricmode {
|
||||
Spev ve -- če -- rni zvon za -- po -- je,
|
||||
ve -- čni bi -- ser du -- še mo -- je,
|
||||
"z njim" se zli -- va ti "v sr" -- ce,
|
||||
mo -- ja ra -- dost in gor -- je.
|
||||
}
|
||||
|
||||
dinamika = {
|
||||
}
|
||||
|
||||
|
||||
\score {
|
||||
\new OneStaff {
|
||||
\new ChoirStaff <<
|
||||
\new Staff \with {
|
||||
\consists "Merge_rests_engraver"
|
||||
}
|
||||
<<
|
||||
\tempo \markup "Adagio"
|
||||
\new Voice = "Sop" { \voiceOne \sopran }
|
||||
\new Voice = "Alto" { \voiceTwo \alto }
|
||||
>>
|
||||
\new Lyrics \lyricsto "Sop" { \refren }
|
||||
\new Staff \with {
|
||||
\consists "Merge_rests_engraver"
|
||||
}
|
||||
<<
|
||||
\clef "bass"
|
||||
\new Voice = "Tenor" { \voiceOne \tenor }
|
||||
\new Voice = "Bass" { \voiceTwo \bass }
|
||||
>>
|
||||
>>
|
||||
|
||||
\new Staff {
|
||||
\new Voice = "Solo" { \solo }
|
||||
%\new Lyrics \lyricsto "Solo" { \kiticaEna }
|
||||
}
|
||||
}
|
||||
\layout {
|
||||
#(layout-set-staff-size 16)
|
||||
indent = #0
|
||||
\context {
|
||||
\Score
|
||||
\remove "Bar_number_engraver"
|
||||
%\omit TupletNumber
|
||||
\override TupletBracket.bracket-visibility = ##f
|
||||
}
|
||||
}
|
||||
}
|
||||
\paper {
|
||||
#(set-paper-size "a5")
|
||||
%page-count = #1
|
||||
ragged-bottom = ##f
|
||||
%ragged-last-bottom = ##f
|
||||
top-margin = 10
|
||||
%system-system-spacing.basic-distance = #16
|
||||
%score-system-spacing =
|
||||
% #'((basic-distance . 12)
|
||||
% (minimum-distance . 6)
|
||||
% (padding . 100)
|
||||
% (stretchability . 12))
|
||||
}
|
||||
Reference in New Issue
Block a user