\version "2.24.4"
\header {
  tagline = ##f
}

% Create cropped version of image:
#(ly:set-option 'crop #t)

\paper { oddFooterMarkup = ##f }

{
  \clef G
  \hide Staff.TimeSignature
  <\tweak color #red cis''' \tweak color #green d'>
  \bar "||"
  <cis''' d'>
}

{
  \clef tab % moderntab doesn't work (2020-11-25)
  \hide Staff.TimeSignature
    <\tweak color #red e'' \tweak color #green f>^1
    <\tweak color #red e'' \tweak color #green \xNote e>^2
    \bar "||"
    <e'' f>^1
    <e'' \xNote e>^2
  }