On 8 April 2011 15:16, northofscotland <strath100-...@yahoo.co.uk> wrote:

> Is there a simple command to move each separate letter individually into the
> space above its line?

\override TabNoteHead #'Y-offset =
#(lambda (grob)
   (+ (/ (ly:staff-symbol-staff-space grob) 2)
      (ly:staff-symbol-referencer::callback grob)))
\override TabNoteHead #'whiteout = ##f

Cheers,
Neil

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

Reply via email to