From: fred Date: Mon, 13 Aug 2001 21:40:38 +0000 (+0000) Subject: lilypond-1.5.8 X-Git-Tag: release/1.5.59~5695 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f9d4cb7e86ef727f45f451ec57a963b6536c2b60;p=lilypond.git lilypond-1.5.8 --- diff --git a/input/bugs/+.ly b/input/bugs/+.ly new file mode 100644 index 0000000000..a7b9a9c88b --- /dev/null +++ b/input/bugs/+.ly @@ -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 { "." } +}