From 9af785cad4f1374ef3ac53f7dd59c77d785204bf Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 5 Oct 2007 14:20:53 -0700 Subject: [PATCH] Small updates to tutorial and @warning. --- Documentation/user/macros.itexi | 2 ++ Documentation/user/tutorial.itely | 14 +++++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) 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 -- 2.39.2