]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lilypond-book/tex-lilypond-block.lytex
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / lilypond-book / tex-lilypond-block.lytex
1 \documentclass[a4paper, 12pt]{article}
2
3 \begin{document}
4
5 \section{Simple lilypond blocks}
6
7 A simple scale:
8
9 \begin{lilypond}
10 \score{
11   \relative c' { c d e f g a b c }
12 }
13 \end{lilypond}
14
15 \end{document}