From 46051ac381c17e6dd7376cc49ebecd26519d7937 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 11 Jan 2008 13:40:39 -0800 Subject: [PATCH] Minor fixes. --- Documentation/user/tutorial.itely | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index 1503ddf626..266e892366 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -60,9 +60,10 @@ This section gives a basic introduction to working with LilyPond. @node Compiling a file @subsection Compiling a file -The first example demonstrates how to start working with LilyPond. -To create sheet music, we write a text file that specifies the -notation. For example, if we write: +@qq{Compiling} is the term used for processing an input text file +in LilyPond format to produce a file which can be printed and +(optionally) a MIDI file which can be played. The first example +shows what a simple input text file looks like. @example @{ @@ -698,12 +699,12 @@ d4( c16) cis( d e c cis d) e( d4) @cindex phrasing slurs @subheading Phrasing slurs -Music Glossary: @rglos{phrasing}, @rglos{legato}. +Music Glossary: @rglos{slurs}, @rglos{phrasing}. Slurs to indicate longer @notation{phrasing} can be entered with -@code{\(} and @code{\)}. You can have both @notation{legato} -slurs and phrasing slurs at the same time, but you cannot have -simultaneous legato slurs or simultaneous phrasing slurs. +@code{\(} and @code{\)}. You can have both @notation{slurs} +and phrasing slurs at the same time, but you cannot have +simultaneous slurs or simultaneous phrasing slurs. @lilypond[verbatim,quote,ragged-right,fragment,relative=2] a8(\( ais b c) cis2 b'2 a4 cis,\) -- 2.39.5