]> git.donarmstrong.com Git - lilypond.git/commitdiff
Misc small updates.
authorGraham Percival <graham@percival-music.ca>
Wed, 14 Nov 2007 23:50:32 +0000 (15:50 -0800)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 16 Nov 2007 19:19:25 +0000 (20:19 +0100)
Documentation/user/policy.txt
Documentation/user/rhythms.itely
Documentation/user/text.itely
Documentation/user/writing-texinfo.txt

index 92c802bc8f33d3fdc3c96b6020974249a9172db2..20b2d09382cab49a016f0536c38191d0d95bc86c 100644 (file)
@@ -107,11 +107,15 @@ main docs
 
   Both index commands should go in front of the actual material.
 
+  @cindex should not be capitalized.
+
 * Preferred terms:
     - in general, use the American spellings.  The internal
       lilypond property names use this spelling.
     - list of specific terms:
-canceled, measure
+canceled
+simultaenous    NOT concurrent
+
 
 
 %%%%% TECHNICAL WRITING STYLE
index 8c50d30b66d983414e02e7e7039130dedd613942..b7ba91cde88545133f5a79ffb33fab93833cd22e 100644 (file)
@@ -741,7 +741,7 @@ the rest, preceded by @code{\fatText} (turn off again with
 @code{\emptyText}), since this will cause the measure to expand to
 accommodate the length of the text:
 
-@lilypond[quote,ragged-right,verbatim,fragment]
+@lilypond[quote,ragged-right,verbatim,fragment,relative=2]
 \set Score.skipBars = ##t
 \fatText
 s1*0^\markup {[MAJOR GENERAL]}
@@ -749,8 +749,7 @@ R1*19
 s1*0^\markup {[MABEL] }
 s1*0_\markup {\italic {Cue: ... it is yours}}
 R1*30
-s1^\markup {CHORUS} % Chorus notes would go here
-c1
+c4^\markup {CHORUS} d f c
 @end lilypond
 
 
index 6e8cfc80a67ffb0cb14ea50009123ff012e2c284..f283629509e9316ce8949ee24224ffe6f272b629 100644 (file)
@@ -195,7 +195,7 @@ c2\startTextSpan b c\stopTextSpan a
 To print a solid line, use
 
 @example
-\override TextSpanner #'dash-fraction = #'()
+\override TextSpanner #'style = #'line
 @end example
 
 
index 90230cf02a64678da80b352e2f11693338ec157e..6e91aa6f955e375c1ac78a94689442581d0f8f83 100644 (file)
@@ -155,7 +155,8 @@ commands.
 @c - single line comments
 @ignore ... @end ignore - multi-line comment
 
-@cindex - General index. Please add as many as you can.
+@cindex - General index. Please add as many as you can.  Don't
+  capitalize the first word.
 @funindex - is for a \lilycommand.
 
 @example ... @end ignore - example text that should be set as a