\documentclass[a4paper, 12pt]{article} \begin{document} \section{LilyPond snippets inside tables:} Tables: \begin{tabular}{|l|l|r|} \hline \em Notes & \em Name \\ \hline \lilypond[staffsize=11,fragment,filename="cdur"]{\context Voice <>} & major \\ \lilypond[staffsize=11,fragment]{\context Voice <>} & minor \\ \lilypond[staffsize=11,fragment]{\context Voice <>} & diminished \\ \lilypond[staffsize=11,fragment]{\context Voice <>} & augmented \\ \hline \end{tabular} \end{document}