]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/+.ly
partial: 1.5.47.jcn
[lilypond.git] / input / bugs / +.ly
1 \header{
2 texidoc = "
3 @section Introduction
4
5 This document presents brief overview of all simple bugs known to
6 exist in LilyPond.  Things that don't look like bugs, have hopefully
7 been fixed.  Note that this page only shows notational bugs, input
8 that does not result in any notation (ie, crashes lilypond) should go
9 in @file{input/no-notation/}.
10
11 "
12
13 foollilypondbook = "
14 \score
15 "
16 }
17
18 \score {
19   \context Lyrics \lyrics { "." }
20 }