]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update "reporting bugs" in manual to point to webpage.
authorGraham Percival <graham@percival-music.ca>
Fri, 29 Dec 2006 10:51:43 +0000 (02:51 -0800)
committerGraham Percival <graham@percival-music.ca>
Fri, 29 Dec 2006 10:51:43 +0000 (02:51 -0800)
Documentation/user/running.itely

index 81b6751d201504689584d8c512013e1471768b50..89c786b535b27c680baad8fbce95e3afa9a84090 100644 (file)
@@ -532,59 +532,15 @@ converted.
 @cindex reporting bugs
 
 If you have input that results in a crash or an erroneous output, then
-that is a bug.  We try to respond to bug-reports promptly, and fix them as
-soon as possible.  Help us by sending a defective input file, so we can
-reproduce the problem. Send the report via:
+that is a bug. There is a list of current bugs on our google bug tracker,
 
-@example
-@uref{http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs}
-@end example
-
-A few tips:
-@itemize @bullet
-
-@item Try to produce a very small input file which demonstrates the problem;
-one or two bars is often sufficient to reproduce a bug. The smaller the
-input file is, the easier it is for us to debug the problem.
-
-@item Don't forget to tell which version of LilyPond you use!
-
-@item If possible, use @code{ragged-right} in your example. This makes sure
-that the bug can be reproduced in all paper sizes.
-@end itemize
-
-@ignore
-@c the bug database is not up to date enough.
+@uref{http://code.google.com/p/lilypond/issues/list}
 
-When you've found a bug, have a look at our
-@uref{http://@/lilypond@/.org/@/bugs/@/v2.8/@/,bug database} to see if
-it has already been reported.  You could also try to do a few searches
-on the mailing list for the bug.  Sometimes the bug will have already
-been reported and a fix or workaround is already known.
-@end ignore
-
-Here is an example of a good bug report:
-
-@verbatim
-It seems that placement of accidentals is broken.  In the
-following example, the accidental touches the note head.
+If you have discovered a bug which is not listed, please report the
+bug by following the directions on
 
-Using Mac OSX 10.3.7, lilypond 2.7.32
+@uref{http://lilypond.org/web/devel/participating/bugs}
 
-\version "2.9.13"
-\layout { ragged-right = ##t }
-\relative c'' {
-   a4 b cis d
-}
-@end verbatim
-
-@lilypond[quote]
-\layout { ragged-right = ##t }
-\relative c''{
-  \override Accidental #'extra-offset = #'(1.0 . 0)
-  a4 b cis d
-}
-@end lilypond
 
 @node Error messages
 @section Error messages