\documentclass[11pt]{article}
\input{preamble.tex}

% ----------------- Song Metadata -----------------
\newcommand{\songID}{P-001}
\newcommand{\songName}{Pane, zmiluj sa}
\newcommand{\origSongName}{Neznámy}
\newcommand{\categories}{stále omšové spevy}
\newcommand{\artistName}{Neznámy}
\newcommand{\origArtistName}{Neznámy}
\newcommand{\versionName}{(02) Éčkové}
\setboolean{showchords}{True}
\begin{document}

\noindent
\begin{minipage}[t]{0.8\textwidth}
    % Main title
    \begin{minipage}[t]{\textwidth}
        \raggedright % Ensures left alignment without stretching
        \songTitleStyle{\songName}%
    \end{minipage}

    % Artist line
    \artistLine

    % Categories
    \categoryTags

    % Divider line
    \vspace{3pt}
    \tikz{\draw[gray!40, line width=1.7pt] (0,0) -- (\linewidth,0);}
\end{minipage}%
\hfill
\songHeaderBox
\vspace{5pt}

\begin{spacing}{1.3}

\verseblock{
\chord{E}Pane, \chord{E4}zmiluj \chord{E}sa\chord{A7}, \chord{E}Kriste, \chord{E4}zmiluj \chord{H7}sa,\chord{C7} \chord{H7} \linebreak 
 \chord{E}Pane, \chord{E7}zmiluj \chord{A}sa\chord{a}, \chord{E}Pane, \chord{H7}zmiluj \chord{E}sa.\chord{G} \chord{A} 2x \chord{E}
}

\end{spacing}

\end{document}