\ProvidesFile{fontscale-table-musical.tex}[2025-04-30]

\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 \num{2} 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}