]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/+.ly
* input/test/+.ly (texidoc): idem.
[lilypond.git] / input / regression / +.ly
1 \version "1.9.8"
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
7 \header{
8 texidoc = "
9 @section Introduction
10
11 This document presents a brief overview of LilyPond features.  When the
12 text correspond with the shown notation, we consider LilyPond Officially
13 BugFree (tm).  This document is intended for finding bugs, and
14 documenting bugfixes.
15
16 TODO: order of tests (file names!), test only one feature per test.
17 Smaller and neater tests.
18
19
20 "
21
22 }
23
24 \score { \context Lyrics \notes {
25     \property Score.RehearsalMark \set #'self-alignment-X = #LEFT
26
27 \mark #(ly:export    (string-append "(For LilyPond version "
28 (lilypond-version) ")"))
29 s2
30  }
31  \paper { indent = 0.0\pt
32  raggedright   = ##t 
33  }
34 }