On Fri, Feb 22, 2013 at 7:55 AM, Nels Daily <[email protected]>wrote:
> Is there a way to make the default rehearsal mark a
> filled-in box/circle/rounded-box with white text?
>
>
Here's what I got:
#(define-public (format-mark-inverse-rounded-box mark context)
(markup #:bold #:combine
#:center-align #:filled-box '(-0.5 . 2.5) '(-0.5 . 2.5) 1
#:center-align #:with-color white (make-markletter-markup (1-
mark))))
\relative c' {
\set Score.markFormatter = #format-mark-inverse-rounded-box
c1
\mark \default
c1
\mark \default
c1
\mark \default
c1
\mark \default
c1
\mark \default
c1
\mark \default
c1
}
Regards,
Nathan
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user