185 lines
2.9 KiB
TeX
185 lines
2.9 KiB
TeX
\documentclass[a4paper,14pt]{article}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[margin=1.8cm]{geometry}
|
|
\usepackage{multicol}
|
|
\usepackage{parskip}
|
|
\usepackage{needspace}
|
|
\usepackage{amsmath,bm}
|
|
|
|
\setlength{\parindent}{0pt}
|
|
|
|
% --- Section label helpers ---
|
|
\newcommand{\Verse}[1]{\textbf{Verse #1}\par}
|
|
|
|
\newcommand{\Chorus}[1][]{%
|
|
\textbf{Chorus%
|
|
\if\relax\detokenize{#1}\relax
|
|
\else\ (#1)%
|
|
\fi
|
|
}\par
|
|
}
|
|
|
|
\newcommand{\Bridge}[1][]{%
|
|
\textbf{Bridge%
|
|
\if\relax\detokenize{#1}\relax
|
|
\else\ (#1)%
|
|
\fi
|
|
}\par
|
|
}
|
|
|
|
% --- Generic unbreakable lyrics block ---
|
|
\newcommand{\LyricsBlock}[3][8]{%
|
|
\Needspace{#1\baselineskip}%
|
|
\begin{minipage}{\columnwidth}
|
|
#2%
|
|
#3%
|
|
\end{minipage}\par
|
|
}
|
|
|
|
% Verse label is mandatory: \VerseBlock{1}{...}
|
|
\newcommand{\VerseBlock}[2]{%
|
|
\LyricsBlock{\Verse{#1}}{#2}%
|
|
}
|
|
|
|
% Chorus / Bridge label is optional: \ChorusBlock[<label>]{...}
|
|
\newcommand{\ChorusBlock}[2][]{%
|
|
\LyricsBlock{\Chorus[#1]}{#2}%
|
|
}
|
|
|
|
\newcommand{\BridgeBlock}[2][]{%
|
|
\LyricsBlock{\Bridge[#1]}{#2}%
|
|
}
|
|
|
|
% Title
|
|
\newcommand{\SongTitle}[1]{%
|
|
\begin{center}
|
|
\LARGE\bfseries #1
|
|
\end{center}
|
|
\vspace{0.2em}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\vspace*{.1cm}
|
|
\SongTitle{I was only Joking --- Rod Stewart}
|
|
\vspace*{2cm}
|
|
|
|
\begin{multicols}{2}
|
|
\Large
|
|
|
|
|
|
\VerseBlock{1}{
|
|
Ever since I was a kid in school
|
|
|
|
I messed around with all the rules
|
|
|
|
Apologized, then realized
|
|
|
|
I'm not different after all
|
|
|
|
Me and the boys thought we had is sussed
|
|
|
|
Valentino's all of us
|
|
|
|
My dad said we looked ridiculous
|
|
|
|
But, boy, we broke some hearts
|
|
|
|
In and out of jobs, running free
|
|
|
|
Waging war with society
|
|
|
|
Dumb, blank faces stared back at me
|
|
|
|
But nothing ever changed
|
|
|
|
Promises made in the heat of night
|
|
|
|
Creepin' home before it got too light
|
|
|
|
I wasted all that precious time
|
|
}
|
|
|
|
\ChorusBlock{
|
|
I was only joking, my dear
|
|
|
|
Looking for a way to hide my fear
|
|
|
|
What kind of fool was I?
|
|
|
|
I could never win
|
|
}
|
|
|
|
\VerseBlock{2}{
|
|
Never found a compromise
|
|
|
|
Collected lovers like butterflies
|
|
|
|
Illusions of that grand first prize
|
|
|
|
Are slowly wearin' thin
|
|
|
|
Susie, baby, you were good to me
|
|
|
|
Giving love unselfishly
|
|
|
|
But you took it all too seriously
|
|
|
|
I guess it had to end
|
|
}
|
|
|
|
\ChorusBlock{
|
|
I was only joking, my dear
|
|
|
|
Looking for a way to hide my fear
|
|
|
|
What kind of fool was I?
|
|
|
|
I could never win
|
|
}
|
|
|
|
|
|
|
|
\VerseBlock{3}{
|
|
Now you ask me if I'm sincere
|
|
|
|
That's the question that I always fear
|
|
|
|
Verse seven is never clear
|
|
|
|
But I'll tell you what you want to hear
|
|
|
|
I try to give you all you want
|
|
|
|
But giving love is not my strongest point
|
|
|
|
If that's the case, it's pointless going on
|
|
|
|
I'd rather be alone
|
|
|
|
'Cause what I'm doing must be wrong
|
|
|
|
Pouring my heart out in a song
|
|
|
|
Owning up for prosperity
|
|
|
|
For the whole damn world to see
|
|
|
|
Quietly now while I turn a page
|
|
|
|
Act one is over without costume change
|
|
|
|
The principal would like to leave the stage
|
|
|
|
The crowd don't understand
|
|
}
|
|
|
|
|
|
\end{multicols}
|
|
|
|
$$ \text{Kinetic QM}\; \nabla^2 \bm{\psi} $$
|
|
|
|
\end{document}
|