From: Graham Percival Date: Thu, 11 Feb 2010 16:03:43 +0000 (+0000) Subject: Doc: resolve more FIXMEs. X-Git-Tag: release/2.13.13-1~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0767b19c9139922e6d4f7fc569e1f5ffa016b7ac;p=lilypond.git Doc: resolve more FIXMEs. --- diff --git a/Documentation/contributor/compiling.itexi b/Documentation/contributor/compiling.itexi index d0bc750d8f..75f178ff53 100644 --- a/Documentation/contributor/compiling.itexi +++ b/Documentation/contributor/compiling.itexi @@ -73,6 +73,8 @@ TODO: ADD @node Using a Virtual Machine to Compile LilyPond @section Using a Virtual Machine to Compile LilyPond +TODO: rewrite for lily-git.tcl !!! do before GOP! -gp + Since it is not possible to compile Lilypond on Windows, some developers may find it useful to install a GNU/Linux virtual machine. A disk image with a special remix of @strong{Ubuntu} @@ -130,8 +132,6 @@ of the @qq{Guest Additions}. @item Open a @strong{terminal} session. (@code{Applications > Accessories > Terminal}) -@c FIXME: make sure the url link below doesn't get broken -vv - @item Open @strong{Firefox} (there's an icon for it on the panel at the top of the screen) and go to the online Lilypond @uref{http://lilypond.org/doc/latest/Documentation/contributor/, diff --git a/Documentation/contributor/doc-work.itexi b/Documentation/contributor/doc-work.itexi index 03c93a1e1e..e2b65ec1c2 100644 --- a/Documentation/contributor/doc-work.itexi +++ b/Documentation/contributor/doc-work.itexi @@ -863,8 +863,8 @@ To create links, use @@ref@{@} if the link is within the same manual. @item -@@predefined ... @@endpredefined is for commands in ly/*-init.ly -FIXME? +@@predefined ... @@endpredefined is for commands in +@file{ly/*-init.ly} @item Do not include any real info in second-level sections (ie 1.1 diff --git a/Documentation/contributor/introduction.itexi b/Documentation/contributor/introduction.itexi index baa458c563..480aba641a 100644 --- a/Documentation/contributor/introduction.itexi +++ b/Documentation/contributor/introduction.itexi @@ -5,7 +5,8 @@ @node Introduction to contributing @chapter Introduction to contributing -FIXME add fluff +This chapter presents a quick overview of ways that people can +help LilyPond. @menu * Help us:: diff --git a/Documentation/contributor/programming-work.itexi b/Documentation/contributor/programming-work.itexi index 3fa9a863be..c67640832a 100644 --- a/Documentation/contributor/programming-work.itexi +++ b/Documentation/contributor/programming-work.itexi @@ -1198,7 +1198,7 @@ the status. @node Iterator tutorial @section Iterator tutorial -FIXME -- this is a placeholder for a tutorial on iterators +TODO -- this is a placeholder for a tutorial on iterators Iterators are routines written in C++ that process music expressions and sent the music events to the appropriate engravers and/or @@ -1207,7 +1207,7 @@ performers. @node Engraver tutorial @section Engraver tutorial -FIXME -- This is a placeholder for a tutorial on how engravers work. +TODO -- This is a placeholder for a tutorial on how engravers work. Engravers are C++ classes that catch music events and create the appropriate grobs for display on the page. Though the @@ -1366,7 +1366,7 @@ the engraver. @node Callback tutorial @section Callback tutorial -FIXME -- This is a placeholder for a tutorial on callback functions. +TODO -- This is a placeholder for a tutorial on callback functions. @node LilyPond scoping @section LilyPond scoping diff --git a/Documentation/contributor/release-work.itexi b/Documentation/contributor/release-work.itexi index 3c62f67261..02d80cbf79 100644 --- a/Documentation/contributor/release-work.itexi +++ b/Documentation/contributor/release-work.itexi @@ -45,7 +45,7 @@ Any commits are fine. Readers may be familiar with the term @item @strong{Release prep phase}: -FIXME: I don't like that name. +TODO: I don't like that name. A new git branch @code{stable/2.x} is created, and a major release is made in two weeks. diff --git a/Documentation/learning/fundamental.itely b/Documentation/learning/fundamental.itely index 7bb3ddcd66..f8eb8b2c1c 100644 --- a/Documentation/learning/fundamental.itely +++ b/Documentation/learning/fundamental.itely @@ -2125,9 +2125,7 @@ instances of contexts by statements in a @code{\with} block, and by @seealso Notation Reference: @ruser{Changing context default settings}. -@c FIXME -@c uncomment when backslash-node-name issue is resolved -pm -@c @ruser{The set command}. +@ruser{The set command}. Internals Reference: @rinternals{Contexts}, diff --git a/Documentation/learning/tweaks.itely b/Documentation/learning/tweaks.itely index 2ccdd15673..ce643205ad 100644 --- a/Documentation/learning/tweaks.itely +++ b/Documentation/learning/tweaks.itely @@ -2838,9 +2838,6 @@ second voice. @subheading force-hshift property -@c FIXME: formatting stuff (ie not important right now IMO) -@c @a nchor Chopin finally corrected TODOgp - We can now see how to apply the final corrections to the Chopin example introduced at the end of @ref{I'm hearing Voices}, which was left looking like this: diff --git a/Documentation/notation/changing-defaults.itely b/Documentation/notation/changing-defaults.itely index 10b26405b6..9c5da9d02a 100644 --- a/Documentation/notation/changing-defaults.itely +++ b/Documentation/notation/changing-defaults.itely @@ -1468,7 +1468,7 @@ or crashes, or both. @node The set command -@subsection The @code{\set} command +@subsection The @code{@bs{}set} command @cindex properties @funindex \set diff --git a/Documentation/notation/percussion.itely b/Documentation/notation/percussion.itely index a41a53a03a..7c3a27bd86 100644 --- a/Documentation/notation/percussion.itely +++ b/Documentation/notation/percussion.itely @@ -229,7 +229,7 @@ There are also other layout possibilities. To use these, set the property @code{drumStyleTable} in context @code{DrumVoice}. The following variables have been predefined: -@c FIXME: decide what to do about this table. (ie verbatim or not) +@c TODO: decide what to do about this table. (ie verbatim or not) @table @code @item drums-style @@ -397,7 +397,7 @@ down = \drummode { bd4 sn bd toml8 toml } @snippets -FIXME: MOVE ALL THESE TO LSR! -gp +@c TODO: MOVE ALL THESE TO LSR! -gp Here are some examples: diff --git a/Documentation/notation/vocal.itely b/Documentation/notation/vocal.itely index 34c3f764ef..34f6cc4938 100644 --- a/Documentation/notation/vocal.itely +++ b/Documentation/notation/vocal.itely @@ -710,7 +710,8 @@ behavior}) is switched off. >> @end lilypond -@c FIXME: this now links to LM -vv +@c TODO: this now links to LM -vv +@c umm, yeah... so what? -gp @cindex SATB @cindex choral score