]> git.donarmstrong.com Git - lilypond.git/blob - input/test/+.ly
* input/test/+.ly (texidoc): idem.
[lilypond.git] / input / test / +.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 \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
20
21 \score { \context Lyrics \notes {
22     \property Score.RehearsalMark \set #'self-alignment-X = #LEFT
23
24 \mark #(ly:export    (string-append "(For LilyPond version "
25 (lilypond-version) ")"))
26 s2
27  }
28  \paper { indent = 0.0\pt
29  raggedright   = ##t 
30  }
31 }