]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/writing-sections.txt
Fix crash when output-preview-framework is missing
[lilypond.git] / Documentation / user / writing-sections.txt
index 6c7cfaa30f7d3e497934d917cc4b4ab485a2c100..54cd534634bad9441176a924498f5ed5c0653fbb 100644 (file)
@@ -23,11 +23,12 @@ WORKING
 
 I recommend working on one subsection at a time.  For each
 subsection,
-- check the mundane formatting.  Are the headings (@refcommands,
+- check the mundane formatting.  Are the headings (@predefined,
   @seealso, etc) in the right order?
+- add any appropriate index entries.
 - check the links in the @seealso section -- links to music
   glossary, internal references, and other NR sections are the
-  main concern.
+  main concern.  Check for potential additions.
 - move LSR-worthy material into LSR.  Add the snippet (or
   just send it to Valentin for adding), delete the material from
   the .itely file, and add a @lilypondfile command.
@@ -35,7 +36,7 @@ subsection,
 - check the examples and descriptions.  Do they still work?
   *Do not* assume that the existing text is accurate/complete;
   some of the manual is highly out of date.
-- is the material in the @refbugs  still accurate?
+- is the material in the @knownissues  still accurate?
 - process anything on the TODO list on the GDP web site.
 - can the examples be improved (made more explanatory), or is
   there any missing info?  (feel free to ask specific questions
@@ -54,7 +55,7 @@ TWEAKS
 In general, any \set or \override commands should go in the
 "select snippets" section, which means that they should go in LSR
 and not the .itely file.  For some cases, the command obviously
-belongs in the "main text" (ie not inside @refcommands or @seealso
+belongs in the "main text" (ie not inside @predefined or @seealso
 or whatever) -- instrument names are a good example of this.
   \set Staff.instrumentName = #"foo"
 On the other side of this,