Add id attributes to important tags.
Use the <link> tag.
<link linkend="a-major">A major scale</link>
<section id="a-major">
Use the <xref> tag.
<xref linkend="c-major"/>
<section id="c-major" xreflabel="C major scale">
A full example is available here.