]> git.donarmstrong.com Git - lilypond.git/commitdiff
Replace "..." with @q{...} where appropriate.
authorWerner Lemberg <wl@gnu.org>
Mon, 26 Feb 2007 06:41:03 +0000 (07:41 +0100)
committerWerner Lemberg <wl@gnu.org>
Mon, 26 Feb 2007 06:41:03 +0000 (07:41 +0100)
Documentation/user/advanced-notation.itely
Documentation/user/converters.itely
Documentation/user/lilypond-book.itely
Documentation/user/non-music.itely
Documentation/user/programming-interface.itely
Documentation/user/tutorial.itely
Documentation/user/tweaks.itely
Documentation/user/working.itely

index 51911fe741249d047d2ebcfa1c5475c9090f4683..a5b33e360dd221cba49ef989224ee8aed8e142e8 100644 (file)
@@ -519,7 +519,7 @@ effect.
 
 In addition, vertical placement is performed after creating the
 text markup object.  If you wish to move an entire piece of markup,
-you need to use the #'padding property or create an "anchor" point
+you need to use the #'padding property or create an @q{anchor} point
 inside the markup (generally with @code{\hspace #0}).
 
 @lilypond[quote,verbatim,fragment,relative=1]
index 35cf314b20ea4e44881de6653cdf26f8b388de0b..6178d9a52ebff74b135a810ae326081d54261fe9 100644 (file)
@@ -96,7 +96,7 @@ Show summary of usage.
 @item -k, --key=@var{acc}[:@var{minor}]
 Set default key.  @math{@var{acc} > 0} sets number of sharps;
 @math{@var{acc} < 0} sets number of flats.  A minor key is indicated by
-":1".
+@samp{:1}.
 
 @item -o, --output=@var{file}
 Write output to @var{file}.
index 543a4cdd429b884170bfdaa59cf354f2218e6fbd..3beacf52db2e1f92dbaf98fc7cd437dc6d97ca3a 100644 (file)
@@ -342,8 +342,8 @@ is trivial.
 @end example
 
 If a greater number of systems is requested, a TeX conditional must be
-used before the @code{\endinput}.  In this example, replace "2" by
-the numer of systems you want in the output,
+used before the @code{\endinput}.  In this example, replace @q{2} by
+the number of systems you want in the output,
 
 @example
 \def\betweenLilyPondSystem#1@{
index 790ecaa9289a2b5b63f1643312d026d2c3654e98..cf6f1a007c9b3aba289d3221c3e63cfc89b7d33e 100644 (file)
@@ -405,7 +405,7 @@ option when invoking @code{lilypond --include=DIR} which adds DIR to the
 search path.
 
 The @code{\include} statement can use full path information, but with the Unix
-convention @code{"/"} rather than the DOS/Windows @code{"\"}.  For example,
+convention @samp{/} rather than the DOS/Windows @samp{\}.  For example,
 if @file{stuff.ly} is located one directory higher than the current working
 directory, use
 
index 431e029919d8e9d1f1d49719f04eccec78b99acb..7b59a3e8c5d4968140b791def06b76e4efafd4e0 100644 (file)
@@ -785,8 +785,8 @@ add the marcato to its elements list property.
 (set! place new-value)
 @end example
 
-Here, what we want to set (the "place") is the "elements" property of
-@code{result-event-chord} expression
+Here, what we want to set (the @q{place}) is the @q{elements} property of
+@code{result-event-chord} expression.
 
 @example
 (ly:music-property result-event-chord 'elements)
index b9dbf6853ba2f40b2dd4d670bbe7643ad802c590..e152f21a9478b7cce16a50ad3decc6cc255a5829 100644 (file)
@@ -134,8 +134,8 @@ The resulting PDF file will be displayed on your screen.
 Be warned that the first time you ever run LilyPond, it will take a minute
 or two because all of the system fonts have to be analyzed first.
 
-For future use of LilyPond, you should begin by selecting "New"
-or "Open".  You must save your file before typesetting it.  If any errors
+For future use of LilyPond, you should begin by selecting @q{New}
+or "@q{Open}.  You must save your file before typesetting it.  If any errors
 occur in processing, please see the log window.
 
 @subsubheading Windows
index 0d48a53ee7a6d3f526ee39fc2e36a5a32008368c..6d24d3a4225f396c2e5434c3c823690c88a3038d 100644 (file)
@@ -356,7 +356,7 @@ to understand these files.
 @file{@var{installdir}/LilyPond.app/Contents/Resources/share/lilypond/current/}.
 To access this, either @code{cd} into this directory from the
 Terminal, or control-click on the LilyPond application and select
-"Show Package Contents".
+@q{Show Package Contents}.
 
 @item Windows: @file{@var{installdir}/LilyPond/usr/share/lilypond/current/}
 
index 9a3809d5c0a4cfa93c68df2d44409be783f329e0..076bb6de0087b59af5785204d258abbd33562dbd 100644 (file)
@@ -382,8 +382,8 @@ tempoMark = #(define-music-function (parser location markp) (string?)
 That looks better, but let's make a few changes.  The glissando is hard
 to see, so let's make it thicker and closer to the noteheads.  Let's
 put the metronome marking above the clef, instead of over the first
-note.  And finally, my composition professor hates "C" time signatures,
-so we'd better make that "4/4" instead.
+note.  And finally, my composition professor hates @q{C} time signatures,
+so we'd better make that @q{4/4} instead.
 
 Don't change @file{music.ly}, though.  Replace our @file{definitions.ly}
 with this:
@@ -448,7 +448,7 @@ tempoMark = #(define-music-function (parser location markp) (string?)
 @end lilypond
 
 That looks nicer!  But now suppose that I want to publish this
-piece.  My composition professor doesn't like "C" time
+piece.  My composition professor doesn't like @q{C} time
 signatures, but I'm somewhat fond of them.  Let's copy the
 current @file{definitions.ly} to @file{web-publish.ly} and
 modify that.  Since this music is aimed at producing a pdf which