From: Graham Percival Date: Fri, 5 Oct 2007 21:20:53 +0000 (-0700) Subject: Small updates to tutorial and @warning. X-Git-Tag: release/2.11.35-1~46^2~86 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9af785cad4f1374ef3ac53f7dd59c77d785204bf;p=lilypond.git Small updates to tutorial and @warning. --- diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index b5a231d354..d87668545c 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -69,10 +69,12 @@ @c TODO: experimental. Don't use unless Graham confirms it. @macro warning{TEXT} @quotation +@quotation @cartouche @strong{Note:} \TEXT\ @end cartouche @end quotation +@end quotation @end macro diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index ee09c7812e..f0250c1e19 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -111,9 +111,9 @@ the result looks like this @warning{Every piece of LilyPond input needs to have @strong{@{ curly braces @}} placed around the input. The braces should also be surrounded by a space unless they are at the -beginning or end of a line to avoid ambiguities. These may be -omitted in some examples in this manual, but don't forget them in -your own music!} +beginning or end of a line to avoid ambiguities. The braces may +be omitted in some examples in this manual, but don't forget them +in your own music!} @cindex Case sensitive In addition, LilyPond input is @strong{case sensitive}. @code{ @@ -421,8 +421,12 @@ will produce an error message. @item @strong{Whitespace insensitive}: it does not matter how many spaces (or new lines) you add. @code{@{ c d e @}} means the same thing as @code{@{ c @tie{} -@tie{} @tie{} d e @}} and @example @{ c d e -@} @end example +@tie{} @tie{} d e @}} and + +@example +@{ c d + e @} +@end example @noindent Of course, the previous example is hard to read. A good rule of