@@ -12,22 +12,26 @@ subjectPresentationColor = #(rgb-color 0.00 0.40 0.13)
12
12
subjectStrettoColor = # (rgb-color 0.90 0.45 0.00 )
13
13
endColor = # (rgb-color 0.00 0.00 0.40 )
14
14
15
+ # (define-markup-command (endBullet layout props) ()
16
+ " Prints out a bullet for marking a fuga end (coda)"
17
+ (interpret-markup layout props
18
+ #{ \markup \with-color # endColor \char # #x25a0 #}))
15
19
# (define-markup-command (episodeBullet layout props) ()
16
20
" Prints out a bullet for marking the start of a fugue exposition"
17
21
(interpret-markup layout props
18
- #{ \markup \with-color # episodeColor \char # #x2022 #}))
22
+ #{ \markup \with-color # episodeColor \char # #x25a0 #}))
19
23
# (define-markup-command (expositionBullet layout props) ()
20
24
" Prints out a bullet for marking the start of a fugue exposition"
21
25
(interpret-markup layout props
22
- #{ \markup \with-color # expositionColor \char # #x2022 #}))
26
+ #{ \markup \with-color # expositionColor \char # #x25a0 #}))
23
27
# (define-markup-command (secondExpositionBullet layout props) ()
24
28
" Prints out a bullet for marking the start of a fugue exposition"
25
29
(interpret-markup layout props
26
- #{ \markup \with-color # secondExpositionColor \char # #x2022 #}))
30
+ #{ \markup \with-color # secondExpositionColor \char # #x25a0 #}))
27
31
# (define-markup-command (subjectPresentationBullet layout props) ()
28
32
" Prints out a bullet for marking the start of a fugue exposition"
29
33
(interpret-markup layout props
30
- #{ \markup \with-color # subjectPresentationColor \char # #x2022 #}))
34
+ #{ \markup \with-color # subjectPresentationColor \char # #x25a0 #}))
31
35
32
36
# (define-markup-command (on-color layout props color arg) (color? markup?)
33
37
(let * ((stencil (interpret-markup layout props arg))
0 commit comments