X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flilypond-book%2Ftex-footnote.lytex;fp=input%2Fregression%2Flilypond-book%2Ftex-footnote.lytex;h=cd7c9307c41446e39001a921dd7de325d7ab86dd;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/lilypond-book/tex-footnote.lytex b/input/regression/lilypond-book/tex-footnote.lytex new file mode 100644 index 0000000000..cd7c9307c4 --- /dev/null +++ b/input/regression/lilypond-book/tex-footnote.lytex @@ -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}