Hi,
I think that the position of the TabNoteHeads in tablatures is incorrect.
By default, lily places the
fret numbers are placed *above* the strings, but that's confusing, and
usually they are placed *over*
the strings.
The examples in the manual itself at "Tablatures basic" and "Non-guitar
tablatures" give a somehow bad
impression about how Lilypond handles tablature, imho (for instance to a
newcomer which reviews
lilypond for the first time).
There's a very easy workaround by overriding the TabNoteHead offset in the
TabStaff engraver
initialization (in engraver-init) by adding:
\override TabNoteHead #'extra-offset = #'(0 . -0.45)
but, shouldn't this be set by default?
Greetings,
Vincent
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond