\version "2.13.42" \header { texidoc = " Context property @code{defaultStrings} defines desired strings for fret calculations if no strings are defined explicitly. " } mymusic = \relative c { 4 \set defaultStrings = #'(5 3) 4 4 4 2\6\4 \unset defaultStrings 2 } \score { << \new Staff { \clef "treble_8" \mymusic } \new TabStaff { \mymusic } >> }