]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lilypond-book/tex-footnote.lytex
resolve merge
[lilypond.git] / input / regression / lilypond-book / tex-footnote.lytex
diff --git a/input/regression/lilypond-book/tex-footnote.lytex b/input/regression/lilypond-book/tex-footnote.lytex
new file mode 100644 (file)
index 0000000..cd7c930
--- /dev/null
@@ -0,0 +1,11 @@
+\documentclass[a4paper, 12pt]{article}
+
+\begin{document}
+\section{LilyPond snippets in a footnote}
+
+Test for snippets in a footnote\footnote{Here's the footnote:
+\lilypond[fragment]{c' e' g'} }:
+\marginpar{ Yes, even as marginpar
+\lilypond[fragment]{c' d' e'} }
+
+\end{document}