From b1eca8bedcef213d00b5ce85d0c4df8c338c2bb2 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 12 Jan 2011 09:01:31 +0000 Subject: [PATCH] Web: use nicer example bug. Thanks to Keith for the suggestion. --- Documentation/web/community.itexi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.39.5