From 5f6585efe460e7fc2b9ab5307f706336bcceaa2a Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 14 Mar 2006 20:05:01 +0000 Subject: [PATCH] 2006-03-14 Erik Sandberg * Documentaiton/user/invoking.itely: Add ragged-right to bug report guidelines. --- ChangeLog | 5 +++++ Documentation/user/invoking.itely | 27 ++++++++++++++++++++------- THANKS | 1 + 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index a2e0a39f65..a29ecd407f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-14 Erik Sandberg + + * Documentaiton/user/invoking.itely: Add ragged-right to bug report + guidelines. + 2006-03-14 Graham Percival * Documentaiton/user/global.itely: small fix from mailist. diff --git a/Documentation/user/invoking.itely b/Documentation/user/invoking.itely index e4b4c95c05..cef12f28cd 100644 --- a/Documentation/user/invoking.itely +++ b/Documentation/user/invoking.itely @@ -554,14 +554,25 @@ here for reference. 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. Make it small, so we can easily debug the -problem. Don't forget to tell which version of LilyPond you use! Send -the report via +reproduce the problem. Send the report via: @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. @@ -574,20 +585,22 @@ been reported and a fix or workaround is already known. Here is an example of a good bug report: -@example +@verbatim It seems that placement of accidentals is broken. In the following example, the accidental touches the note head. Using Mac OSX 10.3.7, fink package lilypond-devel \version "2.7.32" -\relative c''@{ +\layout { ragged-right = ##t } +\relative c'' { a4 b cis d -@} -@end example +} +@end verbatim @lilypond[quote] \version "2.7.32" +\layout { ragged-right = ##t } \relative c''{ \override Accidental #'extra-offset = #'(1.0 . 0) a4 b cis d diff --git a/THANKS b/THANKS index 2e20df43f9..d123d4f0fe 100644 --- a/THANKS +++ b/THANKS @@ -62,6 +62,7 @@ Christian Ebert Christian Hitz Darius Blasband David Bobroff +David Raleigh Arnold Donald Axel Don Blaheta Dunstan Vavasour -- 2.39.5