]> git.donarmstrong.com Git - lilypond.git/commitdiff
Misc minor updates.
authorGraham Percival <graham@percival-music.ca>
Fri, 18 Jan 2008 00:47:03 +0000 (16:47 -0800)
committerGraham Percival <graham@percival-music.ca>
Fri, 18 Jan 2008 00:47:03 +0000 (16:47 -0800)
Documentation/user/macros.itexi
Documentation/user/tutorial.itely
Documentation/user/writing-texinfo.txt

index da2897b7a47718a4391d5d02bc4fcc2ba3c9fab0..bbeddc24332d878d04dd7a0b3157e55c527bfcd8 100644 (file)
@@ -54,7 +54,8 @@
 
 @macro commonprop
 @noindent
-@subsubheading Commonly tweaked properties
+@c @subsubheading Commonly tweaked properties
+@subsubheading Selected Snippets
 
 @end macro
 
@@ -62,6 +63,7 @@
 @noindent
 @subsubheading See also
 
+@indent
 @end macro
 
 @macro refbugs
index 1f28020a90583b9dba00c48915814cb184228d7e..3e76b025e2d9b40a18a8ed617e734912dfa5e81c 100644 (file)
@@ -472,13 +472,22 @@ a comment is a remark for the human reader of the music input; it
 is ignored while parsing, so it has no effect on the printed
 output.  There are two types of comments.  The percent symbol
 @code{%} introduces a line comment; anything after @code{%} on
-that line is ignored.  A block comment marks a whole section of
-music input as a comment.  Anything that is enclosed in @code{%@{}
-and @code{%@}} is ignored.  However, block comments do not @q{nest}.
-This means that you cannot place a block comment inside another 
-block comment.  If you try, the first @code{%@}} will terminate 
-@emph{both} block comments.  The following
-fragment shows possible uses for comments:
+that line is ignored.  By convention, a line comment is placed
+@emph{above} the code it refers to.
+
+@example
+a4 a a a
+% this comment refers to the Bs
+b2 b
+@end example
+
+A block comment marks a whole section of music input as a comment.
+Anything that is enclosed in @code{%@{} and @code{%@}} is ignored.
+However, block comments do not @q{nest}.  This means that you
+cannot place a block comment inside another block comment.  If you
+try, the first @code{%@}} will terminate @emph{both} block
+comments.  The following fragment shows possible uses for
+comments:
 
 @example
 % notes for twinkle twinkle follow
index cede0fe797469db92b93417c407adeb89f2c8635..11f49990c59221dfe1f27ad9d172ddcdac421d15 100644 (file)
@@ -157,6 +157,8 @@ commands.
 %%%%% SYNTAX SURVEY
 
 @c - single line comments
+  "@c NOTE:" is a comment which should remain in the final
+  version.  (gp only command ;)
 @ignore ... @end ignore - multi-line comment
 
 @cindex - General index. Please add as many as you can.  Don't