\ProvidesFile{fontscale-table-musical.tex}[2026-02-17]

\begin{table}
  \centering
  \caption
    {%
      The font size of each font size command from \cs{tiny} to \cs{Huge} when
      setting the keys \key{typographic-scale=musical},
      \key{musical/ratio=\num{2}}, and \key{musical/notes=\num{5}} with
      different values for the key \key{musical/base}.
      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]
            Q[si={table-format=3.2},c]
            Q[si={table-format=3.2},c]
            Q[si={table-format=3.2},c]
          }
      , cell{1}{2-Z}={guard}
      , cell{2-Z}{1}={cmd=\cs}
    }
    \toprule
      font size command & $i$ & \qty{10}{pt} & \qty{11}{pt} & \qty{12}{pt} \\
    \midrule
      tiny         & -4 &  5.74 &  6.32 &  6.89 \\
      scriptsize   & -3 &  6.60 &  7.26 &  7.92 \\
      footnotesize & -2 &  7.58 &  8.34 &  9.09 \\
      small        & -1 &  8.71 &  9.58 & 10.45 \\
      normalsize   &  0 & 10    & 11    & 12    \\
      large        &  1 & 11.49 & 12.64 & 13.78 \\
      Large        &  2 & 13.20 & 14.51 & 15.83 \\
      LARGE        &  3 & 15.16 & 16.67 & 18.19 \\
      huge         &  4 & 17.41 & 19.15 & 20.89 \\
      Huge         &  5 & 20    & 22    & 24    \\
    \bottomrule
  \end{tblr}
\end{table}
