]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/tex-lilypond-inside-table.lytex
Build: Run regression tests for lilypond-book (issue 2223).
[lilypond.git] / input / regression / lilypond-book / tex-lilypond-inside-table.lytex
1 \documentclass[a4paper, 12pt]{article}
2
3 \begin{document}
4
5 \section{LilyPond snippets inside tables:}
6
7 Tables:
8
9 \begin{tabular}{|l|l|r|}
10 \hline
11 \em Notes & \em Name \\
12 \hline
13 \lilypond[11pt,fragment,filename="cdur"]{\context Voice <<c' e' g'>>} & major \\
14 \lilypond[11pt,fragment]{\context Voice <<c' es' g'>>} & minor \\
15 \lilypond[11pt,fragment]{\context Voice <<c' es' ges'>>} & diminished \\
16 \lilypond[11pt,fragment]{\context Voice <<c' e' gis'>>} & augmented \\
17 \hline
18 \end{tabular}
19
20 \end{document}