\version "2.13.16" \include "english.ly" fingers = { \relative c' { \voiceOne \partial 4 %p e8( fs ) %1 g4 } } thumb = { \relative c, { \voiceTwo \partial 4 %p fs8 e %1 e4 } } \score { \new StaffGroup = "Guiter/Tab" { << \new Staff = "notation" { \clef "treble_8" \key e \minor \numericTimeSignature \time 4/4 << \new Voice = "fingers" { \fingers } \new Voice = "thumb" { \thumb } >> } \new TabStaff = "tablature" { \clef "moderntab" %\override TabNoteHead #'whiteout = ##f << { \fingers } { \thumb } >> } >> } } \score { \new StaffGroup = "Guiter/Tab" { << \new Staff = "notation" { \clef "treble_8" \key e \minor \numericTimeSignature \time 4/4 << \new Voice = "fingers" { \fingers } \new Voice = "thumb" { \thumb } >> } \new TabStaff = "tablature" { \clef "moderntab" \override TabNoteHead #'whiteout = ##f << { \fingers } { \thumb } >> } >> } }