\ProvidesFile
  {fontscale-table-musical.tex}
  [2024-09-10]

\begin{table}
  \centering
  \caption
    {%
      The font size of each font size command from \cs{tiny} to \cs{Huge} when using a musical typographic scale with the initial values.
      The font sizes are in units of \unit{pt} and rounded to two decimal places.%
      \label{table:musical}%
    }
  \bigskip
  \begin{tblr}
    {
        colspec=
          {
            l
            Q[si={table-format=3.2},c]
          }
      , cell{1}{2}={guard}
      , cell{2-Z}{1}={cmd=\cs}
    }
    \toprule
      font size command & \Key{musical} \\
    \midrule
      tiny         & 5.74  \\
      scriptsize   & 6.60  \\
      footnotesize & 7.58  \\
      small        & 8.71  \\
      normalsize   & 10    \\
      large        & 11.49 \\
      Large        & 13.20 \\
      LARGE        & 15.16 \\
      huge         & 17.41 \\
      Huge         & 20    \\
    \bottomrule
  \end{tblr}
\end{table}