]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small updates to tutorial and @warning.
authorGraham Percival <graham@percival-music.ca>
Fri, 5 Oct 2007 21:20:53 +0000 (14:20 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:48:28 +0000 (09:48 +0100)
Documentation/user/macros.itexi
Documentation/user/tutorial.itely

index b5a231d35414aab7273a70a8084f8023b4a6f3b0..d87668545c0bd30f72523b2e9d18685917d865ff 100644 (file)
 @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
 
 
index ee09c7812e4d9d9095ffe0bbbc5870813bf5ab63..f0250c1e1929fb251501e285ce3beb6b3cebeed1 100644 (file)
@@ -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