From 6cb6306ec47bf57f07932545fdaf0f70097154fb Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 10 Apr 2007 14:54:30 +0200 Subject: [PATCH] Whitespace fixes. --- Documentation/user/tutorial.itely | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index ccdb7a7390..9b17df98d2 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -386,7 +386,7 @@ see @ref{Clef}. LilyPond input files are treated like files in most programming languages: they are case sensitive, white-space insensitive, expressions are formed with curly braces @{ @}, and comments are denoted with @code{%} or -@code{%@{ .. %@}}. +@code{%@{ ... %@}}. If the previous sentence sounds like nonsense, don't worry! We'll explain what all these terms mean: @@ -397,13 +397,13 @@ what all these terms mean: @item @strong{Case sensitive}: it matters whether you enter a letter in lower case (i.e. @code{a, b, s, t}) or upper case (i.e. -@code{A, B, S, T}). Notes are lower case: @code{ @{ c d e @} } -is valid input; @code{ @{ C D E @} } will produce an error message. +@code{A, B, S, T}). Notes are lower case: @code{@{ c d e @}} +is valid input; @code{@{ C D E @}} 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 +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 @@ -427,7 +427,7 @@ parenthesis @samp{()} in mathematics. The braces should be surrounded by a space unless they are at the beginning or end of a line to avoid ambiguities. -A function (such as @code{\relative @{ @}} ) also counts as a single +A function (such as @code{\relative @{ @}}) also counts as a single music expression. @cindex comments -- 2.39.5