* lily/duration.cc (var): backport SCM_ASSERT_TYPE sideeffect fix.
[lilypond.git] / ChangeLog
blob0b6a33033421756e8f851d13089375d59b953dcf
1 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * lily/duration.cc (var): backport SCM_ASSERT_TYPE sideeffect fix. 
5         * lily/parser.yy (Repeated_music): backport tremolo fix.
7         * lily/chord-tremolo-engraver.cc: idem.
9 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11         * Documentation/topdocs/index.tely (Top): typo
13 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
15         * configure.in: Add unsupported check for g++ >= 3.3.
17         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
18         function (backport.)
20 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
22         * scripts/ly2dvi.py (extra_init): add compat2 to latexoptions. 
24 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
26         * GNUmakefile.in (fonts): Also make fontball.
28 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
30         * scripts/*:
31         * lily/main.cc: It's 2003 already; messages only.
33         * Documentation/user/GNUmakefile: backport: Compatibility fix for
34         new makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90
35         (rsn) for making binary packages; info splitting bug has been
36         fixed.
38 2003-05-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
40         * VERSION: release 1.6.10
41         
42         * lily/multi-measure-rest-engraver.cc
43         (start_translation_timestep): backport of 1.7 grace + mmrest fix. 
45 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
47         * python/lilylib.py.in: temporary directory vulnerability fix.
49 2003-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
51         * GNUmakefile.in (SUBDIRS): midi2ly.1 build fix backport: build
52         python before scripts (thanks Anthony).
54 2003-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
56         * debian: Update.  Remove mentioning of `mudela'; There's no such
57         thing.
58         
59 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
61         * Backport flex issue:
63             * stepmake/aclocal.m4: Include compile fix for broken flex, as
64             used in includable-lexer.hh.
66             * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
68             * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
69             (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
71             * lily/include/includable-lexer.hh: 
72             * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
74             * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
76             * aclocal.m4: Regenerate.
78             * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
79             yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
81         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
82         Noordkamp).
84 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
86         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
87         clean out.
89 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
91         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
92         information.
94 2003-04-02  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
96         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
97         minumum-length property correctly.
99 2003-03-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
101         * VERSION (MY_PATCH_LEVEL): 1.6.9 released 
103 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
105         * scripts/ly2dvi.py (run_dvips): +add  .map file.
107 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
108         
109         * lily/parser.yy (scalar): DIGIT is also a scalar.
111         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
112         fixes crashes while dumping MIDI.
114         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
115         midi
117 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
119         * Documentation/user/refman.itely (Printing named chords): add
120         note about font size change in ChordNames.
122         * mf/feta-beugel.mf (code): backport brace fix from 1.7
124 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
126         * Backport:
128         * cygwin/mknetrel: Exit if doc build fails.
130         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
131         
132         * lily/lexer.ll: 
133         * lily/include/my-lily-lexer.hh: 
134         * lily/include/includable-lexer.hh: Add flex kludge.
136 2003-02-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
138         * VERSION: 1.6.8 released
139         
140         * Documentation/user/converters.itely: URL fix.
142         * input/regression/percent-repeat-skipbars.ly: new file.
144         * lily/percent-repeat-engraver.cc (try_music): also insert correct
145         process moments for % repeats. Fixes problem when skipBars is set.
147 2003-02-10  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
149         * mf/*, buildscipts/* : Backport 1.7 changes. Fixes problems with 
150         incorrect font naming in .pfa files (i.e. broken PDF output).
152 2003-01-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
154         * VERSION: 1.6.7 released
155         
156         * make/lilypond.redhat.spec.in: set docdir to %{_docdir}/lilypond/
157         (without version number.)
159 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
161         * scm/chord-name.scm: Amy's chord patch.
163 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
165         * cygwin/lilypond.hint (requires): Add cygwin, fileutils, findutils.
167 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
169         * ly/paper19.ly: Add warning about paper19 not working.
171         * lily/source-file.cc (get_line): backport off by two fix from
172         development release.
174 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
176         * lily/volta-engraver.cc (process_acknowledged_grobs): 
177         Allow for text markup in repeatCommands. 
179 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
181         * Documentation/topdocs/INSTALL.texi (Top): PlanetCCRMA link.
183 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
185         * ChangeLog: Add 1.6.6 release marker.  See below.
187         * stepmake/stepmake/po-targets.make: Remove --c++ option.
189         * scripts/midi2ly.py: Fix global syntax warnings.
191         * GNUmakefile.in: Generate builddir locale tree too.
193         * scripts/ly2dvi.py:
194         * scripts/midi2ly.py: 
195         * scripts/mup2ly.py: 
196         * scripts/update-lily.py:
197         * lily/main.cc (setup_paths): Fix for locales setup.
199 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
201         * Documentation/windows/installing.texi: Soften wording about
202         necessity of becoming Administrator.  tommie@iae.nl reports this
203         does not seem to be necessary for his flavour of Windows 2000.
204         Explicitly discourage text mode mounts.
206 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
208         * lily/rest.cc (after_line_breaking): backport dot position fix.
210         * lily/rest-collision.cc (do_shift): also remove dots for suicided
211         rests. Thanks to Klaus Zimmermann for finding this bug.
213 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
215         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
217 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
219         * Documentation/user/music-glossary.tely: fix links.
221 2002-10-21  Werner Lemberg  <wl@gnu.org>
223         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
224         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
225         scaling factor) only once and use them in the definition of
226         \embeddedps.
227         * ps/music-drawing-routines.ps (skeel): Removed.
229 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
231         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
232         Solaris7, as we don't use nested $( ) constructs.
234 52      2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
236         * VERSION: Release 1.6.6.
237         
238 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
240         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
241         as workaround for /bin/sh problems on Solaris7.
243 2002-10-19  Werner Lemberg  <wl@gnu.org>
245         * GNUmakefile.in (web-doc): Fix typos.
246         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
247         `music-drawing-routines.ps' but emit \special{header=...} once.
248         * scm/tex.scm (header-end): Updated.
250 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
252         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
253         undefined tremolo. 
255 2002-10-15  Werner Lemberg  <wl@gnu.org>
257         * scripts/lilypond-book.py (g_make_html): New global variable.
258         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
259         if `g_make_html' isn't set.
260         [main]: Add format `texi-html'.
261         (option_definitions): Updated.
262         * Documentation/user/lilypond-book.itely: Updated.
264         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
265         * make/ly-rules.make (%.texi, %.nexi): Use it.
266         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
267         format to lilypond-book.
268         * GNUmakefile.in (web-doc): Ditto.
270 2002-10-14  Werner Lemberg  <wl@gnu.org>
272         Further improve TeX output.  The produced files are about 40%
273         smaller.  `lilyponddefs.tex' is now read only once.
275         * tex/lilyponddefs.tex: Remove footer stuff.
276         (\ifundefined): Renamed to...
277         (\lilypondundefined): This.  Use LaTeX's definition to
278         make it nestable and make it global.
279         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
280         output.
281         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
282         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
283         them global.
284         (\placebox): Renamed to...
285         (\lyitem): This.
286         Make it global and call \outputscale by itself.
287         (\lybox, \lyvrule): New macros to reduce input data.
288         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
289         New auxiliary macros.
290         (\SkipLilydefs, \EndLilyPondOutput): Removed.
291         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
292         to...
293         (\lilypondspace): This and made it global.
294         (\turnOnPostScript): Renamed to...
295         (\lilypondpostscript): This and made it global.
296         (\turnOnExperimentalFeatures): Renamed to...
297         (\lilypondexperimentalfeatures): This and made it global.
298         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
299         (\lilypondsetdimen): This and made it global.
300         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
301         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
302         (all, $(outdir)/music-drawing-routines.ps): New rules.
303         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
304         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
305         start-system, stop-system, stop-last-system, filledbox): Updated to
306         use the changed macros from lilyponddefs.tex.
307         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
309 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
311         * Documentation/windows/installing.texi: Update.
313 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
315         * cygwin/lilypond.hint (requires): Add ghostscript.
317 2002-10-05  Werner Lemberg  <wl@gnu.org>
319         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
320         renamed to `output_latex_quoted'.
321         Added `output_latex_noquote'.
322         (schedule_lilypond_block): Implement `noquote' option for LaTeX
323         mode.
325 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
327         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
328         staff-space.  Previous 1.5 was probably meant as half-spaces.
329         (cautionary-style): parentheses (was: smaller).  This is what doco
330         says, and it seems more logical.
332         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
333         for 2nd sentence.
335 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
337         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
339 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
341         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
343 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
345         * VERSION: 1.6.5 released
347         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
349 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
351         * scm/translator-property-description.scm (voltaOnThisStaff): add
352         property.
354 2002-09-28  Werner Lemberg  <wl@gnu.org>
356         * scm/tex.scm (header-end): Suppress page numbering.
358         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
359         Fix quotation for HTML output.
361 2002-09-28   Graham Percival   <gperciva@sfu.ca>
362         
363         * Documentation/user/refman.itely: grammar and phrasing
364           fixes to "Note Entry" section.  Also adds a few new examples.
366 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
368         * flower/include/string-data.icc: include string.h
370 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
372         * scm/chord-name.scm (chord::inner-name-banter): remove space.
374 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
376         * Documentation/user/GNUmakefile (extra-local-help): Add.
378         * stepmake/stepmake/www-targets.make (local-help): Add.
380 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
382         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
383         packages.
385         * Documentation/topdocs/README.texi (Top): building documentation
386         (not website.)
388 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
390         * Documentation/user/refman.itely: 
391         * Documentation/user/tutorial.itely: 
392         * Documentation/user/music-glossary.tely: Merge changes.
394         * Documentation/user/glossary.html.in: 
395         * Documentation/index.texi: 
396         * Documentation/header.html.in: Accomodate renaming of glossary.
397         
398         * Documentation/user/tutorial.itely: Add some glossary references.
399         
400         * Documentation/user/refman.itely: Minor fixes.
401         
402         * Documentation/user/lilypond.tely: Add glossary do direntry.
404         * Documentation/user/music-glossary.tely: Rename (previously:
405         glossary.tely).  Fix anchor placement.
407         * Documentation/user/GNUmakefile: Make music-glossary.info too.
409 2002-09-23  Werner Lemberg  <wl@gnu.org>
411         * scripts/lilypond-book.py (output_dict): Fix handling of
412         various environments by avoid extraneous newlines.
413         Rename `output-all' regexp for html to `output-html'.
414         Replace `output-all' regexp for texi with `output-texi-quote'
415         and `output-texi-noquote'.
416         (compose_full_body): Don't override `linewidth' user option
417         for `singleline'.
418         (schedule_lilypond_block): Don't indent text specified with
419         `intertext' option.
420         Add new option `noquote'.
421         (compile_all_files): Use latex instead of tex to compile ly
422         files directly.
424         * Documentation/user/lilypond-book.itely: Updated and revised.
425         Improve layout.
427         * Documentation/user/glossary.tely,
428         Documentation/user/introduction.itely,
429         Documentation/user/tutorial.itely,
430         Documentation/user/refman.itely,
431         Documentation/user/appendices.itely: Fix overfull LilyPond
432         boxes caused by the new lilypond-book code.  Other minor
433         fixes.
435         * Documentation/user/macros.itexi (@texiflat): Don't emit
436         trailing space.
438         * scm/tex.scm (end-output, header-end): Add preamble and
439         postamble to make lilypond output directly compilable with
440         latex.
442         
443 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
445         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
446         instructions.
448 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
450         * Documentation/user/glossary.tely: Add titling and hyperlinks.
452 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
454         * lily/beam.cc (connect_beams): don't crash if there are quarter
455         notes in beams.
457 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
459         * Documentation/user/refman.itely: corrected ancient clef
460         docu; added docu on ligatures
462 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
464         * Documentation/user/glossary.tely,
465         Documentation/user/refman.itely, input/les-nereides.ly,
466         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
467         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
468         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
469         Stem properties: flag-style -> stroke-style, style -> flag-style.
472 2002-09-22  Werner Lemberg  <wl@gnu.org>
474         * scripts/lilypond-book.py: Add option `notime' to suppress
475         printing of a time signature.  Specify default indentation of 0pt
476         if single line fragment.  Don't emit redundant `\paper{ }'.
478         * Documentation/user/lilypond-book.itely: Updated.
480         * Documentation/user/glossary.tely: Completely reformatting.
482 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
484         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
486 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
488         * Documentation/user/tutorial.itely: Fix links.
489         
490         * Documentation/topdocs/index.tely:
491         * Documentation/index.texi:
492         * Documentation/header.html.in: Small website fixes and updates.
494         * debian/: Debian patch by Anthony Fok.
496 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
498         * Documentation/footer.html.in: How time flies: It's already 2002!
500         * Documentation/topdocs/index.tely: Stable/development fix.  Use
501         more descriptive link names than 'here'.
503 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
505         * VERSION: 1.6.4 released
506         
507         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
509         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
510         positive line widths.
512 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
514         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
515         go.  Fix comments.
517         * cygwin: Cygwin updates.
519 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
521         * Documentation/windows/installing.texi (Top): version for python,
522         urls for ghostscript (thanks to John Potelle)
523         
524         * lily/simultaneous-music-iterator.cc
525         (Simultaneous_music_iterator): init children_list_ before
526         triggering GC.
528         * lily/*-iterator.cc: be even more careful with smobbed copy
529         constructors. 
531         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
532         LeftEdge item.
534 2002-09-15  Werner Lemberg  <wl@gnu.org>
536         Improving LilyPond's output to make them ordinary TeX boxes with
537         predictable dimensions.  System boxes are now vertically centered on
538         the baseline; this offset can be further controlled with
539         \lilypondscoreshift.
541         * lily/system.cc (System::post_processing): Pass length of current
542         system to `start-system' (including any horizontal indentation).
544         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
545         prettier.
546         (lily-def): Append `%'.
547         (start-system): Add parameter `wd'.  Output more TeX code to specify
548         box dimensions.
549         (stop-system, stop-last-system): Complement changes in
550         `start-system'.
551         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
552         Updated.
554         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
555         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
556         Write final `\endinput'.
558         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
559         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
560         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
561         files and macro definitions don't produce spurious spaces and
562         paragraphs (using \endlinechar).
563         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
565         * Documentation/user/internals.itely: Improved formatting, fixing
566         typos.  Added a section `Output details' to describe how the TeX
567         code looks like.
569 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
571         * lily/accidental-engraver.cc: Also work with partial measures.
573 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
575         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
576         spanner.
578 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
580         * VERSION: 1.6.3 released.
582         * Documentation/user/refman.itely: patch by Graham Percival
584         * scripts/lilypond-book.py (make_pixmap): let gs write to
585         outputfile directly
587 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
589         * lily/simultaneous-music-iterator.cc
590         (Simultaneous_music_iterator): init children_list_
592         * lily/part-combine-music-iterator.cc
593         (Part_combine_music_iterator): init state_
595         * lily/sequential-iterator.cc (Sequential_iterator): init cursor_
597         * lily/percent-repeat-iterator.cc (Percent_repeat_iterator): init
598         child_iter_.
600         * lily/sequential-iterator.cc (Sequential_iterator): init list_
602         * lily/translator-def.cc (Translator_def): make a GC proof copy
603         constructor.
605 2002-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
607         * lily/percent-repeat-iterator.cc (process): quit iter.
609         * lily/simultaneous-music-iterator.cc
610         (Simultaneous_music_iterator): protection bugfix.
611         (get_pending_events): bugfix: don't use s twice.
613         * debian/: debian patches by Anthony Fok.
614         
615         * lily/clef-engraver.cc (create_clef): bugfix for octavate clef
616         (thanks Rune!)
618         * Documentation/user/tutorial.itely: replace grob by
619         object. Explain \once.
621         * scm/music-property-description.scm (once): add 'once
623 2002-09-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
625         * lily/simultaneous-music-iterator.cc (skip): call quit()
626         when an iterator exits early.
628 2002-09-13  Juergen Reuter  <reuter@ipd.uka.de>
630         * lily/rests.ly: added comment on bogus warnings about missing flags
632         * lily/clef.cc, lily/rests.cc: added warning when font character
633         lookup fails.
635         * lily/rests.cc: workaround: consider missing ledgered rests in
636         ancient font.
638         * lily/rests.cc: bugfix: cleaned up font lookup code that handles
639         special cases of styles 'default' and 'classical'.  This should
640         also fix the behaviour of lily/multi-measure-rest.cc, which so far
641         did not consider styles 'default' and 'classical'.
643 2002-09-13  Rune Zedeler  <rune@zedeler.dk>
645         * scm/drums.scm: "set" the automatic properties instead of
646         "override", (whoops!)
647         
648 2002-09-13  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
650         * ly/a3-init.ly, scripts/ly2dvi.py (ly_paper_to_latexpaper): 
651         Add support for A3 paper.
653 2002-09-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
655         * lily/tuplet-bracket.cc (brew_molecule): don't crash on broken
656         tuplet brackets.
658         * lily/property-iterator.cc (do_quit): add finalization functions
659         to undo property settings.
661         * lily/parser.yy (property_def): syntax for \once \property ....
663         * lily/note-spacing.cc (get_spacing): don't get crazy when there
664         is no (live) stem.
666         * lily/my-lily-lexer.cc: new keyword \once
668         * lily/global-translator.cc (apply_finalizations): new function
669         (add_finalization): new function
671         * input/regression/property-once.ly: new file
673 2002-09-10  Juergen Reuter  <reuter@ipd.uka.de>
675         * lily/stem.cc: added warning when font symbol not found;
676         small cleanups
678 2002-09-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
680         * mf/GNUmakefile: make PFA for sauter CM fonts.
682 2002-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
684         * mf/GNUmakefile: make map file for pfa target as well. 
686         * scm/tex.scm (end-output): add newline to output
688         * lily/include/sequential-iterator.hh (class Sequential_iterator):
689         don't use Protected_scm for music-iterator members. 
691         * lily/music-iterator.cc (Music_iterator): initialize music_
692         
694 2002-09-09  Juergen Reuter  <reuter@ipd.uka.de>
696         * input/test/accid.ly: updated test file to show all available
697         accidentals styles
699         * lily/accidental.cc, lily/key-signature-interface.cc,
700         lily/include/accidental-interface.hh: added method
701         get_fontcharname() to provide proper fall-back cases for missing
702         accidentals; print warning if font char lookup fails
704         * lily/time-signature.cc: fixed documentation bug
706 2002-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
708         * lily/music-iterator.cc (quit, do_quit): new function: break link
709         to translator group explicitly. This used to be done from the
710         destructor of music-iterator. Now that iterators are GC'd, this is
711         no longer possible.  Add new function do_quit() to all applicable
712         derived classes.
714         * lily/lyric-combine-music-iterator.cc (construct_children): don't
715         unprotect objects.
716         (Lyric_combine_music_iterator): small typo bugfix.
718         * lily/musical-request.cc: do ADD_MUSIC for String_number_req.
720         * lily/include/lily-guile.hh (scm_remember_upto_here_1): add glue
722         * lily/sequential-iterator.cc (get_pending_events): don't delete
723         music-iterator.
724         
725 2002-09-08  Rune Zedeler  <rune@zedeler.dk>
727         * scm/music-property-description.scm: describe string-number (whoops)
729         * Documentation/user/refman.itely: Tablature and bar number updates
730         
731 2002-09-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
733         * lily/lyric-combine-music-iterator.cc
734         (Lyric_combine_music_iterator): small bugfix
736         * lily/include/simultaneous-music-iterator.hh (class
737         Simultaneous_music_iterator): use SCM list for list of iterators.
738         
739         * lily/cxx-function-smob.cc: remove file.
741         * lily/include/cxx-function-smob.hh: remove file.
743         * lily/include/music-iterator.hh (class Music_iterator): smobify
744         music-iterator; many changes throughout. They are now constructed
745         through procedures that return to the smobbed iterator.
747         * lily/include/*.hh: all derived_mark() functions are now const.
749         * lily/syllable-group.cc (set_lyric_align): remove conditional
750         again.
752         * Documentation/bibliography/computer-notation.bib (note): add
753         Beyond MIDI and The Virtual Score.
755 2002-09-07  Rune Zedeler  <rune@zedeler.dk>
757         * input/sondag-morgen/*.ly: Tablature fixes
759         * ly/performer-init.ly: BUGFIX: add alias Timing to Score context
760         
761         * lily/parser.yy and lily/lexer.ll: Use E_UNSIGNED instead of E_DIGIT
762         
763         * lily/musical-request.cc (String_number_req): Added
765         * lily/tab-note-heads-engraver.cc: Use String_number_req instead
766         of Text_script_req; read properties stringOneTopmost and
767         highStringOne.
768         
769         * ly/engraver-init.ly (tabStaffContext): Bugfix: remove Key_engraver;
770         set stringOneTopmost and highStringOne to #t
771         
772         * scm/output-lib.scm (tablature-stem-attachment-function): Changed
773         (guitar-tunings): List added
774         ((every-nth-bar-number-visible n) barnum): Instead of
775         default-bar-number-visibility
776         ((every-nth-bar-number-visible n) barnum): added
778         * scm/grob-description.scm (TabNoteHead): Extra-offset added (UGH!)
779         
780         * scm/translator-property-description.scm: Added new functions
782         * input/test/tablature.ly: Changed to better demonstrate possibilities.
784         * input/test/bar-number-every-fifth: Use new function
785         
786 2002-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
788         * scripts/lilypond-book.py: revert pre use for python
789         2.2. Document why.
791 2002-09-07 Jeremie Lumbroso  <jeremie@lumbroso.fr>
793         * Documentation/user/refman.itely: very minor corrections and
794         rephrasing of the reference manual -- revision up to line #400.
796         * Documentation/user/refman.itely: replaced all occurrence "staffs"
797         with "staves".
799 2002-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
801         * lily/lexer.ll: scan E_DIGIT
803         * lily/parser.yy (string_request): use E_DIGIT for string requests
805         * lily/beam.cc (get_thickness): new function
807         * ly/performer-init.ly (ScoreContext): add Timing alias
809         * lily/translator-def.cc (Translator_def): copy alias list too.
811         * lily/stem.cc (height): add half beam thickness for beamed stems.
812         This fixes tuplet bracket vertical offsets on beams.
813         
814         * lily/text-spanner-engraver.cc (stop_translation_timestep): small
815         cleanups; only hang spanner on paper-columns if there are no
816         note-columns to hang on. Also hang finished spanner on the last
817         note.
819         * lily/tuplet-bracket.cc (calc_position_and_height): only quantize
820         inside staff.
822 2002-09-07  Rune Zedeler  <rune@zedeler.dk>
824         * scm/output-lib.scm: (default-bar-number-visibility) added
826         * ly/engraver-init.ly (ScoreContext) set barNumberVisibility to
827         #default-bar-number-visibility
828         
829 2002-09-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
831         * input/test/poly-metric.ly: update to use Timing.
833         * lily/bar-number-engraver.cc (process_music): only run
834         barNumberVisibility if currentBarNumber is a number.
836         * lily/parser.yy (chord_inversion): use CHORD_SLASH for '/'
837         (command_element): use Timing as alias for Score.
839 2002-09-06  Jeremie Lumbroso  <jeremie@lumbroso.fr>
841         * Documentation/user/refman.itely: minor corrections (replacing
842         `grob' by `object'), addition of an example in the tablature
843         section.
845 2002-09-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
847         * VERSION: 1.6.2 released  
849         * input/test/empty-staffs.ly: new file.
851         * Documentation/topdocs/INSTALL.texi: adds a bit of information
852         about compiling in OpenBSD. (Graham Percival)
854 2002-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
855         
856         * scm/documentation-lib.scm (scm->string): don't crash if a
857         procedure doesn't have a name.
859 2002-09-05  Juergen Reuter  <reuter@ipd.uka.de>
861         * input/test/custos.ly: updated test file to show all available
862         custos styles
864         * lily/custos.cc: small code clean-ups
866         * input/test/rests.ly: updated test file to show all available
867         rest styles
869         * mf/feta-eindelijk.mf: bugfix: added missing maxima rest
871 2002-09-05  Rune Zedeler  <rune@zedeler.dk>
873         * scm/output-lib.scm (make-molecule-boxer): Fixed and moved from
874         input/test/boxed-molecule.ly
876         * input/test/boxed-molecule.ly: Fixed to use default
877         make-molecule-boxer
879         * input/test/bar-number-every-fifth.ly: Added
880         
881         * lily/bar-number-engraver.cc: Add property barNumberVisibility
882         and use it to decide which BarNumbers to suicide.
883         
884 2002-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
886         * input/test/poly-metric.ly: new file.
888         * scripts/lilypond-book.py (output_verbatim): python 2.2 workaround.
890         * scm/documentation-lib.scm (scm->string): print procedure name in
891         stead of #<procedure .. > 
893         * scripts/ly2dvi.py (run_lilypond): exit with error if lily exited
894         any file with an error.
896         * input/regression/molecule-hacking.ly: also restore Y
897         extent. Fixes bugs with stem attachment of parenthesized note
898         heads.
900 2002-09-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
902         * input/test/clef-end-of-line.ly: new file.
904         * lily/stem-engraver.cc (acknowledge_grob): warn about too long
905         tremolos. Thanks to Erik Sandberg
907         * input/trip.ly (fugaIIPedal): small cleanups.
909         * lily/grob-pq-engraver.cc: more helpful message.
910         (stop_translation_timestep): use scm_merge_x for merging the lists.
912         * Documentation/user/appendices.itely: switch off parmesan listing
914 2002-09-01  Juergen Reuter  <reuter@ipd.uka.de>
916         * input/test/ancient-font.ly, input/test/ancient-time.ly,
917           input/test/mensural-ligatures.ly, lily/ligature-head.cc,
918           lily/mensural-ligature-engraver.cc, lily/note-head.cc,
919           lily/time-signature.cc, scm/output-lib.scm: removed obsolete
920           code that sets grob property font-family; also small updates to
921           various input/test files.
923 2002-09-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
925         * input/test/tab-staff.ly: removed.
926         
927         * lily/paper-def.cc (find_font): load virtual font for a list of
928         font names.
930         * scm/font.scm (paper20-style-sheet-alist): equate ancient and
931         music font-families.
933         * lily/virtual-font-metric.cc (get_char_molecule): new function
935         * lily/system-start-delimiter.cc (staff_brace): use virtual fonts
936         for the list of braces
938         * lily/font-metric.cc (get_char_molecule): new function.
940 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
942         * lily/virtual-font-metric.cc: new file
944         * lily/include/virtual-font-metric.hh (class Virtual_font_metric):
945         new file
947         * scripts/lilypond-book.py: use old re's for python 2.2 as well
949         * debian/control: Debian patches by Anthony Fok
951         * input/regression/lyric-combine-polyphonic.ly: new file.
953         * ly/engraver-init.ly (VoiceContext): add Grob_pq_engraver to
954         Voice context.
956 2002-08-31 Graham Percival  <gperciva@sfu.ca>
958         * Documentation/user/tutorial.itely:  editorial changes
959         (spelling, grammar, etc) of the orchestral score, integrating text +
960         music, and the end of tutorial.
962 2002-08-31 Rune Zedeler  <rune@zedeler.dk>
964         * input/test/sondag-morgen/*.ly: 1.6 compatibility knee fixes
966         * lily/tab-note-heads-engraver.cc: Bugfix for instruments not
967         having 6 strings.
968         
969 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
971         * VERSION: 1.6.1 released
972         
973         * lily/kpath.cc: 
974         * lily/lily-guile.cc: macosx fixes.
976         * lily/script-column.cc (before_line_breaking): use stable sorting
977         algorithm to preserve script ordering.
978         (grob_script_priority_less): new function
980         * lily/script-engraver.cc (process_music): 
981         * lily/text-engraver.cc (process_acknowledged_grobs):
982         * lily/fingering-engraver.cc (make_script): don't use direction
983         for script-priority. This fixes orderings for multiple down
984         script/fingering.
986         * scripts/ly2dvi.py (run_lilypond): don't exit if LilyPond fails,
987         but try to assemble the files anyway.
989         * input/regression/prefatory-empty-spacing.ly: new file.
991         * lily/break-align-interface.cc (do_alignment): translate last
992         break-align-group if it is invisible/empty.
994         * scm/grob-description.scm (all-grob-descriptions): LeftEdge is
995         not a BreakAlignGroup. Do not use
996         Break_align_interface::alignment_callback
998 2002-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1000         * scripts/lilypond-book.py (LatexPaper.find_latex_dims): give more
1001         meaningful error if running latex fails 
1003         * Documentation/user/refman.itely (Tablatures): small
1004         corrections. Thanks to Karl Berry
1006 2000-08-30  Heikki Junes <hjunes@cc.hut.fi>
1008         * make/lilypond.mandrake.spec.in: Mandrake adaptations from
1009         redhat spec and rpm-skeleton found in Mandrake's home page.
1011 2002-08-29 Graham Percival  <gperciva@sfu.ca>
1013         * Documentation/user/tutorial.itely:  editorial changes (spelling,
1014         grammar, etc) of the "Fine tuning" section.
1016 2002-08-29  Juergen Reuter  <reuter@ipd.uka.de>
1018         * input/test/ancient-font.ly, mf/parmesan-heads.mf,
1019         scm/output-lib.scm, lily/note-head.cc: bugfix: make neume note
1020         heads accessible
1022 2002-08-29  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1024         * scm/music-functions.scm (unfold-repeats): Call new
1025         shift-duration-log correctly also for unfolded repeats.
1027 2002-08-27  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1029         * tex/titledefs.tex: Define \fetafont for use in titles.
1031         * scm/music-functions.scm (shift-duration-log), lily/parser.yy
1032         (Repeated_music): Handle dots correctly for \repeat tremolo.
1034 2002-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1036         * lily/score.cc: remove paranoia code.
1038         * lily/parser.yy: don't include malloc.h
1040 2002-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1042         * flower/polynomial.cc (operator +): optimize += operator. No
1043         copying.
1045         * lily/source-file.cc (get_line): use binary search to determine
1046         line number. This kills another quadratic time-complexity term.
1048         * lily/include/source-file.hh (class Source_file): add newline_locations
1050         * flower/include/array.icc (binary_search_bounds): new function.
1052 2002-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1054         * input/regression/tuplet-properties.ly (texidoc): bugfix
1056         * input/regression/beam-shortened-lengths.ly: add \stemUp
1058         * Documentation/user/refman.itely: 
1060 2002-08-22  Tom Cato
1062         * Documentation/user/refman.itely: spelling fix.
1064 2002-08-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1066         * lily/main.cc (setup_paths): Prepend dirs to search path, instead
1067         of appending.  Fixes build when typical LilyPond 1.4 leftovers clutter
1068         the system.
1070         * flower/include/file-path.hh (prepend): New function.
1072 2002-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1074         * Documentation/misc/ChangeLog-1.5: move 1.5 ChangeLog to misc/
1076         * lily/completion-note-heads-engraver.cc (class
1077         Completion_heads_engraver): don't be confused by polyphonic rhythms.
1079         * input/regression/completion-heads-polyphony.ly: new file.
1081 2002-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1083         * GNUmakefile.in (web-ext): distribute .ly with web tarball too.
1084         This means that the 1.6 binaries must be rebuilt.
1086         * make/lilypond-vars.make: banish ps-to-X scripts
1088         * make/generic-rules.make: remove blurb rule.
1090         * GNUmakefile.in: make lilypond-fource file, so PK fonts are not
1091         removed every make-run.
1093         * make/ly-rules.make: don't remove .tely file.
1095         * input/test/chords.ly (scales): whole notes only. Prevents
1096         weird breaks.