From: Werner Lemberg Date: Sun, 28 Jan 2007 11:45:14 +0000 (+0100) Subject: Improve grace note example. Some whitespace cleanup. X-Git-Tag: release/2.11.15-1~18^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=588c8ae7ab9fe64e049b86f069ca7a83c7e742cf;p=lilypond.git Improve grace note example. Some whitespace cleanup. --- diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index 2dc618bb52..0bda869104 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -127,7 +127,7 @@ and how to view or print the output. @subsubheading MacOS X If you double click LilyPond.app, it will open with an example -file. Save it, for example, to @file{test.ly} on your Desktop, and +file. Save it, for example, to @file{test.ly} on your Desktop, and then process it with the menu command @samp{Compile > Typeset File}. The resulting PDF file will be displayed on your screen. @@ -157,7 +157,7 @@ the file and show the resulting PDF file. To edit an existing @file{.ly} file, right-click on it and select @qq{Edit source}. If you double-click in the LilyPond icon on the Desktop, it will open -a simple text editor with an example file. Save it, for example, to +a simple text editor with an example file. Save it, for example, to @file{test.ly} on your Desktop, and then double-click on the file to process it. After some seconds, you will get a file @file{test.pdf} on your desktop. Double-click on this PDF file to view the typeset @@ -352,7 +352,7 @@ The @rglos{clef} can be set using the @code{\clef} command: \clef treble c1 \clef alto - c1 + c1 \clef tenor c1 \clef bass @@ -837,7 +837,7 @@ can also be created by prefixing a music expression with the keyword @code{\appoggiatura} or @code{\acciaccatura} @lilypond[quote,ragged-right,verbatim,fragment,relative=2] -c2 \grace { a32 b} c2 +c2 \grace { a32[ b] } c2 c2 \appoggiatura b16 c2 c2 \acciaccatura b16 c2 @end lilypond @@ -1158,7 +1158,7 @@ Consider a simple melody: @lilypond[quote,ragged-right,verbatim] \relative c'' { a4 e c8 e r4 - b2 c4( d) + b2 c4( d) } @end lilypond @@ -1170,7 +1170,7 @@ syllable with a space. << \relative c'' { a4 e c8 e r4 - b2 c4( d) + b2 c4( d) } \addlyrics { One day this shall be free } >> @@ -1186,7 +1186,7 @@ line}. It is entered as two underscores @code{__}: << \relative c'' { a4 e c8 e r4 - b2 c4( d) + b2 c4( d) } \addlyrics { One day this shall be free __ } >>