On 2 August 2011 12:50, pg <pged...@tiscali.co.uk> wrote:
>
> Hi,
> I would like to increase the font size of the numbers on the tablature
> staff, to make it easier to read. Is there an easy way to do it? I have
> searched the archive but haven't found anything about tab fonts.

Hi,

  \override TabNoteHead #'font-size = #0
  % default value is #-2

Note that you cannot increase it very much because these numbers
would risk to overlap.

You might want to increase the size of the whole TabStaff instead

  \new TabStaff \with {
    fontSize = #2
    \override StaffSymbol #'staff-space = #(magstep 2)
  }

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