]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lilypond-book/tex-comment-firstline.lytex
resolve merge
[lilypond.git] / input / regression / lilypond-book / tex-comment-firstline.lytex
diff --git a/input/regression/lilypond-book/tex-comment-firstline.lytex b/input/regression/lilypond-book/tex-comment-firstline.lytex
new file mode 100644 (file)
index 0000000..5d0ae0c
--- /dev/null
@@ -0,0 +1,17 @@
+% A comment on the first line should not confuse lilypond-book's format
+% detection
+\documentclass[a4paper, 12pt]{article}
+
+\begin{document}
+
+\section{A coment on the first line of the file}
+
+This should not confuse the auto-detection of lilypond-book...
+
+\begin{lilypond}
+\score{
+  \relative c'{c d e f g a b c}
+}
+\end{lilypond}
+
+\end{document}