]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/tex-comment-firstline.lytex
Imported Upstream version 2.16.0
[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 comment on the first line of the file}
8
9 The source file for this document contains a comment on the first line.
10 This should not confuse the auto-detection of lilypond-book...
11
12 \begin{lilypond}
13 \score{
14   \relative c'{c d e f g a b c}
15 }
16 \end{lilypond}
17
18 \end{document}