From: Graham Percival Date: Sat, 2 Feb 2008 08:57:59 +0000 (-0800) Subject: Misc minor updates. X-Git-Tag: release/2.11.39-1~1^2~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=682bdaa47443198aaee0df5c0f841469d71496c9;p=lilypond.git Misc minor updates. --- diff --git a/Documentation/user/pitches.itely b/Documentation/user/pitches.itely index 8c97717306..c925afb184 100644 --- a/Documentation/user/pitches.itely +++ b/Documentation/user/pitches.itely @@ -1817,6 +1817,14 @@ rhythm. Such note heads can be created: } @end lilypond + +@refcommands + +@funindex \improvisationOn +@funindex \improvisationOff + +@code{\improvisationOn}, @code{\improvisationOff} + @seealso Snippets: @lsrdir{Pitches,Pitches}. diff --git a/Documentation/user/writing-texinfo.txt b/Documentation/user/writing-texinfo.txt index 11f49990c5..98272f9a68 100644 --- a/Documentation/user/writing-texinfo.txt +++ b/Documentation/user/writing-texinfo.txt @@ -14,7 +14,7 @@ something, you can cut-and-paste that stuff into a new location. Most of the manual operates at the @node Foo - @unnumberedsubsubsec Foo + @subsubsection Foo level. Sections are created with @node Foo @subsection Foo @@ -29,8 +29,14 @@ commands. * Use two spaces for indentation in lilypond examples. (no tabs) +* All text strings should be prefaced with #. LilyPond does not + strictly require this, but it is helpful to get users accustomed + to this scheme construct. ie + \set Staff.instrumentName = #"cello" + * If possible, only write one bar per line. The notes on each - line should be an independent line. + line should be an independent line -- tweaks should occur on + their own line if possible. Bad: \override textscript #'padding = #3 c1^"hi" Good: @@ -200,10 +206,12 @@ commands. required. Any link in a doc section must be duplicated in the @seealso section at the bottom. -* Introducing examples may be done with +* Introducing examples must be done with . (ie finish the previous sentence/paragaph) : (ie `in this example:') , (ie `may add foo with the blah construct,') + The old "sentence runs directly into the example" method is not + allowed any more. * Abbrevs in caps, e.g., HTML, DVI, MIDI, etc. @@ -218,10 +226,3 @@ commands. this is, don't say `Ba@ss{}tuba' but `Baßtuba'. This ensures that all such characters appear in all output formats. -* Don't use a @ref{link to another section} in the middle of a - sentence. It looks ok in HTML, moderately bad in PDF, and - utterly horrible in INFO. Instead, reword the sentence so that - users are encouraged to see @ref{link to another section}. - (at the end of the sentence) - -