From: Graham Percival Date: Wed, 12 Jan 2011 09:01:31 +0000 (+0000) Subject: Web: use nicer example bug. X-Git-Tag: release/2.13.46-1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b1eca8bedcef213d00b5ce85d0c4df8c338c2bb2;p=lilypond.git Web: use nicer example bug. Thanks to Keith for the suggestion. --- diff --git a/Documentation/web/community.itexi b/Documentation/web/community.itexi index ef453bf87b..d6918d1fbc 100644 --- a/Documentation/web/community.itexi +++ b/Documentation/web/community.itexi @@ -372,14 +372,14 @@ every bug can be demonstrated in four notes or less!} Here is an example of a good bug report: @example -%% the octavation command doesn't -%% change the output at all! - -\version "2.10.0" -\relative c''' @{ - c1 - #(set-octavation 1) - c1 +% Accidentals should be printed for only +% the first note in a tie, but this version +% prints flats on both notes. +\version "2.10.1" + +\relative c'' @{ + bes1 ~ + bes1 @} @end example