]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/input.itely
Run grand-replace for 2009.
[lilypond.git] / Documentation / user / input.itely
index 13a8612b0270d2a44c8cfe1a869faad2423b41f1..3f4eb2fc320543ccd8d19dfa65f66cb8e19c8008 100644 (file)
@@ -856,7 +856,7 @@ must all be relative to the directory containing the main file,
 not the directory containing the included file. However,
 this behavior can be changed by passing the option
 @code{-drelative-includes} option at the command line
-(or by adding using @code{#(ly:set-option 'relative-includes #t)}
+(or by adding @code{#(ly:set-option 'relative-includes #t)}
 at the top of the main input file). With @code{relative-includes}
 set, the path for each @code{\include} command will be taken
 relative to the file containing that command. This behavior is
@@ -884,19 +884,21 @@ and in main.ly write
 
 Files which are to be included in many scores may be placed in
 the LilyPond directory @file{../ly}.  (The location of this
-directory is installation-dependent - see @rlearning{Other sources
-of information}).  These files can then be included simply by
-naming them on an @code{\include} statement.  This is how the
-language-dependent files like @file{english.ly} are included.
+directory is installation-dependent - see
+@rlearning{Other sources of information}).  These files can then
+be included simply by naming them on an @code{\include} statement.
+This is how the language-dependent files like @file{english.ly} are
+included.
 
 LilyPond includes a number of files by default when you start
 the program.  These includes are not apparent to the user, but the
 files may be identified by running @code{lilypond --verbose} from
 the command line.  This will display a list of paths and files that
 LilyPond uses, along with much other information.  Alternatively,
-the more important of these files are discussed in @rlearning{Other
-sources of information}.  These files may be edited, but changes to
-them will be lost on installing a new version of LilyPond.
+the more important of these files are discussed in
+@rlearning{Other sources of information}.  These files may be
+edited, but changes to them will be lost on installing a new
+version of LilyPond.
 
 Some simple examples of using @code{\include} are shown in
 @rlearning{Scores and parts}.
@@ -1238,7 +1240,7 @@ and as stand-alone text below the score:
   }
   \addlyrics { O \markup { \concat{ Ph \char ##x0153 be! } } }
 }
-\markup { "Copyright 2008" \char ##x00A9 }
+\markup { "Copyright 2008--2009" \char ##x00A9 }
 @end lilypond
 
 To enter the copyright sign in the copyright notice use: