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