Stem and beam behavior in tablature
Appearance
The direction of stems is controlled the same way in tablature as in traditional notation. Beams can be made horizontal, as shown in this example.
\version "2.24.0"
\new TabStaff {
\relative c {
\tabFullNotation
g16 b d g b d g b
\stemDown
\override Beam.concaveness = 10000
g,,16 b d g b d g b
}
}