]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/tex-lilypond-inside-itemize.lytex
Build: Run regression tests for lilypond-book (issue 2223).
[lilypond.git] / input / regression / lilypond-book / tex-lilypond-inside-itemize.lytex
1 \documentclass[a4paper, 12pt]{article}
2
3 \begin{document}
4
5 \section{LilyPond snippets inside lists:}
6
7 Itemize environment:
8 \begin{itemize}
9 \item
10 \lilypond[11pt,fragment]{ c'} do
11 \item
12 \lilypond[11pt,fragment]{d'} re
13 \item
14 \lilypond[11pt,fragment]{e'} mi
15 \item
16 \lilypond[11pt,fragment]{f'} fa
17 \item
18 \lilypond[11pt,fragment]{g'} sol
19 \end{itemize}
20
21 \end{document}