]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* tex/texinfo.tex: Updated from texinfo CVS -- this version provides
[lilypond.git] / ChangeLog
index 7f78d444c79afcdaabe0a4a2b7bb468132101572..c29f2433a54a19167d8128446cf49c88c7340b9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,495 @@
+2004-11-02  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/notation.ly: More fixes to improve appearance.
+
+       * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
+       better output for multicolumn tables.
+
+2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/main.cc (dir_info): Fixed typo in the printouts.
+
+2004-11-01  Werner Lemberg  <wl@gnu.org>
+
+       * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
+       of output.
+       Set `per_line' to 2; replace hard-coded value with it.
+
+       * Documentation/user/*: Many fixes to improve appearance of
+       printed manual.
+
+2004-11-01  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/changing-defaults.itely,
+       Documentation/user/notation.ly,
+       Documentation/user/programming-interface.itely: Use @/.
+       Fix formatting of some lilypond snippets and tables.
+
+       * scripts/lilypond-book.py (compose_ly): Provide useful default
+       for LINEWIDTH in `override'.
+
+2004-10-31  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/invoking.itely: change "3.0" -> "2.4"
+
+2004-10-31  Werner Lemberg  <wl@gnu.org>
+
+       Resetting @exampleindent to `5' gives ugly results with texinfo's
+       DVI output.  Use `@format @exampleindent 0 ... @end format' instead
+       (if not quoting) to change @exampleindent only locally.
+
+       * scripts/lilypond-book.py (NOQUOTE): New variable.
+       (output) [LATEX]: Remove AFTER and BEFORE.
+       [TEXINFO]: Remove AFTER and BEFORE.
+       Fix QUOTE and VERBATIM pattern.
+       Add NOQUOTE pattern.
+       (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
+       and BEFORE.
+       [output_texinfo]: Use NOQUOTE.
+
+2004-10-31  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/changing-defaults.itely: clarify paper
+       size commands with correct info.
+
+       * Documentation/user/lilypond-book.itely: add more docs for
+       filename extensions.
+
+2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
+       (PATCH_LEVEL): start 2.5.0.
+
+2004-10-30  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: add warning about bar numbers
+       in multistaff music, add warning about quoting grace notes.
+
+       * Documentation/user/changing-defaults.itely: clarify paper size commands,
+       add missing subsubtitle entry to Creating titles.
+
+       * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
+
+2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
+       case.
+       (conv): add dummy 2.4.0 conversion rule.
+
+       * Documentation/user/lilypond.tely: add @finalout.
+
+       * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
+       for attaching, fixes slur/stem left attachment of
+       downslur/downstem.
+
+       * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
+       quote problem if for last note of quoted sequence. 
+
+       * input/regression/part-combine-text.ly (comm): add expect strings.
+
+2004-10-30  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/examples.itely: Improved layout.
+
+       * Documentation/invoking.itely: Use `@/' to insert breakpoints.
+
+       * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
+
+       * Documentation/notation.itely: Use `@/'.
+       Other layout fixes.
+
+2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/part-combine-iterator.cc (unisono): examine last_playing_
+       (not state_), this fixes a2 printing after chord.
+
+       * input/regression/no-staff.ly: fix octave, revise syntax.
+
+       * input/regression/lyrics-bar.ly (texidoc): fixes.
+
+       * input/regression/beam-dir-functions.ly (Module): remove from regtest
+
+       * input/regression/accidentals.ly (Module): remove from regtest.
+
+       * lily/parser.yy (Prefix_composite_music): 
+       oops. Chords should be unrelativable, not bass figures untransposable.
+
+       * VERSION: 2.3.26 released.
+       
+       * lily/completion-note-heads-engraver.cc (try_music): only return
+       something when is_first_ is true. Fixes lyrics with completion_heads. 
+
+       * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
+
+       * scm/lily.scm (ly:system): new function. Catches uninstalled
+       ps2png.
+
+2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/notation.itely: remove
+       @hyphenatedinternalsref.
+
+2004-10-29  Werner Lemberg  <wl@gnu.org>
+
+       * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
+
+       * scripts/lilypond-book.py (no_options): New dictionary.
+       (simple_options): New list.
+       (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
+       (compose_ly): Use `no_options' and `simple_options'.
+       Fix logic of option handling.
+       Handle `linewidth' option without parameter.
+
+2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/lookup.cc (triangle): use (0, interval.length()) for X
+       extent, since the stencil is translated later on.
+
+       * lily/ledger-line-spanner.cc (print): swap linear_combination
+       arguments, effectively shortens ledger line. 
+
+       * Documentation/user/GNUmakefile
+       ($(outdir)/lilypond/lilypond.html): use find to remove files.
+
+       * lily/main.cc: --no-pages option.
+
+2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * Documentation/user/notation.itely (Fret diagrams): add extra
+       notes to example to avoid collisions between fret diagrams.
+
+2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/notation.itely (Automatic note splitting):
+       note about lyrics. 
+
+       * Documentation/user/converters.itely (Invoking convert-ly): note
+       about version numbers. 
+
+       * scripts/abc2ly.py (dump_score): revise lyric dumping
+
+       * scripts/mup2ly.py (pre_processor_commands): always open file.
+
+       * scripts/etf2ly.py (Frame.calculate): always close \grace.
+       (Etf_file.dump): add \version
+
+       * VERSION: 2.3.25 released.
+
+       * lily/scm-option.cc: add 'resolution to ly:get-option argument
+       list.
+
+2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
+
+2004-10-28  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/music-glossary.tely: More fixes to improve
+       appearance with DVI output.
+
+       * scripts/lilypond-book.py (compose_ly): Use 0.4in for
+       EXAMPLEINDENT.  This is the maximum value for quotation environments
+       used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
+
+2004-10-27  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/music-glossary.tely: Revised.
+
+2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * input/test/fret-diagram.ly: insert breaks, remove raggedright to
+       improve fret diagram spacing in printed output.
+
+       * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
+       from options for the example so fret-diagrams won't overlap
+       one another.
+
+2004-10-26  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py: Some additional formatting for
+       orthogonality.
+       (ly_options) [*]: Format strings.
+       [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
+       by `compose_ly'.
+       (output) [LATEX][OUTPUT]: Format string and simplify.
+       (PREAMBLE_LY, FRAGMENT_LY): Format string.
+       (classic_lilypond_book_compatibility): Take key/value pair as
+       parameter.
+       Return key/value pair.
+       (compose_ly): Rewritten, taking the snippet type as third parameter. 
+       The default values are now set more sensible, and a `linewidth'
+       option is no longer overwritten under some circumstances.
+
+       * Documentation/user/music-glossary.tely: Replace all accented
+       character macros with latin-1 codes.
+
+2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * lily/music-function.cc (ly_make_music_function): when an
+       argument predicate is markup?, the signature keyword becomes
+       "markup" iso "scm".
+
+       * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
+       tokens, for functions which signatures contain "markup".
+
+       * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
+       MUSIC_FUNCTION_*MARKUP* tokens.
+
+2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
+       Lyrics context.
+
+2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * python/lilylib.py (make_ps_images): return list of output files.
+
+       * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
+       all springs tight, and still satisfy the constraints.
+
+2004-10-25  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py: s/option-sep/option_sep/.
+       (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
+       (snippet_res): Fix regexps and make them ignore whitespace properly.
+       (compose_ly): Use `re.split' instead of `string.split' to remove
+       surrounding whitespace.
+       Some formatting to get more consistency.
+
+2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION: 2.3.24
+       
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): add verticallySpacedContexts.
+
+       * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
+       add interface
+
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       add spaceable-staves
+
+       * scm/define-grobs.scm (all-grob-descriptions): set
+       vertically-spaceable-interface for VerticalAxisGroup and
+       RemoveEmptyVerticalGroup
+
+       * lily/system.cc (get_line): determine staff_refpoints_
+       using spaceable-staves.
+
+       * lily/score-engraver.cc (acknowledge_grob): ack
+       vertically-spaceable-interface and verticallySpacedContexts to
+       set spaceable-staves.
+
+       * input/regression/new-slur.ly: add slur under 16th subbeam case.
+
+       * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
+
+2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
+       minimumVerticalExtent tweaks. 
+       * mf/feta-schrift.mf: include size of thumb appendix in
+       bbox. Fixes: c-thumb-notehead.ly  
+
+       * THANKS: add Meisters to the Development team.
+
+       * scm/framework-tex.scm (convert-to-dvi): redirect output to
+       /dev/null for non-verbose.
+
+       * Documentation/user/invoking.itely (Invoking lilypond): add note
+       about resource usage.
+
+       * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
+
+       * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
+       --enable-encoding
+
+       * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
+
+       * Documentation/user/changing-defaults.itely (Text encoding):
+       change to latin1.
+
+       * Documentation/user/lilypond.tely: add language and encoding.
+
+       * scm/define-grobs.scm (all-grob-descriptions): add
+       line-interface.
+
+       * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
+
+       * input/test/ossia.ly: font sizes for ossia.
+
+       * scripts/convert-ly.py (conv): \context Foo = NOTENAME
+       -> \context Foo = "NOTENAME".
+
+       * lily/main.cc (determine_output_options): fix ordering.
+
+2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
+
+       * THANKS: Added bughunters for 2.3.
+
+2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/macros.itexi: use findex functions/internals
+       objects.
+
+       * scm/documentation-generate.scm (string-append): add syncodeindex
+
+       * Documentation/user/tutorial.itely (A lead sheet): use \chords
+       for tutoring chord names.
+       * Documentation/user/lilypond.tely: remove @authors.
+
+2004-10-23  Werner Lemberg  <wl@gnu.org>
+
+       * scm/framework-tex.scm (dump-page): Add width to \lybox call.
+       Remove first two parameters of \lybox.
+       Don't emit \vbox around \lybox.
+       (dump-line): Add width to \lybox call.
+       Remove first two parameters of \lybox.
+
+       * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
+       (\lyitem): Updated.
+       (\lybox): Only take three parameters.
+       Create box which has zero depth, only height.
+       Center box vertically along the x-height of current font.
+
+2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PACKAGE_NAME): release 2.3.23
+
+       * scm/framework-tex.scm (convert-to-ps): add -E if filename
+       contains .preview.
+
+2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/lyric-extender.cc (print): only run to right-bound if
+       broken. This fixes input/regression/lyric-extender.ly
+
+       * input/regression/beamed-chord.ly: removed.
+
+       * Documentation/user/macros.itexi: add \global to definitions for
+       feta macros.
+
+       * po/fr.po: updated po file.
+
+       * po/de.po: updated po file.
+
+2004-10-22  Werner Lemberg  <wl@gnu.org>
+
+       * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
+
+2004-10-21  Werner Lemberg  <wl@gnu.org>
+
+       * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
+       (\lilypondexperimentalfeatures): Removed.
+
+2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
+
+       * Documentation/user/notation.itely: fixed 2 typos
+
+2004-10-20  Werner Lemberg  <wl@gnu.org>
+
+       * scm/framework-tex.scm (header-end): Don't set \outputscale.
+       (dump-line): Produce prettier output.
+
+       * tex/lilyponddefs.tex: Comment all macros extensively.
+       (\lilypondstart): Set \outputscale.
+       Define \lilypondpagebreak and \lilypondnopagebreak here.
+       Don't test for positive \lilypondpaperlinewidth -- this is always
+       positive in the normal case (LilyPond produces bad output otherwise
+       so we can safely ignore negative or zero values).
+       (\lilypondend): Remove useless test for \lilypondbook.
+       (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
+       don't input `feta20.tex'.
+
+2004-10-19  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/examples.itely: added texidoc lilypond-book
+       template.
+
+2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/lilypond.hint: Update.
+
+2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * Documentation/user/notation.itely (Fret diagrams): Add documentation
+       for fret diagram markups to user manual
+
+       * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
+       documentation for fret-diagram-terse
+
+       * Documentation/user/notation.itely: Added section on fret diagrams.
+
+2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/convert-ly.py (usage): Fix --help description.  Apply
+       range also for --show-rules.
+
+2004-10-18  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py (Snippet, Include_snippet)
+       [replacement_text]: Use group `match'.
+
+2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/macros.itexi: Use @ref instead of @inforef
+       for html.  Apparently, ``you should'' in texinfo documentation is
+       merely a guideline that can safely be ignored.
+
+       * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
+       auto-mode-alist.
+
+       * input/test/engraver-example.ily: 
+       * input/regression/allfontstyle.ily: Rename, update users.
+
+2004-10-16  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: add more details about
+       building .lytex files.
+
+       * Documentation/user/examples.itely: added piano-lyrics template
+
+       * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
+
+       * input/GNUmakefile: remove "templates" from build subdirs.
+
+       * input/template: removed.
+
+2004-10-16  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py (snippet_res): Define group `match'
+       everywhere.
+       Accept more spaces between commands and its arguments and options.
+       Fix some regexps.
+       (output): Remove some newlines in string values and suppress spaces
+       in output.
+       (output_texinfo): Output `output_print_filename' only if not empty.
+       (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
+
+2004-10-16  Werner Lemberg  <wl@gnu.org>
+
+       * scm/framework-tex.scm (font-load-command, define-fonts): Protect
+       some TeX line ends with `%' to avoid additional horizontal space in
+       output.
+
+       * scripts/lilypond-book.py: Unexpand spaces to tabs.
+       (snippet_res): Use `x' modifier to represent regular expressions
+       in a friendlier way.
+       Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
+       (find_toplevel_snippets): Don't use indices from match group 0,
+       which is the whole pattern space, but group 1.
+
+2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/include/direction.hh (enum Direction): add
+       DIRECTION_LIMIT
+
+2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * po/fr.po: new po file.
+
 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Documentation/user/macros.itexi: Do not construct external
 
        * Documentation/user/examples.itely: added lilypond-book template.
 
-       * Documentation/user/lilypond-book.itely: added filename extension page.
+       * Documentation/user/lilypond-book.itely: added filename extension
+       page.
 
 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Documentation/user/notation.itely: Minor corrections.
 
        * Documentation/user/tutorial.itely: Minor corrections.
-       
+
 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
        * lily/slur-scoring.cc (struct Slur_score_state): new
        struct. Collect scoring function arguments.
        (struct Slur_score_state): add musical_dy_
-       (get_extra_encompass_infos): new function. Split off state computations.
+       (get_extra_encompass_infos): new function. Split off state
+       computations.
 
        * scm/part-combiner.scm (determine-split-list): remove playing1
        and playing2.
 
 2004-09-22  Graham Percival  <gperlist@shaw.ca>
 
-       * Documentation/user/tutorial.itely: modified a "future planning" comment.
+       * Documentation/user/tutorial.itely: modified a "future planning"
+       comment.
 
        * Documentation/user/notation.itely: more editing.
 
 
        * input/mutopia/F.Schubert/morgenlied.ly,
        input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
-       input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full name.
+       input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
+       name.
 
 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
 
 
 2004-09-15  Graham Percival  <gperlist@shaw.ca>
 
-       * Documentation/user/introduction.itely: update \stemBoth to \stemNeutral
+       * Documentation/user/introduction.itely: update \stemBoth to
+       \stemNeutral.
 
        * Documentation/user/notation.itely: more editing of the manual.
 
 
        * Documentation/user/notation.itely: fixed Time Signature numbers bug.
 
-       * Documentation/user/invoking.itexi: updated the "reporting bugs" section.
+       * Documentation/user/invoking.itexi: updated the "reporting bugs"
+       section.
 
 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
 
 2004-08-26  Graham Percival  <gperlist@shaw.ca>
 
-       * Documentation/user/examples.itely: second, third, fourth, and fifth sections added.
+       * Documentation/user/examples.itely: second, third, fourth, and fifth
+       sections added.
 
        * input/template/{various}: removed files included in examples.itely.
 
        * Documentation/user/notation.itely (Easy Notation note heads):
        revise notation Chapter.
 
-       * ly/music-functions-init.ly (makecluster): add makeClusters music function.
+       * ly/music-functions-init.ly (makecluster): add makeClusters music
+       function.
 
        * lily/part-combine-engraver.cc: rename soloADue ->
        printPartCombineTexts
        xgettext does not recognise scheme yet.  Patch submitted.
 
        * lily/scm-option.cc (LY_DEFINE):
-       * lily/main.cc: The program is now called lilypond (WAS: lilypond-bin).
+       * lily/main.cc: The program is now called lilypond (WAS:
+       lilypond-bin).
 
        * lily/rest-collision.cc (do_shift): Uniformise two too many rests
        messages.
 
        * scm/define-grob-properties.scm: add number-type and label-dir
 
-       * scm/fret-diagrams.scm (label-fret): allow fret label to be on either 
+       * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
        left or right.  Allow choice of upper-case roman, lower-case roman, or
        arabic numerals in fret label
 
 
 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
 
-       * Documentation/user/{changing-defaults,notation,tutorial}.itely: fixes.
+       * Documentation/user/{changing-defaults,notation,tutorial}.itely:
+       fixes.
 
 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
 
        * scm/beam.scm (check-slope-callbacks): check sign of slope. 
 
-       * input/regression/beam-concave.ly (rossFourBeams): add cases from Ross
+       * input/regression/beam-concave.ly (rossFourBeams): add cases from
+       Ross
 
        * scm/script.scm (default-script-alist): marcato should follow
        into staff
 
        * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
 
-       * scm/output-tex.scm (white-text): Add scale parameter to allow font scaling
+       * scm/output-tex.scm (white-text): Add scale parameter to allow font
+       scaling
 
-       * scm/stencil.scm (fontify-text-white) : Adjust to better center, properly
-       scale white text
+       * scm/stencil.scm (fontify-text-white) : Adjust to better center,
+       properly scale white text
 
        * scm/fret-diagrams.scm (make-fret-diagram): change default dot
        position for numbered dots so dot will touch fret.
 
        * scm/document-translation.scm (all-engravers-doc): link to user man
 
-       * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
+       * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
+       iso. score.
 
        * Documentation/user/notation.itely (Relative octaves): typo.
 
        * mf/feta-klef.mf: 
        * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
 
-       * Documentation/user/programming-interface.itely: Use @emph (was: @em).
+       * Documentation/user/programming-interface.itely: Use @emph (was:
+       @em).
 
        * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.