]> git.donarmstrong.com Git - lilypond.git/blob - input/test/+.ly
* Documentation/index.texi: Add pointers to new regression and
[lilypond.git] / input / test / +.ly
1 %% +.ly: Be the first .ly file for lys-to-tely.py.
2 %% Better to make lys-to-tely.py include "introduction.texi" or
3 %% other .texi documents too?
4
5 \header{
6 texidoc = "
7 @section Introduction
8
9 This document tests all kinds of features, from simple to advanced,
10 that are not really suited for the reference manual, and are not
11 needed as a regression test.
12
13 Here you may also find dirty tricks, or very the very latest features
14 that have not been documented or fully implemented yet.
15
16 "
17
18 foollilypondbook = "
19 \score
20 "
21 }
22
23 \score{
24 \context Lyrics \lyrics { "." }
25 }