Hello Viktor, > When I type: > > ... > > I get detached note heads (see attachment). > > Please help.
The reason for this is that TabNoteHeads defaults to a stem attachment point
that is centered and a bit below the head. So you just need to change the stem
attachment point:
%%%
\version "2.24.4"
\new TabStaff
{
\tabFullNotation
\improvisationOn
\override TabNoteHead.stem-attachment = #ly:note-head::calc-stem-attachment
a4 4 4 4
\repeat unfold 8 {8}
\repeat unfold 16 {16}
}
%%%
Cheers,
Tina
signature.asc
Description: This is a digitally signed message part.
