]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/lbook-html-test.html
* scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
[lilypond.git] / input / tutorial / lbook-html-test.html
1 <html>
2 <p>
3 Documents for lilypond-book may freely mix music and text.  For
4 example,
5 <lilypond>
6 \relative {
7   c2^"test" g'2 \times 2/3 { f8 e d } c'2 g4
8 }
9 </lilypond>
10
11 <lilypond fragment quote staffsize=26 verbatim>
12   c'4 f16
13 </lilypond>
14 </html>