]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/input.itely
@samp -> @code.
[lilypond.git] / Documentation / user / input.itely
index 59d5d23b61cceb26ae07a0bda00b50fa7ba047cc..7220aaf663de0c2dd4a7ae55c7d56bdacb2b1e70 100644 (file)
@@ -24,7 +24,7 @@ rather than specific notation.
 @section Input files
 
 The main format of input for LilyPond are text files.  By convention,
-these files end with @samp{.ly}.
+these files end with @code{.ly}.
 
 @menu
 * File structure::              
@@ -363,7 +363,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 @samp{/} rather than the DOS/Windows @samp{\}.  For example,
+convention @code{/} rather than the DOS/Windows @code{\}.  For example,
 if @file{stuff.ly} is located one directory higher than the current working
 directory, use
 
@@ -526,6 +526,14 @@ direction.
 ^ _
 @end verbatim
 
+Also cover
+#UP
+#DOWN
+#LEFT
+#RIGHT.
+
+Maybe rename section to "directions".
+
 
 @node Distances and measurements MAYBE MOVE
 @subsection Distances and measurements MAYBE MOVE