]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: LM: More nitpicks in tutorial.
authorMark Polesky <markpolesky@yahoo.com>
Sun, 18 Apr 2010 21:06:06 +0000 (14:06 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Sun, 18 Apr 2010 21:17:19 +0000 (14:17 -0700)
* Add start pitch to \relative command.
* Remove recently added @ifhtml.

Documentation/learning/tutorial.itely

index 042e4414c719b4b0b2d9fcae2abb6d15b56a1b78..1109310c1eaacf2868f370e4ff5c49713c829561 100644 (file)
@@ -522,8 +522,8 @@ The braces should be surrounded by a space unless they are at the
 beginning or end of a line to avoid ambiguities.
 
 A LilyPond command followed by a simple expression in braces (such
-as @w{@samp{\relative @{ @dots{} @}}}) also counts as a single
-music expression.
+as @q{@w{@code{@bs{}relative c' @{ @dots{} @}}}}) also counts as a
+single music expression.
 
 @cindex comments
 @cindex line comment
@@ -665,7 +665,6 @@ But you should make a practice of including them in your files.
 
 @warning{This feature is only available in the HTML manuals.}
 
-@ifhtml
 Many people learn programs by trying and fiddling around with the
 program.  This is also possible with LilyPond.  If you click on a
 picture in the HTML version of this manual, you will see the exact
@@ -683,7 +682,6 @@ By cutting and pasting everything in the @qq{ly snippet} section,
 you have a starting template for experiments.  To see exactly the
 same output (line-width and all), copy everything from @qq{Start
 cut-&-pastable section} to the bottom of the file.
-@end ifhtml
 
 
 @ignore