]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lilypond-book/tex-lilypond-inside-itemize.lytex
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / lilypond-book / tex-lilypond-inside-itemize.lytex
diff --git a/input/regression/lilypond-book/tex-lilypond-inside-itemize.lytex b/input/regression/lilypond-book/tex-lilypond-inside-itemize.lytex
new file mode 100644 (file)
index 0000000..91d78bb
--- /dev/null
@@ -0,0 +1,21 @@
+\documentclass[a4paper, 12pt]{article}
+
+\begin{document}
+
+\section{Lilypond snippets inside lists:}
+
+Itemize environment:
+\begin{itemize}
+\item
+\lilypond[11pt,fragment]{ c'} do
+\item
+\lilypond[11pt,fragment]{d'} re
+\item
+\lilypond[11pt,fragment]{e'} mi
+\item
+\lilypond[11pt,fragment]{f'} fa
+\item
+\lilypond[11pt,fragment]{g'} sol
+\end{itemize}
+
+\end{document}