-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnedelniantifony.ly
40 lines (33 loc) · 907 Bytes
/
nedelniantifony.ly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\version "2.24.0"
\header {
title = "Antifony ze žaltáře - neděle"
composer = "Jakub Pavlík"
}
\include "spolecne.ly"
\include "dilyresponsorii.ly"
%%% zkopirovano z antifony.ly %%%
#(define (not-last-page layout props arg)
(if (and (chain-assoc-get 'page:is-bookpart-last-page props #f)
(chain-assoc-get 'page:is-last-bookpart props #f))
empty-stencil
(interpret-markup layout props arg)))
\paper {
oddFooterMarkup = \markup {
\if \on-last-page \fill-line { " " \fromproperty #'header:tagline " " }
\unless \on-last-page \small {
\fill-line {
""
\concat{ \fromproperty #'header:title " | " \dnesniDatum }
}
}
}
}
%%%
\include "antifony/invitatoria.ly"
\include "antifony/tyden1_1nedele.ly"
\pageBreak
\include "antifony/tyden2_1nedele.ly"
\pageBreak
\include "antifony/tyden3_1nedele.ly"
\pageBreak
\include "antifony/tyden4_1nedele.ly"