]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/tex-comment-firstline.lytex
5d0ae0c0a3699123e41f66b6c304748bf92beba5
[lilypond.git] / input / regression / lilypond-book / tex-comment-firstline.lytex
1 % A comment on the first line should not confuse lilypond-book's format
2 % detection
3 \documentclass[a4paper, 12pt]{article}
4
5 \begin{document}
6
7 \section{A coment on the first line of the file}
8
9 This should not confuse the auto-detection of lilypond-book...
10
11 \begin{lilypond}
12 \score{
13   \relative c'{c d e f g a b c}
14 }
15 \end{lilypond}
16
17 \end{document}