diff --git a/lyrics/Everybody_hurts_REM.tex b/lyrics/Everybody_hurts_REM.tex new file mode 100644 index 0000000..2eca99e --- /dev/null +++ b/lyrics/Everybody_hurts_REM.tex @@ -0,0 +1,135 @@ + + +\documentclass[a4paper,14pt]{article} + + +\usepackage[T1]{fontenc} % good PDF font encoding +\usepackage[utf8]{inputenc} % pdflatex UTF-8 support (OK with TL2023) +\usepackage[margin=1.8cm]{geometry} +\usepackage{multicol} +\usepackage{parskip} +\usepackage{needspace} + +% Generic unbreakable lyrics block +\newcommand{\LyricsBlock}[3][8]{% + \Needspace{#1\baselineskip}% + \begin{minipage}{\columnwidth} + #2 + #3 + \end{minipage}\par +} + +\newcommand{\VerseBlock}[2]{% + \LyricsBlock{ \Verse{#1} }{#2} +} + +\newcommand{\ChorusBlock}[1]{% + \LyricsBlock{ \Chorus }{#1} +} + +\newcommand{\BridgeBlock}[1]{% + \LyricsBlock{ \Bridge }{#1} +} + + +\setlength{\parindent}{0pt} + +% Chords above lyrics (simple + robust) +\newcommand{\ch}[1]{\textsuperscript{\textbf{#1}}} + +% Title + section helpers (names chosen to avoid clashes) +\newcommand{\SongTitle}[1]{% + \begin{center} + \LARGE\bfseries #1 + \end{center} + \vspace{0.2em} +} + +\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} +\newcommand{\Outro}[1][]{\textbf{Outro\if\relax\detokenize{#1}\relax\else\ (#1)\fi}\par} + + +\begin{document} + +\vspace*{.1cm} +\SongTitle{Everybody hurts --- REM} +\vspace*{.1cm} +\begin{multicols}{2} +\Large + +\VerseBlock{1}{ + +When your day is long + +And the night, the night is yours alone + +When you're sure you've had enough + +Of this life, well hang on + +Don't let yourself go + +} + +\ChorusBlock{ +'Cause everybody cries + +Everybody hurts sometimes + +Sometimes everything is wrong + +Now it's time to sing along +} + +\VerseBlock{2}{ +When your day is night alone (hold on, hold on) + +If you feel like letting go (hold on) + +If you think you've had too much + +Of this life, well hang on +} + +\ChorusBlock{ +'Cause everybody hurts +Take comfort in your friends +Everybody hurts +Don't throw your hand, oh no +Don't throw your hand +} + +\VerseBlock{3}{ +If you feel like you're alone +No, no, no, you are not alone +If you're on your own in this life +The days and nights are long +When you think you've had too much +Of this life to hang on +} + +\ChorusBlock{ +Well, everybody hurts sometimes +Everybody cries +Everybody hurts, sometimes +And everybody hurts sometimes +} + +\Outro{ +So hold on, hold on +Hold on, hold on, hold on +Hold on, hold on, hold on +Everybody hurts +} + +\end{multicols} + + +%$$ Pierrie LaPlace \; \int_0^\infty f(t).e^{-st}.dt $$ +%$$ Gradient \; \nabla \mathbf{F} $$ +%$$ CurlyWhirly \;\nabla \times \mathbf{F} $$ +%$$ DiververgeFromThe Normies \; \nabla \cdot \mathbf{F} $$ +$$ KineticQM \; \nabla^2 \mathbf{\psi} $$ +\end{document}