]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: CG added spacing clarification for @lilypond
authorJames Lowe <james.lowe@datacore.com>
Thu, 11 Nov 2010 13:37:40 +0000 (13:37 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 11 Nov 2010 18:19:43 +0000 (18:19 +0000)
also a couple of typos

Documentation/contributor/administration.itexi
Documentation/contributor/doc-work.itexi

index 547186e85cffc76ee565b6f557fbff1370726b73..60a94f093346d4697f698df6646d5c4c2d9d6727 100644 (file)
@@ -241,7 +241,7 @@ busy with other matters, work in that area grinds to a halt.
 @item Consultant:
 LilyPond is sometimes critized for not listening to users, but
 whenever we ask for opinions about specific issues, we never get
-enough feedback. This is somewhat aggrevating.
+enough feedback. This is somewhat aggravating.
 We need a group of users to make a dedicated effort to test and
 give feedback. If there's new documentation, read it. If there's
 an experimental binary, download it and try compiling a score with
@@ -432,7 +432,7 @@ schools, etc.
 We currently have a mix of official GNU mailing lists and lilynet
 lists. Is there a strong rationale for having separate mailing
 list servers? Why not pick one place, and put all our lists there?
-(or at least, all "permenant" lists?)
+(or at least, all "permanent" lists?)
 
 (prep: 1 hour.  discuss: 5 hours)
 
index 9ac318eb6d38fe9b244f6dd8e9860abe83c9e627..a42d029b15fc3a3dc253f2246eafdc508a3daf6b 100644 (file)
@@ -340,6 +340,14 @@ or
 @@lilypond[verbatim,quote,relative=1]
 @end example
 
+Please avoid using extra spacing either after or within the
+@code{@@lilypond} parameters.
+
+@example
+not:          @@lilypond [verbatim, quote, relative=1]
+but instead:  @@lilypond[verbatim,quote,relative=1]
+@end example
+
 If you want to use @code{\layout@{@}} or define variables, use
 
 @example