]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/tex-footnote.lytex
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / input / regression / lilypond-book / tex-footnote.lytex
1 \documentclass[a4paper, 12pt]{article}
2
3 \begin{document}
4 \section{LilyPond snippets in a footnote}
5
6 Test for snippets in a footnote\footnote{Here's the footnote:
7 \lilypond[fragment]{c' e' g'} }:
8 \marginpar{ Yes, even as marginpar
9 \lilypond[fragment]{c' d' e'} }
10
11 \end{document}