blob: 7811c2239611619a8f1169f18e335b8c6e9eb02b (
plain)
1
2
3
4
5
6
7
8
9
|
\tyt{<%= song.title %>}
\begin{alltt} \rmfamily
<%= song.lyrics %>
\end{alltt}
<%- if File.file? tmp(song_sheet_pdf song.id) -%>
\includegraphics[width=\textwidth]{<%= tmp(song_sheet_pdf song.id) %>}
<%- end -%>
|