On 8 April 2011 15:16, northofscotland <[email protected]> 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
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to