]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.8
authorfred <fred>
Mon, 13 Aug 2001 21:40:38 +0000 (21:40 +0000)
committerfred <fred>
Mon, 13 Aug 2001 21:40:38 +0000 (21:40 +0000)
input/bugs/+.ly [new file with mode: 0644]

diff --git a/input/bugs/+.ly b/input/bugs/+.ly
new file mode 100644 (file)
index 0000000..a7b9a9c
--- /dev/null
@@ -0,0 +1,20 @@
+\header{
+texidoc = "
+@section Introduction
+
+This document presents brief overview of all simple bugs known to
+exist in LilyPond.  Things that don't look like bugs, have hopefully
+been fixed.  Note that this page only shows notational bugs, input
+that does not result in any notation (ie, crashes lilypond) should go
+in @file{input/no-notation/}.
+
+"
+
+foollilypondbook = "
+\score
+"
+}
+
+\score {
+  \context Lyrics \lyrics { "." }
+}