158 lines
3.0 KiB
TeX
158 lines
3.0 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*{0.1cm}
|
|
\SongTitle{Puff the Magic Dragon --- Peter, Paul and Mary}
|
|
\vspace*{0.1cm}
|
|
|
|
%\begin{multicols}{2}
|
|
\Large
|
|
\VerseBlock{$\alpha$}{
|
|
|
|
Puff, the magic dragon lived by the sea
|
|
|
|
And frolicked in the autumn mist in a land called Honah Lee
|
|
|
|
Little Jackie Paper loved that rascal Puff
|
|
|
|
And brought him strings, and sealing wax, and other fancy stuff
|
|
|
|
}
|
|
\ChorusBlock{
|
|
|
|
Oh, Puff, the magic dragon lived by the sea
|
|
|
|
And frolicked in the autumn mist, in a land called Honah Lee
|
|
|
|
Puff, the magic dragon, lived by the sea
|
|
|
|
And frolicked in the autumn mist, in a land called Honah Lee
|
|
|
|
}
|
|
|
|
\VerseBlock{$\beta$}{
|
|
|
|
Together they would travel on a boat with billowed sail
|
|
|
|
Jackie kept a lookout perched on Puff's gigantic tail
|
|
|
|
Noble kings and princes would bow whenever they came
|
|
|
|
Pirate ships would lower their flags when Puff roared out his name
|
|
|
|
}
|
|
|
|
\ChorusBlock{
|
|
|
|
Oh, Puff, the magic dragon lived by the sea
|
|
|
|
And frolicked in the autumn mist, in a land called Honah Lee
|
|
|
|
Puff, the magic dragon, lived by the sea
|
|
|
|
And frolicked in the autumn mist, in a land called Honah Lee
|
|
|
|
}
|
|
|
|
|
|
\VerseBlock{$\gamma$}{
|
|
|
|
A dragon lives forever, but not so little boys
|
|
|
|
Painted wings and giant's rings make way for other toys
|
|
|
|
One gray night it happened, Jackie Paper came no more
|
|
|
|
And Puff, that mighty dragon, he ceased his fearless roar
|
|
|
|
His head was bent in sorrow, green scales fell like rain
|
|
|
|
Puff no longer went to play along the cherry lane
|
|
|
|
Without his lifelong friend, Puff could not be brave
|
|
|
|
So Puff, that mighty dragon, sadly slipped into his cave
|
|
|
|
}
|
|
|
|
\ChorusBlock{
|
|
|
|
Oh, Puff, the magic dragon lived by the sea
|
|
|
|
And frolicked in the autumn mist, in a land called Honah Lee
|
|
|
|
Puff, the magic dragon, lived by the sea
|
|
|
|
And frolicked in the autumn mist, in a land called Honah Lee
|
|
|
|
}
|
|
|
|
|
|
|
|
%\end{multicols}
|
|
|
|
%$$ \text{Kinetic QM}\; \nabla^2 \bm{\psi} $$
|
|
|
|
\end{document}
|