X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Ftutorial.itely;h=a08e4799f01fb5a3d38ef0fcacf2635a3d3cdb83;hb=dcf68edd80e37c25dcc11aa59add6338c26ff7d8;hp=b755efdcb7235737cdd5f4e263e2a3a1183390b8;hpb=61762da8bedb70c6b4f0264604396288f70256f5;p=lilypond.git diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index b755efdcb7..a08e4799f0 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -33,15 +33,15 @@ Tutorial guidelines: (different from policy.txt!) This tutorial starts with an introduction to the LilyPond music language and explains how to produce printed music. After this first -contact we will explain how to create beautiful printed music +contact we will explain how to create beautiful printed music containing common musical notation. @menu -* First steps:: -* Single staff notation:: -* Multiple notes at once:: -* Songs:: -* Final touches:: +* First steps:: +* Single staff notation:: +* Multiple notes at once:: +* Songs:: +* Final touches:: @end menu @@ -51,8 +51,8 @@ containing common musical notation. This section gives a basic introduction to working with LilyPond. @menu -* Compiling a file:: -* Simple notation:: +* Compiling a file:: +* Simple notation:: * Working on input files:: * How to read the manual:: @end menu @@ -649,12 +649,12 @@ This section introduces common notation that is used for one voice on one staff. @menu -* Accidentals and key signatures:: -* Ties and slurs:: -* Articulation and dynamics:: -* Adding text:: -* Automatic and manual beams:: -* Advanced rhythmic commands:: +* Accidentals and key signatures:: +* Ties and slurs:: +* Articulation and dynamics:: +* Adding text:: +* Automatic and manual beams:: +* Advanced rhythmic commands:: @end menu @@ -758,14 +758,14 @@ d cis fis No note has a printed accidental, but you must still add @code{is} and type @code{cis} and @code{fis} in the input file. -The code @code{e} does not mean @qq{print a black dot just on -the first line of the staff.} Rather, it means @qq{there is a -note with pitch E-natural.} In the key of A-flat major, it +The code @code{b} does not mean @qq{print a black dot just on +the middle line of the staff.} Rather, it means @qq{there is a +note with pitch B-natural.} In the key of A-flat major, it @emph{does} get an accidental: -@lilypond[verbatim,quote,relative=1] +@lilypond[verbatim,quote,relative=2] \key aes \major -e +b @end lilypond Adding all alterations explicitly might require a little more @@ -1628,7 +1628,7 @@ If a syllable extends over several notes or a single very long note an @notation{extender line} is usually drawn from the syllable extending under all the notes for that syllable. It is entered as two underscores @code{__}. Here is an example from the -first three bars of @notation{Dido's Lament}, from Purcell's +first three bars of @notation{Dido's Lament}, from Purcell's @notation{Dido and Æneas}: @lilypond[verbatim,quote] @@ -2029,6 +2029,6 @@ cross-references for further reading. If you have not done so already, @emph{please} read @ref{About the documentation}. There is a lot of information about LilyPond, so newcomers often do not know where they should look for help. If -you spend five minutes reading that section carefully, you might +you spend five minutes reading that section carefully, you might save yourself hours of frustration looking in the wrong places!