From: John Mandereau <john.mandereau@gmail.com>
Date: Sat, 20 Jan 2007 21:36:50 +0000 (+0100)
Subject: @code -> @samp in tutorial
X-Git-Tag: release/2.10.17-1^2~49
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f62d57b22a12b89828acd8e110242e0cce60ccde;p=lilypond.git

@code -> @samp in tutorial
---

diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely
index 33daf043f1..9bda0bc58f 100644
--- a/Documentation/user/tutorial.itely
+++ b/Documentation/user/tutorial.itely
@@ -677,8 +677,8 @@ according to standard notation conventions.
 
 @c better to have this just before the @q{octaves are bad} snipped
 @c but we'd need to remove the ', from \key and tie
-To raise a note by an octave, add a high quote @code{'} (apostrophe) to
-the note name, to lower a note one octave, add a @q{low quote} @code{,}
+To raise a note by an octave, add a high quote @samp{'} (apostrophe) to
+the note name, to lower a note one octave, add a @q{low quote} @samp{,}
 (comma).  Middle C is @code{c'}
 
 @lilypond[quote,notime,fragment,verbatim]
@@ -700,8 +700,8 @@ This makes the input less readable, and it is a source of errors.  The
 solution is to use @q{relative octave} mode.   This is the
 most convenient way to copy existing music.
 
-In relative mode, a note without octavation quotes (i.e., the @code{'}
-or @code{,} after a note) is chosen so that it is closest to the
+In relative mode, a note without octavation quotes (i.e., the @samp{'}
+or @samp{,} after a note) is chosen so that it is closest to the
 previous one.  For example, @samp{c f} goes up while @samp{c g} goes
 down.