Intervals below tab/score

Lee <[email protected]> Fri, 24 Jul 2026 13:23:11 +0100
Newsgroups gmane.comp.gnu.lilypond.general
Message-ID <CALFQspr4HPXstGK=9EhEyQShMbTYZ41xSTez_=V4mn7Zi-b2zw@mail.gmail.com>
--0000000000004e7c3606575a70b2
Content-Type: text/plain; charset="UTF-8"

Hi,

I'm trying to get the root/intervals below tab aligned with notes.

 R 4 3 2 3

Is it possible to do this from the root note, for notes in the current
bar?  Or do I need to manually add the markup?

Would appreciate any help.

Nelly

\version "2.26.0"
\language "english"

\paper {
  #(set-paper-size "a4landscape")
  % Add space for instrument names
  indent = 35\mm
  short-indent = 35\mm
}

global = {
  \key c \major
  \time 4/4
  \tempo 4=100
}

electricGuitar = \relative c' {
  \global

 c8, f e d e


}

\score {
  \new StaffGroup \with {
    systemStartDelimiter = #'SystemStartSquare
    \consists "Instrument_name_engraver"
    instrumentName = "Electric guitar"
    shortInstrumentName = "Electric guitar"
  } <<
    \new Staff { \transposition c \transpose c c' \electricGuitar }
    \new TabStaff \with {
      stringTunings = #guitar-tuning
    } \electricGuitar
  >>
  \layout { }
}

--0000000000004e7c3606575a70b2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi,=C2=A0</div><div><br></div><div>I&#39;m trying to =
get the root/intervals below tab aligned with notes.=C2=A0</div><div><br></=
div><div>=C2=A0R 4 3 2 3</div><div><br></div><div>Is it=C2=A0possible to do=
 this from the root note, for notes in the current bar?=C2=A0 Or do I need =
to manually add the markup?</div><div><br></div><div>Would appreciate any h=
elp.</div><div><br></div><div>Nelly=C2=A0</div><div><br></div><div>\version=
 &quot;2.26.0&quot;<br>\language &quot;english&quot;<br><br>\paper {<br>=C2=
=A0 #(set-paper-size &quot;a4landscape&quot;)<br>=C2=A0 % Add space for ins=
trument names<br>=C2=A0 indent =3D 35\mm<br>=C2=A0 short-indent =3D 35\mm<b=
r>}<br><br>global =3D {<br>=C2=A0 \key c \major<br>=C2=A0 \time 4/4<br>=C2=
=A0 \tempo 4=3D100<br>}<br><br>electricGuitar =3D \relative c&#39; {<br>=C2=
=A0 \global<br>=C2=A0 <br>=C2=A0c8, f e d e <br><br>=C2=A0 <br>}<br><br>\sc=
ore {<br>=C2=A0 \new StaffGroup \with {<br>=C2=A0 =C2=A0 systemStartDelimit=
er =3D #&#39;SystemStartSquare<br>=C2=A0 =C2=A0 \consists &quot;Instrument_=
name_engraver&quot;<br>=C2=A0 =C2=A0 instrumentName =3D &quot;Electric guit=
ar&quot;<br>=C2=A0 =C2=A0 shortInstrumentName =3D &quot;Electric guitar&quo=
t;<br>=C2=A0 } &lt;&lt;<br>=C2=A0 =C2=A0 \new Staff { \transposition c \tra=
nspose c c&#39; \electricGuitar }<br>=C2=A0 =C2=A0 \new TabStaff \with {<br=
>=C2=A0 =C2=A0 =C2=A0 stringTunings =3D #guitar-tuning<br>=C2=A0 =C2=A0 } \=
electricGuitar<br>=C2=A0 &gt;&gt;<br>=C2=A0 \layout { }<br>}</div></div>

--0000000000004e7c3606575a70b2--