On Fri, Feb 22, 2013 at 7:55 AM, Nels Daily <dailymusici...@gmail.com>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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to