Hi,

2012/1/9 Nels <[email protected]>:
> Is it possible for the default rehearsal marks to support rounded-boxes?
> I know you can do it manually through \markup.
> Any chance of making it a standard default?

try:

\version "2.14.2"

#(define (format-mark-rounded-box-letters mark context)
  (make-bold-markup (make-rounded-box-markup (make-markletter-markup
(1- mark)))))

\relative c' {
\set Score.markFormatter = #format-mark-rounded-box-letters
c1 \mark \default
c1 \mark \default
c1 \mark \default
c1 \mark \default
c1
}

Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to