lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Default Rehearsal Marks


From: Nathan
Subject: Re: Default Rehearsal Marks
Date: Fri, 22 Feb 2013 08:25:41 -0800

On Fri, Feb 22, 2013 at 7:55 AM, Nels Daily <address@hidden> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]