On 4 September 2012 03:04, Jeffrey Trevino <jeffrey.trevi...@gmail.com> wrote:
> Hi there,
>
> I'm having trouble finding the correct overrides to change rehearsal mark
> formatting. I'd like to change the font name used for the marks, as well as
> the amount of white space between the number and the drawn circle or box (so
> that there is more white space between the number or letter and the
> enclosing shape). Has anyone done this before?

Hi,

I would say something like

  \layout {
    \context {
      \Score
      \override RehearsalMark #'font-name = #"Bitstream Charter"
      \override RehearsalMark #'padding = #2
    }
  }

HTH,

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to