]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove relatively useless @b to make texi2dvi -E happy.
authorGraham Percival <graham@percival-music.ca>
Tue, 23 May 2006 21:44:47 +0000 (21:44 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 23 May 2006 21:44:47 +0000 (21:44 +0000)
ChangeLog
Documentation/user/changing-defaults.itely

index c74e64cd2dbec812c451103334a2c39948182812..77a7204c2ea6a41258154f02ec0e460b12076754 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
        * Documentation/user/ various: stuff that might have helped
        to fix the pdf creation, plus some minor doc additions.
 
+       * Documentation/user/changing-defaults.itely: remove @b from
+       @b{ @internasref{foo}}; this breaks texi2dvi -E.
+
 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/beaming-pattern.cc (beamify): deal with negative start
index e3c86964d946d761edc874349e22d914f4fcf313..8a4cf1c9605bbc272a41f1be6862ad2f1f666849 100644 (file)
@@ -1306,14 +1306,14 @@ flow of information within the program, following links like this:
 
 @item @internalsref{Fingering}:
 @internalsref{Fingering} objects are created by:
-@b{ @internalsref{Fingering_engraver} }
+@internalsref{Fingering_engraver}
 
 @item @internalsref{Fingering_engraver}:
-Music types accepted: @b{ @internalsref{fingering-event} }
+Music types accepted: @internalsref{fingering-event}
 
 @item @internalsref{fingering-event}:
 Music event type @code{fingering-event} is in Music expressions named
-@b{ @internalsref{FingerEvent} }
+@internalsref{FingerEvent}
 @end itemize
 
 This path goes against the flow of information in the program: it
@@ -1500,7 +1500,7 @@ fact can also be deduced from the program reference, for the page for
 the @internalsref{Fingering_engraver} plug-in says
 
 @quotation
-Fingering_engraver is part of contexts: @dots{} @b{ @internalsref{Voice} }
+Fingering_engraver is part of contexts: @dots{} @internalsref{Voice}
 @end quotation