]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/+.ly
acbabf4c1efdc3512b6769b7c590194585e58fc2
[lilypond.git] / input / bugs / +.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 brief overview of all simple bugs known to
11 exist in LilyPond.  Things that don't look like bugs, have hopefully
12 been fixed.  Note that this page only shows notational bugs, input
13 that does not result in any notation (ie, crashes lilypond) should go
14 in @file{input/no-notation/}.
15
16 "
17
18 foollilypondbook = "
19 \score
20 "
21 }
22
23 \score{
24 \context Lyrics \lyrics { "." }
25 }