-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwaltzes-op34-book.ly
57 lines (43 loc) · 995 Bytes
/
waltzes-op34-book.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
%...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....
\version "2.24.0"
\include "includes/header-paper.ily"
\include "includes/title-page.ily"
\include "includes/waltz-op34-no1-parts.ily"
\include "includes/waltz-op34-no2-parts.ily"
\include "includes/waltz-op34-no3-parts.ily"
% Title page
\titlePage
% Table of contents
\paper {
tocTitleMarkup = \markup \huge \column {
\fill-line { \bold "Table of Contents" }
\hspace #1
}
tocItemMarkup = \tocItemWithDotsMarkup
}
\bookpart {
\header {
title = ##f
subtitle = ##f
composer = ##f
arranger = ##f
copyright = ##f
tagline = ##f
}
\markuplist \table-of-contents
}
% PDFs
\tocItem \markup \concat {
"Waltz no. 1 in A" \raise #0.75 \teeny \flat " major"
}
\waltzOneNotes
\pageBreak
\tocItem \markup "Waltz no. 2 in A minor"
\waltzTwoNotes
\pageBreak
\tocItem \markup "Waltz no. 3 in F major"
\waltzThreeNotes
% Midi
\waltzOneMidi
\waltzTwoMidi
\waltzThreeMidi