]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/+.ly
29cd1dc7cd650af3c421f8ddea23b55694bde595
[lilypond.git] / input / regression / +.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
6 \header{
7 texidoc = "
8 @section Introduction
9
10 This document presents a brief overview of LilyPond features.  When the
11 text correspond with the shown notation, we consider LilyPond Officially
12 BugFree (tm).  This document is intended for finding bugs, and
13 documenting bugfixes.
14
15 TODO: order of tests (file names!), test only one feature per test.
16 Smaller and neater tests.
17
18
19 "
20
21 foollilypondbook = "
22 \score
23 "
24 }
25
26 \score{
27 \context Lyrics \lyrics { "." }
28 }