blob: 83b562113b5e1cdb1d476866b2d096e36153ab65 (
plain)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
%some settings% vim: ai sw=2 lbr nu et
meta = {
%(dynamic) marks global to all voices
\dynamicUp
s4\f
\repeat volta 2 {
\mark \markup { \small \musicglyph #"scripts.segno" }
\slurDashed
s2 \slurSolid s2
s2. \slurDashed s4
\slurSolid
s1*2
\slurDashed
s2 \slurSolid s2
s2 \slurDashed s2
\slurSolid
s1*4
s1\f
\mark \markup { \small \musicglyph #"scripts.coda" }
s1
\bar "||"
\key g \major
\slurDashed
s1*6
\time 6/8
s8*6
\slurSolid
\time 2/2
s2. s4^\markup{ \dynamic p \bold "-" \dynamic f }
}
%\slurDashed
%s2 \slurSolid s2
%s2. \slurDashed s4
%\slurSolid
%s1*2
%\slurDashed
%s2 \slurSolid s2
%s2 \slurDashed s2
%\slurSolid
%s1*4
%s1\f
\mark \markup { \musicglyph #"scripts.coda" }
\key g \minor
s1*3
s4\f s2.^\markup{ \italic "rit." }
s1\fermata
\bar "|."
}
unterArt = {
s4
s1*8
s1\p
s1*9
s8*6
s1*2
s1\p
s1*3
}
% articulation
sopranArt = {
\tempo "Lively, Madrigalian" 2=108
s4
s1*4
s8 s8 s8 s8 s2
s2 s8 s8 s4
s1*4
s8 s2..^\markup{ \bold { "3"\super"rd" "time To Coda" } }
s1%^\coda
s1*4
s1*2
\tempo \markup {
\concat {
(
\smaller \general-align #Y #DOWN \note #"8" #1
" = "
\smaller \general-align #Y #DOWN \note #"8" #1
)
}
}
s4. s4
\once \override TextScript #'outside-staff-padding = #2
s8^\markup{ \bold { "2"\super"nd" "time D. S. al Coda" } }
\override TextScript #'outside-staff-priority = #1
}
altArt = << \unterArt {
} >>
tenorArt = << \unterArt {
} >>
bassArt = << \unterArt {
} >>
|