diff options
| -rw-r--r-- | laudate.ly | 22 | ||||
| -rw-r--r-- | prayers/credo_sr.tex | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/laudate.ly b/laudate.ly new file mode 100644 index 0000000..2c61465 --- /dev/null +++ b/laudate.ly @@ -0,0 +1,22 @@ +melody = { + \key c \major + \time 3/4 + \relative c'' \repeat volta 2{ + a4 a a | gis8 fis gis2| + a4 a a | b8 a b2| + c4 c r4 | b4 b r4 | + }\alternative{ + {c c d | b2.} + {a4 a gis | b2. \bar "|."} + } +} + +lyr = \lyricmode { + Lau -- da -- te | Do -- mi -- num, | + lau -- da -- te | Do -- mi -- num | + om -- nes | gen -- tes, | + al -- le -- lu -- | ia. | + al -- le -- lu -- | ia. | +} + +\include "layout.tly" diff --git a/prayers/credo_sr.tex b/prayers/credo_sr.tex index 98c90a1..0583f33 100644 --- a/prayers/credo_sr.tex +++ b/prayers/credo_sr.tex @@ -18,4 +18,4 @@ uskrsnuće tijela,\\ život vječni.\\ Amen. -\end{english}
\ No newline at end of file +\end{serbian}
\ No newline at end of file |
