From f9d4cb7e86ef727f45f451ec57a963b6536c2b60 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 13 Aug 2001 21:40:38 +0000 Subject: [PATCH] lilypond-1.5.8 --- input/bugs/+.ly | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 input/bugs/+.ly 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 { "." } +} -- 2.39.5