]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarify @warning.
authorGraham Percival <graham@percival-music.ca>
Thu, 4 Oct 2007 17:30:42 +0000 (10:30 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:48:26 +0000 (09:48 +0100)
Documentation/user/macros.itexi
Documentation/user/tutorial.itely

index 443baad4f05bc7dd7c10a8637e9fa9a81888ca9c..901319c77ea137be784245a29fdd6006d3f5b783 100644 (file)
@@ -70,7 +70,7 @@
 @macro warning{TEXT}
 @quotation
 @cartouche
-@strong{Warning:} \TEXT\
+@strong{N.B.:} \TEXT\
 @end cartouche
 @end quotation
 @end macro
index a5a127360ca391d37345f417c59b82cb45714446..ee09c7812e4d9d9095ffe0bbbc5870813bf5ab63 100644 (file)
@@ -117,7 +117,7 @@ your own music!}
 
 @cindex Case sensitive
 In addition, LilyPond input is @strong{case sensitive}.  @code{
-@{c d e @}} is valid input; @code{@{ C D E @}} will produce an
+@{ c d e @}} is valid input; @code{@{ C D E @}} will produce an
 error message.
 
 @smallspace