]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: resolve more FIXMEs.
authorGraham Percival <graham@percival-music.ca>
Thu, 11 Feb 2010 16:03:43 +0000 (16:03 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 11 Feb 2010 16:14:51 +0000 (16:14 +0000)
Documentation/contributor/compiling.itexi
Documentation/contributor/doc-work.itexi
Documentation/contributor/introduction.itexi
Documentation/contributor/programming-work.itexi
Documentation/contributor/release-work.itexi
Documentation/learning/fundamental.itely
Documentation/learning/tweaks.itely
Documentation/notation/changing-defaults.itely
Documentation/notation/percussion.itely
Documentation/notation/vocal.itely

index d0bc750d8fdcfb170be2647b9c435883dc9eafc9..75f178ff530ecfa64482f45481855820d8a6aa49 100644 (file)
@@ -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/,
index 03c93a1e1e41bd115ff8026b66567c11586cc7ff..e2b65ec1c2b59d4d8eeaf0643365e53368ac5372 100644 (file)
@@ -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
index baa458c563b5b7cdc75408fb7d94a07b50ab3b56..480aba641ac8f1c67bb2a3670b2688a98d7098e1 100644 (file)
@@ -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::
index 3fa9a863bef00af08b8d1e9010206cb44e782459..c67640832afc47febef916fdfe99847be0d6466a 100644 (file)
@@ -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
index 3c62f672613f432d2c179c7a4fa21fbf2fcabdd9..02d80cbf794c051f574d0a2ce16fa473b2379517 100644 (file)
@@ -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.
index 7bb3ddcd66dbeaf04e8a7354ff9e0c38d225b6f8..f8eb8b2c1c8f226e497110300f14a634b1867885 100644 (file)
@@ -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},
index 2ccdd156732ab4c60fccbab9e52381721925b3e3..ce643205ad3acda171de05a3567bdb64be012850 100644 (file)
@@ -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:
index 10b26405b6699da5a92a688e96a34ff9d28d33cf..9c5da9d02a3f7fa634e7af915aa2860f8d718a46 100644 (file)
@@ -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
index a41a53a03a264da0fb55882f20483daba632caed..7c3a27bd8670f3219971f6a13e11f82a4a23058a 100644 (file)
@@ -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:
 
index 34c3f764ef628b6d26dfb71c033b8dbd260e92cd..34f6cc4938227d2a3b6d3eee3a612688b9de6430 100644 (file)
@@ -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