3 Marks can be printed as numbers.
4 By setting @code{markFormatter} we may choose a different style of mark printing. Also, marks can be specified manually, with a markup argument."
10 \paper { ragged-right = ##t }
13 \set Score.markFormatter = #format-mark-numbers
14 c1 | \mark \markup { \musicglyph #"scripts.coda" }
17 \set Score.markFormatter
18 = #(lambda (mark context)
19 (make-box-markup (format-mark-numbers mark context)))
21 \set Score.markFormatter
22 = #(lambda (mark context)
23 (make-circle-markup (format-mark-numbers mark context)))