]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web: use nicer example bug.
authorGraham Percival <graham@percival-music.ca>
Wed, 12 Jan 2011 09:01:31 +0000 (09:01 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 12 Jan 2011 09:01:31 +0000 (09:01 +0000)
Thanks to Keith for the suggestion.

Documentation/web/community.itexi

index ef453bf87b3dbf19586f98465f9fdc690ed19b72..d6918d1fbc0504526444c58c5edac755016938ac 100644 (file)
@@ -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