*** empty log message ***
[lilypond.git] / ChangeLog
blobb85d554bf442e0e39ea79196589020d8641796b1
1 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3         * mf/feta-beugel.mf: document why design size is not fixed.
5         * mf/feta-braces-a.mf: rename to stress that it's not design size.
7 2004-04-04  Werner Lemberg  <wl@gnu.org>
9         * Documentation/user/tutorial.itely: Revised (continued).
11 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13         * po/nl.po: Update (backportme).
15 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
17         * po/de.po: update.
19         * scm/output-tex.scm (font-command): use ly: functions to
20         construct name.
21         (define-fonts): don't use alist, just dump \font definitions.
22         (font-load-command): calculate proper scaling by taking
23         outputscale from paper argument.
25         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
26         expression.
28         * lily/paper-outputter.cc (output_header): pass paper arg to
29         define-fonts
31         * lily/paper-def.cc (font_descriptions): dump list of
32         Scaled_font_metrics
33         (find_scaled_font): take Font_metric argument, store
34         Scaled_font_metrics in hash-table containing (size ->
35         Scaled_font_metrics) alist.
36         (get_dimension): rename from get_realvar
38         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
39         ly:font-magnification, ly:font-name: new functions
41 2004-04-03  Werner Lemberg  <wl@gnu.org>
43         * Documentation/user/dedication.itely,
44         Documentation/user/preface.itely,
45         Documentation/user/introduction.itely,
46         Documentation/user/tutorial.itely: Revised.
47         Removing leading spaces which distorts output if info files are read
48         with stand-alone info.
49         Removing superfluous inter-word spaces which also distorts output
50         for stand-alone info.
51         Using ` and ' instead of `` and '' everywhere to improve
52         legilibility with stand-alone info
53         Using @samp for single-letter input items and data which contains
54         spaces, @code for other things.
56         * lily/grob-interface.cc: Adding copyright.
57         (check_interfaces_for_property): Improve format of warning message.
59 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
61         * lily/include/font-metric.hh (struct Font_metric): add
62         design_size () method.
64         * buildscripts/mf-to-table.py (base): add DesignSize comment.
66         * lily/afm.cc (read_afm_file): read design size.
68         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
70         * scm/music-functions.scm (unfold-repeats): handle dots too.
72 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
74         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
75         (backportme)
77 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
79         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
80         lyric indent.  Revert melismaBusyProperties using \unset.
82 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
84         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
86         * lily/parser.yy (command_element): allow redefinition of |
87         meaning.
89         * lily/break-align-engraver.cc (acknowledge_grob): construct
90         LeftEdge where the first cause for alignment is coming from.
91         This makes \override Staff.LeftEdge work as expected.
93         
94         * lily/slur-performer.cc (Slur_performer): add inits
96         * lily/beam-performer.cc (Beam_performer): add inits
98 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
100         * VERSION (PACKAGE_NAME): release 2.2.0
102         * scripts/convert-ly.py (conv): add 2.2.0 rule.
104 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
106         * lily/cluster.cc (height): Fix warning.
108         * lily/parser.yy: Janitorial cleanups.
110         * Documentation/user/tutorial.itely (Tutorial): Typo.
112 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
114         * lily/change-iterator.cc (process): search at multiple context
115         levels. This fixes 
117         
118         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
119         not voice-state index for tie state. This fixes a partcombine
120         problem with ties.
122         * Documentation/user/tutorial.itely (Commenting input files): add
123         note about convert-ly.
125         * input/test/cadenza-skip.ly:  new file.
127 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
129         * po/nl.po: Spelling fixes.
131         * autogen.sh (srcdir): Regenerate.
133         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
134         autogen.sh.
136         * configure.in: Use C++ to check for C++ header.
138         * po/nl.po: Update.
140         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
142         * lily/event.cc (to_relative_octave): Translatable sentence should
143         be one string.
145         * python/lilylib.py (warranty): Year range is not translatable.
146         It's 2004 already!
148         * flower/warn.cc (non_fatal_error, warning, programming_error):
149         Remove whitespace from translated string.
151 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
153         * VERSION: release 2.1.37.
155 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
157         * configure.in: check for C language.
159         * lily/source-file.cc: include strstream without h.
161         * scm/documentation-generate.scm (string-append): use name without
162         .texi.
164         * autogen.sh (srcdir): SUSE fix.
166         * Documentation/user/notation.itely (Ancient clefs): idem.
168         * Documentation/user/lilypond-book.itely (Integrating HTML and
169         music): idem.
171         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
173         * lily/change-iterator.cc (process): use find_existing_context().
175         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
177         * input/regression/repeat-unfold-tremolo.ly: new file.
179         * scm/music-functions.scm (unfold-repeats): undo music compression
180         too.
182         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
183         (LY_DEFINE): ly:music-compress new function.
185         * scm/part-combiner.scm (determine-split-list): split for voice
186         crossings
188         * input/regression/part-combine-cross.ly: new file.
190         * scm/part-combiner.scm (make-part-combine-music): don't do
191         relative inside partcombine arguments.
193         * scm/music-functions.scm (make-non-relative-music): new function.
195         * Documentation/user/notation.itely (Automatic part combining):
196         add note about \relative.
198         * lily/part-combine-iterator.cc (construct_children): add
199         start_moment_ member.
201         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
202         stem-tremolo by stem object. This fixes no stem for tremolo bug.
204         * lily/stem-tremolo.cc (print): don't crash for no-stem.
206         * Documentation/user/changing-defaults.itely (Which properties to
207         change): fixes.
209 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
211         * po/fr.po: update.
213 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
215         * input/wilhelmus.ly: More original lyrics.  Add to examples.
217         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
218         Reinstate old code that issues warning.  Fixes --srcdir build.
220 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
222         * input/wilhelmus.ly: New file.
224         * Documentation/user/notation.itely: 
225         * Documentation/user/introduction.itely:
226         * Documentation/user/tutorial.itely: Use quote ly-option instead
227         of explicit @quotation.  This fixes too long lilypond linewidths
228         resulting in overful hboxes.
230         * scripts/lilypond-book.py: Add ly-option: `quote'.
232 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
234         * tex/titledefs.tex: Avoid that the first score line is extra
235         indented if instrument is defined but not piece.
237 2004-03-30  Werner Lemberg  <wl@gnu.org>
239         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
240         `lilypond/' to info file name.
241         (@usermanref) [info]: New variant.
243         * scm/documentation-generate.scm: Fix definition of @usermanref
244         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
245         to info file name.
247 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
249         * VERSION: release 2.1.36
250         
251         * Documentation/user/changing-defaults.itely (Interpretation
252         contexts): rewrite introduction.
254 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
256         * scm/define-markup-commands.scm: Use TeX accents instead of
257         straight iso-8859-1 encoding in the doc string.
259 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
261         * Documentation/user/tutorial.itely (A lead sheet): remove extra
262         space after dotted duration.
264 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
266         * Documentation/user/introduction.itely: 
267         * Documentation/user/notation.itely:
268         * Documentation/user/tutorial.itely: Up all relative examples.
269         Enclose @lilypond displays in @quotation.  Typos and corrections.
271         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
273 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
275         * scm/music-functions.scm (make-voice-props-revert): Revert also
276         MultiMeasureRest staff-position in oneVoice.
278 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
280         * Documentation/user/changing-defaults.itely, 
281         Documentation/user/lilypond.tely: few fixes. Place no comma between
282         two options: a and b, but commas between three options: a, b, and c.
283         By this manner, grouping is possible: a and b, and c and d.
285 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
287         * Documentation/user/GNUmakefile: add rule for .nexi
289 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
291         * Documentation/user/music-glossary.tely: move glossary direntry
293         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
294         only do mkdir/install-info if INFO_INSTALL_FILES != "".
296 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
298         * stepmake/aclocal.m4: Verify that gettext configure check with
299         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
301 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
303         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
304         glob.glob for .png filenames. This catches multipage pngs.  
306         * Documentation/user/changing-defaults.itely (Determining the grob
307         property): fix references.
309         * lily/staff-symbol.cc (print): only add extent if non empty.
310         This fixes staff-container.ly.
312         * lily/timing-engraver.cc (initialize): init whichBar, so a score
313         starting with a mmrest also works.
315         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
316         PNG for texinfo too.
318         * po/lilypond.pot: update translation strings.
320         * VERSION: 2.1.35 released
321         
322         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
323         context argument too.
325         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
327         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
329         * python/lilylib.py (command_name): don't return 1st path
330         component.
332         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
333         .png case separately.
335         * python/lilylib.py (system): typo.
336         
337 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
339         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
340         run indent-region.
342         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
343         Fixes compile.
345         * lily/function-documentation.cc: Compile fix: Include <string.h>.
346         Add header.
348 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
350         * vim/lilypond-indent.vim: small fixes.
352 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
354         * Documentation/user/notation.itely (Entering lyrics): Add example
355         with correct english double quotes (at least for LaTeX output,
356         maybe not a good idea if we switch to PS as the default output
357         format).
359 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
361         * lily/staff-performer.cc (create_audio_elements): play instrument
362         changes before notes arrive. This fixes instrument of the first
363         note in a score.
365         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
366         to 1.9.0 conversion.
368         * lily/mark-engraver.cc: doc string.
370         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
372         * Documentation/user/introduction.itely (Introduction): new node.
374 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
376         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
378         * input/regression/spacing-ragged-last.ly: new file.
380         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
381         spacing.
383         * scm/font.scm: rewrite using GOOPS.
384         
385         * lily/context-def.cc (filter_engravers): derefence pointer.
387         * lily/lily-guile.cc (type_check_assignment): use
388         ly_scheme_function iso. scm_primitive_eval where possible.
390         * lily/performance.cc (output): limit channels at 15. This fixes
391         percussion inadvertently showing up in large scores.
393 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
395         * input/regression/tuplet-gap.ly: new file.
397         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
398         (print): compute gap length from number size, include italic
399         correction.
401         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
402         tuplet-bracket
404         * scm/paper.scm (set-default-paper-size): new function, to be
405         called at toplevel.
406         (set-paper-size): new function, to be called inside \paper {}
407         (set-default-paper-size): new function, to be called at toplevel.
409         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
411         * lily/beam-performer.cc (process_music): idem.
413         * lily/slur-performer.cc (process_music): stop melisma for stop event.
414         
415         * tex/titledefs.tex: remove scshape for piece.
417         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
418         font-family
420         * lily/time-signature.cc (special_time_signature): font-encoding
421         not family.
423         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
424         dynamic to head. This fixes p placement in morgenlied.
426 2004-03-23  Werner Lemberg  <wl@gnu.org>
428         * stepmake/stepmake/generic-targets.make (help): Improve text.
430 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
432         * VERSION: 2.1.34 released
433         
434         * lily/main.cc (main_with_guile): switch debugging.
436         * lily/system.cc (get_line): plug leak.
438         * lily/paper-book.cc (pages): plug memory leaks: delete page array
439         and contents.
440         (stencil2line): plug leak.
442         * Documentation/user/changing-defaults.itely (Determining a grob
443         property):  new node.
444         (Layout interfaces): new node.
445         (Navigating the program reference): new node.
447         * lily/accidental-engraver.cc (acknowledge_grob): add property
448         harmonicAccidentals
450         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
451         general cleanups.
452         
453         * input/les-nereides.ly (middleDynamics): resurrect Les
454         nereides. Remove pedal hack.
456 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
458         * input/regression/property-grace-polyphony.ly: new file.
460         * lily/translator-property.cc (execute_pushpop_property): only pop
461         one instance of the property. This fixes << \\ >> together with
462         \grace.
464         * lily/break-align-interface.cc (ordered_elements): we cannot
465         modify the #'elements property, so return reordered array.
467 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
469         * buildscripts/lilypond.words.py: remove.
470         * buildscripts/lilypond-words.py: add new, renamed file. 
471         Give generated targets and dirs explicitly in arguments.
473         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
474         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
475         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
476         
477         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
479         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
481         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
482         orders.
484         * vim/GNUmakefile: add local-uninstall target.
486         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
487         
488         * vim/vimrc: add a one-liner file.
490         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
491         vimrc in EXTRA_DIST_FILES.
493         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
495 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
497         * config.make.in: add vimdir.
499         * vim/GNUmakefile: add local-install.
501 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
503         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
504         with \lilypondifundefined{blabla}. Solves problem with multiple
505         titles in the same lilypond-book document.
507 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
509         * scm/document-backend.scm (interface-doc): sort grob list for
510         interface.
512         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
513         pre/post break align-order.
515         * spelling patch courtesy Edward Sutton.
517         * Documentation/user/changing-defaults.itely (Changing context
518         default settings): new node.
519         (Defining new  contexts): new node.
521         * scripts/lilypond-book.py (is_derived_class): use numbers
522         iso. booleans.
524         * python/lilylib.py (make_ps_images): add margin to PS images.
526         * scripts/lilypond-book.py (is_derived_class): new function. Take
527         class arg iso. object.
528         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
529         for bug in GS/dvips.
531         * lily/text-item.cc (interpret_markup): idem.
533         * scm/define-markup-commands.scm: remove split around-space hack.
535         * lily/staff-symbol-referencer.cc (get_rounded_position): new
536         function, fold WL's fixes into one function.
538 2004-03-22  Werner Lemberg  <wl@gnu.org>
540         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
541         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
542         (Note_column::head_position_interval): Do proper rounding for
543         calls to Staff_symbol_referencer::get_position.
545 2004-03-21  Werner Lemberg  <wl@gnu.org>
547         * lily/score.cc (ly_run_translator), lily/paper-def.cc
548         (Paper_def::get_paper_outputter), lily/input-file-results.cc
549         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
550         (My_lily_parser::parse_file): Improve formatting progress indication
551         sent to stdout.
553 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
555         * VERSION: 2.1.33 released.
557         * scripts/lilypond-book.py (do_file): reinstate --filter support.
559         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
561         * stepmake/stepmake/generic-targets.make: rewrite hack so no
562         warning is issued about dummy.dep.
564         * scm/new-font.scm: fix design sizes of nummer
566 2004-03-21  Werner Lemberg  <wl@gnu.org>
568         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
569         some annoying warnings from mkdir during `make install'.
571 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
573         * lily/performer-group-performer.cc (do_announces): call
574         Performer_group_performer::create_audio_elements () too.
576         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
578         * scm/define-grobs.scm (all-grob-descriptions): add property
579         break-align-orders
581         * lily/global-context.cc (get_default_interpreter): new
582         function. Override from base class, so no new Score contexts are
583         created.
585         * lily/include/stencil.hh (class Stencil): document origin field.
587         * lily/staff-symbol.cc (print): span staff-symbol on column
588         extents for non-broken columns. 
590         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
591         key-signature.
593         * tex/titledefs.tex: don't use smallcaps for piece.
595         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
596         translated stencils in the output.
598         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
600 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
602         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
603         and init ties_created_
605         * VERSION: release 2.1.32
607         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
608         doc string from IMPLEMENT_CTOR_CALLBACK().
610         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
611         that engraver is in a performer hierarchy.
613 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
615         * vim/lilypond-ftdetect.vim: new file.
617 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
619         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
620         (compose_ly): default octave should be middle C.
622         * Documentation/user/changing-defaults.itely (Layout tunings
623         within contexts): new node.
625         * lily/include/smobs.hh: document C++ smob interface.
627         * lily/function-documentation.cc: don't doc functions without
628         docstring.
630 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
632         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
633         direntry, so that `info lilypond' goes to Top.
635         * scm/output-ps.scm (polygon): Fix: add spaces.
637         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
638         solutions are now optimal too.
640         * input/test/page-breaks.ly: New file.
642         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
643         functions into safe module.
645         * lily/lily-guile.cc (ly:number->string): Do not leave space at
646         end, prepend zeros.
648         * scm/output-*.scm: Use ly:number->string rather than
649         number->string.  Makes for saner output.
651         * scm/output-ps.scm (define-fonts): Always scale by designsize.
652         Fixes feta-nummer, feta-din scaling.
654 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
656         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
658         * scm/music-functions.scm (descend-to-context): new
659         function. Similar to context-spec-music.
660         (make-time-signature-set): specify Score as descend-only. This
661         fixes the polymetric.ly example.
663         * lily/context-specced-music-iterator.cc (construct_children): add
664         support for descend-only context spec.
666         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
667         determine ez-notation letter. 
669         * lily/system.cc (get_line): start with dumping layer 3. This
670         fixes ez notation.
672 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
674         * input/test/title-markup.ly: Stress breaking harder.
676         * scm/page-layout.scm (height-score): Overfull page scores twice
677         as bad as underfull (was: by a power).
678         (walk-lines): Omit first walk-path round (breaking after new node,
679         without lines).
681         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
682         diff values are negative.
683         (output): Bugfix: treat negative vfill differently.
685         * Documentation/user/lilypond.tely (direntry): Add note about why
686         `info lilypond' brings up `Invoking LilyPond' node.
688 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
690         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
692         * lily/paper-book.cc: Remove cruft.
693         (output): Bugfix: put vfill between lines.
694         (pages): Bugfix: set page vars needed for filling.
696         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
697         (was: @ar).
699         * scm/page-layout.scm: Further development.
701         * ly/declarations-init.ly (paper): Define page-breaking.
703 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
705         * lily/note-head.cc (brew_ez_stencil): add note-names
706         property. Provides internationalization for note names.
708         * Documentation/user/changing-defaults.itely (Creating contexts):
709         new node.
711         * lily/grace-iterator.cc (process): descend to child for \grace.
713         * lily/timing-translator.cc (initialize): Timing_translator adds
714         Timing alias by itself.
716         * lily/context.cc (add_alias): new function.
718         * scm/lily.scm (tex-output-expression): new function, eval within
719         drawing API. Guards against eval vulnerabilities.
721         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
723         * scm/output-ps.scm (scm): export lily drawing API.
725         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
726         throughout.
728 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
730         * scm/page-layout.scm (optimal-page-breaking): New function.
731         
732         * lily/paper-book.cc (pages): Use it.
734 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
736         * lily/include/paper-line.hh (class Paper_line): Full smob.
738 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
740         * lily/global-context.cc (run_iterator_on_me): fix grace note
741         nesting by initting measurePosition.
743         * lily/timing-translator.cc (initialize): do no init
744         measurePosition
745         
746         * lily/include/music-output-def.hh (class Music_output_def): add
747         input_origin_ field.
749         * Documentation/user/changing-defaults.itely (Changing context
750         properties on the fly): new node.
752         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
753         function. Only have smobbed_copy (), and do not provide
754         smobbed_copy() for non-simple smobs. Changes throughout.
756 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
758         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
759         start_moment_. Fix by Doug A. Linhardt.
761 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
763         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
764         accidentals for harmonic notes.
766         * lily/note-collision.cc (check_meshing_chords): don't merge heads
767         of different style. (Thanks to Doug Linhardt).
769         * Documentation/user/changing-defaults.itely (Scheme tutorial):
770         new node.
772 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
774         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
776         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
777         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
778         vim/lilypond-indent.vim: doc targets and deps in comments.
780 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
782         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
784         * lily/system.cc (get_line): Return Paper_line.  Change all users.
786         * lily/include/paper-line.hh:
787         * lily/include/paper-line.cc: New file.
789 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
791         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
793         * GNUmakefile.in: remove stray make out=www
795         * input/test/bagpipe.ly (gcdg): octave fixes.
797         * scm/define-markup-commands.scm (number): use font-encoding
798         iso. font-family
800         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
801         font-encoding.
802         
803 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
805         * lily/parse-scm.cc: compile-bugfix: add missing header files for
806         `output_format_global' and `PAGE_LAYOUT'.
808 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
810         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
811         lily functions in safe mode.
813         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
814         Print filename for HTML, LATEX, before texidoc.
816         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
817         instructions in output-ps module.
819         * scm/lily.scm: Do not load output-ps module.
821         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
822         safe mode.
824 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
826         * lily/span-dynamic-performer.cc (process_music): remove spurious
827         warning.
829         * lily/context-def.cc (Context_def): init name to ""
831         * lily/font-interface.cc: add font-encoding property.
833         * scm/lily.scm (chain-assoc-get): bugfix.
835         * lily/paper-book.cc (stencil2line): protect static SCM.
837         * lily/font-interface.cc (text_font_alist_chain): rename function,
838         and use text-font-defaults. 
840         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
842         * scm/paper.scm (paper-set-staff-size): use new function.
844         * scm/new-font.scm (make-font-tree): new function.
846 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
848         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
850         * scm/lily.scm (get-output-module): New function.
851         (output-alist): Remove ,ps-output-expression.
853         * scm/output-tex.scm (ps-output-expression): New function.
855         * scm/output-ps.scm (ps-output-expression): Remove.
856         (header, start-page): Output page metadata.
858         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
859         initialise output_module_.  Do not write part of header.
860         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
861         (output_header): Output full header.
863         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
864         FIXME.
866 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
868         * scm/new-font.scm: new file. Tree based font lookup.
870         * scm/lily.scm (assoc-get): take default argument. Remove
871         assoc-get-default.
872         (chain-assoc-get): use chain-assoc-get everywhere.
874         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
875         autobeamsettings conversion bug.
877         * lily/include/global-context.hh (Context): clean-up data hiding.
879         * lily/include/music-iterator.hh (class Music_iterator): clean-up
880         data hiding.
882         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
884         * input/regression/stem-shorten.ly: add chord case.
886         * lily/stem.cc (get_default_stem_end_position): shorten stems
887         triggered by note-head positions, not by forced-direction. This
888         fixes a bug with too short stems.  
890 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
892         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
893         Lilypond_snippet.output_latex): Always call output_print_filename.
895         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
896         expand pages.
898 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
900         * scm/part-combiner.scm (make-autochange-music): switch rests
901         before switched notes too.
903         * lily/figured-bass-engraver.cc (process_music): change calling
904         convention.
906         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
908         * scm/define-markup-commands.scm (bracketed-y-column): new markup
909         command.
911         * lily/include/stencil.hh (class Stencil): add origin field.
913         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
914         function.
916         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
918         * lily/lexer.ll: remove support for \$ and $ in identifiers
920         * lily/sequential-iterator.cc: remove copy_grace_fixups
921         (get_grace_fixup): slight abstraction of fixup code.
923         * input/test/title-markup.ly (spaceTest): vary staff sizes.
925 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
927         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
928         in insert-mode. add indenting rules.
930 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
932         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
933         protect hack.
935         * scm/page-layout.scm:
936         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
937         layout and titling should now match external latex based version.
939         * scm/output-tex.scm (output-scopes): Bugfix: only write string
940         header fields.
942         * ps/lilyponddefs.ps: Remove automatic page layout.
944         * scm/output-ps.scm (new-start-system): New interface function.
946         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
948         * lily/paper-book.cc (output): Bugfix.
950 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
952         * VERSION (MY_PATCH_LEVEL): release 2.1.30
953         
954 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
956         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
957         direntries.
959         * ps/lilyponddefs.ps: Bugfix.
961         * input/regression/multi-measure-rest-instr-name.ly: Typo.
963 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
965         * lily/auto-beam-engraver.cc (create_beam): add Stem as
966         cause. This should fix warnings.
968         * mf/feta-slag.mf (trill_ne): fix upmordent size.
970         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
971         prevent aligned 6ths.
973         * lily/custos.cc (print): remove adjust-if-on-staffline.
975 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
977         * lily/paper-book.cc: Do header and footer.
979 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
981         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
983         * scm/paper.scm (lineheight): Remove
984         (head-sep, foot-sep): Add.
986 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
988         * mf/feta-schrift.mf: reduce portato thickness.
990         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
992         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
993         programming_error ().
995         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
996         bracket to last command column.
998         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
999         continues on next/prev system.
1001         * input/regression/pedal-end.ly: new file.
1003 2004-03-10  Werner Lemberg  <wl@gnu.org>
1005         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
1006         Remove pmx2ly stuff.
1007         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
1009 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1011         * scm/page-layout.scm: New file.
1013         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
1014         settings.
1015         (Lilypond_snippet.is_outdated): Also check for PNG file.
1016         Workaround for interrupted (web) builds.
1018         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
1020         * ps/lilyponddefs.ps: Use only very small top-marging.
1021         (init-paper): Also pop page size string.
1022         (start-page, stop-page): New function.
1024         * scm/output-ps.scm (header-end): Remove stray exec commands.
1026 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1028         * lily/input-file-results.cc (do_one_file): use new Paper_book()
1030         * lily/score.cc (default_rendering): clean protection.
1032         * lily/paper-book.cc (mark_smob): implement smob marking.
1034         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
1036         * Documentation/user/*.itely: user manual edits. 
1038 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1040         * Documentation/user/converters.itely (Invoking musedata2ly):
1041         remove pmx2ly.
1043         * scripts/pmx2ly: remove script.
1044         
1045 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1047         * lily/score.cc (default_rendering): Protect paper-book members.
1049         * lily/paper-def.cc (smobbed_copy): New method.
1051         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
1052         switch runtime.
1054         * lily/include/music-output.hh (process): Change signature to
1055         return SCM.
1057         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
1058         method.
1060         * lily/paper-score.cc (process): Return stencils rather than
1061         outputting directly.  Remove paper-book kludge.  Delete grobs.
1062         (output): Remove.
1064         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
1066         * lily/score-engraver.cc (get_output): Do not reset pscore_.
1068         * lily/score.cc (default_rendering)
1069         (ly_render_output): Move adding paper-score two levels up.
1071         * lily/system.cc (get_line):
1072         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
1074 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1076         * scm/font.scm (paper20-font-vector): add more design sizes for
1077         number.
1079         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
1080         feta-nummber{5,7,11,13}.
1082         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
1083         for 12pt design size. 
1085 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1087         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
1089 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1091         * lily/font-select.cc (properties_to_font_size_family): Fix
1092         warning message.
1094         * Experimental PostScript latin1 encoding:
1095         
1096         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
1098         * scm/output-ps.scm: Experimental encoding using reencode-font.
1099         * scm/font.scm: Add latin1 `font-shape'.
1100         
1101         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
1103         * ps/lilyponddefs.ps (reencode-font): New function.
1105         * lily/paper-book.cc (get_pages): Simplistic page breaking.
1107         * scm/output-tex.scm (start-page):
1108         (stop-page): New interface function.
1110 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1112         * lily/paper-outputter.cc (output_expr):
1113         (output_header):
1114         (output_line): New method.
1116         * lily/system.cc (get_line):
1117         (get_lines): New method.
1118         (output_scheme):
1119         (output_line): Remove.
1121         * scm/lily.scm (make-title): New function.
1123         * lily/paper-book.cc: 
1124         * lily/include/paper-book.hh: New file.
1126         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
1127         ly-modules.hh).
1129         * lily/ly-module.cc (ly_modules_lookup): New function.
1131         * lily/main.cc (main_with_guile): Move memory leak debug code back.
1133         * scm/output-ps.scm (make-title): Remove.
1134         (output-scopes): Junk header-title test.
1136 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1138         * mf/feta-schrift.mf: thicker dot for portato.
1140         * lily/accidental-placement.cc (position_accidentals): bugfix in
1141         offset, this fixes right-padding of AccidentalPlacement.
1143         * lily/[h-z]*.cc: () formatting.
1145         * Documentation/user/tutorial.itely (An orchestral part): more
1146         fixes for the tutorial.
1148         * scm/translation-functions.scm (fraction-tuplet-formatter):
1149         reverse fraction.
1151         * lily/parser.yy (context_def_spec_block): use \context instead of
1152         \translator.
1154         * lily/[a-g].cc: () style cleanup.
1156         * Documentation/user/tutorial.itely (Automatic and manual beams):
1157         editing of tutorial.
1159 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1161         * buildscripts/mf-to-table.py (base): write encoding name.
1163 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1165         * Documentation/user/GNUmakefile (local-install-info): Issue
1166         warning (for packager, ie, if not installing in /usr or /usr/local).
1168         * lily/stencil-scheme.cc: 
1169         * lily/staff-symbol-referencer.cc: 
1170         * lily/script-column.cc: 
1171         * lily/pitch.cc: 
1172         * lily/music.cc: 
1173         * lily/grob-pq-engraver.cc: 
1174         * lily/font-interface.cc: 
1175         * lily/music-output-def.cc: 
1176         * lily/duration.cc: 
1177         * lily/grob-scheme.cc:
1178         * lily/context-scheme.cc: Put scheme name on first line in
1179         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
1180         style cleanups.
1182         * stepmake/stepmake/scm-vars.make: 
1183         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
1184         Rename and split TAGS_FILES.
1186         * GNUmakefile.in (ALL-TAGS): Remove.
1187         
1188         * stepmake/stepmake/generic-targets.make (TAGS): Also include
1189         deeper TAGS files.  Fixes regexp tags in TOP dir.
1191 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1193         * VERSION: 2.1.29 released.
1194         
1195         * Documentation/user/changing-defaults.itely (Changing defaults):
1196         new file.
1198         * Documentation/user/notation.itely (Notation manual): rename from 
1199         refman.itely
1201         * Documentation/user/notation-appendices.itely (The Feta font):
1202         new file.
1204         * Documentation/user/advanced.itely: add aborted attempt for
1205         advanced topics manual.
1207 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1209         * scm/new-markup.scm: display Markups in sane format. Patch by
1210         Nicolas Sceaux.
1212 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1214         * lily/main.cc: Cleanups.
1215         (setup_localisation): New function.
1216         (sane_putenv): Remove.
1217         (main_with_guile): New name (Was: main_prog).  Remove musings
1218         about possible preparation for GUILE heavy memory usage and
1219         practical uselessness.  Do not set environment variables
1220         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
1221         name juggling.
1222         (parse_argv): New function.
1223         (copyright): New function.  It's 2004 already.
1225         * lily/input-file-results.cc (do_one_file): Add file name juggling.
1226         (distill_inname): Move from main.
1228 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1230         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
1232         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
1234         * Documentation/user/running.itely: new file.
1236         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
1238         * lily/score-performer.cc (finish): call Translator::finalize ().
1240 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
1242         * lilypond-ftpplugin.vim: renamed to the following file.
1243         * lilypond-ftplugin.vim: new file.
1245         * GNUmakefile.in: update VIM_FILES.
1247 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1249         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
1250         props.
1252         * input/test/tie-sparse.ly: remove.
1254         * lily/tie-performer.cc (try_music): copy & paste from
1255         Tie_engraver.
1257         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
1258         variable_ref twice.
1260         * lily/key-performer.cc (create_audio_elements): use
1261         alterations-in-key.
1263         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
1265 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
1267         * input/test/smart-transpose.ly: fix cases fes->e and similar.
1268         handle also quarter tones (not shown as tests). test also flats.
1270         * Documentation/index.html.in: small fixes.
1272 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1274         * input/regression/new-markup-scheme.ly: Typo.
1276         * scm/define-markup-commands.scm (fill-line): New markup.
1278         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
1279         (output-paper-def): Fix alignment.
1280         (make-title): Fix height/width scaling.
1282         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
1284         * input/test/title-markup.ly: Add remaining titles.  Layout and
1285         font size fixes.  Add simplistic latin1 test.
1287 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
1289         * input/test/nested-groups.ly: remove. move content (to next). 
1290         * input/test/staff-bracket.ly: replace content (from prev), this 
1291         has been already in templates.
1293 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1295         * stepmake/autogen.sh: Only issue warning about running configure
1296         without arguments when autogen.sh will actually be running
1297         configure.
1299 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1301         * scm/new-markup.scm (stack-stencil-line): robustness.
1303         * scm/define-markup-commands.scm (simple): robustification of
1304         simple-markup.
1306         * Documentation/user/music-glossary.tely (Top): change central C
1307         to middle C.
1309         * lily/text-item.cc (interpret_markup): cache make-simple-markup
1311 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1313         * input/test/title-markup.ly (spaceTest): Add.
1315         * lily/text-item.cc (interpret_markup): Make line markup from
1316         multi word markup.
1318         * scm/define-markup-commands.scm (word): New markup command.
1319         (simple): Use it.
1321         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
1323 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
1325         * vim/ftplugin/lilypond.vim:
1326         * vim/syntax/lilypond.vim: use only local settings with setlocal.
1327         show matching paren in insert mode.
1329 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1331         * scm/output-ps.scm (make-title, output-scopes): Further
1332         development.
1334         * input/test/title-markup.ly: New file.
1336         * ps/lilyponddefs.ps: Disable PostScript titling.
1338         * lily/paper-score.cc (process): Quote PORT argument to make-title.
1340 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1342         * lily/arpeggio.cc (width_callback): remove padding.
1344         * scm/define-grobs.scm (all-grob-descriptions): add padding.
1346         * scm/define-music-types.scm: remove make-music-by-name.
1348         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
1350 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1352         * lily/paper-score.cc (process): Output titles using make-title.
1354         * scm/output-ps.scm (output-stencil): Display directly instead of
1355         constructing string.
1356         (make-title): New function.
1358 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1360         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1361         music), Documentation/user/invoking.itexi (Invoking lilypond): 
1362         Move documentation of LaTeX packages for latin1 characters to the
1363         lilypond-book manual.
1365 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
1367         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
1369         * vimrc: add menu in console and shortcut <F10> for it.
1371         * vim/:
1372         * vim/compiler/:
1373         * vim/syntax/:
1374         * vim/indent/:
1375         * vim/ftplugin/: new directories.
1376         
1377         * vim/filetype.vim: new file.
1379         * lilypond.vim: remove files (see next).
1380         * vim/syntax/lilypond.vim: new, renamed file (see prev).
1382         * vimrc: remove file (see next).
1383         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
1385         * vim/ftplugin/lilypond.vim: change dir for dictionary.
1386         add header. apply bindings only locally.
1388         * vim/indent/lilypond.vim: new file.
1390         * vim/ftplugin/lilypond.vim: remove errorformat.
1391         * vim/compiler/lilypond.vim: new file for errorformats.
1393         * Documentation/topdocs/INSTALL.texi: give easier orders.
1395         * ROADMAP: add vim/
1397 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1399         * Documentation/user/introduction.itely (Introduction): Use @image
1400         iso @html <img...>.  Add workaround for images in columns in info.
1402         * stepmake/aclocal.m4: Store computed version in variable.
1404         * configure.in: Export MAKEINFO_VERSION.
1406         * config.make.in (MAKEINFO_VERSION): Add.
1408         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
1410         * Documentation/user/GNUmakefile: Only build info with images when
1411         building web.
1413         * GNUmakefile.in (install-WWW): Visit Documentation/user.
1415         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
1416         stuff from documentation-targets.make
1418 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1420         * VERSION: 2.1.28 released
1421         
1422         * scripts/convert-ly.py (conv): 
1424 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
1426         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
1427         \arpeggioBoth. redefine \arpeggioBracket.
1429         * Documentation/user/refman.itely: document new arpeggio
1430         functions.
1432         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
1434         * input/regression/arpeggio-bracket.ly: apply convert-ly.
1436         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
1438 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1440         * Documentation/user/introduction.itely (Automated engraving):
1441         rewrite introduction using website text.
1443 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1445         * scm/*.scm: make-music-by-name is replaced by make-music, which
1446         also accept music property settings, eg:
1447           (make-music 'TextScriptEvent 'direction DOWN 'text
1448               (make-simple-markup x))
1450         Patch courtesy Nicolas Sceaux
1452         * lily/beam-quanting.cc: cleanup, separate counts for left and
1453         right beam ends.
1455         * lily/side-position-interface.cc (quantised_position): also
1456         quantize staccato position for forced stem directions. 
1458 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1460         * scm/*.scm: Patch by Nicolas Sceaux: 
1462         * scm/music-functions.scm: ly:grob-property and ly:music-property
1463         are made procedure with setters.
1465         * scm/*.scm: replace ..-set-property! with set! (..-property  )
1466         
1467 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
1469         * input/test/[t-v]*.ly: finish rewriting texidocs.
1471         * input/test/vaticana.ly: remove.
1472         * input/test/ligature-vaticana.ly: new, renamed file name.
1474         * input/test/stem-centered.ly: remove.
1475         * input/test/mensural-note-heads.ly: new file. take content from
1476         removed file stem-centered.ly.
1478         * input/test/scales-greek.ly: simplify.
1480         * input/test/s*.ly: reformulate texidocs.
1481         
1482         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
1483         of missing features.
1485 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
1487         * input/test/[j-o]*.ly: update texidocs.
1489 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1491         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
1493         * Documentation/topdocs/NEWS.texi: Add note about info docs with
1494         images.
1496         * Documentation/user/lilypond.tely (@direntry): Update.
1498         * stepmake/stepmake/documentation-targets.make
1499         (install-info,uninstall-info): Install into $(package_infodir).
1500         Install images.  Run install-info to update dir.
1502         * config.make.in (package_infodir): Add.
1504         * Documentation/user/GNUmakefile (info-with-images,
1505         local-install-info, local-uninstall-info): New target.
1507 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1509         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
1510         gap/threshold.
1512         * lily/beam-quanting.cc (score_slopes_dy): remove
1513         ROUND_TO_ZERO_SLOPE kludge.
1515         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
1517         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
1519         * lily/global-context.cc (Global_context): alway accept Score
1520         (run_iterator_on_me): cast Context to Score_context, not
1521         Context_def.
1523         * Documentation/user/refman.itely: documentation patch by Edward
1524         Sanford Sutton.
1526         * mf/GNUmakefile: unset sauter-fonts.
1528 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1530         * scripts/lilypond-book.py (output_texinfo): Output @image
1531         descriptions for info too.
1533         * input/test/chord-names-jazz.ly: 
1534         * input/test/embedded-scm.ly: Clarify.
1536         * input/test/cautionaries.ly: Typo.
1538         * lily/input-smob.cc (ly_input_location): Compile fix.
1540 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1542         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
1544         * ly/engraver-init.ly: move \grobdescriptions to Global. This
1545         fixes problems with system defaults being reverted with \override
1546         on Score level.
1548         * lily/global-context.cc (Global_context): apply property-ops to
1549         Global_context too. 
1551 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1553         * scm/output-ps.scm (stencil->string): Rewrite.
1555 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
1557         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
1558         impersonal style.
1560 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1562         * lily/input-smob.cc (ly_input_location: New function.
1564         * scm/define-markup-commands.scm (upright): New markup command.
1566         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
1568         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
1570         * scm/output-ps.scm (output-stencil): New function.
1572         * scripts/lilypond-book.py (do_file): Bugfix: change search order
1573         of snippet types; fixes @ignore and @verbatim blocks.
1575 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
1577         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
1578         to a file in printed documentation, instead, refer either to a 
1579         syntax or to an output.
1581 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1583         * input/regression/beam-center-slope.ly: Add test.
1585 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1587         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
1588         (SAUTER_FONTS): Reinstate.
1590         * scm/define-markup-commands.scm (caps): New markup command.
1592         * scm/output-ps.scm (output-scopes): Experimental markup output.
1594         * scm/: Add missing headers.
1596         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
1598         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
1600 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1602         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
1603         Stray style cleanups.
1605 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1607         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
1608         no dot combination.
1610         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1611         substitute \override Staff.autoBeamSettings too
1613         * Documentation/user/tutorial.itely: proofreading fixes by David
1614         Bobroff
1616 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1618         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
1620         * ps/music-drawing-routines.ps: 
1621         * ps/lilyponddefs.ps: Add end markers.
1623 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1625         * VERSION: 2.1.27 released.
1626         
1627         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
1629         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
1630         obey documentation.
1632 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1634         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
1636         * scm/output-ps.scm: Resurrect.
1637         
1638         * scm/output-tex.scm: Minimal cleanups.
1640         * scm/paper.scm (paper-set-staff-size): Add lineheight.
1642         * make/ly-rules.make: Remove any broken lily-*.tex files before
1643         lilypond-book run.
1645         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
1646         comment.
1648         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
1649         Enabled by default, may save 10% compile time.
1651 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1653         * lily/lyric-phrasing-engraver.cc: remove
1654         
1655         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
1656         longer necessary. 
1658         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
1659         so lyric-phrasing-engraver is no longer necessary.
1661         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
1662         Grob_pq_engraver from Staff.
1664         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
1665         busyGrobs directly.
1667         * input/regression/quote-transposition.ly: new file.
1669         * lily/recording-group-engraver.cc (stop_translation_timestep):
1670         store instrumentTuning too. 
1672         * lily/quote-iterator.cc (process): transpose events using
1673         instrumentTuning.
1675         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
1676         -> \tuning <pitch>
1678         * lily/parser.yy (command_req): add \tuning command for setting
1679         instrument tuning of staff.
1681         * Documentation/user/GNUmakefile
1682         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
1684         * Documentation/user/refman.itely (Customized accidental rules):
1685         typo.
1687 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
1689         * Documentation/user/music-glossary.tely: remove the missing norwegian
1690         translation; they can be put in later properly.
1692 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1694         * lily/recording-group-engraver.cc (start_translation_timestep):
1695         init Recording_group_engraver twice.
1697 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1699         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
1700         stray style cleanups:
1702         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
1703         -Wmissing-prototypes.
1705         * flower/include/killing-cons.tcc (Killing_cons): Add template
1706         specifier for car_.
1708         * flower/include/parray.hh (binsearchs): Add template specifier
1709         for maxkey.
1711         * flower/include/interval.hh: Declare elem () with template specfier.
1713 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
1715         * elisp/lilypond-indent.el (get-buffer-size): add customization
1716         groups for several variables (Reuben Thomas).
1718 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1720         * Documentation/user/invoking.itexi (Point and click): add index
1721         entry.
1723         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
1724         go under beam.
1726         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
1727         sarabande beam. 
1729         * flower/warn.cc (programming_error): cross fingers not thumbs.
1731         * lily/rest.cc (polyphonic_offset_callback): return 0 when
1732         staff-position is set.
1734         * VERSION: release 2.1.26 
1735         
1736         * scm/chord-entry.scm (construct-chord): process transposition
1737         after processing explicit-11.  
1739 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1741         * lily/parser.yy (add_quote): add syntax for adding quotes:
1742         \addquote "id-string" Music
1744         * scripts/lilypond-book.py (do_file): do not overwrite input file.
1746         * scripts/convert-ly.py (conv): add rules for name changes.
1748         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
1749         music/context/grob property functions. Internally, use
1750         get_property() and set_property() for both.
1752 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
1754         * elisp/lilypond-mode.el (get-buffer-size): define new function,
1755         for Emacs <= 20 (Laurent Martelli).
1757 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1759         * lily/parser.yy (command_element): extract quoted vector in
1760         parser.
1762         * input/regression/quote.ly: new file.
1764         * lily/sequential-iterator.cc (process): only process if moment >= 0.
1766         * lily/parser.yy (command_element): \quote DURATION NAME: support
1767         cue notes. 
1769         * lily/quote-iterator.cc (class Quote_iterator): new file.
1771 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1773         * lily/auto-beam-engraver.cc (try_music): accept and process
1774         beam-forbid-event.
1776         * input/regression/auto-beam-no-beam.ly: new file.
1778 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1780         * lily/accidental.cc (print): Change font-relative-size ->
1781         font-size. Fixes cautionary-style = smaller.
1783 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1785         * lily/system-start-delimiter.cc (staff_brace): remove
1786         font-relative-size
1788         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
1789         forgotten with scm_list_n. Fixes spurious coredumps.
1791         * lily/accidental-engraver.cc (stop_translation_timestep): move
1792         update of localKeySignature to stop_translation_timestep (). This
1793         makes sure that all ties are noticed at the right moment.
1794         (stop_translation_timestep): clear tie only when right-side
1795         notehead was seen.
1796         (number_accidentals_from_sig): cleanup. 
1798         * input/regression/accidental-tie.ly (mus): new file
1800         * input/regression/tie-accidental, tie-break-accidental.ly: remove
1801         these longish tests.
1803 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1805         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
1807         * THANKS: update bugreporter list.
1809         * lily/beam.cc (print): broken beams last until end of staff.
1810         (print): broken beams start from prefatory matter.
1812         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
1814         * lily/paper-score.cc (process): dump header only once.
1816         * lily/paper-outputter.cc (Paper_outputter): move logic into
1817         Scheme.
1819         * scm/output-tex.scm (output-scopes): new function.
1820         (output-paper-def): new function
1821         (tex-string-def): new function
1822         (symbol->tex-key): new function
1824         * scripts/convert-ly.py (conv): add rule for | ~
1826 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
1828         * input/regression/{many}.ly: refresh, trying to guess how
1829         it was designed.
1831 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1833         * VERSION: release 2.1.25
1835         * scm/define-translator-properties.scm
1836         (all-user-translation-properties): add printOctaveNames
1838         * ly/engraver-init.ly: remove Note_event_swallower from
1839         NoteNamesContext.
1841         * lily/note-name-engraver.cc (process_music): new property
1842         printOctaveNames
1844         * lily/context.cc (find_existing_context): remove support for
1845         Current.
1847         * scm/music-functions.scm (set-accidental-style): new function;
1848         duplicate accidental macros.
1850         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
1852         * lily/note-name-engraver.cc (process_music):
1853         process_acknowledged_grobs () -> process_music ()
1855         * scm/part-combiner.scm (determine-split-list): robustification.
1857 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1859         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
1860         lines for falling into beam-gap.
1861         (score_forbidden_quants): check all staff lines for falling in
1862         beam gaps.
1864         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
1865         key/clef/time signatures. 
1867         * input/test/ossia.ly: revise example.
1869         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
1870         cleanup.
1871         
1872         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
1873         comply to Scheme standard.  Remove ly:get-paper-variable
1875 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1877         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
1879 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1881         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
1882         properties from Voice context. This fixes accidental size for
1883         staff-switches during grace contexts.
1885         * lily/note-collision.cc (check_meshing_chords): only wipe heads
1886         if necessary. Else, simply wipe dots.
1888         * input/test/beam-alternate.ly: new file
1890         * input/test/piano-staff-distance.ly: new file.
1892         * lily/translator-group.cc (recurse_down_translators): use
1893         Direction for bottom-up/top-down.
1895         * lily/include/translator.hh (class Translator): add
1896         process_music() and do_announces(). This obviates
1897         recurse_down_{engravers,performers}.
1899         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
1900         \melisma and \melismaEnd
1902         * lily/melisma-engraver.cc (process_music): change to
1903         Melisma_translator, unify with performer. Accept
1904         ManualMelismaEvent.
1906         * ly/engraver-init.ly: add Font_size_engraver.
1908 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
1910         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
1911         it hara-kiri.
1913         * input/regression/{many}.ly: improve descriptions trying to figure
1914         out what is tested.
1916 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1918         * lily/slur.cc (broken_trend_offset): robustness fix.
1920         * VERSION: release 2.1.24
1922         * lily/context.cc (find_create_context): go to Score if it exists.
1924         * lily/context-scheme.cc: new file.
1926         * lily/score-translator.cc (get_output): new file.
1928         * lily/include/grob-info.hh: origin_contexts() now does not
1929         include the originating engraver
1931         * lily/translator-group.cc (translator_each): clean up contents,
1932         remove superfluous stubs. Engraver_group_engraver and
1933         Performer_group_performer are the only classes using multiple
1934         inheritance.
1936         * lily/include/score-context.hh (class Score_context): interface
1937         between Score_{engraver,performer} and Global_context.
1939         * lily/include/global-context.hh (Context): change from
1940         global-translator. This is the entry point for contexts; it is not
1941         tweakable using \translator{}. Score is no longer the top context,
1942         but sits underneath Global.
1944         * lily/include/context.hh (class Context): brain surgery: split
1945         out Context functionality from Translator_group. Context is now a
1946         separate type from Translator.
1948 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1950         * lily/include/translator.hh (class Translator): make
1951         get_score_context() and get_global_translator (), and use the one
1952         which is appropriate.
1954         * lily/context.cc: partially put functionality of Translator_group
1955         into Context.
1957         * lily/include/context.hh (Translator): new class: put between
1958         Translator and Translator_group. 
1960         * lily/new-accidental-engraver.cc: remove file.
1962 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
1964         * input/regression/{many}.ly: improve descriptions: use complete 
1965         sentences, try to describe what is tested, avoid `we´, do not use 
1966         don't, ... 
1968 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
1970         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
1971         is at EOL.
1973         * Documentation/user/lilypond.tely: declare the topmost node only
1974         once; removes empty line in @contents.
1976         * Documentation/user/music-glossary.tely: really add Finnish author.
1977         Draw more beatiful `->´ arrow in html: &rarr;
1979 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1981         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
1983         * scripts/convert-ly.py (conv): add ly:music-list  change.
1985         * lily/grob.cc: edit doc string.
1987         * scm/define-grob-properties.scm (all-user-grob-properties):
1988         proofreading, editing of doc strings.
1990         * input/regression/tablature-string-tunings.ly: new file.
1992         * lily/staff-symbol-engraver.cc (process_music): new engraver,
1993         listen to stringTunings
1995         * lily/align-interface.cc (align_elements_to_extents): remove Grob
1996         for self-alignment-[XY] code.
1998 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2000         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
2001         cond) into function. Cleanup.
2003         * lily/text-spanner.cc: remove text-repeat-if-broken property.
2004         
2005         * VERSION (PACKAGE_NAME): 2.1.23 released
2007 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
2009         * Documentation/user/{refman,internals}.itely: small fixes.
2011 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2013         * lily/accidental-engraver.cc (acknowledge_grob): don't make
2014         accidentals for harmonic notes
2016         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
2017         for harmonic notes.
2019         * scm/document-backend.scm (interface-doc): prune Grob
2020         documentation: don't duplicate interface information.
2022         * lily/*.cc: lots of updates of doc strings.
2024 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2026         * input/test/ac-extra-voice.ly (accompany): remove file.
2028         * input/test/maximum-rest-count.ly: remove file.
2030         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2031         conversion rule for \translator { }. Apply everywhere.  
2033         * lily/parser.yy (music_property_def): set property for \once in
2034         the PropertyMusic itself, not the ContextSpec.
2035         (property_operation): change syntax within \translator { }
2037         * scm/define-music-properties.scm (all-music-properties): clean up.
2039         * lily/auto-beam-engraver.cc (test_moment): use
2040         updated_grob_properties() to retrieve autoBeam settings.
2042         * lily/spacing-spanner.cc: bound shortest_playing_len by
2043         measure_length
2045         * lily/spacing-engraver.cc (acknowledge_grob): ignore
2046         multi-measure events for spacing computation.
2048         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
2049         elliptical, to 1.49.
2051         * lily/rest.cc (polyphonic_offset_callback): new function. Do
2052         vertical positioning for polyphony, without RestCollision object.
2054         * lily/note-column.cc (add_head): prevent rests & note heads on
2055         one stem.
2057         * lily/rest-collision.cc (do_shift): ignore rests with beams.
2058         (do_shift): rewrite only-rests case: use common refpoints: the
2059         routine will have sensible results when other rest-translations
2060         have taken place.
2062         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
2063         < 0 case. 
2065         * VERSION: 2.1.22 released
2066         
2067         * input/GNUmakefile (SUBDIRS): remove ascii-art
2069 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2071         * input/: Convert ly files that still had \property.  Fixes make
2072         web.  Remove exta spaces around '='. 
2074         * scripts/convert-ly.py (conv): Redundant space fixes.
2076         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
2078 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2080         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
2081         create scalable PS and PDFs  for input/{test,template,regression}.
2083         * lily/context.cc (is_alias): move function.
2084         (is_alias): add Bottom as context alias. 
2085         (find_create_translator): add Bottom as a context alias for creation.
2087         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
2089         * lily/parser.yy (music_property_def): new syntax for property
2090         assignments:
2092         \set A.B = #C , \unset A.B
2093         \override A.B #C = #D, \revert A.B #C 
2095         * lily/my-lily-lexer.cc: remove \property
2097 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2099         * Documentation/user/refman.itely: add dots after seealso refs.
2101         * input/template/{many}.ly: harmonise descriptions.
2103         * Documentation/user/music-glossary.itely: add Finnish author.
2105 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2107         * VERSION (PACKAGE_NAME): release 2.1.21
2109 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2111         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
2113         * scripts/lilypond-book.py (snippet_res): @include filename must
2114         not be empty.
2116 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2118         * scm/documentation-generate.scm (markup-doc-string): dump
2119         markup-commands.tely
2121         * scm/define-markup-commands.scm (override): new file.
2122         Move documentation from refman into doc-strings. 
2124         * input/test/staff-container.ly: fix example.
2126         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2127         StaffContainer
2129         * lily/grob.cc: remove point_dimension_callback
2130         (Grob): read forced dimensions from X-extent and Y-extent.
2131         (get_paper): remove preset_extent.
2133         * scm/define-grobs.scm (all-grob-descriptions): remove
2134         point_dimension_callback. 
2136         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
2137         textscript to head. This makes no-spacing-rods work on
2138         DynamicText.
2140         * lily/chord-name.cc: remove props chord, bass, inversion.
2142         * Documentation/user/appendices.itely: add Scheme functions,
2143         context-properties and layout properties to manual.
2145         * scm/part-combiner.scm (determine-split-list): include rests in a
2146         solo1/2 sequence.
2148         * lily/new-part-combine-iterator.cc (substitute_both): new
2149         function.
2150         (class New_pc_iterator): add separate Voice=solo context, fixes
2151         autobeams going from chords to solo.
2153 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2155         * Documentation/user/invoking.itexi (Editor support): Fix typo.
2157         * Documentation/user/tutorial.itely:
2158         * Documentation/user/refman.itely: Add short note about being part
2159         of lilypond.tely.
2161         * COPYING: Make note more clear with respect to files that are
2162         explicitely licenced otherwise (Documention/user/ comes to mind).
2163         
2164         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
2165         comment about barfing of @c,{}.
2167         * Documentation/user/music-glossary.tely: Add list of authors.
2169         * stepmake/stepmake/library-rules.make: Thank Nelson only in
2170         source (was: also in build log).
2172 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2174         * lily/side-position-interface.cc (general_side_position): if
2175         staff-padding is set, then include staff in support too.
2177         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
2178         module workbook
2180         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
2182         * lily/tuplet-engraver.cc: remove tupletInvisible
2184         * scm/define-translator-properties.scm: cleanup, separate in
2185         internal and user props. 
2187         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
2188         LyricsVoice -> Lyrics
2190         * lily/new-part-combine-iterator.cc (process): only print warning
2191         for symbols.
2193 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2195         * scm/part-combiner.scm: Add proper header.
2197         * All but lily/*: The great --2003 --2004 replace; the missing
2198         `bits'.
2200         * TODO: Fix outline mode.  Add book notes.
2202         * ROADMAP: Update.
2204 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2206         * scm/part-combiner.scm (make-autochange-music): use
2207         accumulator. Fixes stack overflow.
2209         * lily/*: rename brew_molecule -> print , molecule-callback ->
2210         print-function
2212         * scm/define-grob-properties.scm: cleanup. Separate into internal
2213         and user properties.
2215         * lily/translator-property.cc (updated_grob_properties): new
2216         function
2217         (execute_pushpop_property): change to new convention:
2218         object property inits are stored as (cons ALIST BASED-ON). This
2219         storage format allows concurrent tweaks in different contexts.
2221 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2223         * TODO: new file.
2225 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2227         * debian/: Late Debian update (sorry Anthony).
2229         * scripts/lilypond-book.py (do_file): Look for input_file in
2230         include path, or ask kpathsea if LATEX.
2232         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
2233         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
2234         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
2235         --header=texidoc.
2237         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
2238         relative.
2240         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
2241         only when filtering, default to input_base otherwise.  Coding
2242         style fixes.
2244 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2246         * lily/include/translator.hh (class Translator): add virtual
2247         qualifier.
2249 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2251         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
2253 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2255         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
2257         * Documentation/user/refman.itely: Run texinfo-all-menus-update
2258         (fixes make web).
2260         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
2261         live in $(out)-www).
2263         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
2264         dependencies.  Add link to .ly source in HTML output.
2265         (Lilypond_snippet.output_html): Handle multiple page picture
2266         output.
2267         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
2268         Make usable for output_texinfo again.
2270         * Documentation/user/GNUmakefile: Add static dependency for
2271         lilypond.tely includes.
2273         * Documentation/user/tutorial.itely: Add some lost `relative'
2274         ly-options.
2276 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2278         * lily/include/translator-group.hh: move Music_output_def member
2279         to Global_translator.
2281         * scripts/lilypond-book.py (do_file):  fix latex output.
2283         * VERSION: release 2.1.20
2284         
2285         * scm/part-combiner.scm (determine-split-list): robustness fix 
2287         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
2289         * lily/parser.yy (music_output_def_body): plug memory leak.
2291         * lily/translator-group.cc (add_fresh_group_translator): plug
2292         memory leak: unprotect Translator_group once added.   
2294         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
2296         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
2297         write .dep file.
2298         (Lilypond_snippet.ly): add \renameinput.
2300 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2302         * Documentation/user/refman.itely (Markup command definition): Doc
2303         by Nicolas Sceaux. Rewrite by Han-Wen
2305         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
2306         thing of the line.
2307         (brew_molecule): only remove if hyphen is not at the end of line.
2308         (set_spacing_rods): new function: minimum-length specifies
2309         distance between syllables.
2311         * scm/define-grobs.scm (all-grob-descriptions): add
2312         Hyphen_spanner::set_spacing_rods to LyricHyphen
2314         * input/regression/lyric-hyphen-break.ly: new file.
2316         * input/test/lyric-hyphen-retain.ly: new file.
2318         * lily/new-part-combine-iterator.cc (construct_children):
2319         add Rest direction.
2321 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2323         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
2325         * Documentation/bibliography/engraving.bib (donemus1982):
2326         update entry.
2328 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2330         * scripts/lilypond-book.py (Substring.__init__): new class.
2331         (Snippet.output_texinfo): add texidoc option.
2332         (Include_snippet.replacement_text): new class.
2333         (Lilypond_snippet.__init__): new class
2334         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
2336         * Documentation/user/refman.itely (Sound): 
2337         note about number of channels.
2339         * scm/music-functions.scm (voicify-music): add \context Staff for
2340         << \\ >> polyphony.
2342         * lily/parser.yy (verbose_command_req): \skip now creates
2343         SkipMusic, and does not lead to spurious staves.
2345         * scm/define-music-types.scm (music-descriptions): rename
2346         NonEventSkip to SkipMusic
2348         * input/no-notation/midi-lyric-barcheck.ly: new file.
2350         * input/regression/collision-dots-invert.ly: new file.
2352         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
2353         case.
2355         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
2356         die if melody died too.
2358 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2360         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
2361         with reading from stdin.
2363         * lily/slur-performer.cc (try_music): new file.
2365         * lily/melisma-performer.cc (try_music): new file. Handle
2366         melismata to help lyrics.
2368         * lily/beam-performer.cc (try_music): new file. Handle beam events
2369         to help lyrics.
2371         * lily/score-performer.cc (one_time_step): reinstate
2372         process_music().
2374         * lily/performer.cc (process_music): add to interface.
2376         * lily/performer-group-performer.cc (process_music): new function.
2378         * lily/dot-column.cc (do_shifts): do collision resolution before
2379         dot positioning.
2380         
2381         * scripts/lilypond-book.py (Snippet.output_print_filename): new
2382         file, process printfilename option.
2383         (Snippet.__init__): rewrite: do not use global variables h or
2384         index.
2385         (main): really support -I option.
2386         (find_toplevel_snippets): new code.
2387         (find_toplevel_snippets): reinstate old version, without global
2388         variables.
2390         * tex/texinfo.tex: really add file.
2391         
2392 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2394         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
2395         compatibility.
2397 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2399         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
2401         * scm/define-translator-properties.scm (drumPitchTable): add
2402         property.
2404         * scripts/lilypond-book.py (simple_toplevel_snippets): new
2405         function.
2406         (help_summary): docstrings.
2407         (do_file): strip the dir of input_base too.
2409 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2411         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
2413         * Documentation/user/lilypond-book.itely: Update.
2415         * make/ly-rules.make: Update lilypond-book commands.
2417         * Documentation/user/GNUmakefile: Update makeinfo commands,
2418         lilypond-book flags.
2420         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
2421         
2422         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
2424         * scripts/filter-lilypond-book.py: Remove.
2426         * Documentation/user/*tely: Update options for new lilypond-book.
2428         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
2429         with @macros in @includes.
2431 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2433         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
2434         make rest-collision only.
2436         * lily/break-substitution.cc (substitute_one_mutable_property):
2437         clear all-elements using scm_assq_remove_x(). 
2439         * lily/rest-collision.cc (do_shift): shift single rests
2441         * flower/include/array.hh (class Array): rename to is_empty ()
2443         * lily/drum-note-performer.cc: new file: perform drum notes.
2445         * VERSION (PACKAGE_NAME): release 2.1.19.
2446         
2447 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2449         * scripts/filter-lilypond-book.py
2450         (classic_lilypond_book_compatibility): New function.
2452 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2454         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
2456         * Grand 2003 -> 2004 search replace. 
2458         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
2459         (i.e. < > )
2461         * ly/performer-init.ly: add DrumStaff
2463         * lily/axis-group-engraver.cc (acknowledge_grob): also take
2464         lyric-interface; this prevents lines with only extender lines from
2465         being junked.
2467         * scm/define-grob-interfaces.scm (lyric-interface): new interface
2469         * lily/lyric-extender.cc (brew_molecule): get line breaking and
2470         extenders right, for once and for all (hopefully).
2471         
2472         * lily/break-substitution.cc (substitute_one_mutable_property):
2473         clear old 'all-elements for System grobs.
2475         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
2476         that associatedVoiceContext is always assigned when music & lyrics
2477         are found. 
2479         * ly/engraver-init.ly: remove Lyrics context.
2480         (TabVoice): add noteheads engraver
2482         * input/test/improv.ly: update: do not use Thread switching. 
2484         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
2485         squashedPosition is a number  
2487         * Documentation/user/refman.itely (Automatic note splitting):
2488         remove Thread references.
2490         * input/no-notation/pc-direction.ly: remove file.
2492         * ly/engraver-init.ly: remove Thread
2494         * input/regression/tie-chord-partial.ly: remove file.
2496         * scripts/convert-ly.py (conv): \harmonic rule
2498         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
2499         notation for harmonic notes: <c' g''\harmonic>
2501         * lily/lily-guile.cc (alist_to_hashq): new function
2503         * scm/lily.scm (alist->hash-table): new function.
2505         * Documentation/user/refman.itely (Percussion staves): update doco.
2507         * input/regression/drums.ly (timb): updates
2509         * lily/note-performer.cc (create_audio_elements): robustness fix.
2511         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
2513 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2515         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
2516         discard valid matches.
2518 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2520         * lily/drum-note-engraver.cc: new file.
2522         * ly/drumpitch-init.ly: move drum definitions
2524         * scm/drums.scm: remove file.
2526         * lily/*.cc: remove abort-event everywhere.
2528         * lily/note-heads-engraver.cc (process_music): robustification.
2530         * lily/accidental-engraver.cc (process_acknowledged_grobs):
2531         robustification.
2533         * lily/parser.yy (simple_element): add \drums mode.
2534         (simple_element): remove \pitchnames , \chordmodifiers. Use
2535         variables to store this. 
2537         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
2538         outside \notes.
2540         * VERSION: release 2.1.18.
2541         
2542         * input/test: remove octave-duplicate.ly
2544 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2546         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
2548 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2550         * lily/simultaneous-music-iterator.cc: remove clone() and copy
2551         constructor from Music_iterator. Changes throughout.
2553         * lily/include/music-iterator.hh (class Music_iterator): remove
2554         Music_iterator::skip and Music_iterator::get_pending_events from
2555         interface. Rename report_to -> get_outlet 
2557         * lily/auto-change-iterator.cc: move contents from
2558         new-auto-change-iterator.cc from
2560         * scm/part-combiner.scm: determine split-list from Scheme. 
2562         * lily/new-auto-change-iterator.cc (process): new file.
2564         * lily/parser.yy (part_combined_music): remove old PC cruft.
2566         * ly/engraver-init.ly: remove old
2567         PC cruft.
2569         * Documentation/user/refman.itely (The Lyrics context): note about
2570         extender lines.
2572         * lily/multi-measure-rest-engraver.cc (process_music): extra check
2573         to allow 0-length mmrest events.
2575         * scm/part-combiner.scm (determine-split-list): many bugfixes.
2577         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
2579         * lily/spacing-engraver.cc (finalize): robustifications.
2581         * input/regression/new-part-combine-solo-global.ly: new file.
2583         * scm/part-combiner.scm: rewrite.
2585 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
2587         * Documentation/user/refman.itely, input/puer-fragment.ly,
2588         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
2589         updated for proper use of lyricsto; replaced "(" and ")" ->
2590         "\melisma" and "\melismaEnd"
2592         * input/test/ancient-font.ly: small updates to reduce compile
2593         warnings (TODO: junk this file)
2595         * input/test/gregorian-scripts.ly: added comment about bug
2597         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
2598         tiny robustness fix
2600         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
2601         recent changes in the feta code); temporarily mapped mensural g
2602         clef to a copy of petrucci g clef until mensural g clef will have
2603         been rewritten
2605         * mf/parmesan-heads.mf: bugfix: solved character name clashing
2606         between mensural and neo-mensural heads (this broke quite a while
2607         ago)
2609         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
2611 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2613         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
2614         indication.  Fixes for verbatim, multi line comments.
2616 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2618         * input/regression/new-part-combine-solo.ly: more cases.
2620         * lily/slur.cc (height): robustness fix.
2622         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
2624         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
2625         stemUp/stemDown.
2627         * scm/music-functions.scm (determine-split-list): further analysis.
2629         * lily/script-engraver.cc (try_music): discard duplicate
2630         articulations.
2632         * input/regression/new-part-combine-solo.ly: new file
2634         * input/regression/new-part-combine-a2.ly: new file.
2636         * ly/performer-init.ly: add Devnull
2638         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
2639         for \musicglyph #"accidental-*"
2640         (conv): \newpartcombine rule.
2642 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2644         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
2646 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2648         * scripts/filter-lilypond-book.py: Handle verbatim, latex
2649         textwidth, --output.
2651 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2653         * scm/new-markup.scm (doubleflat): add accidental markups.
2655         * VERSION: release 2.1.17
2656         
2657         * Documentation/user/refman.itely (Automatic part combining):
2658         revise documentation of the part-combiner.
2660         * input/regression/pc-switch-slur.ly (texidoc): remove file.
2661         
2662         * input/test/part-combine-{moment,staff}.ly: remove file.
2664         * input/regression/pc-mmrest.ly (two): remove file.
2666         * scm/define-music-types.scm (music-descriptions): add
2667         Solo{One,Two}Event and UnisonoEvent
2669         * lily/new-part-combine-iterator.cc (unisono): add state_
2670         variable, signal changes with part-combine-event.
2672         * input/regression/new-part-combine-text.ly: new file.
2674         * lily/part-combine-engraver.cc: new file.
2676 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2678         * scripts/filter-lilypond-book.py: Handle snippet options.
2680 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2682         * scm/music-functions.scm (determine-split-list): detect solo1/2
2683         and unisono.
2685         * lily/new-lyric-combine-music-iterator.cc (construct_children):
2686         revert fix, document why.
2688         * lily/tie-performer.cc (process_music): new function. Set melisma
2689         property.
2691         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
2692         always smaller than bracket size.
2693         (make_bracket): oops. Size of the gap was off by factor 2
2695         * input/test/text-rotate.ly: new file.
2697         * scm/new-markup.scm (markup): a macro that provides a
2698         LilyPond-like syntax in scheme for building markups, in order to
2699         help markup command definition. (Nicolas Sceaux)
2701         * input/test/lyrics-skip-notes.ly: new example.
2703         * lily/parser.yy (post_event): make HYPHEN into postfix event.
2705         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
2706         use is_alias() iso. == . This fixes lyrics on
2707         GregorianTranscriptions. 
2709 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2711         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
2712         \thispagestyle{lastpage} to avoid that it's printed on the second
2713         last page when there's only a single score line on the last page.
2714         (The page breaking mechanism in TeX played some ugly tricks to us.)
2716 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2718         * scripts/filter-lilypond-book.py: Further development.
2720         * input/regression/collision-dots-move.ly: New test.
2722         * lily/note-collision.cc (check_meshing_chords): Move dots on left
2723         hand side note head of non-merged collision to the right.
2725         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
2726         Construct children before accessing property from emtpy
2727         lyrics_context_.
2728         (construct_children): Find thread before finding LyricsVoice.
2729         Create LyricsVoice one if none found, fixes crash (thanks Erik
2730         Sandberg).
2732 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2734         * cygwin/: Forward port.
2736 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2738         * buildscripts/install-info-html.sh: Use Bash.
2740         * cygwin/mknetrel: Patch from Bert.
2742 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2744         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
2746         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
2747         try to copy *png, index.html (Bertalan Fodor).
2749         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
2751 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2753         * lily/note-collision.cc (check_meshing_chords): Do not remove
2754         dots (from down head) when merging similar heads (thanks Matthias
2755         Kilian).  Simplify merge_possible tests and other cleanups
2757         * input/regression/collision-merge-differently-dotted.ly: Add test
2758         for disappearing dots on similar heads for both voices.
2760 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2762         * Documentation/user/invoking.itexi (Invoking lilypond): Document
2763         that tagline overrides copyright for single page scores. Correct
2764         the default tagline value.
2766 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2768         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
2770 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2772         * buildscripts/lilypond-login.sh: Avoid warning about undefined
2773         TEXMF if it's previously unset.
2775 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
2777         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
2779         * input/test/trills.ly: fix the unfolding of lineprall.
2781         * input/test/figured-bass-alternative.ly: fix accidental.
2783 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2785         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
2786         
2787         * input/no-notation/dos-guile.ly: 
2788         * input/no-notation/dos-ps.ly: 
2789         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
2790         
2791         * input/no-notation/safe-include.ly:
2792         * input/no-notation/safe-guile.ly:
2793         * input/no-notation/safe-ps.ly: 
2794         * input/no-notation/safe-tex.ly: New file.
2796         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
2797         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
2798         options now.
2799         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
2800         When in --safe-mode, set environment openout_any=p[aranoid].
2802         * tex/ltest.tex: 
2803         * tex/lilyponddefs.tex: Add \nofiles.
2805         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
2806         options.
2808         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
2809         This allows building the user manual using a binary installation
2810         and a matching unpacked source tree.
2812         * scm/lily.scm (safe-module): New variable. 
2814         * lily/includable-lexer.cc (new_input): Fix error messages.
2816         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
2817         If SAFE, evaluate in safe-module.  Change callers.
2819         * lily/main.cc (Long_option_init): Reinstate safe-mode.
2821         * lily/lexer.ll (embedded_scm): While processing main-input,
2822         invoke ly_parse_scm with safe mode if running in safe-mode.
2823         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
2824         in init.ly for safe-mode.
2826 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2828         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
2829         compatibility with old versions of geometry.sty (compat2
2830         already implied includehead).
2831         Change the page layout slightly so bottom + footskip = top +
2832         headheight + headsep = 16mm, the remaining paperheight-32mm
2833         are used for the music. Increase footskip to 5mm, so the top of
2834         the footer text doesn't touch the music.
2836 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2838         * VERSION: release 2.1.16
2839         
2840         * scm/music-functions.scm (determine-split-list): bugfix: only use
2841         new-active for both voices if both indexes advance. This fixes the
2842         biggest outstanding problem with new-pc. 
2844         * lily/new-part-combine-iterator.cc (construct_children): set more
2845         directions.
2847 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2849         * scripts/convert-ly.py (conv): add instrument rule.
2851         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
2853         * lily/side-position-interface.cc: remove add_staff_support ()
2854         Change all callers to use staff-padding.
2856         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
2857         make_spanner().
2859         * lily/a2-engraver.cc (process_acknowledged_grobs): 
2861         * lily/text-engraver.cc: remove scriptHorizontal property.
2863         * lily/beam.cc (least_squares): also set least-squares-dy for
2864         special case of slanted 2-stem beam to center.
2866         * lily/side-position-interface.cc (out_of_staff): move contents of
2867         out_of_staff into aligned_side.
2868         remove out_of_staff().
2870         * input/regression/measure-grouping.ly: fix warning.
2872         * lily/side-position-interface.cc: add staff-padding support to
2873         Side_position_interface::aligned_side.
2875         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
2876         one get_property too many.
2878         * flower/include/drul-array.hh (linear_combination): new function
2879         (scale_drul): new function
2881         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
2882         operations on empty intervals are silly.
2884 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2886         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
2887         (iso gh_scm2int), fixes crash in new part-combiner.
2889         * configure.in: Up mftrace to 1.0.27.
2891 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2893         * VERSION: release 2.1.15
2894         
2895         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
2896         align all stanza numbers.
2898 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
2900         * Documentation/user/{introduction.itely,refman.itely,
2901         converters.itely}: fix some text inside parentheses; text should
2902         be readable (even) if parentheses are either replaced with commas 
2903         or dropped out.
2905 2004-01-25  Werner Lemberg  <wl@gnu.org>
2907         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
2908         input/test/vaticana.ly, input/test/ancient-font.ly,
2909         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
2910         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
2911         ly/params-as-init.ly, scm/define-grobs.scm,
2912         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
2914         * ly/params-as-init.ly: Removed.  Obsolete.
2915         * buildscripts/lilypond.words.py: Updated.
2917 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2919         * mf/parmesan-clefs.mf: switch off mensural G clefs.
2921         * mf/feta-din{4,5,7,9}.mf: remove.
2922         
2923         * lily/engraver.cc (internal_make_item): centralize item/spanner
2924         factory.
2926         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
2927         do correct chord conversion for ^"sim."  (backportme)
2928         (FatalConversionError.sub_articulations): substitute ^"foo" in
2929         chords too. (backportme)
2931         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
2932         for Fingering.
2934         * lily/side-position-interface.cc (out_of_staff): don't do
2935         anything if staff-padding not defined. 
2937         * mf/feta-params.mf (stafflines): introduce linethickness as
2938         general blackness of the font.
2940         * lily/stem.cc (position_noteheads): rounding error robustness.
2942         * input/regression/rest-collision-beam.ly: move beam/rest stuff
2943         from beam-collision.ly 
2945         * lily/beam.cc (rest_collision_callback): remove direction.
2947         * scm/define-grobs.scm (all-grob-descriptions): remove
2948         enclose-bounds in OttavaBracket and PianoPedalBracket
2950         * scm/new-markup.scm (def-markup-command) new macro, which takes
2951         care of defining the COMMAND-markup and make-COMMAND-markup
2952         procedures, setting markup-signature and keyword-signature object
2953         properties, and pushing the markup command in
2954         markup-function-list.
2956         All markup commands are defined thanks to it.  Users may also use
2957         it to define their own markup commands. (Nicolas Sceaux)
2959         * scm/new-markup.scm: Scheme style clean-up: there should be no
2960         parenthesis alone on a line; LET* should not be used where LET is
2961         enough. (Nicolas Sceaux)
2963 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2965         * scripts/filter-lilypond-book.py: Add script.
2967 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2969         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
2971 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2973         * Documentation/user/refman.itely (Fingering instructions): add
2974         single note chords. 
2976         * lily/multi-measure-rest-engraver.cc: use a single
2977         MultiMeasureEvent for mm rests. This prevents problems with the
2978         new part combiner.
2980         * scm/music-functions.scm (determine-split-list): analysis has
2981         global effect: a difference halfway a phrase makes the entire
2982         phrase be typeset as apart.
2983         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
2985 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2987         * ly/performer-init.ly: add Devnull.
2989         * Documentation/user/refman.itely (Font selection): remove paper20
2990         ref.
2991         
2992 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2994         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
2996 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2998         * scm/music-functions.scm (determine-split-list): bugfixes.
3000         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
3002         * input/test/scales-greek.ly: use C as base, results in different
3003         alterations at the clef.
3005         * input/regression/pedal-ped.ly: new file.
3007         * input/regression/pedal-bracket.ly: new file.
3009         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
3010         replace after_line_breaking()
3012         * lily/line-interface.cc (line): read thickness.
3013         (line): dash-fraction = 0 always for dotted-line style.
3015         * input/test/staff-lines.ly (lower): bugfix.
3017         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
3018         \accepts Devnull into Score.
3020         * scm/lily.scm: remove bla.scm load.
3022 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3024         * VERSION: release 2.1.14
3025         
3026         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
3028         * lily/side-position-interface.cc (general_side_position): add
3029         Staff_symbol_referencer::staff_space ().
3031         * lily/include/context-def.hh: rename from translator-def.hh
3033 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3035         * input/template/piano-dynamics.ly (pedal): Updated definition of
3036         Dynamics such that \cresc works, for example.
3038 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3040         * lily/stem.cc (calc_stem_info): use
3041         Staff_symbol_referencer::staff_space
3043         * lily/beam-quanting.cc (quanting): scale Stem_info 
3045         * lily/beam.cc (rest_collision_callback): use minimum-distance
3046         property for rest/beam collisions.
3047         (rest_collision_callback): bugfixes.
3049         * lily/system.cc (post_processing): extra-offset is now relative
3050         to the size of the current staff.
3052         * scm/music-functions.scm (notice-the-events-for-pc): record all
3053         voices, only analyze "one" and "two".
3055         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
3056         not parent. 
3058         * lily/new-part-combine-iterator.cc (construct_children): create
3059         Devnull from Voice context
3061         * scm/music-functions.scm (determine-split-list): bugfixes.
3063         * lily/lily-guile.cc (robust_scm2int): new function
3065         * lily/staff-symbol-referencer.cc (line_thickness): new
3066         function. Use throughout.
3068         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
3069         in its own context.  Add to preset font-size.
3071         * lily/stem.cc (thickness): new function.
3073         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
3074         compute thickness from ledger-line-thickness.
3076         * lily/note-head.cc (brew_ledger_lines): use
3077         Staff_symbol::get_ledger_line_thickness ().
3079         * lily/beam.cc (rest_collision_callback): use
3080         Staff_symbol_referencer::staff_space().
3082         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
3083         Mus1 Mus2
3085         * lily/include/translator.hh (class Translator): add accepts_list_
3086         so  \with { \denies / \accepts } also works.
3088         * scm/music-functions.scm (determine-split-list): determine split
3089         list from music events.
3091         * lily/new-part-combine-iterator.cc: more states.
3093         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
3095 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3097         * lily/system.cc (set_loose_columns): use the right prebroken cols
3098         for interpolating loose column position.
3100         * lily/text-spanner.cc (brew_molecule): default to no vertical
3101         lines.
3103         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
3104         take space.
3106         * scm/define-grobs.scm (all-grob-descriptions): less padding.
3108 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3110         * scripts/convert-ly.py: Do not test filename when processing
3111         stdin.
3113         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
3115 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3117         * lily/axis-group-engraver.cc (finalize): extra check; if
3118         process_music () is never called, then staffline_ == 0.
3120         * lily/simultaneous-music-iterator.cc (pending_moment): don't
3121         check run_always ().
3122         
3123         * VERSION: release 2.1.13
3125         * input/regression/note-head-style.ly (pattern): cleanup.
3127         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
3128         downloading.
3130         * scm/output-lib.scm (shift-right-at-line-begin): new function:
3131         kludge rehearsalmark placement.
3133         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
3134         , ly:spanner?
3136         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
3137         close to note head for accidentals.
3139         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
3140         tuplet direction.
3142         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
3144 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3146         * lily/include/music-iterator.hh (class Music_iterator): add
3147         substitute_outlet() to iterator API.
3149         * lily/new-part-combine-iterator.cc (construct_children):
3150         New_pc_iterator: new class, better part combining.
3152         * lily/tie-column.cc (werner_directions): new function
3154         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
3156         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
3157         empty objects group spanner as parent
3159         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
3160         slope against graphical slope.
3162         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
3163         for ottava bracket.
3165         * lily/side-position-interface.cc (general_side_position):
3166         opps. reinstate *dir.
3168         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
3169         parser run.
3171         * lily/tuplet-bracket.cc: remove calc_dy ().
3173         * Documentation/user/refman.itely (Balloon help): document balloon
3174         help
3176 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3178         * scm/document-backend.scm (check-dangling-properties): Grob
3179         properties are defined define-grob-properties.scm.
3180         
3181 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3182         
3183         * VERSION: release 2.1.12
3185         * scm/define-grobs.scm (all-grob-descriptions): larger font for
3186         ChordName
3188         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
3189         relation to surroundings.
3191         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
3192         Y-extent to the note-extents: stay clear of the staff.
3194 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3196         * Documentation/user/GNUmakefile
3197         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
3198         iso. copy.
3200         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
3202         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
3204         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
3206         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
3208         * lily/line-interface.cc (line): remove thickness from calling interface.
3210         * lily/hairpin.cc: use Line_interface
3212         * lily/line-interface.cc: new file. Line_interface for everything
3213         with dotted/dashed lines.
3214         
3216         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
3218         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
3219         for constructing ottava brackets.
3220         
3221         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
3222         the note heads.
3224         * Documentation/user/internals.itely (Engravers and performers):
3225         fix broken link.
3227         * scm/music-functions.scm (make-mark-set): new function.
3229         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
3230         functionally identical to beam.
3232         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
3233         () with beam (). 
3235         * Documentation/user/refman.itely (Rehearsal marks): document new
3236         functionality.
3238         * input/regression/rehearsal-mark-number.ly: new file.
3240         * input/regression/rehearsal-mark-letter.ly: new file.
3242         * scm/translation-functions.scm (number->mark-string): new function
3243         (format-mark-letters): new function
3244         (format-mark-numbers): new function
3246         * lily/mark-engraver.cc (process_music): rehearsalMark is now
3247         integer; formatting is done through markFormatter property.
3248         
3249         * scm/define-translator-properties.scm: fold all *-done properties
3250         into positioning-done.
3252         * lily/beam.cc (position_beam): new function
3253         (brew_molecule): make sure that positions are calced before making
3254         the molecule.
3256         * scm/output*.scm (beam):  take 4th argument for function.
3258         * ps/music-drawing-routines.ps: take blot as 4th argument.
3260         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
3261         stem to avoid small dents.
3262         
3263 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3265         * VERSION: release 2.1.11
3267         * input/regression/balloon.ly: new file.
3269         * lily/balloon.cc (brew_molecule): new file: draw boxes around
3270         objects, and make help texts. 
3272         * scm/new-markup.scm (parse-simple-duration): parse duration
3273         string to log & dots. (Thanks Nicolas!)
3275         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
3276         rule.
3278 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
3280         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
3281         Lemberg).
3283         * THANKS: alphabetic order.
3285 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3287         * input/regression/note-head-harmonic.ly: new file.
3289         * Documentation/user/internals.itely (Technical manual): explain
3290         difference between music, translation, layout.
3292         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
3294         * scm/output-ascii-script.scm (bracket): rounding bfs.
3296         * scripts/convert-ly.py (conv): add \include "paper" rule. 
3298         * ly/paper*.ly: remove files. 
3299         
3300         * scm/paper.scm (set-staff-size): new function: set default
3301         staff-size.
3303         * scripts/convert-ly.py (conv): add conversion rule.
3305         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
3306         function.
3308         * scm/paper.scm: new file.
3309         (set-staff-size): new function 
3310         (set-paper-size): new function
3312         * lily/parser.yy (music_output_def_body): restructure definition,
3313         so first Scheme statement in \paper also happens in new scope. 
3315         * lily/system.cc (post_processing): move uniquify_list () to
3316         dumping molecule stage.
3318         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
3319         this will mess up scores that use barchecks to shorten measures.
3321         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
3322         at 20pt too.
3324         * Documentation/user/tutorial.itely (Printing lyrics): document
3325         \lyricsto
3327         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
3329         * Documentation/user/refman.itely (Fermatas): document \lyricsto
3331         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
3332         if Voice is not found.
3334         * VERSION: release 2.1.10
3335         
3336         * input/{test,regression}/: remove old-relative 
3338         * lily/lexer.ll: add empty markup signature. 
3340         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
3341         strut markup
3343         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
3345         * scm/define-translator-properties.scm: update melismata property
3346         doco.
3348         * lily/system.cc (output_lines): revert uniquify_list() patch,
3349         strange side effects seen.
3350         
3351         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
3352         dash-period < 0.
3354         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
3355         for flute. 
3357 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3359         * input/regression/*.ly: use newaddlyrics iso. addlyrics
3361         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
3363         * lily/lyric-extender.cc (brew_molecule): behave decently in case
3364         of line breaks.
3365         (brew_molecule): add padding to left, not right.
3367         * lily/system.cc (uniquify_list): new function
3368         (output_lines): uniquify_list () on all-elements. This fixes
3369         double symbols in the output.
3371         * lily/beam.cc (rest_collision_callback): don't move anything if
3372         staff-position is set.
3374         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
3376         * lily/system.cc (typeset_grob): warn if adding twice.
3378         * lily/sequential-iterator.cc (run_always): implement run_always().
3379         (also in other files.)
3380         
3381         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
3383         * lily/event.cc (to_relative_octave): add octave-check.
3385         * Documentation/user/refman.itely (Line breaking): add noBreak.
3387         * scm/new-markup.scm (normalsize-markup): add function.
3388         (sans-markup): new function.
3390         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
3391         come earlier nowadays.  This fixes beams on grace notes.
3392         
3393         * scm/music-functions.scm (direction-polyphonic-grobs): new
3394         variable, share between override and revert. This fixes script
3395         directions in polyphonic sections. (backportme)
3397 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3399         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
3400         breakpoints.
3402         * lily/break-align-interface.cc: add doco
3404         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
3406 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3408         * VERSION: release 2.1.9
3410         * scm/document-markup.scm (markup-doc-node): add note about naming.
3412         * scm/new-markup.scm (left-align-markup): bugfix. 
3414         * Documentation/user/refman.itely (Ottava brackets): more doco for
3415         ottava.
3417         * lily/side-position-interface.cc (out_of_staff): also do
3418         out_of_staff() correctly for d == DOWN.
3420         * lily/text-spanner.cc (brew_molecule): only put vertical line and
3421         horizontal line if they move to the right.
3422         
3423         * scm/define-grobs.scm (all-grob-descriptions): set
3424         text-repeat-if-broken for ottava spanner
3426         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
3427         property.
3429         * mf/feta18.mf: design size is 18 not 22.5
3431         * lily/new-lyric-combine-music-iterator.cc (process): new file.
3432         Add a single LyricsVoice to a melody. Melismata may be set
3433         individually.
3435         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
3437         * lily/dot-column.cc: add stdio.h
3439 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3441         * lily/item.cc: documentation for break-visibility (Thanks, John).
3443 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3445         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
3447         * lily/translator-def.cc: rename Translator_def to Context_def.
3449         * Documentation/user/internals.itely (Lexical details): clarify
3450         string def.
3452         * Documentation/user/refman.itely (Rhythmic music): add link to
3453         RhythmicStaff 
3455 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3457         * lily/translator.cc: document start_translation_timestep()
3459         * scm/output-tex.scm (tex-encoded-fontswitch): use
3460         round for rounding (inexact->exact yields rationals)
3462         * lily/*.cc: remove superfluous start_translation_timestep() calls.
3464         * lily/translator-group.cc (get_simple_trans_list): 
3465         new function; construct simple_trans_list_ lazily.
3466         
3467 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3469         * lily/paper-outputter.cc (output_scope): Check if number before
3470         checking exact (guile cvs).
3472         * scm/*: Escape backslashes in scheme strings (guile cvs).
3474 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3476         * Documentation/user/refman.itely (Tablatures basic): annotate
3477         seealso sections.
3479         * lily/*.cc: cleanup of engraver initialize() functions.
3481         * lily/repeat-acknowledge-engraver.cc
3482         (start_translation_timestep): remove first_b_
3484         * lily/tab-note-heads-engraver.cc: listen to string number events
3485         inside < > too. (backportme).
3487         * Documentation/user/refman.itely (Text scripts): add fatText to
3488         index.
3490 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3492         * VERSION: 2.1.8
3494         * stepmake/bin/add-html-footer.py (built): add Wiki links to
3495         footer.
3497         * lily/parser.yy (translator_mod): allow \with { \remove .. }
3499         * lily/bar-check-iterator.cc (process): only warn if
3500         barCheckLastFail was changed.
3502         * scm/define-translator-properties.scm (barCheckLastFail): add
3503         property.
3505         * lily/main.cc (main_prog): print summary of failed files.
3507         * lily/axis-group-engraver.cc: move all spanner creation to
3508         process_music (). Now staffs can be adjusted with \override too.
3509         (Jan, you are a brilliant programmer!)
3510         
3511         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
3513 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3515         * Documentation/user/tutorial.itely (Integrating text and music):
3516         Show the commands to produce a PDF as well.
3518 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3520         * lily/translator-def.cc (get_translator_names): accept user
3521         tweaks too. 
3523         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
3524         as big as normal heads. 
3526         * input/*ly: run convert-ly
3527         
3528         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
3529         () if dependencies are fluked.
3531         * scm/document-translation.scm (engraver-doc-string): update on
3532         latest string/symbol conventions.
3534         * lily/translator-ctors.cc: use Scheme_hash_table.
3536         * lily/translator-def.cc (get_translator_names): new function
3537         (add_context_mod): new function
3538         (get_accepted): new function
3540         * lily/parser.yy (context_mod): put all modifications of
3541         \translator { } in a single production, encode as SCM.
3543         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
3544         to use read-only lists, so additions to the definition can be
3545         prepended easily.  
3547         * Documentation/user/invoking.itexi (Editor support): add node on
3548         editor support.
3550         * Documentation/user/refman.itely (Bar check): add lyrics example
3551         of bar checks. 
3553         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
3555         * scripts/convert-ly.py (conv): add conversion rule.
3557         * lily/parser.yy: use \change iso. \translator for staff switch.
3559         * lily/my-lily-lexer.cc: add \change.
3561         * scm/define-translator-properties.scm
3562         (default-melisma-properties): add definition.
3564 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3566         * Documentation/user/refman.itely (Bar lines): clarification of
3567         systemStartDelimiter. 
3569         * input/test/slur-shape.ly (x): remove file.
3571         * lily/translator-group.cc (apply_property_operations): new function.
3573 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3575         * lily/parser.yy (optional_prop_ops): allow \with {
3576         PROPERTYSETTINGS } following \context or \new.
3578         * lily/my-lily-lexer.cc: add \with.
3580         * lily/parser.yy (property_operation): clean up definition of
3581         property operations.
3582         (property_op_to_music): new function.
3583         (context_spec_music): new function
3585         * VERSION: 2.1.7 released.
3586         
3587         * input/regression/collision-merge-dots.ly: new file.
3589         * lily/note-collision.cc (check_meshing_chords): if merging heads,
3590         then kill the dots too. 
3592         * lily/separating-line-group-engraver.cc (acknowledge_grob):
3593         set/unset breakableSeparationItem
3595         * lily/separation-item.cc (relative_width): add function.
3597         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
3598         only-prebreak-interface
3600         * lily/system.cc (output_lines): only junk only-prebreak-interface
3601         grobs.
3603         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
3604         read breakableSeparationItem
3606         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
3608         * lily/system.cc (output_lines): don't suicide Spacing_items. 
3610         * lily/dot-column.cc (dot_config_badness): new function:
3611         select the best scoring dot configuration: dots should go close to
3612         the note heads, but be shifted up or down according to conventions.
3613         (print_dot_configuration): idem.
3614         (shift_one): idem
3615         (remove_collision): idem.
3617         * input/regression/dots.ly: add more test cases.
3619 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3621         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
3623         * flower/include/interval.hh: rename elem_b to contains 
3625         * lily/tie.cc: change 'heads to 'head-pair.
3627         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
3628         fill in 'heads field.
3630         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
3631         minimum-length for short ones, and shorten so collisions with the
3632         next syllable are avoided.
3634         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
3635         near-zero slopes.
3636         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
3638         * lily/dots.cc: remove quantized_position callback. All Y
3639         positioning is done by dot-column.cc
3641         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
3642         exhaustive test of all dot positions. This fixes disappearing dots
3643         in dotted chords.
3645 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3647         * mf/feta-klef.mf (test_staff): fatten up G clef
3648         (test_staff): fatten up f clef.
3649         
3651 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3653         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
3654         * input/les-nereides.ly: Use latin1 characters for title, like
3655         Morgenlied.
3657 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3659         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
3660         cmb10).
3662         * lily/lyric-extender.cc (brew_molecule): add little space before
3663         extender line.
3665         * lily/beam-quanting.cc (score_forbidden_quants): check if
3666         outer stafflines fall in any beam gaps.
3668         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
3669         for lyric texts.
3671 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3673         * VERSION: 2.1.6 released.
3675         * lily/beam-quanting.cc (quanting): add inspect-quants property:
3676         this shows the demerits of a user-defined beam position pair.
3678         * scm/define-grobs.scm (all-grob-descriptions): set
3679         beamed-extreme-minimum-free-lengths to a different value.
3681         * lily/scm-option.cc: add debug-beam scm-option
3683         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
3685 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3687         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
3689         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
3690         space after barline.
3692         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
3694         * lily/spacing-spanner.cc (breakable_column_spacing): take average
3695         of spacing wishes, not maximum. Only do this for delta-t == 0. In
3696         the other case, take standard column-breakable spacing. Do not
3697         warn about "no spacing wishes".
3699         This fixes wide spaces after barlines in very loose lines.
3701         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
3703 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3705         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
3706         acknowledge_grob lyric-syllable, not lyric-text.
3708         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
3709         dashes of length #'length separated by #'dash-period. 
3711         * lily/lyric-extender.cc (brew_molecule): idem
3713         * lily/multi-measure-rest.cc (big_rest): idem
3715         * lily/system-start-delimiter.cc (simple_bar): idem
3717         * lily/bar-line.cc (simple_barline): use rounded box
3719         * VERSION: release 2.1.5
3721         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3722         music): move note about dvips to more visible place.
3724         * lily/lyric-phrasing-engraver.cc: move from
3725         new-phrasing-engraver.cc, remove old cruft (syllable-group,
3726         lyric-phrasing-engraver.hh)
3727         
3728         * lyric-align.ly: remove file
3729         
3730         * scripts/convert-ly.py (FatalConversionError.func): add removal
3731         rule for automaticMelismata
3733         * ly/engraver-init.ly (ScoreContext): switch on
3734         New_phrasing_engraver by default.
3736         * lily/slur-engraver.cc (class Slur_engraver):
3737         process_acknowledged_grobs -> process_music.
3738         (try_music): signal melismata correctly.
3740         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
3741         word-space, right-trim-amount, and extend past right bound only
3742         for note heads.
3744         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
3745         lyric-extender support: add note-heads to the extender
3746         automatically.
3748         * lily/parser.yy: extender is now post_event. 
3750         * lily/accidental-engraver.cc (number_accidentals): remove
3751         spurious warning about non-parent contexts.
3753         * lily/music-output-def.cc (assign_translator): \translator { }
3754         for a Foo context implicitly redefines \FooContext.
3756         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
3757         fixes.
3759         * lily/slur.cc (brew_molecule): don't use stafflinethickness
3760         doubly in slur weight. 
3762         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
3763         combination.
3765         * scm/define-grobs.scm (all-grob-descriptions): change clef -
3766         staffbar distance.
3768         * scripts/lilypond.py (global_latex_preamble): crank down size of
3769         the margins. Now there is a 12 mm top and bottom margin, which
3770         should correspond with the printable area of modern printers.
3772         This enlarges the music height of the printable page a little.
3774         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
3775         signs. Use \markup instead.
3776         (accreg_pen): tweak for accordeon asterisk.
3778 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3780         * lily/melisma-engraver.cc (try_music): use melisma_busy()
3782         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
3784         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
3786         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
3788         * scm/define-grobs.scm (all-grob-descriptions): change
3789         StanzaNumber description: make side support, i.s.o. breakable.
3790         use Instrument_name_engraver for texts in the margin.
3792         * scm/define-translator-properties.scm: remove
3793         melismaEngraverBusy, stz property.
3795         * *.cc: naming: change empty_b () into is_empty ()
3797         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
3799         * input/regression/lyric-phrasing-new.ly: new file.
3801         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
3802         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
3803         melismata are now left-aligned.
3805 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3807         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
3809         * mf/feta19.mf: remove.
3810         
3811         * mf/feta-klef.mf (test_staff): more tweaks
3813         * mf/feta-toevallig.mf: more small size tweaks.
3815         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
3816         rests for smaller sizes.
3818         * mf/feta-bolletjes.mf: fix cross heads.
3820         * VERSION: release 2.1.4
3821         
3822         * scripts/convert-ly.py (FatalConversionError.func): add rule for
3823         deprecated #'ancient font family
3825         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
3826         it is a string or number.
3828         * scm/output-lib.scm (note-head-style->attachment-coordinates):
3829         change calling convention of stem-attachment function. 
3831         * buildscripts/mf-to-table.py: read and dump WX/WY fields
3833         * mf/feta-autometric.mf: dump WX/WY fields too
3834         
3835         * mf/parmesan-heads.mf: idem.
3837         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
3838         attachment coordinates.
3840         * lily/note-head.cc (stem_attachment_coordinate): read stem
3841         attachment from the notehead glyphs WX/WY fields.
3843         * lily/include/font-metric.hh (struct Font_metric): add methods
3844         get_indexed_wxwy (), make a distinction between looking up by
3845         index and ASCII  
3847         * mf/feta-bolletjes.mf: rewrite note head MF code.
3848         (test_outlines): make heads more rotund for smaller sizes. 
3850 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3852         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
3853         throughout. Font scaling fixes throughout.
3855         * mf/feta-sleur,slur.mf: remove. 
3857         * mf/feta-slag.mf: rewrite.
3859 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3861         * VERSION: release 2.1.3
3863         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
3865         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
3867         * lily/mark-engraver.cc (process_music): fix mark
3868         \default. (backportme)
3870         * stepmake/stepmake/automatically-generated.sub.make (default):
3871         use -n for head/tail commands. 
3873         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
3874         heads with the same pitch.
3876 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
3878         * lily/recording-group-engraver.cc (finalize): set protected_scm
3879         member to '() before finalizing.
3881         * lily/translator-group.cc (finalize): remove removal_processing () 
3883         * lily/recording-group-engraver.cc: new engraver: record
3884         synchronized start & end times for each music object.
3886         * lily/parser.yy (toplevel_expression): execute score rendering
3887         during parsing. Cleanup output-filename handling; this is no
3888         longer done with global variables.
3889         (translator_spec_body): allow \type modification too.
3891         * lily/score.cc:  ly:run-translator: new function
3892         (LY_DEFINE): ly:render-output new function.
3894         Separate interpreting and rendering, and make available as
3895         functions at Scheme level.
3897 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3899         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
3900         (musicxml-node->string):
3901         (xml-node->string):
3902         (music-to-musicxml): New function.
3904 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3906         * VERSION: 2.1.2 released
3908         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
3910         * scm/font.scm (paper20-font-vector): discouple font design sizes
3911         from sizes specified in .ly file: store all design sizes of a font
3912         in a single vector.
3914         * lily/font-select.cc (get_font_by_design_size): new function
3916         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
3917         add parmesan,feta in sizes 14 and 18.
3918         
3919         * mf/feta-toevallig.mf: use blot diameter for double sharp.
3921         * lily/font-size-engraver.cc (acknowledge_grob): change definition
3922         of fontSize: this now sets font-size
3924 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3926         * VERSION: 2.1.1 released
3927         
3928         * Documentation/user/refman.itely (Tuning objects): add note about
3929         concurrent tweaks in different contexts. 
3931         * lily/tie-engraver.cc (acknowledge_grob): use
3932         Staff_symbol_referencer::get_position iso. reading staff-position
3933         directly.
3935         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
3936         currentMusicalColumn as left span-point for bracket. The bracket
3937         is too long when there are accidentals.
3939 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3941         * buildscripts/lilypond-profile.sh,
3942         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
3943         Thanks to Reuben Thomas <rrt@mupsych.org>
3945 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
3947         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
3948         Wurbel <wurbel@univ-tln.fr>.
3950 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3952         * scripts/midi2ly.py: Add space after chords.
3954 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
3956         * input/regression/{many}: add few @code{ ... }.
3958 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3960         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
3961         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
3962         Removed cmbx5, cmbx6 (which are included in teTeX)
3963         and cmbxti14 which is not used in fonts.scm.
3965 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
3967         * lily/midi-item.cc: fine tune quarter tones.
3969 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
3971         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
3972         new function, warn how many cents are missing in fine tuning.
3974 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
3976         * input/bugs/rhytmicstaff-tie.ly: add file.
3978         * THANKS: Create skeleton for 2.1.
3980 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
3982         * input/test/bar-lines.ly (TODO): dashed "|".
3984 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3986         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
3987         input/regression/tie-chord.ly: Fix spell for tying.
3989         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
3991         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
3992         new file (renamed, see above).
3994         * Documentation/user/lilypond-book.itely
3995         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
3996         * input/example-1.ly input/example-2.ly input/example-3.ly
3997         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
3998         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
3999         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
4000         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
4001         * scripts/lilypond-book.py scripts/lilypond.py
4002         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
4003         * vimrc: replace ly2dvi with lilypond and remove silly comments.
4005         * Documentation/user/lilypond.tely: update version.
4007         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
4008         Remove extra spaces in each @node, fixes spaces.
4010 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4012         * scripts/lilypond-book.py (output_dict): Add definition of
4013         \lilypondbook also for LaTeX output. Solves several bug reports.
4015 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
4017         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
4019 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
4021         * input/test/transposition.ly: Fix key signatures, given in comments.
4023 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4025         * scm/midi.scm (instrument-names-alist),
4026         Documentation/user/appendices.itely: Correct spelling of shakuhachi
4028 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4030         * input/test/temporary-stave.ly (texidoc): New example based on an
4031         email question from Ralph Little.
4033 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4035         * VERSION: release 2.1.0
4036         
4037         * lily/note-performer.cc (try_music): accept busy-playing-event.
4039         * lily/swallow-perf.cc (try_music): return false for
4040         busy-playing-event and melisma-playing-event.
4042 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4044         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4045         >> in \score.
4047 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4049         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
4050         that articulation_substitute will not move beam start again.
4051         (articulation_substitute): Bugfix: remove stray space so that new
4052         old chords ending '>>' does not get broken up.
4053         (sub_chord): Use TAB for indentation (not spaces).
4054         
4055         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
4056         Bugfix for startup: Use ?^ instead of ?\^.
4058 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4060         * lily/lyric-combine-music-iterator.cc
4061         (Lyric_combine_music_iterator): change init order, to prevent GC
4062         segfaults.
4064         * lily/context-specced-music-iterator.cc (construct_children): 
4065         only change  translator if found. This fixes a core dump problem.
4067 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4069         * scm/slur.scm (default-slur-extremity-rules): use equal? for
4070         comparison.
4072         * mf/feta-bolletjes.mf: make hole in half note little
4073         smaller for stem attachment.
4075         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
4077         * mf/feta-banier.mf: don't draw stem with flag, just small square
4078         attachment.
4080         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
4082         * mf/feta-banier.mf: remove upstem/downstem characters.
4084         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
4086         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
4087         stafflinethickness (in the default)
4089         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
4091         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
4093         * Documentation/topdocs/INSTALL.texi (Top): reorder.
4095         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
4097         * lily/include/directional-element-interface.hh:
4098         junk class, make {get,set}_grob_direction functions.
4100         * lily/slur.cc (get_attachment): do something sensible when
4101         attaching to stem without heads (eg. a rest).
4103         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
4104         forcing up to staff.  remove #'support-head property
4105         (brew_molecule): small cleanup.
4106         (flag): remove #'grace property.
4108 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4110         * cygwin/postinstall-lilypond.sh: 
4111         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
4112         (Volker Zell).
4114 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4116         * scripts/lilypond-book.py: resurrect 'eps' option. 
4117         (TexiPaper.to_eps): use -Ppdf for EPS files.
4119         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
4121         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
4123         * VERSION: release 2.0.1
4125         * lily/bezier.cc (get_other_coordinate): change assert into
4126         warning.
4128         * lily/note-head.cc (internal_brew_molecule): make left protusion
4129         smaller, to accomodate for natural sign.
4130         (internal_brew_molecule): only do this when the accidental is
4131         close enough.
4132         (extent): new function
4134         * lily/skyline.cc (merge_skyline): new function
4135         (heighten_skyline): new function
4137         * lily/accidental-placement.cc (position_accidentals) 
4138         (position_accidentals): fix todo.
4140 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4142         * input/test/+.ly (texidoc): put version number inline.
4144         * GNUmakefile.in: remove rsync-web target.
4145         
4146         * input/regression/bar-scripts.ly (onestaff): raggedright
4148 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4150         * lily/*.cc: remove #if 0'd code in couple of places.
4152         * lily/midi-stream.cc (operator <<): rewrite.
4154         * lily/note-head.cc (internal_brew_molecule): 
4155         only make ledgers when the Staff symbol has lines.
4157         * ly/property-init.ly (arpeggioBracket): simplify
4159         * lily/translator-group.cc (execute_pushpop_property): use
4160         SCM_EQ_P for comparing keys. This fixes reverting
4161         auto-beam-settings.
4163 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4165         * lily/midi-stream.cc (operator <<): Also write MIDI string when
4166         midi_debug_global_b.
4167         (operator <<): Normalise loop.
4169 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4171         * scripts/lilypond.py (escape_path): revise.
4173         * scm/music-functions.scm (set-output-property): new function.
4174         
4175 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4177         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
4178         use addmakeflags again.
4180         * cygwin/lily-wins.py (escape_shell): New function; use it.
4182         * scripts/lilypond.py (escape_shell): Escape quotes and other
4183         spaces too.  Do not escape escaping backslashes.
4185         * make/srcdir.make.in (web-install): Must call install-WWW now.
4187         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
4188         dependency
4190 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4192         * scripts/lilypond.py (escape_path): escape quotes too. 
4194         * Documentation/user/lilypond.tely (Unified index): rename Index
4195         to accomodate Windows breakage.
4197         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
4199         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
4200         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
4201         target not a source.
4203 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4205         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
4206         addmakeflags.  Build and install doc and web also when building on
4207         Cygwin.
4209         * mf/GNUmakefile: Bugfix.
4211         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
4212         target web.
4214         * cygwin/lily-wins.py: Quote filename.
4216 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4218         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
4220 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4222         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
4223         settings.
4225         * configure.in: Require g++ > 3.0.4.
4227         * mf/GNUmakefile: Bugfix: Add list.ly target.
4228         
4229         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
4231         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
4232         make omf directory, add uninstall targets.
4234 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4236         * lily/tie-performer.cc (initialize): init prev_event
4238         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
4240         * lily/script-engraver.cc (make_script_from_event): don't crash on
4241         non-string articulation-type.
4243         * lily/new-fingering-engraver.cc (add_script): don't crash on
4244         0 scripts 
4245         (acknowledge_grob): warn about text script events.
4247 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
4249         * buildscript/lilypond.words: fix path for drums.scm.
4251 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4253         * lily/spacing-spanner.cc (note_spacing): don't make longer
4254         durations than measure-length.
4256         * VERSION: release 2.0.0
4258         * GNUmakefile.in (rsync-web): version independent rsync target.
4260         * input/test/+.ly (texidoc): idem.
4262         * input/regression/+.ly: print version number.
4264         * input/regression/accidentals.ly (mel): shorten.
4266         * input/regression/accidental-octave.ly (texidoc): shorten.
4268         * input/regression/hairpin-dashed.ly (texidoc): docstring.
4270         * input/regression/completion-heads-polyphony.ly: octave
4272         * input/regression/beam-manual.ly: remove
4274         * input/regression/beam-chord.ly: remove
4276         * input/regression/grace-dynamic.ly: remove
4277         
4278         * input/regression/grace-volta-repeat.ly: octave fixes.
4280         * input/regression/hairpin-dashed.ly (texidoc): doc string.
4282         * lily/parser.yy (step_number): semitones for chord entry too.
4283         (make_chord_step): more robust code, semitones. 
4285         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
4287         * input/regression/breathing-sign.ly (texidoc): split ancient and
4288         normal breathing signs.
4290         * scm/define-grobs.scm (all-grob-descriptions): swap
4291         beamed-extreme-minimum-free-lengths and
4292         beamed-minimum-free-lengths; the 'extreme' case should allow
4293         shorter stems. This fixes forced directions on beamed 32nd and
4294         shorter notes.
4296         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
4297         quartertones, not semitones.
4298         (NoteNamesContext): swallow more event types
4300         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
4302         * VERSION (PACKAGE_NAME): release 1.9.10
4304 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4306         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
4307         set note head as cause of note-column.  This gives a better error
4308         message.
4310 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4312         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
4314 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4316         * mf/GNUmakefile (pfa_warning): instruct 
4318         * stepmake/aclocal.m4: typo.
4320         * Documentation/user/cheatsheet.itely: more verbose examples.
4322         * input/regression/clefs.ly: remove bogus docstring.
4324 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4326         * GNUmakefile.in (SUBDIRS): Add elisp.
4328         * elisp/lilypond-mode.el: 
4329         * elisp/lilypond-init.el: 
4330         * elisp/lilypond-indent.el: 
4331         * elisp/lilypond-font-lock.el: Move from top dir.
4333         * stepmake/stepmake/elisp-vars.make: New file.
4335         * config.make.in (elispdir): Add.
4337         * Documentation/topdocs/INSTALL.texi: Typo.
4339         * make/ly-rules.make: Test for files instead of touching void and
4340         ignoring errors.
4342         * GNUmakefile.in:
4343         * make/lilypond.redhat.spec.in:
4344         * debian/rules: Fix lilypond.words stuff a bit.  For running from
4345         <builddir>, adding
4346         
4347              (push "<builddir>/share/lilypond/elisp" load-path)
4349         to your ~/.emacs.el should give you LilyPond-mode again.
4351         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
4352         regexp for DOS/Windows, we are too paranoid to fix others.
4354 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4356         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
4358         * input/test/chord-names-jazz.ly (banterProperties): fix
4360         * lily/parser.yy (bass_mod): bass figure alterations are semi
4361         tones, not quarter tones
4363         * lily/beam.cc (set_stem_lengths): only lengthen stems
4364         for gapped beams.
4366         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
4367         by beamcount.
4369         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
4370         a warning that the warning may erroneous.
4372         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
4373         target.
4375         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
4376         targets.
4378         * GNUmakefile.in ($(config_h)): config.h should depend on
4379         config.hh.in .
4380         (lilypond.words): remove fontball stuff.
4382         * stepmake/aclocal.m4: only print config.cache warning if it exists.
4384         * configure.in: remove pktrace reference.
4386         * GNUmakefile.in (rsync-web): permissions and ownership for
4387         website.
4389         * lily/volta-engraver.cc (staff_eligible): new function.
4390         (stop_translation_timestep): kill off spanners if not eligible.
4392         * VERSION (PATCH_LEVEL): release 1.9.9
4394         * input/regression/beam-quanting-32nd.ly (texidoc): new file
4396         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
4397         length is more important than forbidden quants.
4398         
4399 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
4401         * buildscripts/lilypond.words: order words in search order,
4402         add lilypond.words.vim to be generated.
4404         * lilypond.vim: use lilypond.words.vim for keyword matching.
4406         * lilypond-mode.el: use search order. fix word selection rules.
4408         * lilypond-font-lock.el: fix fontifying long durations.
4410         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
4412 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4414         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
4416         * stepmake/stepmake/generic-targets.make:
4417         * stepmake/stepmake/bin/make-version.py: 
4418         * stepmake/aclocal.m4:
4419         * make/stepmake.make:
4420         * make/toplevel-version.make: Build fixes: remove last traces of
4421           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
4423         * lily/beam.cc: Add gap-count property.
4425 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4427         * scm/define-grob-properties.scm (gap-count): add gap-count
4429         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
4431 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4433         * cygwin/mknetrel.doc: Typo.
4435         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
4437         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
4439 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4441         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
4442         sizes. Remove support for 'ledger'(=tabloid+landscape).
4444 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4446         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
4447         sauter PFAs.
4449         * configure.in: remove VERSION stuff once again.
4451         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
4453         * scm/define-grobs.scm (all-grob-descriptions): use sans family
4454         for chord names.
4456         * mf/GNUmakefile: always trace pfa fonts.
4457         (SAUTER_FONTS): add cmss[567] too fonts
4459         * configure.in: require mftrace. 
4461         * lily/staff-performer.cc (new_instrument_string): don't look at
4462         instrument property.
4464         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
4465         is_direction is the C++ one. Similar for ly_axis_p and
4466         ly_number_pair_p
4468 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4470         * lily/beam.cc (brew_molecule): read gap-count to determine
4471         number of tremolo (gapped) beams.
4473         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
4474         shorter than 1/8
4476         * flower/include/array.hh (default_compare): new function
4478         * cygwin/mknetrel: Native fixes.
4480         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
4482 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4484         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
4485         feature for Windows.
4487         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
4489         * cygwin/mknetrel: Updates for native use on Cygwin.
4491         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
4493         * stepmake/stepmake/help2man-rules.make: 
4494         * cygwin/mknetrel: Bugfix for manpages.
4496         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
4497         $(builddir).  Stepmake is a normal subdirectory now, that is not
4498         configured.  Another srcdir build fix.
4500         * Documentation/topdocs/INSTALL.texi,
4501         buildscripts/lilypond.words.py, lilypond-font-lock.el,
4502         lilypond-init.el, lilypond-mode.el, debian/rules,
4503         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
4504         rename generated file lilypond.words to lilypond.words.el.
4506 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
4508         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
4510         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
4511         GNUmakefile.in.
4513 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4515         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
4516         when cross building.
4518         * configure.in: srcdir build fix.
4520         * cygwin/GNUmakefile:
4521         * cygwin/lily-wins.py:
4522         * cygwin/postremove-lilypond.sh: 
4523         * cygwin/postinstall-lilypond.sh: Merge from stable.
4525         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
4526         s/ly2dvi/lilypond/.
4528 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4530         * lily/slur.cc (after_line_breaking): only set control points if
4531         none supplied yet.
4533         * input/test/slur-manual.ly: new file.
4535         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
4536         <<  >> chords too.
4538         * VERSION (PACKAGE_NAME): release 1.9.8
4540         * scripts/lilypond.py (escape_path): escape spaces in directory names
4542         * input/test/text-spanner.ly: fixes.
4544 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
4546         * buildscripts/lilypond.words.py: add drum names as note names to
4547         Emacs-mode.
4549 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4551         * input/regression/hairpin-dashed.ly: new file.
4553         * scripts/convert-ly.py (conv): warn about dash-length.
4555         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
4556         automatically if we get a new one.
4558         * lily/lookup.cc (dashed_line): new function
4560         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
4561         dash-fraction.
4563 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
4565         * buildscripts/lilypond.words.py: extract note names.
4567         * lilypond-mode.el: take note names from lilypond.words -file.
4568         small fix in the use of string-match.
4570         * lilypond-font-lock.el: use lilypond.words for note names, add 
4571         maxima to note a duration.
4573 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4575         * lily/breathing-sign.cc: remove railtracks() function. 
4577         * input/regression/arpeggio-bracket.ly (texidoc): add file.
4579         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
4580         (brew_molecule): bugfix don't make arpeggio shorter when
4581         arpeggio-direction is set.
4583         *  debian/rules: small corrections in the (Pedro K)
4585         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
4586         examples.
4588         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
4589         special (repeat) bar comes along.
4591         * input/regression/auto-beam-bar.ly: update.
4593         * scripts/lilypond-book.py (output_dict): remove support for the
4594         EPS option.
4596         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
4597         VerticalAlignment and VerticalAxisGroup this fixes the size
4598         computations for the entire system.
4600         * input/les-nereides.ly (bass): remove superfluous fontSize.
4602         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
4603         causes directory of file to be added to include path.
4605         * input/regression/beam-break.ly: test single stem beams.
4607         * input/regression/system-start-bracket.ly: fix.
4609         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
4611         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
4613         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
4614         (score_stem_lengths): do something sensible for single stem beams.
4616         * lily/beam.cc (least_squares): add kludge for single stem beams.
4618         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
4619         keySignature to list of broken things.
4621         * input/regression/keys.ly: fix.
4623         * VERSION (PACKAGE_NAME): release 1.9.7
4625         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
4627         * Documentation/user/refman.itely (Pitches): doc quarter tones.
4629         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
4630         (quartertone_pitch): new function
4632         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
4633         flat. WARNING: FONT CHANGED.
4635         * ly/nederlands.ly: add -eh and -ih for quarter tones.
4637         * lily/accidental-placement.cc (add_accidental): support for
4638         quarter tones.
4640         * ly/LANGUAGEs.ly: use symbols for alterations.
4642         * mf/feta-toevallig.mf: change accidental codes. 
4644         * scm/lily.scm (ly:get-option): switch on debugging only for
4645         --verbose.
4647         * lily/lily-guile.cc: remove ly:verbose?
4649         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
4651         * lily/parser.yy (TODO): only do gh_call() for apply with
4652         procedure argument.
4654         * lily/tie-engraver.cc (start_translation_timestep): move melisma
4655         stuff in accordance with new timing of tie-events.
4657         * lily/my-lily-lexer.cc: remove \outputproperty
4659         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
4661         * scm/define-translator-properties.scm (melismaBusyProperties):
4662         add melismaBusyProperties property.
4664 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4666         * input/test/ambitus-mixed.ly (texidoc): new file.
4668         * buildscripts/mutopia-index.py (find): prune debugging
4670         * lily/side-position-interface.cc: doc updates
4672         * Documentation/user/refman.itely: updates, tweaks.
4674         * lily/parser.yy (Simple_music): remove outputproperty
4676         * make/stepmake.make: use VERSION again; importing VERSION via
4677         autoconf dependencies is too hairy.
4679 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
4681         * lilypond-mode.el: allow `-' for keywords and identifiers.
4683 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4685         * VERSION: release 1.9.6
4686         
4687         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
4688         iso. ly2dvi.
4690         * Documentation/user/*.itely: fixes everywhere
4692         * lily/completion-note-heads-engraver.cc: rewrite engraver:
4693         produce ties from the engraver itself, do not broadcast TieEvent.
4695         * lily/my-lily-lexer.cc: remove pitch & duration.
4697         * lily/parser.yy (TODO): remove \pitch and \duration
4699         * input/test/explicit.ly: remove file.
4701         * Documentation/user/refman.itely (Pitches): remove \pitch 
4702         \duration command.
4704 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
4706         * buildscripts/lilypond.words.py: add all slur types to Emacs
4707         insertion menu, suppose everything is postfixed by dropping 
4708         unnecessary `-' -marks.
4710 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4712         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
4713         tremoloed stems.
4715         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
4716         head for flagged stems.
4718         * lily/stem.cc (get_default_stem_end_position): futz with extra
4719         stem length if there is a stem tremolo.
4721         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
4722         it would be too small.
4724         * lily/font-metric.cc: return #f for non-existent glyph.
4725         
4726         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
4727         exported through config.make.
4729         * input/regression/clef-oct.ly: new file.
4731         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
4732         transposition.
4734         * input/template/*.ly: remove old relative.
4736         * ly/english.ly: add X names for double sharp.
4738 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4740         * lily/font-select.cc: new file handle font selection routines.
4742         * lily/parser.yy: add ; (Patrick Atamaniuk)
4744         * input/test/time-signature-double.ly: use markups for double time
4745         sigs.
4747         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
4748         ChordNames.SeparationItem #'padding for adjusting space after chords.
4749         
4750         * lily/music-output-def.cc (LY_DEFINE): 
4751         new function ly:paper-lookup.
4752         
4753         * mf/parmesan-clefs.mf: use # quantities for char_box
4754         offsets. Fixes overflow errors in the PFA. 
4756         * scm/new-markup.scm (strut-markup): change calling interface for
4757         markup. Pass paper-def, not grob. This would allow \markup to be
4758         used separately from grobs.
4760         * lily/paper-def.cc: new function ly:paper-font; this function
4761         replaces ly:get-font.
4763         * lily/include/font-interface.hh (struct Font_interface): take
4764         Paper_def iso. Grob for get_font().
4766 2003-09-14  Graham Percival  <gperlist@shaw.ca>
4768         * Documentation/user/ tutorial.itely, refman.itely: add warning
4769         about \key and accidentals.
4771 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4773         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
4775         * Documentation/user/*.itely: manual tweaks
4777 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
4779         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
4780         cleanup; bugfix: exact_center
4782         * Documentation/user/refman.itely: added more documentation on
4783         ambitus according to recent questions on lilypond-user list
4785 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4787         * input/regression/ottava.ly (texidoc): demo 15ma too.
4789         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
4791         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
4792         octave fixes.
4794 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4796         * lily/lexer.ll: add \r to the rules for newlines; this fixes
4797         problems on older Mac editors.
4799 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
4801         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
4803 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
4805         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
4806         mf/parmesan-clefs.mf: added comments on character alignment and
4807         set_char_box() conventions
4809         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
4810         set_char_box()'s
4812         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
4814 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
4816         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
4818 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
4820         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
4821         shortened to avoid almost-collision with staff line; code cleanup;
4822         other custodes: fixed char boxes; code cleanup
4824 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4826         * configure.in: release 1.9.5
4827         
4828         * scripts/lilypond.py (global_latex_preamble): only set
4829         twosideshift if 'twoside' is in latexoptions 
4831         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
4833         * VERSION: remove
4835         * scripts/*2ly.py: update <> syntax
4837 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4839         * lily/chord-name-engraver.cc (process_music): add origin for
4840         chord name.
4842         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
4844         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
4845         bass notes for exceptions too.
4847         * scm/define-grobs.scm (all-grob-descriptions): rename
4848         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
4850         * scm/define-grob-properties.scm (remove-first): add remove-first
4851         property for orchestral scores.
4853         * Documentation/user/*.itely: switch <<>> and <> 
4855         * lily/glissando-engraver.cc (process_music): bugfix: move line to
4856         last_line only once. This fixes the two consecutive glissandi problem.
4858 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
4860         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
4861         error message "flexa-width undefined"
4863         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
4864         lily/include/gregorian-ligature.hh: print warning when ignoring
4865         head prefixes on flexa shapes
4867         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
4868         space before a series of inclinatum heads
4870         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
4871         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
4872         cleanups
4874         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
4875         and char_box
4877 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
4879         * input/regression/breathing-sign.ly: tiny fixes
4881         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
4882         semantical collision with vaticana ligatures
4884         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4885         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
4886         now consistent with mensural ligatures
4888         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4889         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
4890         context pitches and staff position; dto. for virga stem; removed
4891         obsolete virga and clivis characters from parmesan font (WARNING:
4892         font changed)
4894         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
4895         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
4897         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4898         scm/define-grob-properties.scm: consistency fix: renamed
4899         join_left->add_cauda
4901         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
4902         appendix length; bugfix: yoffs_bt for reverse direction punctum
4903         characters
4905         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
4906         small cleanups; added more docu
4908         * lily/mensural-ligature-engraver.cc,
4909         lily/vaticana-ligature-engraver.cc,
4910         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
4911         computation to CoherentLigatureEngraver
4913         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
4914         scm/define-grob-properties.scm: bugfix: added missing linea and
4915         cavum properties; bugfix: removed dead semivocalis property
4917         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
4918         length; redesigned quilisma, stropha and auctum
4920         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
4921         line thickness
4923         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
4924         Documentation/user/refman.itely: bugfix: introduced shifted
4925         epiphonus head to avoid collision with adjacent plica
4927 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4929         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
4931         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
4933 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4935         * Documentation/user/tutorial.itely (A lead sheet): remove
4936         duplicate chords.
4938         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
4940 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4942         * Documentation/bibliography/computer-notation.bib (isbn): add
4943         xivcim publication.
4945 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
4947         * GNUmakefile.in: drop lilypond.words for generation.
4949 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
4951         * buildscripts/lilypond.words.py: take filename (also) from an arg.
4953         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
4955 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4957         * input/test/figured-bass-alternate.ly (fl): new file.
4959         * Documentation/topdocs/README.texi (Top): clarifications.
4961         * Documentation/bibliography/computer-notation.bib (isbn): add phd
4962         theses of Gieseking and Renz.
4964         * GNUmakefile.in (README_FILES): remove README.mandrake.
4966 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
4968         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
4969         from source files and search patterns listed in the script.
4971         * GNUmakefile.in: add target `lilypond.words'.
4973         * lilypond.words: remove file, generated by `make lilypond.words'.
4975         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
4977 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
4979         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
4981 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4983         * VERSION: 1.9.4 released
4985         * scripts/convert-ly.py (FatalConversionError.figures_replace):
4986         rule for < > <-> << >> substitution
4988         * lily/lexer.ll: exchange meaning of << >> and < > 
4990         * VERSION (PACKAGE_NAME): 1.9.3 released
4992         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
4993         pages unconditionally.
4995 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4997         * Documentation/user/music-glossary.tely (Top): small syntax
4998         fixes.
5000         * scm/music-functions.scm (remove-tag): filter \tagged music
5001         expressions.
5003         * input/regression/tag-filter.ly (texidoc): new file.
5005         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
5006         symbol2 .. ) etc. 
5008         * scripts/convert-ly.py (FatalConversionError.conv): fingering
5009         convert rule.
5011         * Documentation/user/refman.itely (Fingering instructions): adjust
5012         manual.
5014         * lily/new-fingering-engraver.cc (position_scripts): don't crash
5015         for borderline cases (e.g. 1 fingering.)
5016         (position_scripts): revise interface, use fingerOrientations to
5017         set fingering positions.
5019         * scm/document-translation.scm (context-doc): add aliases to
5020         automated documentation.
5022         * make/lilypond-vars.make: remove stepmake compat glue.
5024         * make/generic-vars.make: remove cruft.
5026         * lily/main.cc (main): don't identify binary.
5028 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5030         * lily/include/translator.hh (class Translator): remove
5031         type_string_ , use symbol for context name throughout.
5032         Changes through whole source tree.
5034         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
5035         set PDF as default, and always make PDF.
5037         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
5039 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
5041         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
5042         Documentation/user/refman.itely input/regression/allfontstyle.ly
5043         input/regression/grace-types.ly:
5044         fix spelling for acciaccatura (Webster's 1913).
5046 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5048         * lily/main.cc (usage): adjust blurb, include url.
5050         * input/regression/breathing-sign.ly (texidoc): transpose up
5052 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
5054         * input/regression/breathing-sign.ly: changed ancient examples to
5055         be relevant (by request of Han-Wen); updated BreathingSign text
5056         property according to new syntax.
5058         * ly/gregorian-init.ly: updated BreathingSign text property
5059         according to new syntax
5061 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5063         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
5064         (Clef): index entries for clefs.
5066         * python/lilylib.py (system): remove errorlog files.
5067         
5068 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
5070         * lilypond.words: add \new and new graces. Add dynamics to menus
5071         keeping 1.8.x compatibility; after all the engraving relating to 
5072         notes becomes postfixed `-' marks will be removed.
5074 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5076         * lily/molecule.cc (align_to): idem.
5078         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
5079         
5080         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
5081         accacciatura everywhere.
5083         * VERSION (PACKAGE_NAME): released 1.9.2
5085         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
5087         * scm/document-markup.scm (markup-doc-node): sort markup function
5088         list.
5090         * lily/paper-outputter.cc (output_version): change "Lily was here"
5091         into  "Engraved by LilyPond"
5093         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
5094         on unquoted strings before \notenames.
5096         * lily/parser.yy (lyric_element): allow markup as lyric text. This
5097         increases the number of s/r reductions to 4.
5099         * scm/new-markup.scm (fraction-markup): \fraction command.
5101         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
5102         mode
5104         * lily/lookup.cc (round_filled_box): rename function.
5105         (LY_DEFINE): round-filled-box: change signature.
5107         * Documentation/user/refman.itely: revise section explaining grace
5108         notes.
5110         * lily/translator-scheme.cc (LY_DEFINE): add ! to
5111         ly:set-context-property
5113         * input/*/*.ly (vmus): use \new everywhere.
5115         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
5117         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
5118         default
5120         * scm/music-functions.scm (set-stop-grace-properties)
5121         (set-start-grace-properties, add-grace-property): new functions
5122         for modular grace tweak control.
5124         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
5125         
5126 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5128         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
5130         * GNUmakefile.in (install-pfa-fonts):
5131         (get-pfa-fonts): New target.
5133         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
5134         install-pfa-fonts help.
5136 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5138         * lily/translator-scheme.cc (LY_DEFINE):
5139         ly:context-pushpop-property new function.
5140         (LY_DEFINE): new function ly:translator-find  
5141         new function ly:translator?
5142         (LY_DEFINE): new function ly:context?
5144         * lily/translator-def.cc: remove
5145         Translator_def::apply_pushpop_property().
5147         * python/lilylib.py (read_pipe): only store and display error log
5148         if verbose not set.
5149         (read_pipe): only display log if it contains something.
5151 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5153         * Documentation/misc/GNUmakefile: Re-add.
5154         (TEXTS): Add CHANGES.
5156 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
5158         * lilypond.words: add \newcontext.
5160 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5162         * lily/tie-performer.cc (stop_translation_timestep): only flush
5163         tied_notes when we have actually made a tie. Fixes bugs with ties
5164         in polyphonic scores.
5166 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5168         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
5169         they do not exist.
5171 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5173         * VERSION (PACKAGE_NAME): released 1.9.1 
5175         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
5176         Instrument_name_engraver
5178         * lily/tie-performer.cc (create_audio_elements): bugfix
5180         * Documentation/user/music-glossary.tely (Top): comment out
5181         font-style statements.
5183         * input/test/force-hshift.ly: revise example.
5185         * Documentation/bibliography/engraving.bib (note): typos.
5187         * configure.in: bump GCC requirements to 3.x
5189         * lily/include/audio-item.hh (class Audio_tie): rename
5190         note_l_drul_ to note_drul_
5192         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
5194         * lily/parser.yy (relative_music): whoops. All \relative were off
5195         by ...  a lot .... Ahem.
5197         * scm/define-music-types.scm (music-descriptions): idem.
5199         * lily/beam-engraver.cc: move new-beam-event to beam-event
5201         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
5202         to Tie_engraver
5204         * input/regression/bar-number.ly: remove unnecessary old-relative
5205         options.
5206         
5207         * Documentation/user/internals.itely (Creating contexts): document
5208         \newcontext
5210         * lily/parser.yy (Composite_music): add \newcontext
5212         * Documentation/user/refman.itely (MIDI block): add note about
5213         dotted tempos.
5215         * scm/font.scm: remove old markup legacy
5217         * GNUmakefile.in (web-clean): remake share/ after web-clean.
5219         * lily/breathing-sign.cc (brew_molecule): remove function
5221         * lily/text-item.cc: remove old-style markups.
5222         (interpret_markup): C++ version of markup function
5223         (brew_molecule): idem.
5225         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
5226         as Scheme variable.
5228         * scripts/convert-ly.py (conv): dashes rule.
5229         Apply rule.
5231         * Documentation/user/lilypond-book.itely: syntax fixes. 
5233 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5235         * VERSION (PACKAGE_NAME): release 1.9.0
5237         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
5238         note about dvips. (Should backport.)
5240         * scripts/convert-ly.py
5241         (FatalConversionError.articulation_substitute): add
5242         convert-new-chords code. Remove convert-new-chords.py
5244         * Documentation/user/refman.itely (Octave check): document
5245         \octave.
5247         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
5248         \relative changes.
5250         * lily/parser.yy (command_element): octave check:
5252            \octave PITCH
5254         checks that PITCH (without octave) yields PITCH (with octave) in
5255         \relative
5257         * lily/relative-octave-music.cc (to_relative_octave): octave check.
5259         * lily/scm-option.cc: ly:set-option now has the default argument
5260         #t.
5262         * lily/lexer.ll: add \renameinput
5264         * python/lilylib.py (command_name): robustifications.
5266         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
5267         /dev/stderr. This is ash compatible.
5269         * ly/init.ly: add warning if compatibility was not necessary.
5271         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
5273         * flower/include/string-handle.icc: formatting cleanups, rename
5274         references by ref_count_.
5276 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
5278         * make/lilypond.mandrake.spec.in: syncronize the spec file with
5279         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
5280         package libs separately, fix conflicting php variable out=/dev/vc/
5281         invoking `unset out', declare menus, use only one icon-file, fix
5282         doc-path in menu.
5284 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5286         * scripts/convert-ly.py (FatalConversionError.conv): typo
5288         * Documentation/misc/GNUmakefile: restore misc directory.
5290         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
5292         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
5293         Petites-Preludes 
5295         * input/test/partial-blank.ly (quickmeasure): syntax
5297         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
5298         attachment property.
5300         * Documentation/user/refman.itely: remove superfluous -'s 
5301         (Grace notes): ) fixes.
5303         * lily/music.cc: generic compress(), transpose() functions. Remove
5304         others.
5306         * lily/parser.yy (gen_text_def): remove support for #'(italic )
5307         style markup entry.
5309         * lily/parser.yy: all articulations postfix; remove obligatory -
5310         for [,  ) and \!
5311         
5312         * lily/music.cc (to_relative_octave): write generic
5313         to_relative_octave function; various relative cleanups.
5314         Hmmm.
5316         * lily/scm-option.cc: add options new-relative and old-relative
5318         * po/sv.po: new po file.
5320         * Documentation/user/refman.itely (Dynamics): website
5321         fixes. (should backport!)
5323 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
5325         * make/lilypond.mandrake.spec.in: declare version only once.
5327 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5329         * lily/simultaneous-music.cc (to_relative_octave): undo relative
5330         meaning for now.
5332 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5334         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
5336         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
5338         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
5340         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
5342         * lily/music.cc (var): add ly:music-transpose function.
5344         * lily/parser.yy (pre_events): remove prefix articulations.
5346         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
5348         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
5350         * Documentation/user/refman.itely (Text markup): add comment about
5351         markup in header.
5353 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5355         * lily/paper-outputter.cc (write_header_fields_to_file): 
5356         only dump value if it is a string.
5358         * flower/include/dictionary.hh: remove.
5359         
5360         * Documentation/ChangeLog-1.5: add back old log.
5362         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
5363         .pfas from a .deb.
5365 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5367         * Documentation/bibliography/engraving.bib: add entry for
5368         Jaschinski's Notation
5370 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5372         * Documentation/user/refman.itely (Beaming): add note about
5373         allowBeamBreak
5375 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
5377         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
5378         GregorianTranscription contexts
5380         * ly/engraver-init.ly: vaticana contexts: minor fixes
5382         * Documentation/user/refman.itely (Ancient notation): added note
5383         on appendix length bug
5385         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
5386         input/test/vaticana.ly: use vaticana contexts; small fixes
5388 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5390         * flower/hash.cc: Remove.
5392         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
5393         to (nonexistent?) hash_func_ identifier.
5395         * python/midi.c (midi_error, midi_warning): Use char const* for
5396         __FUNCTION__ argument.
5398         * python/gettext.py: Remove.  We already require python 2.1, which
5399         includes gettext.py.
5401         * configure.in: Require python 2.1, as INSTALL.texi says.
5402         it.
5404         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
5405         versions 1.50 and 1.75.  Remove note about lexer patch.
5407 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5409         * Documentation/topdocs/INSTALL.texi: Update type1 font
5410         description to actual situation.  Add comment about new font ball
5411         layout.
5413         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
5414         in $LILYPONDPREFIX suffices for installation.
5416 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5418         * debian/control (Build-Depends): Add flex-old as alternative to
5419         flex.  Deprecate bison 1.75.
5421 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
5423         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
5424         Vaticana contexts
5426         * Documentation/user/refman.itely (Ancient notation): documented
5427         some bugs; tiny fixes; added docu on Vaticana contexts
5429         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
5430         scripts
5432 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
5434         * Documentation/user/refman.itely (Ancient notation): added some
5435         introductory words; added section on ancient time signatures;
5436         added some @seealso and @refcommands; small fixes and
5437         beautifications
5439 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
5441         * input/regression/note-head-style.ly: many fixes and updates
5443         * Documentation/user/refman.itely: added small sections on ancient
5444         accidentals, rests and flags; revised ancient note head section;
5445         small wording/spelling fixes
5447         * input/test/rests.ly: layout fixes
5449 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
5451         * input/puer-fragment.ly: bugfix: central C position of do clef
5453         * ly/gregorian-init.ly: workaround: add small padding space before
5454         divisiones (the correct fix would be the spacing engine to handle
5455         this)
5457 2003-08-13  Graham Percival  <gperlist@shaw.ca>
5459         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
5460         cue-notes.ly: minor fixes.
5462 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
5464         * Documentation/user/refman.itely: bugfix: remove obsolete link to
5465         input/test/custos-style.ly
5467         * Documentation/index.html.in: bugfix: link to Tutorial.html
5469         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
5470         to neumes; bugfix: "et": epiphonus, not just a simple pes
5472 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
5474         * lilypond-mode.el: split `Insert Tag' if it is long enough.
5476         * lilypond.words: add new features: markup, column, center, \[ \].
5477         
5478 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
5480         * Documentation/topdocs/NEWS.texi, DEDICATION,
5481         stepmake/bin/add-html-footer.py
5482         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
5483         input/mutopia/J.S.Bach/wtk1-fugue1.ly
5484         input/mutopia/J.S.Bach/wtk1-prelude1.ly
5485         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
5486         added (only) after a sentence which is complete; if the sentence is 
5487         not ended a comma `,' or nothing is used. fix also spaces.
5489 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5491         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
5492         requirements to plain 1.6.
5494         * buildscripts/mutopia-index.py (read_lilypond_header): update
5495         mutopia-index.py to 1.4 syntax [sic]
5497 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
5499         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
5501 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5503         * Documentation/index.html.in: url for regression pdf
5505         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
5507         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
5509         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
5511         * VERSION: 1.8.0 released
5512         
5513         * GNUmakefile.in (local-WWW-post): footify build fix.
5515         * configure.in: require GUILE 1.6.4
5517         * Documentation/user/GNUmakefile: don't copy *.png for
5518         lilypond-internals
5520         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
5521         local-WWW-post target.
5522         (rsync-web): add rsync-web target
5524         * Documentation/user/introduction.itely (Music notation and
5525         engraving): add neume example
5527         * input/puer-fragment.ly (cantus): add puer-fragment
5529 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5531         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
5532         to notes, so that equalizer is actualy being used.
5534         * scm/midi.scm (instrument-equalizer-alist):
5535         (absolute-volume-alist): Define public, so that user can copy or
5536         override.
5538         * lily/key-performer.cc (create_audio_elements): Check for minor
5539         key.  Only if key is minor, set MIDI key to minor.
5541 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5543         * Documentation/user/refman.itely (Hiding staffs): fixes.
5545         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
5547         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
5548         vertical extents to deal with Hara kiri correctly.
5550         * input/regression/hara-kiri-short.ly: remove
5552         * input/regression/hara-kiri-pianostaff.ly: update test.
5554         * Documentation/user/*.tely: remove WEBTITLE
5556         * scm/output-tex.scm (comment): idem.
5558         * scm/output-pdftex.scm: remove GUILE 1.4 glue
5560         * scm/music-functions.scm (make-lyric-event): new function
5562         * scm/lily.scm (lilypond-version): new function
5564         * input/test/version-output.ly: new file.
5566         * Documentation/user/lilypond.tely: add version number to
5567         front-page.
5569 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5571         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
5573 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5575         * input/template/gregorian-transcription.ly (barTwo): syntax update.
5577         * Documentation/user/refman.itely (Hiding staffs): rename node.
5579 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5581         * input/regression/new-markup-syntax.ly (texidoc): remove
5582         molecule-callback override.
5584 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5586         * input/les-nereides.ly: Mark tweaks with %tweak.
5588         * Debian patch, see debian/changelog (Anthony Fok).
5590 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5592         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
5593         problem.
5595 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5597         * Documentation/user/refman.itely (Text markup): Fix language bug.
5599 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5601         * input/* : postfix syntax fixes.
5603         * Documentation/user/refman.itely (Text markup): add note about
5604         raise/lower with ^ or _ .
5605         
5606         * po/fi.po: fix \\apply strings.
5608         * lily/parser.yy (open_event): warn for prefix articulations.
5610 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
5612         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
5613         fix also on parmesan font.
5615 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5617         * VERSION 1.7.30 released
5618         
5619         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
5621         * buildscripts/mutopia-index.py (headertext): rewording
5623 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5625         * scm/new-markup.scm (strut-markup): new markup function.
5627         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
5628         space also when no accidental is there.
5630 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5632         * input/les-nereides.ly: Updates.
5634 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
5636         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
5637         which repeats the tag insertion selected from "Insert tag" menu.
5639 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5641         * lily/all-font-metrics.cc (find_font): load AFM files first only
5642         for feta fonts. This fixes problems with TeXlive and other TeX
5643         distros that include AFM files for the CM fonts. 
5645         * scm/font.scm (qualifiers-to-font-name): remove.
5647         * lily/paper-def.cc: remove get_var.
5649         * input/trip.ly: remove file.
5650         
5651         * input/regression/spacing-note-flags.ly (raggedright): remove
5652         stafflinethickness
5654         * input/les-nereides.ly: update to new syntax, cleanups.
5656 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5658         * Documentation/user/refman.itely: Clarify shortest-note problem
5659         of autobeamer.
5661 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
5663         * lilypond-mode.el: Add each word to regexps only once.
5665         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
5666         is based on the syntax definitions in lilypond.words. Remove all 
5667         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
5668         LilyPond->Insert menu is generated by the entries in lilypond.words 
5669         to which have been given a syntax definition.
5671         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
5672         \notes, \relative, \score, \simultaneous, \transpose.
5674         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
5676         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
5677         
5678         * lilypond-mode.el: add menu keywords separately.
5680         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
5682 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5684         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
5685         current ugly installation method for PFA fonts.
5687 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
5689         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
5690         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
5692         * Documentation/user/music-glossary.tely: update legato.
5694 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5696         * lexer-gcc-3.0.patch: Remove.
5698         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
5700 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5702         * debian/rules (binary-arch): remove NEWS.
5704 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
5706         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
5707         stepmake/bin{ many }: polish the `--help's of different scripts;
5708         model taken from the core-utils of Linux.
5710         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
5712 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5714         * flower/parse-afm.cc (parseCharMetrics): add warnings.
5716         * flower/libc-extension.cc: idem.
5718         * flower/include/libc-extension.hh: protect against isinf macros.
5720 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
5722         * { many }: Use two uppercase letters in LilyPond.
5724         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
5726         * VERSION: 1.7.29 released.
5727         
5728 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5730         * lily/tie.cc: add TODO comment.
5732         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
5734         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
5735         linejoins and linecaps. This fixes problems with occasional spikes
5736         on slur/tie endings.
5737         
5738         * input/regression/font-name.ly: don't use PS fonts for
5739         compatibility reasons. 
5741         * mutopia/claop.py (accents): update to 1.8
5743         * Documentation/user/music-glossary.tely (Top): remove 13pt.
5745         * Documentation/user/macros.itexi: don't color glossary links.
5747         * Documentation/user/invoking.itexi (Error messages): new section
5749 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5751         * input/regression/font-name.ly: add file.
5753         * scm/document-backend.scm (grob-doc): remove <hr> from
5754         lilypond-internals
5756         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
5757         reqd version to 1.6.4 
5759         * lily/font-interface.cc (get_font): bugfix: take font-name from
5760         alist chain too. This fixes font-name override for \markup.
5762 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5764         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
5766         * input/test/polymetric-differing-notes.ly: Compile fix.
5768 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
5770         * Documentation/user/refman.itely: fixed typo
5772         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
5773         before flexa
5775 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
5777         * input/test/{ many }: search & fix some typos.
5779 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5781         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
5782         images.
5784         * scm/music-functions.scm (make-voice-props-set): set Script /
5785         TextScript dir for polyphony too.
5787         * scm/define-grobs.scm (all-grob-descriptions): decrease space
5788         before clef.
5790         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
5792 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
5794         * Documentation/user/refman.itely (Percussion): Small
5795         clarifications and fixes.
5797         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
5798         threads. This fixes different heads playing simultaneously.
5800 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
5802         * Documentation/user/{ many }: increase readability (read through 
5803         User manual from `one big page').
5805 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5807         * input/test/polymetric-differing-notes.ly: add example with
5808         disparate note values.
5810         * input/test/polymetric.ly: rename from poly-metric
5812         * scripts/ly2dvi.py (include_path): bugfix: use outbase
5813         iso. outname.
5815         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
5816         G-clef bbox to real char extents. This fixes the G-clef being
5817         offset too much to the right.
5818         document perc clef offset.
5820         WARNING: FONT CHANGED.
5822         * Documentation/user/tutorial.itely (Tutorial): move menu.
5824 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5826         * buildscripts/lilypond-profile.sh (Error): trim error message.
5828         * Documentation/user/invoking.itexi (Invoking the lilypond
5829         binary): add note about path.
5831         * Documentation/user/macros.itexi: add @c at EOL, hopefully
5832         suppresses superfluous spaces.
5834 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5836         * buildscripts/lilypond-profile.sh: Add documentation to error
5837         message.
5839         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
5841 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5843         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
5844         <mike@ossmann.com>)
5846         * Documentation/bibliography/computer-notation.bib (pages): prune
5847         unscientific language.
5849         * Documentation/user/GNUmakefile: copy unsplit file to
5850         lilypond.html (idem for lilypond-internals).
5852         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
5854         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
5856         * python/lilylib.py (lilypond_version): 2.1 proof version check.
5858         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
5859         fix.
5860         
5861 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
5863         * Documentation/user/{ various }: bind text snippets with their
5864         examples, e.g. by punctuation: This is an example.
5866 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5868         * ly/performer-init.ly (VoiceContext): Typos.
5870         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
5871         builds, leave final-install to toplevel srcdir makefile.
5873         * make/srcdir.make.in (install): New target.
5875 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5877         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
5878         This fixes core dump on MIDI output (Simon Weatherill).
5880         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
5881         on local-WWW-post.
5883 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5885         * make/lilypond.redhat.spec.in: add dvips to reqs.
5887 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5889         * make/srcdir.make.in (web): Add special web target.
5891         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
5892         from inner $(LOOP).
5894         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
5896         * stepmake/stepmake/generic-targets.make (www-targets-help):
5897         * GNUmakefile.in (web-install): Install in $(webdir).
5899         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
5901         * cygwin/changelog: 
5902         * cygwin/mknetrel: Update.
5904         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
5905         (html-doc): Remove (use: web).
5907         * stepmake/stepmake/script-rules.make: 
5908         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
5909         Fix $(config_make) dependencies for srcdir build.
5911         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
5912         target for srcdir build.
5914         * stepmake/make/stepmake.make: 
5915         * make/srcdir.make.in: 
5916         * GNUmakefile.in:
5917         * make/stepmake.make (config_make): Rename variable (was:
5918         configuration).
5920 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5922         * Documentation/user/internals.itely (Manipulating music
5923         expressions): run lilypond on example too.
5925         * flower/include/libc-extension.hh: move lrint define to
5926         header. bugfix.
5927         
5928 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5930         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
5931         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
5932         do we recurse whole tree?).
5934         * GNUmakefile.in (html-doc): Resurrect.
5936         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
5937         obsolete $(package-icon) dependency.
5939 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5941         * Documentation/user/refman.itely (Automatic staff changes):
5942         add seealso 
5944         * Documentation/index.html.in: link to bigpage.
5946         * Documentation/user/tutorial.itely (Tutorial): streamline.
5948         * Documentation/index.html.in: url typo.
5950         * VERSION (PACKAGE_NAME): release 1.7.28
5952         * python/lilylib.py (error_log): remove '/' from name.
5954         * input/regression/pedal.ly: remove; dups input/test/
5955         
5956         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
5958         * Documentation/index.html.in: python style doco index.
5960         * Documentation/{footer,header}.html.in (src): remove, 
5962         * Documentation/pictures: remove all but lelie-logo.xpm.
5964         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
5965         before running makeinfo.
5967         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
5968         @code{}
5970 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5972         * input/test/bar-number-regular-interval.ly: rename.
5974         * Documentation/user/*: various fixes. 
5976 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
5978         * Documentation/{ many }: polish for update-all-menus. typos.
5980         * po/fi.po: fixes.
5982         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
5984         * buildscripts/mutopia-index.py: polish.
5986         * input/regression/{ many }, input/test{ many }: polish texidocs.
5988 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5990         * scripts/convert-ly.py (FatalConversionError.conv): rule for
5991         pedal-style
5993         * lily/text-spanner.cc (brew_molecule): use bracket-flare
5994         iso. edge-widen.
5996         * lily/piano-pedal-engraver.cc (process_music): change from
5997         process_acknowledged ()
5999         * lily/piano-pedal-bracket.cc: new file. Change
6000         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
6001         cleaned up.
6003         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
6005         * input/regression/tuplets.ly (texidoc): rename file.
6007         * po/fr.po: update
6009         * buildscripts/lilypond-profile.sh: error message if script is not
6010         sourced.
6012         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
6013         bracket-flare
6014         (make_bracket): simplify code.
6016         * lily/parser.yy (verbose_command_req): catch typos in \key scale
6017         argument.
6019         * python/lilylib.py (lilypond_version_check): new function
6021         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
6023         * scripts/ly2dvi.py (run_lilypond): add version check.
6025         * scripts/lilypond-book.py (option_definitions): typo
6027         * scripts/ly2dvi.py (include_path): typo
6029         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
6031         * lily/parse-scm.cc (parse_handler): typo
6033         * Documentation/user/macros.itexi: use @heading for headings.
6035         * Documentation/user/refman.itely: updates, fixes.
6037 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
6039         * po/fi.po: add Finnish translations. fixes.
6041         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
6043         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
6044         from lily/glissando-engraver.cc.
6046 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6048         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
6049         for non-first _broken_ bracket.
6051         * Documentation/user/refman.itely: corrections.
6053 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6055         * lily/new-fingering-engraver.cc (position_scripts): add heads to
6056         support of the fingerings.
6058         * po/fr.po: French translation update.
6060         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
6061         strings.
6063 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6065         * Documentation/user/introduction.itely: Small fixes.
6067 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6069         * Documentation/topdocs/AUTHORS.texi: polish.
6071 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6073         * Documentation/user/introduction.itely: revise
6075         * Documentation/user/tutorial.itely: reorganise.
6077         * Documentation/topdocs/index.tely: remove.
6079         * Documentation/header.html.in: prune.
6081         * GNUmakefile.in: clean up web building.
6083         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
6084         target.
6086 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
6088         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
6090         * lilypond-mode.el: turn on blink-matching-paren.
6092 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6094         * scm/output-sodipodi.scm (svg-header): Fix typo.
6096 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6098         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
6099         fixes a security hole.
6101         * scripts/lilypond-book.py (original_dir): remove temp_dir
6103         * scm/document-translation.scm: use @code tags.
6105 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6107         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
6109         * lilypond-mode.el: add a buffer-local post-command-hook to set
6110         context dependent syntax-table after each cursor event. Remove old
6111         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
6113         * lilypond-indent.el: update comments.
6115         * Documentation/footer.html.in: add period.
6117 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6119         * make/lilypond.redhat.spec.in (Group): don't strip binary.
6121         * scm/document-translation.scm (document-property-operation): add
6122         @code{} tags.
6124         * VERSION (PACKAGE_NAME): release 1.7.27
6126         * config.make.in: add PAPER variable
6128         * buildscripts/new-chords.py (help): add help text
6130         * Documentation/user/introduction.itely (Typography and program
6131         architecture):  fixes.
6133         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
6134         for texinfo and dvips. This fixes problems with PDF output of the
6135         wrong size.
6137         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
6138         DVIPS_PAPERSIZE variable
6140         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
6141         TEXINFO_PAPERSIZE variable 
6143 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6145         * mf/feta-macros.mf: whoops: only draw lines for test situations.
6147         * mf/feta-toevallig.mf: lowres fixes.
6149 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6151         * NEWS: Typo and fill-paragraph fixes.
6153         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
6154         cast #define.
6156         * configure.in: 
6157         * config.hh.in: Check for lrint.
6159 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6161         * VERSION: 1.7.26 released
6163         * lily/separation-item.cc: add padding property.
6165         * input/test/*.ly: various fixes, remove solo-a2.ly
6167         * scm/new-markup.scm (brew-new-markup-molecule): arg order
6168         bugfix. Fixes old-style markup compatibility.
6170         * Documentation/user/introduction.itely (Introduction): historical
6171         elucidations
6173         * Documentation/user/music-glossary.tely (Top): linewidth fix.
6175         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
6177         * Documentation/index.texi (Top): cleanup.
6179         * Documentation/user/introduction.itely (Introduction): rewrite
6180         introduction, 
6181         (Music notation and  engraving): about notation. Add flat-picture
6183 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6185         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
6186         separation items. This keeps lyrics from bumping into each other.
6188 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6190         * GNUmakefile.in (topdocs-web): New target.
6191         (local-web): Depend on topdocs-web; fixes html-doc.
6193 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6195         * po/lilypond.pot: run po-replace
6197         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
6199         * scm/drums.scm (reset-drum-kit): new function.
6201         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
6203         * scripts/update-lily.py: remove
6204         
6205         * VERSION: release 1.7.25
6206         
6207         * Documentation/user/introduction.itely (Introduction): rewrite
6208         start of introduction.
6210 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
6212         * lily/all-font-metrics.cc: fixed typo
6214 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
6216         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
6217         LilyPond-mode-context-set-syntax-table): new functions to define
6218         the syntax table according to context.
6220         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
6222 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6224         * Documentation/user/refman.itely (Figured bass): 
6225         language nit courtesy http://www.vocabula.com
6227         * GNUmakefile.in: remove no kpathsea hack.
6229         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
6230         doco.
6232         * GNUmakefile.in: remove web-doc target.
6234         * lily/all-font-metrics.cc (find_afm): add message about
6235         buildscripts/clean-fonts.sh 
6237         * scm/define-music-properties.scm (figure): use string for 'figure
6239         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
6241         * input/regression/ : add raggedright = ##t where applicable. 
6242         
6243         * scm/bass-figure.scm (make-bass-figure-markup): add
6244         alignBassFigureAccidentals property.
6246         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
6247         bracket.
6249         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
6250         syllables widths into account for minimum-length.
6252         * input/test/staff-container.ly: update file
6254         * input/test/stem.ly: remove
6256         * lily/event.cc (LY_DEFINE): add ly: prefix.
6258         * input/test/clef-manual-control.ly: from manual-clef
6260         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
6262         * input/test/different-time-signatures.ly: move to poly-metric.ly
6264         * input/test/hara-kiri*,scales.ly: remove
6265         
6266         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
6267         with chord-names-jazz.ly)
6269         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
6270         get scalable cm fonts too.
6272         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
6273         --encoding for mftrace if present.
6275         * input/regression/slur-area.ly: move from test/
6277         * input/test/: remove simple-slur-endings slur-attachment
6278         slur-broken-cross-staff slur-broken.ly slur-damping.ly
6279         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
6280         slur-symmetry slur-symmetry tie-broken.ly
6282         * scm/drums.scm (set-drum-kit): add function.
6284         * Documentation/user/refman.itely (Percussion staves): use
6285         set-drum-kit
6287         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
6288         too
6289         (Global_measure.set_timesig): handle 3/8 time sig too.
6291         * scm/output-lib.scm (note-head-style->attachment-coordinates):
6292         note about triangle note heads.
6294         * scm/drums.scm: use alist for instrument-settings. This fixes the
6295         bug with assigning to drums in the .ly file.
6297         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
6298         CHANGED.
6300         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
6301         cluster-beacon-interface
6303         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
6305         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
6307         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
6309         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
6310         to get positions.
6312         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
6313         make ClusterSpannerBeacon to record Y positions. This removes the
6314         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
6315         make cluster-note-events.
6317 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6319         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
6321         * configure.in: Use lily/main.cc as identifying source file.
6323         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
6325         * config.hh.in: 
6326         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
6328         * configure.in: Require PYTHON >= 2.0.
6330         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
6331           $PYTHON for include dir location.
6332         (STEPMAKE_PYTHON): New function.  Use
6333         
6334             PYTHON=foo ./configure
6336           to override.
6338 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6340         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
6341         something.
6343         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
6344         ftp.lilypond.org everywhere.
6346 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6348         * lily/text-item.cc (interpret_new_markup): do only if new-markup
6349         detected.
6351         * Documentation/user/refman.itely (Grace notes): note on explicit
6352         contexts
6354 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
6356         * lilypond-font-lock.el: add a comment about LilyPond specific
6357         escape characters: ^, - and _, in the syntax table.
6359         * Documentation/user/appendices.itely: a majuscule fix.
6361 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6363         * input/test/trills.ly (endHorizScript): fixes.
6365         * input/test/chord-names-jazz.ly: merge in alternate Jazz
6366         notation, move from regression.
6368         * input/test/script-stack.ly: change name from stacked-scripts
6370         * input/test/ossia.ly: octave errors.
6372         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
6373         for midi-volume-equaliser
6375 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6377         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
6378         cm fonts.
6380         * mf/feta-beugel.mf: don't multiply font_count by 10.
6382         * lily/lookup.cc (horizontal_line): new function. Use
6383         horizontal-line in output backends.
6385         * Documentation/user/tutorial.itely (An orchestral part): new
6386         section on orchestral stuff and identifiers.
6388 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
6390         * lilypond-mode.el: comment-out paren-highlighting, it still causes
6391         some interference to other modes.
6393 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6395         * lily/spacing-spanner.cc (musical_column_spacing): use average,
6396         not maximum of spacing wishes in polyphonic situations.
6398         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
6399         number
6401         * lilypond-indent.el: remove paren matching. 
6403         * lily/text-item.cc (interpret_new_markup): new function
6404         use iso. text2molecule.
6406         * lily/main.cc (notice): change FSF address 
6408         * po/de.po: update PO file to 1.6.
6410 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
6412         * Documentation/user/ {many}: Add periods and remove spaces.
6413         
6414 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
6416         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
6417         Disable buffer-locally default paren hook and make a new one. 
6419         * lilypond-mode.el: Turn off locally paren-mode, but turn on
6420         locally LilyPond-paren-mode. Add todo for mouse double-click.
6422 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
6424         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
6425         Disable buffer-locally default paren idle timer and make a new one. 
6427         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
6428         locally LilyPond-show-paren-mode. Add to menu a toggle for
6429         LilyPond-show-paren-function.
6431 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6433         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
6435 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
6437         * Documentation/user/refman.itely: spelling fix.
6439         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
6440         paren highlight function definitions. add todo for
6441         LilyPond-show-paren-mode.
6443 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6445         * input/template/jazz-combo.ly: new file.
6447 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6449         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
6450         lo-res fixes.
6452         * mf/feta-schrift.mf: bugfix in varcoda sign.
6453         WARNING: FONT CHANGED
6455         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
6456         in accordance with lexer.ll.   
6458 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6460         * Documentation/user/tutorial.itely: Edit introduction.
6462 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6464         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
6465         ly:grob-staff-position
6467 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6469         * scm/to-xml.scm: import srfi-1
6471         * VERSION (MAJOR_VERSION):  release 1.7.24
6473         * python/lilylib.py (make_ps_images): make multipage _really_ work.
6475         * scripts/lilypond-book.py (do_file): put texidoc before image.
6476         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
6478         * input/regression/*.ly: fix snippet octaves 
6480         * input/test/spanner-after-break-tweak.ly: import
6481         broken-spanner-adjustment
6483         * input/no-notation/midi-transposing.ly: move from input/test/
6485         * input/test/: remove chord-markup
6487         * input/regression/instrument-name-partial.ly: move from input/test.
6489         * input/test/vertical-text.ly: remove
6491         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
6492         space above lyrics lines.
6494         * input/test/uniform-breaking.ly: remove file.
6496         * lily/gourlay-breaking.cc (combine_demerits): add comment about
6497         uniform spacing density. 
6499         * input/test/chords.ly (keys): remove file.
6501         * scm/documentation-lib.scm (oop): use srfi-1 too.
6503         * input/regression/*.ly: add \version
6505         * Documentation/user/*.itely: various fixes.
6507         * buildscripts/mf-to-table.py (base): break table every three
6508         symbols.
6510         * input/:  remove %% new-chords-done %% .
6512         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
6513         os-music.ly
6514         
6515 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6517         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
6519         * scm/new-markup.scm (box-markup): new function.
6520         (box-markup): new function. Contributed by Dick Schoeller
6521         <schoeller@attbi.com>
6523         * scm/lily.scm: remove reduce-no-unit 
6524         (list-insert-separator): use fold-right
6526         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
6527         of arguments. 
6529         * NEWS: more neutral language for ancient notation 
6531         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
6532         inside pointing beaming for chord tremolo.
6534         * Documentation/user/lilypond-book.itely: minor editing
6536 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
6538         * NEWS: added news for 1.8 regarding ancient notation
6540         * Documentation/user/refman.itely (Gregorian square neumes
6541         ligatures): fixed typo
6543         * lily/vaticana-ligature-engraver.cc,
6544         lily/include/vaticana-ligature.hh: bugfix: use special heads for
6545         lower/upper head of Pes only when heads are stacked
6547         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6548         scm/define-grob-properties.scm: cleanup: make "join-left" a
6549         boolean grob property and save delta pitch in grob property
6550         "delta-pitch" instead
6552         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
6554 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6556         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
6557         completely borked
6559         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
6560         (try_music): bug fix: beam multiplicity was completely borked.
6562         * scm/lily.scm: remove tail, filter-list, filter-out-list,
6563         first-n, butfirst-n in favor of srfi-1 functions.
6564         remove string-join, string-pad in favor of srfi-13 functions.
6566         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
6568         * NEWS: use complete sentences.
6570         * Documentation/user/introduction.itely (Example applications):
6571         add note about databases and lilypond-book.
6573         * input/test/volta.ly: remove file
6575         * input/regression/volta-broken-left-edge.ly: simplify file
6577 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6579         * Documentation/user/refman.itely (Constructing a tweak): new
6580         subsection.
6582         * Documentation/user/tutorial.itely (Fine tuning layout): add
6583         common tweaks.
6585         * scm/define-grobs.scm (TextScript): use new brewer.
6587 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6589         * VERSION: release 1.7.23
6591         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
6593         * python/lilylib.py (make_ps_images): bugfixes.
6595         * input/regression/volta-multi-staff.ly: new file.
6597         * Documentation/user/macros.itexi: refcommands, refcommand macros.
6599         * Documentation/user/tutorial.itely (Piano staffs): new section.
6600         (Setting variables): new section
6601         (Fine tuning layout): new section
6603         * input/just-friends.ly: remove file. Superseeded by
6604         input/test/chords-without-melody.ly
6606         * ly/property-init.ly: add all commands to refman.
6608         * scm/define-translator-properties.scm: remove
6609         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
6611         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
6612         name. Underscores botch up PS output.
6614         * scm/define-translator-properties.scm: remove
6615         textNonEmpty, oneBeat, regularSpacingDelta
6617         * scripts/convert-ly.py (FatalConversionError.conv): conversion
6618         rule for automaticBars.
6620         * lily/timing-engraver.cc (start_translation_timestep): change
6621         barNonAuto to automaticBars
6623 2003-06-30  Graham Percival  <gperlist@shaw.ca>
6625         * input/test/perform-tie.ly: delete file.
6627 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
6629         * Documentation/user/refman.itely (Gregorian square neumes
6630         ligatures): bugfix: do not show ledger lines in neumes table
6631         (fixed by setting staff symbol to transparent rather than removing
6632         it from staff context)
6634 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6636         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
6637         glue into brew-new-markup-molecule.
6639         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
6641         * Documentation/user/introduction.itely (Computerized typography):
6642         new section
6644         * Documentation/user/tutorial.itely (An orchestral part): remove
6645         pc example from tutorial.
6647         * input/tutorial/lilbook.tex: use screech-boink
6649         * scripts/lilypond-book.py (compile_all_files): split formatting
6650         output body and scheduling lilypond compilation.
6651         (format_lilypond_output_bodies): new function
6652         (format_lilypond_block): new function
6653         (html_pages): allow multi-page images in HTML
6655         * python/lilylib.py (make_ps_images): rename function from
6656         make_preview, merge with make_page_images
6658 2003-06-28  Graham Percival  <gperlist@shaw.ca>
6660         * input/test/key-clefs.ly: moved to regression.
6662         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
6664         * input/no-notation/README: added note about midi-*.ly files.
6666         * input/test/two-key.ly: moved to no-notation/parse5.ly
6668         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
6669         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
6671         * input/test/ {various}: modified comments, marked some for deletion.
6673         * input/test/lines.ly: deleted file; duplicate of
6674         embedded-postscript.ly
6676         * input/test/mmrest-collision: moved to regression.
6678 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6680         * scm/chord-name.scm (note-name->markup): don't superscript root
6681         alterations in chordnames.
6683 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6685         * Documentation/user/refman.itely (Multi measure rests): more
6686         index/cross-referencing.
6688         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
6690         * scm/font.scm: remove properties-to-font-name code.
6692         * scm/define-grob-properties.scm: remove 'type
6694         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
6695         conversion
6697         * lily/text-spanner.cc: change 'type grob prop to 'style 
6699         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
6700         "first" flag to decide whether to make a start-repeat
6702         * input/regression/grace-volta-repeat-2.ly: new file.
6704 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6706         * lilypond-indent.el: rename generic functions to LilyPond-*
6708 2003-06-22  Graham Percival  <gperlist@shaw.ca>
6710         * input/test/thumb.ly: delete, merged into refman.
6712         * Documentation/user/refman.itely: added thumb info to Fingering.
6714         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
6715         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
6716         vertical-align.ly : deleted files.
6718 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6720         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
6722         * lily/line-spanner.cc (broken_trend_offset): remove function.
6723         (get_broken_offset): idem.
6724         (brew_molecule): rewrite the line-break case.
6726         * input/regression/follow-voice-break.ly:  new file.
6728         * lily/line-spanner.cc (after_line_breaking): remove lines at the
6729         start of a system.
6731 2003-06-20  Graham Percival  <gperlist@shaw.ca>
6733         * input/test/tuplet-rest.ly: moved to regression.
6735         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
6736         deleted file.
6738         * input/test/ {many} : marked file for possible deletion.
6740 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6742         * input/regression/beam-funky.ly: add note about (disputed)
6743         correct beaming.
6745         * ly/engraver-init.ly (ScoreContext): put key-signature after
6746         staff-bar
6747         
6748 2003-06-20  Graham Percival  <gperlist@shaw.ca>
6750         * input/test/ broken.ly lyric-phrasing.ly: deleted.
6752         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
6754         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
6756         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
6757         stem-extend was deleted (it was duplicate example, and not as
6758         good).
6760         * input/test/[s-z]*.ly: add texidoc index.
6762 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6764         * lily/slur.cc (get_boundary_notecolumn_y): change name from
6765         get_first_notecolumn_y
6767         * lily/spanner.cc (broken_spanner_index): new function.
6769 2003-06-19  Graham Percival  <gperlist@shaw.ca>
6771         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
6772         lyric-hyphen.ly : moved to regression.
6774         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
6775         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
6777         * input/test/instrument-name-mmrest.ly: moved to
6778         ../regression/multi-measure-rest-instr-name.ly
6780         * input/test/knee-sym.ly: moved to
6781         ../regression/beam-knee-symmetry.ly.
6783         * input/test/hymn.ly: change comments.
6785         * input/test/[p-r]*.ly: add texidoc index.
6787 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6789         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
6790         to postfix syntax
6791         
6792         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
6793         syntax.
6795         * VERSION: release 1.7.22
6797 2003-06-18  Graham Percival  <gperlist@shaw.ca>
6799         * input/test/[h-k]*.ly: added texidoc index.
6801         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
6803         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
6805         * input/test/ various : mark files for deletion or moving to
6806         regression.
6808         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
6810         * input/test/[l-o]*.ly: added texidoc index.
6812 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6814         * scm/music-functions.scm (make-ottava-set): 
6815         only do ottavation if centralCPosition is set.
6817         * lily/translator-scheme.cc (ly:context-property-where-defined):
6818         return '() if not found.
6820 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
6822         * lilypond-mode.el (LilyPond-un-comment-region): removed.
6823         Use one command for both commenting and uncommenting.
6825         * lilypond-indent.el (LilyPond-comment-region): new function,
6826         (un)comments each line separately.
6828         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
6829         
6830         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
6831         imenu is not added by default; adapted from f90.el,
6832         makes Help-menu, which does not fit, visible in XEmacs.
6833         
6834 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
6836         * lilypond-mode.el: Set show-paren-mode local; minor-mode
6837         show-paren-mode sets blink-matching-paren-on-screen local.
6838         Try to make show-paren-function to paren-highlight local.
6840         * lilypond-indent.el (LilyPond-scan-sexps): new function.
6841         Copy definitions of Emacs' show-paren-function and
6842         XEmacs' paren-highlight and make minimal changes;
6843         add comments about locality. 
6844         Fix matching first open-paren-char in '<< .. >>'.
6846 2003-06-16  Graham Percival  <gperlist@shaw.ca>
6848         * input/test/g*: added texidoc index.
6850         * input/test/[a-g]*: added raggedright==#t when it
6851          seemed appropiate.
6853         * input/test/ fake-grace.ly figured-bass.ly : removed file.
6855         * Documentation/topdoc/INSTALL.texi: removed false warnings
6856         about gcc 3.3.
6858 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6860         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
6862         * input/test/chords-without-melody.ly (texidoc): add from
6863         input/just-friends.ly
6865         * input/regression/size{13--26}.ly: move from input/
6867         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
6868         input/{star-spangled-banner,twinkle}.ly: remove 
6869         
6870         * lily/slur.cc: remove slur over rest warnings.
6872         * lily/note-spacing.cc (get_spacing): include left part of right
6873         object in fixed space. This fixes stretched space before
6874         accidentals.
6876         * input/regression/spacing-accidental-stretch.ly: new file.
6878 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
6880         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
6881         Reduce to 16pt.
6883 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6885         * input/regression/spacing-knee.ly: docstring
6887         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
6889         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
6890         input/tutorial/{test,solar,flowing}.ly: remove
6892         * input/rhythm.ly: remove
6894         * input/mutopia/F.Schubert/standchen.ly: update syntax.
6896         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
6897         update syntax. 
6899         * scm/define-grobs.scm (all-grob-descriptions): set
6900         knee-spacing-correction to 1.0
6902         * lily/note-spacing.cc (stem_dir_correction): compute knee
6903         correction using stem-thickness and head width.
6905         * input/regression/beam-quanting-horizontal.ly: update texidoc
6907         * scm/define-grobs.scm (all-grob-descriptions): set
6908         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
6909         This fixes 32nd beams for noteheads in spaces quants.
6911         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
6913 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
6915         * README.mandrake: Change lilypond-extras to lilypond-documentation.
6917 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6919         * input/test/dpncnt.ly,part-combine-score.ly: remove.
6921         * VERSION (PACKAGE_NAME): release 1.7.21
6923         * input/regression/stem-shorten.ly: new file.
6925         * lily/stem.cc (get_default_stem_end_position): revise stem
6926         shortening code.
6928         * input/regression/spacing-multi-tuplet.ly: move from input/test/
6930         * input/test/{scripts,volta-start,sleur}.ly: remove
6931         
6932         * input/regression/span-bar.ly: smaller file.
6934         * input/regression/spacing-{natural,tight,loose}.ly: remove
6936         * input/test/markup.ly: remove
6938         * scripts/lilypond-book.py: put printfilename in separate chunk,
6939         so texidoc is printed after the filename.  
6941 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
6943         * make/lilypond.mandrake.spec.in: fix docdirs.
6945 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6947         * input/regression/beam-french.ly: bugfix.
6949         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
6951         * input/regression/(various).ly: add raggedright = #t.
6953         * input/regression/auto-beam.ly: move from abe.ly
6955 2003-06-13  Graham Percival  <gperlist@shaw.ca>
6957         * input/test/f*.ly: added texinfo index.
6958         
6959         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
6961 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6963         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
6964         quant penalty for beam just outside staff.
6966         * input/regression/beam-quanting-horizontal.ly (texidoc): move
6967         from beam-pos.ly,  remove non-horizontal tests. 
6969         * input/test/(various): cleanup header info. 
6971         * input/test/tchaikovsky.ly: remove file.
6973         * scm/chord-generic-names.scm: move from
6974         double-plus-new-chord-name.scm
6976         * input/test/orchestscore.ly: remove file
6978         * Documentation/user/refman.itely (Vocal music): update documentation.
6980         * scm/define-translator-properties.scm (chordNoteNamer): remove
6981         chordNameStyle, use chordNameFunction
6983         * scm/chord-name.scm (set-chord-name-style): remove
6984         set-chord-name-style. Use \property chordNameFunction.
6986 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6988         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
6989         music): remove @TeX{} command.
6991 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6993         * lilypond-indent.el (scan-sexps): Renamed to
6994         aargh-this-breaks-other-emacs-modes-scan-sexps.
6996 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
6998         * lilypond-indent.el: Fix: match concurrent one-char opening and 
6999         closing slurs: '()', etc. Add comments.
7001         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
7003         * lilypond-font-lock.el: match unending string at eof.
7005         * make/lilypond.mandrake.spec.in: refreshed packed file list.
7006         
7007 2003-06-10  Graham Percival  <gperlist@shaw.ca>
7009         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
7010         input/test/beam-dir.ly input/test/beam-position.ly    
7011         input/test/beam-suspect.ly input/test/beam-trend.ly    
7012         input/test/beams.ly input/test/crescendo-text.ly : deleted
7013         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
7014         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
7015         * input/test/default-bars.ly: moved to bar-always.ly
7016         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
7018 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7020         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
7022 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7024         * scm/chord-ignatzek-names.scm (remove-step): rename file.
7026 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
7028         * lilypond-indent.el: Match better slurs in scheme expressions.
7029         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
7031         * Documentation/user/invoking.itexi: document Emacs' paren matching.
7033 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7035         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
7037         * input/ac-extra-voice.ly: Add texidoc.
7039         * ly/chord-modifiers-init.ly: 
7040         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
7041         and chordNameExceptionsPartial for new chord names.
7043         * input/test/chord-names-dpnj.ly: 
7044         * input/test/dpncnt.ly: Update.
7046         * scm/chord-name.scm: 
7047         * scm/double-plus-new-chord-name.scm: Add compatibility for new
7048         chord selection and options.
7050         * ly/chord-modifiers-init.ly: Add exceptions 
7052         * scm/define-translator-properties.scm (chordNameStyle) 
7053         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
7055 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
7057         * ly/property-init.ly (germanChords): Added.
7058         (semiGermanChords): Added.
7059         
7060         * input/test/chord-names-german.ly: Use new macros
7061         
7062 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
7064         * lilypond-indent.el: Use similar parenthesis highlighting for 
7065         Emacs and XEmacs through redefinitions of parenthesis highlighting 
7066         functions; removed LilyPond-show-paren-function. Fix indenting.
7067         Turn paren-matching on also in XEmacs.
7069         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
7070         as needed by parenthesis highlighting functions (in scan-sexp).
7072 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7074         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
7075         function.
7076         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
7078 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
7080         * lilypond-indent.el: tune regexp for show-paren-function.
7082 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7084         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
7085         for all LilyPond-produced tex snippets.
7087         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
7088         fixes one line --preview output of ly2dvi.
7090 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
7092         * lilypond-indent.el: match only one type of slurs in
7093         LilyPond-show-paren-function.
7095 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7097         * debian/GNUmakefile (EXTRA_DIST_FILES): 
7098         * debian/lilypond1.7.dirs: 
7099         * debian/lilypond1.7-doc.dirs: New file.
7101         * input/regression/chord-name-exceptions.ly: Add parameter for
7102         ignatzekExceptions.  Quote hash in docstring.
7104 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
7106         * lilypond-indent.el (show-paren-function): define show-paren-function
7107         as LilyPond-blink-matching-open and use it for closing parens.
7108         Let LilyPond-blink-matching-open know whether a bracket was inserted.
7110         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
7111         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
7112         LilyPond-blink-matching-paren in order to match both open and close
7113         brackets.
7114         
7115 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
7117         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
7118         testing by modifying the code from FSF Emacs paren.el. Add comments.
7120 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7122         * input/test/dpncnt.ly: Transpose example to match new
7123         default \chords octave.  Add comment.
7124         
7125         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
7126         comment about octave change.
7128 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7130         * input/test/[d,e]: added texinfo index tags.
7131         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
7133 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7135         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
7137 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
7139         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
7140         as in blink-matching-open.
7142 2003-06-03  Graham Percival  <gperlist@shaw.ca>
7144         * input/test/[a-c]: more comments in files.
7145         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
7146         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
7147         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
7148         mark file for proposed deletion.
7149         * input/test: renaming files:
7150         auto-beam-4-8.ly to beam-auto-4-8.ly
7151         auto-beam-override.ly to beam-auto-override.ly
7152         auto-beam.ly to beam-auto.ly
7153         blank.ly to blank-paper.ly
7154         absolute-volume.ly to dynamic-absolute-volume.ly
7156 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7158         * input/test/dpncnt.ly: 
7159         * input/test/chord-names-dpnj.ly: Resurrect.
7161         * lily/my-lily-lexer.cc: Remove chordnames keyword.
7163         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
7165         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
7166         Better docstring, add parameter OMIT-ROOT, tidy up.
7168 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
7170         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
7172 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7174         * scm/output-ascii-script.scm (as-font-alist-alist):
7175         (as-properties-to-font-name):
7176         (as-make-style-sheet): Remove.
7178         * scm/font.scm (as-make-font-list): New function.
7179         (as-font-sheet-alist): New variable.
7181         * ly/paper-as9-init.ly: 
7182         * ly/paper-as5-init.ly: Update.
7184         * ly/paper-as5.ly:
7185         * ly/paper-as9.ly: New file.
7187 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7189         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
7191 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7192         * input/sondag-morgen/*: removed due to copyright concerns.
7193         * input/[a,b]*.ly: added a newline at the end of the texinfo
7194         doc string (produces better output in HTML version).
7195         * input/c*.ly: added texinfo index and added comments to
7196         aid in future changes to input/test/ files.
7198 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7199         
7200         * Documentation/user/refman.itely: fixed build problem (missing
7201         file) caused by previous renaming.
7203 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7204         
7205         * input/test/[a,b]*.ly: added texinfo index and added comments to
7206         aid in future changes to input/test/ files.
7207         * input/test/bar-number-every-5-reset.ly: renamed to
7208         bar-number-every-five-reset.ly
7209         * input/test/bar-script-visibility.ly: renamed to
7210         bar-number-show-all.ly
7212 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7214         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
7215         to Voice.
7217         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
7218         out note-line and glissando functionality.
7219         
7220         * lily/line-spanner.cc (brew_molecule): cleanup.
7222 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7224         * scripts/as2text.scm: Use rdelim module.
7225         (start-system): Rename from start-line.
7226         (stop-system): Rename from stop-line.
7227         (af-gulp-file): Use string iso symbol for getenv.
7229         * scm/output-ascii-script.scm: Add guile and lily modules.
7230         (font-name-alist): New variable.
7231         (draw-line): New function.
7233         * scm/output-lib.scm (func, arg->string): Re-add from archive.
7234         (Were these silently removed, without ChangeLog entry?)
7236 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7238         * scm/music-functions.scm (make-ottava-set): bugfixes: also
7239         process 2nd ottava correctly.
7241 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
7243         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
7245 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7247         * Documentation/user/converters.itely (Invoking midi2ly): Update.
7249 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7251         * VERSION: release 1.7.20
7252         
7253         * lily/text-spanner.cc (brew_molecule): clean up function. This
7254         fixes bugs with broken 8va spanners.
7256         * lily/simple-spacer.cc (solve): also compute force for raggedright.
7257         This prevents spurious line-breaks with raggedright
7258         
7259 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7261         * lily/key-performer.cc (create_audio_elements): always use major
7262         key
7264         * Documentation/user/internals.itely: updates
7266         * input/regression/beam-break.ly: new file.
7268         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
7269         beams if starting or terminating stems have 'beaming set.)
7271         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
7272         property.
7274         * lily/parser.yy (verbose_command_req): add comment about scales.
7276 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
7278         * lilypond-indent.el: adjust regexps in bracket-matching.
7280 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
7282         * Documentation/user/refman.itely: more tiny fixes
7284         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
7285         "Chord names"; added table with input syntax for solesmes neumes
7286         table; added some words about rationale on input syntax design
7288         * lily/gregorian-ligature-engraver.cc,
7289         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7290         lily/include/gregorian-ligature.hh: bugfix: horizontal head
7291         alignment of Pes Initio Debilis
7293         * Documentation/user/refman.itely,
7294         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7295         mf/parmesan-heads.mf: fixed most of the head selection/alignment
7296         bugs in the solesmes neumes table
7298 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
7300         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
7301         Similarly, match '[' and ']' by skipping '\[' and '\]'.
7303         * lilypond-mode.el: fix tag-score. small improvements.
7305 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7307         * .cvsignore: Add aclocal.m4.
7309         * lily/music-constructor.cc: Include <assert.h>.
7311 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7313         * ly/engraver-init.ly (HaraKiriStaffContext): use
7314         RemoveEmptyStaffContext instead.
7316         * Documentation/user/refman.itely: updates
7318 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
7320         * Documentation/user/refman.itely: added solesmes neumes table;
7321         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
7322         bugfix: "Ornaments" -> "Articulations"
7324         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
7326 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
7328         * lilypond-indent.el: Add a message about trying to match \] or \).
7329         
7330 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
7331         
7332         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
7333         obsolete "arithmetic_*"
7335         * input/bugs/ligatures.ly: removed (will be put into a different
7336         directory later)
7338 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7340         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
7341         libkpathsea (Maurizio Tomasi).
7343 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7345         * input/regression/repeat-slash.ly (texidoc): new file
7347         * lily/slash-repeat-engraver.cc (try_music): new file, handle
7348         slash repeats separately. Slash repeats and %
7349         repeats can now be nested.
7351 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
7353         * lilypond-indent.el: Add preliminary test for closing \] and \).
7354         
7355 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
7357         * lily/gregorian-ligature-engraver.cc,
7358         lily/vaticana-ligature-engraver.cc,
7359         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
7360         mf/parmesan-heads.mf: various semivocalis related bugfixes
7362         * input/bugs/ligatures.ly: new file demonstrating problems with
7363         ligatures
7364         
7365 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
7367         * lilypond-mode.el,
7368         lilypond-font-lock.el,
7369         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
7371 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
7373         * lilypond-mode.el: Remove outdated code. Stress the difference 
7374         between Emacs and XEmacs definitions.
7376         * lilypond-mode.el,
7377         lilypond-indent.el: Define a function interactive only when necessary.
7379 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
7381         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
7382         Use inactive regions also in XEmacs.
7384 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7386         * Documentation/user/refman.itely (Repeat syntax): more updates
7388         * lily/simple-spacer.cc (solve): move solution process into
7389         solve(). This fixes a bug with collisions and raggedright = ##t.
7391         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
7393         * ly/engraver-init.ly: remove GraceContext. Update examples.
7395 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7397         * GNUmakefile.in (fonts): Also make fontball.
7399         * Website fixes:
7401         * ly/engraver-init.ly (GraceContext): Add.
7403         * run:
7405             convert-ly $(find . -name *.ly)
7407         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
7408         new chords.
7410 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7412         * VERSION: 1.7.19 released
7413         
7414         * scm/music-functions.scm (set-octavation): new function.
7416         * input/regression/ottava.ly: new file
7418         * lily/translator-scheme.cc (LY_DEFINE): new function
7419         ly:unset-context-property
7420         (LY_DEFINE) new function ly:context-property-where-defined: 
7422 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
7424         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
7426         * lilypond.words: add few.
7428         * input/test/script-chart.ly: fix typo.
7430 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7432         * scm/define-grobs.scm: uniform naming for definitions and output
7433         routine files. 
7435         * ly/engraver-init.ly (ChoirStaffContext): add \description from
7436         scm/context-description.scm
7438         * lily/parser.yy (translator_spec_body): add \description to the
7439         \translator{} body syntax.
7441         * lily/ottava-engraver.cc: new file.
7443         * scm/chord-name.scm (natural-chord-alteration): replace old
7444         chord stuff. 
7446         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
7448         * Documentation/user/refman.itely (Metronome marks): update doco.
7450         * input/regression/markup-note.ly: new file
7452         * input/regression/metronome-marking.ly: new file
7454         * lily/metronome-engraver.cc: new file. Print \tempo markings.
7456         * scm/new-markup.scm (note-markup): make a note glyph, useful for
7457         metronome marks.
7459 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7461         * Documentation/user/GNUmakefile: Compatibility fix for new
7462         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
7463         for making binary packages; info splitting bug has been fixed.
7465         * Documentation/user/refman.itely: Compile fixes.
7467 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
7469         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
7470         Count \midi -keywords also for a region.
7472 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7474         * lily/lookup.cc (LY_DEFINE): new function
7476         * Documentation/user/tutorial.itely: updates
7478 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
7480         * lilypond-mode.el: Allow Midi on buffer.
7481         Use only '.ly'-extension, remove '.sly' and '.fly'.
7482         Allow use of inactive regions. Invoke next Command on Master file, 
7483         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
7485 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7487         * Documentation/user/tutorial.itely: updates.
7489 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
7491         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
7493 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
7495         * lily/coherent-ligature-engraver.cc: fixed typo
7497         * lily/coherent-ligature-engraver.cc,
7498         lily/gregorian-ligature-engraver.cc,
7499         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
7500         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
7501         lily/vaticana-ligature-engraver.cc,
7502         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
7503         scm/grob-description.scm: cleanup: junked LigatureHead grob and
7504         removed all ligature specific stuff from NoteHead code
7506         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
7507         ligatures now use regular noteheads
7509         * lily/vaticana-ligature.cc: tiny code cleanups
7511         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
7512         space between two adjacent noteheads of the same pitch
7514         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
7515         description; cleanup: removed obsolete font-family settings
7517 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
7519         * lily/coherent-ligature-engraver.cc,
7520         lily/gregorian-ligature-engraver.cc,
7521         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
7522         lily/mensural-ligature-engraver.cc,
7523         lily/vaticana-ligature-engraver.cc,
7524         lily/include/gregorian-ligature-engraver.hh: updated for new
7525         Coherent_ligature_engraver; added comments that describe the basic
7526         design ideas of the ligature implementation
7528         * lily/coherent-ligature-engraver.cc,
7529         lily/include/coherent-ligature-engraver.hh: new file: shared code
7530         between mensural ligatures and Gregorian chant notation ligatures
7532 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
7534         * lilypond-mode.el: XEmacs fixes: include two definitions for the
7535         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
7536         use only two arguments in sit-for, use no arguments in
7537         read-char-exclusive, backspace is not a character (127) in XEmacs.
7539         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
7541 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
7543         * lilypond-mode.el: un-commenting works after syntax-table fix.
7545         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
7546         group, verbose commenting for syntax table.
7548         * lilypond-indent.el: add TODO for ligature slurs.
7550 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
7552         * lilypond-mode.el: Move comments of parenthesis matching away,
7553         (blink-matching-paren-on-screen) fix blinking in Emacs.
7555         * lilypond-font-lock.el: Fix parent-matching for Emacs:
7556         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
7558         * lilypond-indent.el: Add TODO for parenthesis matching.
7560 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
7562         * lilypond-mode.el: Fix XEmacs: 
7563         changed [S-iso-lefttab] to [(shift iso-lefttab)],
7564         invoke explicitly easy-menu-add (in Emacs done automatically).
7565         
7566         * lilypond.words: Add few words from input/*/*.ly.
7568 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7570         * VERSION (PATCH_LEVEL): release 1.7.18
7572         * scripts/lilypond-book.py: only print basename for printfilename
7573         option
7575         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
7576         and syntax updates.
7578 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7580         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
7581         better parametrisation. Move fatness of bulb downward.
7583         * mf/parmesan-custodes.mf (dir_down): remove underscores from
7584         glyph names. Underscores are not allowed .ps encoding files.
7586 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
7588         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
7589         variable "packed" for packed right-ragged mode
7591         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
7592         unused variable ragged; fixed indentation
7594         * Documentation/user/refman.itely: tiny cleanups in ancient
7595         clef and custos section
7597 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7599         * lily/parser.yy (Simple_music): add \applyoutput, syntax
7600         \applyoutput PROCEDURE
7602         * lily/my-lily-lexer.cc: add \applyoutput.
7604         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
7606         * lily/text-item.cc: clean text-interface description
7608 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7610         * input/{regression,test}/: use postfix for slur endings and beam
7611         begins.
7613         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
7614         style beams too. 
7616         * input/regression/lyrics-melisma-beam.ly: new file.
7618         * lily/lyric-engraver.cc (process_music): change from
7619         process_acknowledged_grobs()
7621         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
7622         functions to set and revert auto-beam settings.
7624 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7626         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
7628 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
7630         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
7631         Documentation/user/lilypond.tely: fixed some typos; updated author
7632         info
7634         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
7635         #"" -> #'flag-style = #'()
7637         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
7638         cleanup: removed dead #includes
7640         * lily/gregorian-ligature-engraver.cc,
7641         lily/include/gregorian-ligature.hh,
7642         scm/grob-property-description.scm: small cleanups, small spacing
7643         fixes
7645         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
7646         lily/vaticana-ligature.cc,
7647         lily/include/gregorian-ligature-engraver.hh,
7648         scm/grob-property-description.scm, scm/music-types.scm:
7649         "porrectus" -> "pes or flexa"
7651         * ly/engraver-init.ly, scm/grob-description.scm,
7652         scm/grob-property-description.scm: junked porrectus, now handled
7653         by ligature code
7655         * scm/grob-description.scm: bugfix: added space-alist entry for
7656         breathing sign/custos
7658 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7660         * Another grand 2003 update.
7661         
7662         * Remove mentioning of `mudela'; There's no such thing.
7664 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7666         * Documentation/user/preface.itely (Preface to version 1.8): update
7668         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
7670         * Documentation/user/converters.itely (Invoking convert-ly): revise
7672         * scripts/convert-ly.py (outfile_name): remove --assume-old.
7674         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
7676 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7678         * Documentation/user/internals.itely: more updates.
7680 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7682         * Documentation/user/refman.itely: revise 
7684         * Documentation/user/internals.itely: revise
7686         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
7688 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
7690         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
7691         beautification: reformatted ancient clefs section; cleanup: small
7692         wording fixes
7694 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
7696         * lilypond.words: added words for chant notation, sorted
7697         alphabetically through "sort lilypond.words"
7699 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
7701         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
7702         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
7703         chant notation
7705 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
7707         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
7708         prevent TeX from interpreting them as long dash
7710         * input/test/vaticana.ly: updated
7712         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
7713         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
7714         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
7715         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
7716         fixes
7718         * mf/parmesan-heads.mf: ledger endings: removed dead code
7720 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7722         * VERSION: 1.7.17 released
7723         
7724         * Documentation/user/GNUmakefile
7725         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
7726         files too.
7728         * scm/document-markup.scm: new file: document all markup
7729         functions.
7731         * scm/documentation-generate.scm: rename all documentation modules
7732         to document-*.scm
7734         * scripts/lilypond-book.py: generate link to .ly file iso. link to
7735         .png
7737         * input/test/divisiones.ly: added
7739         * input/regression/output-property.ly: new file
7741         * lily/cluster.cc: change cluster-interface to use style property
7743 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
7745         * input/test/chord-names-german.ly: modified.
7747         * scm/chords-ignatzek.scm:
7748           chord-name->german-markup: Added
7749           note-name->german-markup: Changed (now producing lowercase notenames)
7751         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
7752         
7753 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7755         * scripts/convert-ly.py (FatalConversionError.conv):
7756         divisiominima -> divisioMinima, etc.
7758         * ly/engraver-init.ly (FiguredBassContext): add
7759         Separating_line_group_engraver to Figured bass context.
7761         * ly/german-chords-init.ly: remove file
7763         * input/test/chord-names-german.ly (scm): new file.
7765         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
7767         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
7768         Chord_name_engraver
7770         * Documentation/user/refman.itely: lots of updates.
7772         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
7773         new file
7775         * input/test/bar-number-every-5-reset.ly: new file.
7777 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7779         * input/regression/chord-name-major7.ly: new file
7781         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
7782         if specced explicitly.
7784         * input/regression/chord-name-entry-11.ly: new file.
7786         * input/test/slur-beautiful.ly: new file.
7788         * Documentation/user/refman.itely: updates.
7790         * input/regression/collisions.ly (threevoice): cleanup.
7792         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
7794 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7796         * Documentation/user/*.itely: various updates.
7798         * ly/spanners-init.ly: enddecr/ endcr.
7800         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
7801         of tutorial
7803 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7805         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
7807         * lily/new-chord-name-engraver.cc (process_music): use octavation
7808         (a number) instead of original-pitch to store inversions. This
7809         fixes a problem with transposed chords with inversions.  
7811 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7813         * stepmake/aclocal.m4: Include compile fix for broken flex, as
7814         used in includable-lexer.hh.
7816         * lily/includable-lexer.cc: Bugfix: include config.h.
7818         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
7819         circumvention of Debian packaging bug.
7821 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7823         * flex-2.5.31 hits Debian/unstable.  Fixes below.
7824         
7825         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
7827         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
7828         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
7830         * lily/include/includable-lexer.hh: 
7831         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
7833         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
7835         * aclocal.m4: Regenerate.
7837         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
7838         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
7840         * scm/pdf.scm (use-modules): Include lily.
7842         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
7843         Noordkamp).
7844         (use-modules): Include lily.
7845         (lily-def): Bugfix: include tex-val in let.
7847 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
7849         * lilypond-mode.el: sensible error if lilypond.words not found.
7851         * lilypond.words: add few words.
7853 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
7855         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
7857         * mf/parmesan-scripts.mf: fixed typo in char name
7859 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7861         * VERSION: 1.7.16 released
7863         * python/lilylib.py (setup_temp): temporary directories are mode 700.
7864         (this is a security vulnerability).
7866         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
7868         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
7869         add staff support.
7871 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
7873         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
7874         ly/script-init.ly, scm/script.scm: bugfix: renamed
7875         fermata->signumcongruentiae to fix naming clash with feta font
7877 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7879         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
7881         * lily/multi-measure-rest-engraver.cc
7882         (start_translation_timestep): use grace timing too for determining
7883         when to make mmrest.
7884         (start_translation_timestep): clear numbers too.
7886 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
7888         * scm/music-types.scm: compile fix: escape braces
7890         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
7891         work around font selection problem
7893         * Documentation/user/refman.itely: BreathingSign: added docu for
7894         property "text"
7896 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7898         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
7899         information.
7901 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7903         * lily/multi-measure-rest-engraver.cc (class
7904         Multi_measure_rest_engraver): make multiple Number objects, one
7905         for each MultiMeasureTextEvent.
7907         * scm/music-functions.scm (glue-mm-rest-texts): use
7908         MultiMeasureTextEvent
7910         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
7912         * Documentation/user/refman.itely (Multi measure rests): update.
7914 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7916         * lily/ly-module.cc (ly_copy_module_variables): use
7917         scm_internal_hash_fold() for iterating modules.
7919 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
7921         * Documentation/user/refman.itely: Section Custodes: added more
7922         example code
7924         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
7925         neo-mensural rests to parmesan font
7927         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
7928         header
7930 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7932         * Documentation/user/macros.itexi: @fileref macro.
7934         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
7935         each file. 
7937 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
7939         * lily/include/custos.hh, make/lilypond.suse.spec.in,
7940         Documentation/topdocs/AUTHORS.texi: updated my email address
7942         * Documentation/user/refman.itely: updated custos documentation;
7943         beautified divisiones example; beautified articulations table
7945         * lily/breathing-sign.cc: bugfix: finalis molecule
7947 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
7949         * Documentation/user/refman.itely: added docu for
7950         contemporary fermata symbols, gregorian breathing signs; small fixes
7952         * ly/gregorian-init.ly: removed obsolete #'type props
7954 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7956         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
7957         minimum-length property correctly.
7959 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7961         * scm/music-functions.scm (make-multi-measure-rest): set input
7962         locations for multimeasure rests.
7964 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
7966         * input/regression/breathing-sign.ly: updated to for ancient
7967         notation
7969 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
7971         * scripts/ly2dvi.py: Add newline.
7973 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7975         * scripts/ly2dvi.py (dependency_files): Compile fix.
7977 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7979         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
7980         (make_html_menu_file): --html menu. 
7982 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7984         * scripts/ly2dvi.py (run_dvips): +add the .map file 
7986 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7988         * input/screech-boink.ly: new file.
7990 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7992         * scripts/lilypond-book.py (make_lilypond_file): convert
7993         lilypond-file to lilypond block directly, without going through
7994         begin/end lilypond text.
7995         
7997 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
7999         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
8000         scm/grob-description.scm: moved Michael's original breathing sign
8001         code in brew_molecule() to divisio_minima(); provided new
8002         brew_molecule() that effectively replaces the
8003         Text_item::brew_molecule callback (with additional fallback to
8004         Michael's original code); added callbacks for brewing divisio
8005         maior/maxima and finalis
8007         * gregorian-init.ly: added breathing sign shortcuts for virgula,
8008         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
8010         * script-init.ly: added shortfermata, longfermata,
8011         verylongfermata, varcoda
8013         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
8014         longfermata, verylongfermata, varcomma, varcoda
8016 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8018         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
8019           Remove all noquote and insert a few quote.
8020         
8021         * Documentation/user/lilypond-book.itely (Music fragment options),
8022           scripts/lilypond-book.py: Don't include quotation blocks by
8023           default. Introduce option quote instead of noquote
8025 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8027         * VERSION: 1.7.15 released
8028         
8029         * Documentation/user/lilypond.tely: omf updates.
8031         * buildscripts/texi2omf.py (omf_vars): include version.date
8033         * make/lilypond.redhat.spec.in: fixes for spec file. 
8035         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
8036         by function definition: lily now requires a recent GNU Make.
8038         * scripts/lilypond-book.py (write_deps): remove .tex dependency
8039         writing.
8041         * make/ly-rules.make: remove .ly -> .tex rule
8043         * Documentation/user/refman.itely (Figured bass): revised figured
8044         bass example.
8046 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8048         * stepmake/stepmake/omf-targets.make (local-install): add
8049         scrollkeeper-update message.
8051         * scripts/lilypond-book.py (lilypond_binary): explicity add path
8052         to binary.
8053         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
8055         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
8057         * Documentation/user/converters.itely (Invoking midi2ly): add
8058         track/channel notice.
8060 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8062         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
8064         * lily/parser.yy (scalar): DIGIT is also a scalar.
8066         * Documentation/user/music-glossary.tely: add @omf tags
8068         * Documentation/user/lilypond.tely: add @omf tags
8070         * scm/generate-documentation.scm (string-append): add @omf tags.
8072         * stepmake/stepmake/omf-*: new files 
8074         * input/regression/multi-measure-rest.ly (texidoc): add doco
8076         * GNUmakefile.in (web-doc-install): add web-doc-install target
8078         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
8079         fixes crashes while dumping MIDI.
8081         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
8082         midi
8084 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8086         * buildscripts/texi2omf.py: new file.
8088         * mf/feta-beugel.mf: include font count, not staffsize (16) in
8089         font-name
8091 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8093         * input/regression/beam-manual-beaming.ly (texidoc): new file.
8095         * lily/sequential-iterator.cc (descend_to_child): call
8096         descend_to_child() for all types of music.
8098 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8100         * scm/translator-property-description.scm: Add
8101         bassFigureFormatFunction.  Replace some entries.
8103 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8105         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
8106         clean out.
8108 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8110         * scripts/midi2ly.py (Note.dump): never dump duration for
8111         dump_dur=0.
8113         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
8114         new function
8116         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
8117         figures using new markups. Much simpler, and should improve layout
8118         a little.
8120         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
8122 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8124         * ly/engraver-init.ly: use Hara kiri by default for 
8125         ChordNames, FiguredBass and Lyrics(Voice) context. 
8127         * lily/axis-group-engraver.cc (acknowledge_grob): use
8128         rhythmic-grob-interface for selecting items not to hara-kiri'd 
8130         * scm/new-markup.scm (markup-function-list): add bracket,
8131         vbracket.
8133         * ly/engraver-init.ly (ChordNamesContext): set
8134         minimumVerticalExtent
8136 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8138         * input/test/time-signature-double.ly: new file 
8140         * input/regression/collision-head-chords.ly (texidoc): new file.
8142         * lily/type-swallow-translator.cc: add note swallow translator 
8144         * input/test/time-signature-double.ly: new file.
8146         * lily/type-swallow-translator.cc: add Rest_swallow_translator
8148         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
8149         (FiguredBassContext): idem.
8151         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
8153         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
8155         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
8157         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
8158         .afm dependency
8160         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
8162         * python/lilylib.py (make_page_images): add function.
8164         * scripts/ly2dvi.py (run_latex): include title in preview image.
8166         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
8167         from lilypond-book for <ly2dvifile> tags in HTML.
8169         * scripts/ly2dvi.py (option_definitions): add --debug option to
8170         print out environment.
8172         * input/regression/tie-chord-partial.ly: new file.
8174 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
8176         * lilypond.words: add 3
8178 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8180         * scm/new-markup.scm (markup-function-list): add finger-markup
8182         * input/tutorial/brahms-tweaked.ly: new markup 
8184         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
8186         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
8187         crash when processing '() markup
8189         * input/regression/breathing-sign.ly (texidoc): add caesura example.
8191         * lily/breathing-sign.cc (railtracks): another caesura.
8193         * mf/feta-schrift.mf: caesura symbol. 
8195 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8197         * scripts/convert-ly.py (FatalConversionError.conv): add
8198         ly:molecule-XXX conversions.
8200         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
8202         * input/regression/multi-measure-rest-text.ly: new file.
8204         * scm/music-functions.scm (glue-mm-rest-texts): automatically
8205         convert MMREST-TEXT to MultiMeasureRestNumber settings.
8207         * ly/engraver-init.ly (ScoreContext): move tablature settings to
8208         ScoreContext
8210         * scm/new-markup.scm (center-markup): \center markup.
8212         * scm/music-functions.scm: remove pitchify scripts.
8214         * lily/music.cc (print_smob): display music name if available 
8216 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8218         * Documentation/user/refman.itely (Instrument names): remove
8219         \turnOff doco.
8221 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8223         * lily/score.cc (mark_smob): bugfix.
8225         * input/regression/rehearsal-mark.ly: new file.
8227         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
8228         report error at the current token again.
8230 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8232         * cygwin/mknetrel: Exit if doc build fails.
8234         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
8236 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8238         * scm/music-types.scm (music-descriptions): add doc strings
8240 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8242         * lily/lexer.ll: 
8243         * lily/include/my-lily-lexer.hh: 
8244         * lily/include/includable-lexer.hh: Add flex kludge.
8246         * config.hh.in: 
8247         * config.make.in: 
8248         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
8249         cruft.
8250         
8251         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
8252         code.
8254 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8256         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
8258         * lily/parser.yy (new_chord): Compile fix.
8260 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8262         * Documentation/user/refman.itely (Tuning groups of objects):
8263         remove documentation for \turnOff. 
8265         * lily/percent-repeat-engraver.cc (try_music): add correct
8266         processing moments for double-measure percents as well.
8268         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
8270         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
8271         grob prop type. 
8273         * Documentation/user/refman.itely (Printing named chords): add
8274         chord name tweak doco.
8276         * input/template/gregorian-transcription.ly: new file.
8278 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8280         * VERSION: 1.7.13 released
8281         
8282         * input/test/*: lots of cleanups/comment-outs/removals in chord
8283         examples
8284         
8285         * input/regression/*: lots of cleanups/comment-outs/removals in
8286         chord examples
8287         
8288         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
8289         options
8291         * lily/new-chord-name-engraver.cc (process_music): give original
8292         inversion pitch to chord name routine.
8294         * input/tutorial/os-score.ly: update to new markup
8296         * Documentation/user/appendices.itely: simply include
8297         chords-ignatzek. 
8299         * Documentation/user/refman.itely (Chords mode): add documentation
8300         for chord mode.
8302         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
8303         not present in chord.
8304         (construct-chord): add inversion and bass support.
8306         * lily/chord.cc: junk contents.
8308 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
8310         * Documentation/user/refman.itely:
8311         * Documentation/user/music-glossary.tely: fix. 
8313 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8315         * scm/chord-entry.scm (construct-chord): move chord construction
8316         to Scheme.
8318         * lily/parser.yy (new_chord): new setup for chord entry.
8320 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
8322         * lilypond.words:
8323         * Documentation/user/music-glossary.tely: add ambitus.
8325 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8327         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
8329         * lily/include/*.hh: string() -> to_string()
8331         * scm/chords-ignatzek.scm: new file.
8333         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
8334         standard chord name exceptions.
8336         * scm/translator-property-description.scm (chordNameSeparator):
8337         add property.
8338         (majorSevenSymbol): add property
8340         * lily/translator-scheme.cc (ly:context-properties): new function
8341         (ly:context-parent): new function.
8342         (print_smob): print context name.
8344         * lily/music.cc (ly:get-music-length): new function
8345         (print_smob): don't print properties.
8347         * lily/duration.cc (duration<?): new function
8349         * input/regression/chords-funky-ignatzek.ly: new file.
8351         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
8352         jazz chords.
8354         * lily/pitch.cc (ly:pitch-diff): new function.
8356         * input/regression/chords-ignatzek.ly: new file.
8358 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8360         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
8361         pitches for jazz chords.
8363 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8365         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
8367 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
8369         * lilypond.words: add 1
8371 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
8373         * Documentation/topdocs/AUTHORS.texi: refine.
8375 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
8377         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
8378         
8379         * lilypond.words: add one.
8381 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
8383         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
8384         Fontify bass note in chords, e.g., e in c1/e.
8385         
8386 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8388         * Documentation/user/music-glossary.tely: Dutch updates and
8389         additions (Arent Storm).
8391 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8393         * input/regression/ambitus.ly:  move file.      
8395         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
8397         * lily/event.cc (transpose): add tonic property to Key_change_req
8398         and to Key_engraver.
8400 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
8402         * Documentation/user/refman.itely: fix typo.
8404         * lilypond.words: removed wrong identifiers.
8406 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8408         * mf/feta-toevallig.mf: make flat stem shorter 
8410 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
8412         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
8414         * lilypond.words: add from Phrasing slur.
8415         
8416 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
8418         * lilypond-mode.el: allow launching multiple ViewPS processes.
8419         
8420         * lilypond.words: add from Text markup.
8422 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8424         * input/test/ossia.ly (texidoc): add comment.
8426         * input/regression/voice-follower.ly: new file.
8428         * mf/feta-toevallig.mf: make flat heavier.
8430         * lily/cluster-engraver.cc: clean up Cluster engraver
8432         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
8433         Engraver. Use Note_column to compute Y positions and deal with
8434         line break stuff.
8436 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8438         * lily/stem.cc: move french-beaming to stem.
8440 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
8442         * lilypond-font-lock.el: fontify all durations in chords.
8444         * lilypond.words: add from lily/my-lily-lexer.cc
8446 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8448         * VERSION: release 1.7.12
8450         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
8452         * lily/gregorian-ligature.cc: new file
8454         * lily/*: the Great 2003 search & replace.
8456         * Documentation/user/refman.itely (Manual repeat commands): add
8457         note about font selection.
8459 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
8461         * lilypond-mode.el: propose recompiling midi while invoking playing,
8462         not while stopping playing.
8464 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
8466         * lilypond.words: add one.
8468         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
8469         and expressional note grouping. Fontify chord modes.
8471 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
8473         * Documentation/user/music-glossary.tely (Top): translate melisma.
8475 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8477         * Documentation/user/music-glossary.tely (Top): add melisma.
8479 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
8481         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
8482         interfaces for (abstract) grob GregorianLigature
8484         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
8485         renamed head* -> glyph_name*, x-shift* -> x-offset*
8487         * scm/grob-property-description.scm: bugfix: added missing descriptions
8489 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8491         * input/test/chord-names-dpnj.ly: New file.
8493         * scm/double-plus-new-chord-name.scm: Implement full and partial
8494         exceptions.
8496         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
8498         * scm/double-plus-new-chord-name.scm
8499         (double-plus-new-chord->markup): Fix sub->markup.
8502 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
8504         * lily/custos-engraver.cc: added TODO; editorial changes
8506         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
8507         consistency with other ligature engravers; removed access on (now)
8508         private variable _ligature of Ligature_engraver
8510         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
8511         renamed last_bound -> last_bound_; issue programming_error on
8512         abstract method calls; moved primitives code from
8513         Mensural_bracket_engraver to here (because almost ligature
8514         engravers will need it); renamed try_stop_ligature () ->
8515         typeset_ligature (); bugfix: store primitives of finished ligature
8516         in separate variable finished_primitives_ to avoid clash on input
8517         like "\] \["; added current_ligature () to enable access on
8518         private variable _ligature
8520         * lily/mensural-ligature-engraver.cc: removed primitives_ code
8521         (now in super class); renamed try_stop_ligature () ->
8522         typeset_ligature ()
8524         * lily/mensural-ligature.cc: issue programming_error on abstract
8525         method calls
8527         * lily/note-heads-engraver.cc: added TODO comment upon bool
8528         in_ligature
8530         * mf/parmesan-heads.mf: fixed some of set_char_box()
8532         * scm/grob-description.scm: added VaticanaLigature
8534         * scm/grob-property-description.scm: added neume prefix properties
8536         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
8537         lily/include/gregorian-ligature-engraver.hh,
8538         lily/include/gregorian-ligature.hh: new files; framework for
8539         gregorian ligature engravers such as vaticana
8541         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
8542         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
8543         vaticana style ligature implementation (still somewhat uncomplete)
8545 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8547         * VERSION: release 1.7.11
8549         * scripts/convert-ly.py: add ly:pitch-transpose rule
8551 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8553         * input/test/dpncnt.ly: New file.
8555         * lily/my-lily-lexer.cc: Add chordnames keyword.
8557         * lily/parser.yy (chordnames_block): Parse chord name exception
8558         lists, see input/test/dpncnt.ly.
8560         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
8561         function.
8563         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
8564         filter-out too.
8566         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
8567         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
8568         pitch functions (except for ly:make-pitch, but that's apparently
8569         some sort of scheme naming standard?).
8571         * scm/lily.scm (!=): define-public.
8573         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
8575 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8577         * scm/double-plus-new-chord-name.scm
8578         (double-plus-new-chord-name->markup): New file.
8580 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8582         * python/lilylib.py (make_preview): don't suppress progress for
8583         bbox extraction.
8585 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8587         * Documentation/user/appendices.itely (scheme): update for new syntax.
8589         * input/regression/chord-name-styles.ly: new file
8591         * lily/instrument-name-engraver.cc: create instrument names
8592         without barline too.  Allows instrument name on ChordNames  
8594         * scm/new-markup.scm (interpret-markup): allow simple strings as
8595         markup too.
8597 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8599         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
8600         (step->markup-accidental): Fix: add accidental.
8601         (chord::inner-name-american): 
8602         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
8603         append stray '/' if last superscript addition was 'o'.
8605         * scm/new-markup.scm (normal-size-sub-markup) 
8606         (normal-size-super-markup): New function.
8608         * lily/source-file.cc (Source_file): Add warning for possibly
8609         intentional but suspicious initialization.
8611         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
8612         add comments about cut-and-paste programming.
8614         * flower/rational.cc (lcm): Not used; comment out.
8616 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8618         * lily/new-fingering-engraver.cc (position_scripts): use
8619         fingerHorizontalDirection to determine fingering horizontal
8620         directions.
8622         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
8623         fingering support.
8625         * scripts/convert-ly.py (FatalConversionError.conv): add style
8626         conversion rule. 
8628         * scm/chord-name.scm (set-chord-name-style): new function.
8629         (new-chord-name-brew-molecule): revise to interpret markup only
8630         (new-chord->markup): cleanuppish rewrite. To be called from the
8631         new engraver.
8633         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
8634         Markup earlier, during interpreting.
8636         * input/test/{banter,jazz,american}-chords.ly (scheme): update
8637         style settings. Rename to chord-names-*.ly
8639 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8641         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
8642         markup code and update to new markup.  Most probably broke some of
8643         it.
8644         
8645 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
8647         * Documentation/user/refman.itely: added docu for ambitus and
8648         clusters
8650         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
8651         ly_quote_scm() in lookup.cc
8653         * mf/parmesan-clefs.mf: set_char_box fix
8655         * lily/cluster-engraver.cc: junk implicit protection; use
8656         Protected_scm instead
8658 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8660         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
8661         throughout.
8663         * scm/new-markup.scm: Turn-off error-triggering test code.
8665 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8667         * scm/new-markup.scm (markup-thrower-typecheck) 
8668         (markup-typecheck?):  add full typechecking functions.
8669         (make-markup-maker): add make-FOO-markup functions.
8670         (markup-argument-list-error): nice error checking messages.
8671         (make-markup): better function: less quoting escapades.
8673 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8675         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
8677 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8679         * cygwin/lilypond.hint (requires): Add cygwin.
8681         * .cvsignore: Remove stepmake (huh!?!), add lib.
8683         * GNUmakefile.in: Add libdir links for builddir runs.
8685         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
8686         instead of datadir.
8688         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
8689         local_lilypond_libdir.
8691         * config.make.in (lilypond_libdir): Add.
8693         * stepmake/stepmake/substitute-rules.make: 
8694         * stepmake/stepmake/script-rules.make: 
8695         * stepmake/stepmake/python-module-rules.make:
8696         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
8697         lilypond-python-module patch.
8699 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8701         * Documentation/user/refman.itely (Graphical interfaces): add note
8702         about xml2ly.
8704 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8706         * scripts/ly2dvi.py (run_dvips): remove trailing newline
8708 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8710         * VERSION: released 1.7.10
8712         * scripts/musedata2ly.py (): idem
8714         * scripts/midi2ly.py (dump_chord): idem
8716         * scripts/etf2ly.py (version): idem 
8718         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
8720         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
8722         * scm/tex.scm (tex-output-expression): remove eval compat
8723         glut. Other output files too.
8725         * scm/chord-name.scm: don't export anything from chord module.
8727         * input/test/american-chords.ly: idem
8729         * input/test/banter-chords.ly (texidoc): idem
8731         * input/test/Cc-chords.ly: add breakage notes.
8733         * Documentation/user/refman.itely (Text markup): rewrite manual
8734         section.
8736         * lily/parser.yy (scalar): allow \markup { } as property value. 
8738         * scm/chord-name.scm: complete new markup usage
8740         * scm/grob-description.scm (all-grob-descriptions): use new markup
8741         texts by default
8743 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8745         * scm/chord-name.scm: partial move to new markup texts.
8747 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8749         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
8751         * scm/bass-figure.scm (brew-bass-figure): make stack direction
8752         settable.
8754 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
8756         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
8757         invoked for old midi, wait for killing.
8759 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
8761         * Documentation/user/music-glossary.tely: Finnishing.
8763 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8765         * mf/feta-nummer-code.mf: some kerning pairs.
8767 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
8769         * scm/output-lib.scm (set-bar-number-visibility): Context-function
8770         Added.
8772         * Documentation/user/refman.itely (Bar numbers):
8773         set-bar-number-visibility added, modulo-bar-number removed again
8774         (sorry).
8776 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
8778         * scm/output-lib.scm (modulo-bar-number-visible): add function.
8780         * Documentation/user/refman.itely: add modulo-bar-number-visible.
8782         * Documentation/user/music-glossary.tely: translate into Finnish.
8784 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
8786         * lilypond-mode.el: add shortcut for 2midi
8788         * lilypond-font-lock.el: fontify lyrics
8790 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
8792         * scm/drums.scm : use 1.7.x names.
8794         * input/regression/drums.ly : Don't use << chords >>
8796 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
8798         * lilypond-mode.el: tidy, add TODO
8800         * make/lilypond.mandrake.spec.in: install-info quietly.
8802 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8804         * input/test/markup.ly: use new syntax.
8806 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8808         * ly/params-init.ly (interscoreline): add word-space
8810         * input/test/metronome.ly (eighthNote): idem.
8812         * input/test/script-priority.ly: use new markup
8814         * lily/parser.yy (markup): allow HEAD markup0 markup1 
8816         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
8818         * lily/parser.yy (gen_text_def): bugfix.
8819         (full_markup): allow markup identifier.
8821 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
8823         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
8824         jobs at the same time. Add horizontal lines to Command menu.
8825         Allow one compiling job -- propose killing others before a new one.
8827         * lilypond.words: add markup, teeny, etc.
8829 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
8831         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
8832         Allow only one type of midi process; launching Midi either stops
8833         midis or plays the current midi and launching MidiAll stops midis
8834         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
8835         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
8837 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8839         * lily/text-engraver.cc (process_acknowledged_grobs): use new
8840         markup  for new markup texts.
8842         * lily/mark-engraver.cc (process_music): idem
8843         
8844         * lily/instrument-name-engraver.cc (create_text): idem
8846         * scm/new-markup.scm (magnify-markup): new function.
8848         * scm/molecule.scm (stack-lines): bugfix.
8850         * lily/font-interface.cc (get_font): take font-magnification from
8851         alist chain.
8853 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8855         * lily/molecule-scheme.cc: move scheme functions to separate file.
8857         * lily/font-metric.cc  (ly_get_glyph): new function. 
8858         
8859         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
8860         (italic-markup, dynamic-markup): new functions
8861         (font-markup): new function
8863         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
8864         padding and minimum
8866 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
8868         * lily/accidental-engraver.cc:
8869         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
8871 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
8873         * lilypond.vim:
8874         * lilypond-font-lock.el: Put \longa as duration. Accept only 
8875         [a-zA-Z] for user defined identifiers. Separate note cases 
8876         with and without a duration (allow cis\longaX).
8878         * lilypond.words: Add words from Info.
8880 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8882         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
8884 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
8886         * lilypond-mode.el: Propose reverting buffer before a command if
8887         it was edited with an another editor.
8889 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8891         * lily/molecule.cc (ly_translate_molecule): new function
8893         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
8894         into libdir
8896         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
8898         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
8900 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
8902         * lilypond.words: take \words from Info-index.
8904 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8906         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
8908 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
8910         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
8912 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
8914         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
8915         and lilypond-documentation.
8917 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8919         * lily/parser.yy: Compile fix (bison 1.75).
8921 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8923         * VERSION: 1.7.9 released
8925         * scm/music-functions.scm (shift-one-duration-log): refactor.
8926         Use music-map.
8928         * input/regression/chord-tremolo.ly (texidoc): add dot test.
8930         * NEWS: update.
8932         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
8933         argument
8934         
8935         * scm/music-functions.scm (display-music): new function
8936         (music-map): change arg order.
8938         * input/regression/new-markup-syntax.scm: new file
8940         * lily/parser.yy (markup): add \markup { .. } syntax.
8942         * scm/new-markup.scm (override-markup): new function
8943         (lookup-markup): new function
8944         (music-markup): new function
8945         (lookup-markup-command): use markup-signature to store argument
8946         format for parser.
8948         * lily/lexer.ll: preliminary \markup syntax. 
8950 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
8952         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
8953         add pre/post-dependencies and menus with icons from source.
8955         * Documentation/pictures/lilypond-48x48.xpm:
8956         * Documentation/pictures/lilypond-32x32.xpm:
8957         * Documentation/pictures/lilypond-16x16.xpm: new files, background
8958         transparent.
8960         * stepmake/stepmake/generic-targets.make:
8961         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
8963 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8965         * input/regression/music-map.ly (texidoc): new file.
8967         * scm/music-functions.scm (music-map): new function
8969 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8971         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
8973 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
8975         * input/test/to-xml.ly:
8976         * lily/ligature-engraver.cc: Fixes documentation.
8978         * lilypond.mandrake.spec.in:
8979         * lilypond.redhat.spec.in: Add lilypond.words.
8981         * Documentation/user/refman.itely: Mention Info inside emacs.
8982         
8983         * lilypond.suse.spec.in:
8984         * lilypond.redhat.spec.in:
8985         * lilypond.mandrake.spec.in: Set root-owner for doc
8986         (tobbe@nyvalls.se).
8988 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8990         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
8991         os.popen.read ().
8993 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8995         * scripts/ly2dvi.py (include_path): print warning if failing anything.
8997         * python/lilylib.py (error): add space
8999 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9001         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
9002         distribution.
9004 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9006         * lily/paper-outputter.cc (Paper_outputter): close port when
9007         finishing score.
9009 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9011         * scm/sodipodi.scm: Fixes.
9013 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
9015         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
9017         * buildscripts/make-font-dir.py: Fix. 
9019 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
9021         * lilypond-mode.el: Add support for Info inside Emacs.
9023 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9025         * buildscripts/make-font-dir.py: 
9026         * mf/GNUmakefile: Make sodipodi font map.
9028         * scm/sodipodi.scm: Add more output functions.
9030         * mf/feta-nummer.mf: 
9031         * mf/feta-beugel.mf: Add font_coding_scheme.
9033         * lily/paper-outputter.cc (output_header): Fix creator string.
9035 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9037         * lilypond-mode.el (LilyPond-autocompletion): invoked with
9038         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
9040         * lilypond.words: add two (Everybody can add/remove words now!).
9042         * debian/rules:
9043         * make/lilypond.suse.spec.in:
9044         * make/lilypond.mandrake.spec.in:
9045         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
9047         * Documentation/user/refman.itely: Mention autocompletion.
9049 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9051         * scripts/ly2dvi.py: Add paper sizes.
9053         * lily/timing-engraver.cc: 
9054         * lily/time-signature.cc: 
9055         * lily/span-bar.cc: 
9056         * lily/grob-scheme.cc: Code formatting fixes.
9058         * scm/sodipodi.scm: 
9059         * scm/sketch.scm:
9060         * buildscripts/mf-to-table.py: 
9061         * buildscripts/make-font-dir.py: Font testing.
9063 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9065         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
9066         inserts try-completion and shows all-completions.
9068         * lilypond.words: '\' -> '\\'
9070         * lilypond-mode.el: load libraries in the end, lilypond.words defines
9071         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
9072         
9073         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
9074         and LilyPond-reserved-words.
9075         
9076 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
9078         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
9079         from load-path.
9080         
9081         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
9082         the mini-buffer with Control-Shift-c.
9083         
9084 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9086         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
9087         duration. This fixes \tempo taking time.
9089 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9091         * lily/volta-engraver.cc (process_acknowledged_grobs): 
9092         Allow for text markup in repeatCommands. 
9094 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
9096         * lilypond-mode.el (LilyPond-insert-string): new function, use it
9097         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
9098         Get rid of skeleton.el-dependency.
9100         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
9102 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9104         * lily/beam-engraver.cc (stop_translation_timestep): reset
9105         now_stop_ev_
9107         * lily/scm-option.cc: add parse-protect to ly:set-option
9109         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
9111 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9113         * lily/include/ligature-bracket.hh: removed
9114         * lily/ligature-bracket.cc: removed
9116         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
9117         .tex
9119         * lily/beam.cc (set_beaming): don't change beam count on rests.
9120         (brew_molecule): always set flag-width > 0.
9122 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
9124         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
9125         chars, remove instructions; instead, refer to lilypond-init.el and
9126         Documentation/topdocs/INSTALL.texi.
9128         * lilypond.words: add identifiers and reserved words.
9130         * Documentation/topdocs/INSTALL.texi: separate sections for installing
9131         files and adding a load-path.
9133         * lilypond-init.el: Instructions, extracted from 
9134         Documentation/topdocs/INSTALL.texi. 
9135         
9136 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9138         * VERSION: 1.7.8 released 
9140         * lily/grob.cc (warning): better robustness fix.
9142 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
9144         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
9146         * lily/cluster-engraver.cc: stick better to variable naming
9147         conventions
9149         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
9150         until stop_translation_timestep()
9152         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
9153         min/max coordinates to backend, but no musical info such as
9154         pitches
9156         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
9158         * lily/grob.cc: robustness fix: warning(): do not crash if
9159         cause is not set
9161         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
9162         the much more elaborated tuplet brackets than the very naive and
9163         simple ligature bracket grob
9165 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9167         * Documentation/user/refman.itely (Analysis brackets): add
9168         horizontal bracket doco.
9170         * ly/property-init.ly (setMmRestFermata): added.
9172         * Documentation/user/refman.itely (Multi measure rests): fermatas
9173         on mm rests.
9175         * input/regression/apply-context.ly (texidoc): new file
9177         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
9178         code to be executed during interpretation. Possible applications:
9179         smart octavation, more advanced bar checks. 
9181         * lily/apply-context-iterator.cc: new file.
9183 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9185         * input/test/new-markup.ly: new file.
9187         * lily/text-item.cc (text_to_molecule): new function
9189         * scm/new-markup.scm (lambda): new file
9191         * lily/function-documentation.cc (ly_add_function_documentation):
9192         add proc property as well
9194 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9196         * Documentation/user/music-glossary.tely (Top): add custos.
9198 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
9200         * Documentation/topdocs/INSTALL.texi: advise how to include source
9201         path to Emacs load-path and improve language.
9203 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9205         * GNUmakefile.in: config.h message fix.
9207         * autogen.sh:
9208         * aclocal.m4: Regenerate.
9210         * configure.in: 
9211         * config.make.in: 
9212         * stepmake/config.make.in: 
9213         * stepmake/configure.in: 
9214         * stepmake/autogen.sh: 
9215         * stepmake/aclocal.m4: Update for autoconf 2.56.
9217 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
9219         * Documentation/topdocs/INSTALL.texi: instructions for an user how
9220         to install Emacs-mode. Instructions how to use vim-mode.
9222 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9224         * scm/music-types.scm (music-descriptions): no length for tempo event.
9226         * input/*.ly: add \version everywhere.
9227         
9228         * input/*.ly: update syntax to 1.7 + new-chords.
9230         * VERSION: 1.7.7 released.
9231         
9232         * Documentation/user/*.tely: new chord syntax.
9234         * input/regression/[bc]*.ly (texidoc): syntax updates.
9235         
9236 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
9238         * lilypond.words: add vocabulary to be used in auto-completion
9240         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
9242         * lilypond.vim: allow note name at EOF
9244 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9246         * buildscripts/new-chords.py (edit): -e option: inline editing.
9248         * input/regression/a*.ly (texidoc): syntax updates.
9250         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
9251         music): elucidations. 
9253 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
9255         * lily/include/lily-proto.hh, ly/engraver-init.ly,
9256         ly/spanners-init.ly, scm/grob-description.scm,
9257         scm/grob-property-description.scm, scm/music-types.scm,
9258         lily/cluster-engraver.cc, lily/cluster.cc,
9259         lily/include/cluster.hh, input/test/cluster.ly: cluster
9260         implementation
9262         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
9263         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
9264         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
9266         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
9268         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
9270         * scm/grob-description.scm: bugfix: by default, use default note
9271         head style when engraving ligatures
9273         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
9275         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
9276         events
9278         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
9280         * input/test/ancient-font.ly: bugfix: style -> flag-style
9282         * lily/ligature-engraver.cc: indentation fix
9284         * lily/parser.yy: indentation fixes
9285         
9286 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9288         * input/regression/measure-grouping.ly: more elaborate example.
9290         * lily/moment.cc: ly:add-moment, ly:mul-moment,
9291         ly:div-moment. New functions 
9293         * scm/music-functions.scm (set-time-signature): new function,
9294         allow inline time sig settings with measure grouping.
9296         * lily/parser.yy (command_element): move time sig construction
9297         into Scheme.
9299         * lily/side-position-interface.cc (out_of_staff): new function,
9300         like padding, but keep minimum distance from staff. Easier than
9301         linespanners (dynamics, pedals), but roughly the same effect.
9303 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
9305         * emacs-mode.el: Added spanish-note-replacements 
9306         (Carlos Betancourt, <carlos.betancourt@chello.be>).
9308         * vimrc: (Un)commenting with <(S-)F12>, tidy.
9310 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
9312         * lilypond.vim: Do not fontify cises, desis, etc.
9314         * vimrc: view dvi with <S-F6>
9316 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9318         * lily/lookup.cc (triangle): new function.
9320         * input/regression/measure-grouping.ly (texidoc): new file: show
9321         triangles and brackets for beat groups of 3 and 2.
9323         * lily/include/measure-grouping-spanner.hh (class
9324         Measure_grouping): new file.
9326         * lily/measure-grouping-spanner.cc (brew_molecule): new file
9328         * lily/measure-grouping-engraver.cc (class
9329         Measure_grouping_engraver): new file.
9331 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9333         * Merge from stable:
9335             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
9336         
9337         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
9338         stylesheet.
9340         * ly/paper19.ly: Include paper19-init.ly.
9342         * ly/paper19-init.ly: New file.
9344         * Documentation/user/tutorial.itely (First steps): Fix first
9345         example for font test.
9347         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
9349         * ChangeLog: Add 1.7.6 release marker (see below).
9351         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
9352         Add .py files.
9354 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9356         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
9358         * input/tutorial/*.ly: update to new syntax.
9360         * lily/parser.yy (Composite_music): new transpose syntax,
9361         \transpose FROM TO MUSIC. 
9363 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9365         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
9366         latex progress/error output to stderr (by default this goes to
9367         stdout).  Show lilypond progress, even when not verbose.
9369         * python/lilylib.py (system): New optional parameter to control
9370         showing of progress.
9372         * scm/backend-documentation-lib.scm (check-dangling-properties):
9373         Fix error message.
9375         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
9376         axis, extent.
9378         * scm/grob-property-description.scm (magnify): Remove.
9379         (extent, axis): Add.
9381 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9383         * VERSION: Release 1.7.6.
9385         * scripts/convert-ly.py: more uniformization substitutions.
9387         * buildscripts/new-chords.py (sub_chords): new file.
9389 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9391         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
9392         lilypond.map.  Include sauter fonts too.  Cleanups.
9394 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9396         * Documentation/user/tutorial.itely (First steps): change to new
9397         chord/tie/slur/beam notation.
9399         * lily/parser.yy (event_that_take_dir): allow postfix notation for
9400         ties.
9402         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
9403         engraver. Process ties in postfix notation, i.e. c8-~ c
9405         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
9407         * input/regression/beam-postfix-notation.ly (texidoc): new file.
9409         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
9411         * lily/beam-engraver.cc (try_music): accept new-beam-events
9413         * input/regression/chord-scripts.ly (texidoc): new file
9415         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
9416         script-events.
9418         * scm/script.scm (default-script-alist): cleanup.
9420         * lily/script-engraver.cc (make_script_from_event): cleanup.
9422         * lily/lyric-combine-music-iterator.cc
9423         (Lyric_combine_music_iterator): remove superfluous events.
9424         (melisma_busy): new function. Fix broken melismas.
9426 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
9428         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
9429         Remove nonvalid settings. Use descriptive key names.
9430         Use <Return> to indicate the pressing of that key.
9432 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9434         * scripts/lilypond-book.py (option_definitions): Typo.
9436         * scripts/ly2dvi.py: Updates.
9438         * python/lilylib.py (setup_environment, print_environment)
9439         (get_bbox, make_preview): Merge and remove from ly2dvi and
9440         lilypond-book.
9442         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
9444         * .cvsignore: Remove some cruft.
9446         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
9447         path.
9449         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
9450         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
9451         throughout.
9453         * python/lilylib.py (quiet_system): Junk
9454         (system): Display error log upon failure.
9455         (read_pipe): New function.  Cleanups and fixes.
9457         * python/*.py: Rename from *.py.in.
9458         
9459         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
9461         * GNUmakefile.in (SUBDIRS): Move python before scripts.
9463 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9465         * python/GNUmakefile: Bugfix: handle modules.
9467         * stepmake/stepmake/python-module-targets.make (default): Add
9468         compiled modules. 
9470         * stepmake/stepmake/python-module-rules.make: Add rule for byte
9471         compiling modules.
9473         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
9474         Bugfix.  (OUT_PYC_MODULES): Add.
9476 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
9478         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
9479         Use default paths. Refresh description.
9481 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9483         * VERSION: 1.7.5 released
9485         * input/regression/finger-chords.ly (texidoc): new file.
9487         * lily/script-engraver.cc (process_music): remove scriptHorizontal
9488         support
9490         * lily/fingering-engraver.cc (process_music): remove kludgy
9491         scriptHorizontal stuff.
9493         * lily/script.cc: remove staff-support property.
9495         * lily/new-fingering-engraver.cc (add_fingering): new
9496         file. Fingering engraver for new style chords.
9498 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9500         * lily/parser.yy (bare_number): allow 4 \cm (without
9501         decimal dot). (should backport to 1.6?)
9503         * ly/declarations-init.ly: use Scheme for dimension defs.
9505         * lily/parser.yy (TODO): remove hard coded dimensions, add
9506         REAL NUMBER_IDENTIFIER production.
9508         * lily/rest-collision.cc (force_shift_callback): rewrite using
9509         -done property.
9511         * scm/grob-property-description.scm (rest-collision-done): add
9512         property.
9513         
9514         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
9516 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9518         * input/regression/multi-measure-rest-center.ly: new file.
9520         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
9521         off horizontally by 0.05 ss. Fixed.
9523 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9525         * scm/pdftex.scm: Rename ly-number to ly:number->string.
9527         * Documentation/topdocs/index.tely: Remove duplicate from merge.
9529 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9531         * lily/tie.cc (get_control_points): also avoid staff lines on the
9532         just outside the outer staff lines
9534 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9536         * ly/params-init.ly: Just define style-alist, no need to
9537         define-public.
9539         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
9540         (thanks Han-Wen).
9542         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
9543         (FET_FILES): = FONT_FILES.
9545         * Merge from stable:
9547             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
9549 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9551         * VERSION: 1.7.4 released.  
9552         
9553         * scm/generate-documentation.scm (string-append): add macro
9554         definitions.
9556         * lily/text-item.cc (lookup_text): don't use virtual fonts for
9557         normal texts.
9559         * lily/multi-measure-rest-engraver.cc: make separate
9560         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
9562         * lily/multi-measure-rest.cc: remove text handling. Remove
9563         number-threshold.
9565 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9567         * scm/music-types.scm: doc patch by Graham Percival
9569 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9571         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
9572         encoding part.
9573         (Font_info.set_defaults): pixelsize now also defauts to '0'.
9574         (sketch_p): Sketch wants only first four elements of X11 font spec.
9576         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
9578         * mf/feta-autometric.mf: Write foundry and family to log.
9580         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
9581         font translation table.
9583         * buildscripts/mf-to-table.py: Better font info into afm.
9585         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
9586         1.0.9 required.
9588         * configure.in: Whine for mftrace 1.0.9.
9590 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9592         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
9594         * lily/main.cc (main_prog): don't try to load init.EXT when
9595         processing foo.EXT.
9597 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
9599         * scm/tex.scm (zigzig-line): added.
9601         * scm/ps.scm (zigzag-line): added.
9603         * ps/music-drawing-routines.ps (subvec): added.
9604         (draw_zigzag_line): added.
9605         
9606         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
9607         grob properties zigzag-width and zigzag-length.
9609         * input/regression/glissando.ly: Add some zig-zagged glissandi.
9611 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9613         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
9614         svg output, including font.
9616 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9618         * scm/lily.scm: Register sodipodi output module.
9620         * scm/sodipodi.scm: New file.
9622         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
9624         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
9625         comment, after header.
9626         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
9627         FullName.  Fix FontName key.
9629 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
9631         * lily/rest.cc (after_line_breaking): bugfix: dots after half
9632         and breve rests.
9633         
9634         * input/test/blank-notes.ly: bugfix
9636         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
9637         rests. (Kim Shrier)
9639         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
9640         
9641 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9643         * scm/tex.scm: 
9644         * scm/ps.scm: Cleanup and remove obsolete junk.
9646         * Documentation/user/internals.itely:
9647         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
9649         * lily/parser.yy: Identify shift/reduce problems.
9651         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
9652         make-style-sheet.  Too specific for convert-ly?
9654 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9656         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
9658         * input/test/*.ly: various fixes.
9660         * lily/music.cc (name): bugfix
9662         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
9664         * lily/input-file-results.cc (code): set-point-and-click! ->
9665         set-point-and-click
9666         
9667 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9669         * Use uniform ly: prefix for exported scheme primitive functions.
9671         * scm/music-types.scm: junk compat glue
9673         * scripts/convert-ly.py: add rules for stuff below, junk
9674         compatibility glue for spanrequest.
9676         * lily/parser.yy (verbose_event): remove \spanrequest,
9677         \commandspanrequest, \script. 
9678         
9679         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
9681         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
9682         for \penalty, \glissando.
9684         * VERSION: release 1.7.3
9685         
9686 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
9688         * lily/accidental-engraver.cc: Fix
9689         grace-in-the-beginning-of-measure bug caused by the resent
9690         partial-measure fix.
9692         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
9693         overlap looks too crowded)
9694         
9695 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9697         * lily/parser.yy (assignment): allow SCM expression as assignment.
9699         * lily/include/music-output-def.hh (class Music_output_def):
9700         * lily/music-output-def.cc: 
9701         * lily/paper-def.cc: 
9702         * scm/font.scm (markup-to-properties):
9703         * lily/parser.yy (music_output_def_body): 
9704         remove style_sheet_
9706 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9708         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
9709         length.
9711         * input/regression/spacing-to-grace.ly: new file.
9713         * input/regression/spacing-end-of-line.ly: new file.
9715         * lily/note-spacing.cc (get_spacing): take into account breakable
9716         stuff sticking out at the left (time sig change at line break).
9718         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
9719         raggedright code.
9721         * scm/music-functions.scm (make-voice-props-set): add
9722         staff-position for mm rests.
9724         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
9725         before grace notes a little.
9727         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
9729         * lily/break-align-interface.cc (do_alignment): right-edge spacing
9730         key adds space at the end of line. 
9732 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9734         * scm/sketch.scm: Fix beams.
9736         * buildscripts/mf-to-table.py: Add EncodingScheme.
9738         * scm/sketch.scm: Resurrect.
9740 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9742         * lily/multi-measure-rest.cc: use breve rests for measure lengths
9743         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
9745 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9747         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
9749         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
9751 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9753         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
9754         token for origin information.
9756         * lily/parser.yy (My_lily_lexer): do identifier location and
9757         cloning from lexer.
9759         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
9760         logic out of the parser. Add bar checks on both ends.
9762         * Documentation/user/refman.itely (Multi measure rests): add more
9763         notes about mm rests.
9765 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9767         * input/regression/bar-scripts.ly: Re-enable.
9769         * lily/parser.yy:
9770         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
9771         released rsn.  Bison 1.50 has a crucial bug and won't work.
9773         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
9776 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9778         * input/regression/bar-scripts.ly: Blunt documentation build fix.
9780 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9782         * Actually merge changes since 1.6.4 besides ChangeLog, and
9783         resolve conflicts.  Lots of updates, hope all is well.
9784         
9785         * cygwin/lilypond.hint (requires): Add ghostscript.
9787         * scm: Update some (c).
9788         
9789 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9791         * input/test/{various}.ly: add \header fields and texidoc strings.
9793 2002-10-05  Werner Lemberg  <wl@gnu.org>
9795         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
9796         renamed to `output_latex_quoted'.
9797         Added `output_latex_noquote'.
9798         (schedule_lilypond_block): Implement `noquote' option for LaTeX
9799         mode.
9801 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9803         * ChangeLog: Add 1.6.6 release marker.  See below.
9805         * stepmake/stepmake/po-targets.make: Remove --c++ option.
9807         * scripts/midi2ly.py: Fix global syntax warnings.
9809         * GNUmakefile.in: Generate builddir locale tree too.
9811         * scripts/ly2dvi.py:
9812         * scripts/midi2ly.py: 
9813         * scripts/mup2ly.py: 
9814         * scripts/update-lily.py:
9815         * lily/main.cc (setup_paths): Fix for locales setup.
9817 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9819         * Documentation/windows/installing.texi: Soften wording about
9820         necessity of becoming Administrator.  tommie@iae.nl reports this
9821         does not seem to be necessary for his flavour of Windows 2000.
9822         Explicitely discourage text mode mounts.
9824 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9826         * lily/rest.cc (after_line_breaking): backport dot position fix.
9828         * lily/rest-collision.cc (do_shift): also remove dots for suicided
9829         rests. Thanks to Klaus Zimmermann for finding this bug.
9831 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9833         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
9835 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9837         * Documentation/user/music-glossary.tely: fix links.
9839 2002-10-21  Werner Lemberg  <wl@gnu.org>
9841         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
9842         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
9843         scaling factor) only once and use them in the definition of
9844         \embeddedps.
9845         * ps/music-drawing-routines.ps (skeel): Removed.
9847 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9849         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
9850         Solaris7, as we don't use nested $( ) constructs.
9852 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9854         * VERSION: Release 1.6.6.
9855         
9856 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9858         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
9859         as workaround for /bin/sh problems on Solaris7.
9861 2002-10-19  Werner Lemberg  <wl@gnu.org>
9863         * GNUmakefile.in (web-doc): Fix typos.
9864         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
9865         `music-drawing-routines.ps' but emit \special{header=...} once.
9866         * scm/tex.scm (header-end): Updated.
9868 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9870         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
9871         undefined tremolo. 
9873 2002-10-15  Werner Lemberg  <wl@gnu.org>
9875         * scripts/lilypond-book.py (g_make_html): New global variable.
9876         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
9877         if `g_make_html' isn't set.
9878         [main]: Add format `texi-html'.
9879         (option_definitions): Updated.
9880         * Documentation/user/lilypond-book.itely: Updated.
9882         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
9883         * make/ly-rules.make (%.texi, %.nexi): Use it.
9884         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
9885         format to lilypond-book.
9886         * GNUmakefile.in (web-doc): Ditto.
9888 2002-10-14  Werner Lemberg  <wl@gnu.org>
9890         Further improve TeX output.  The produced files are about 40%
9891         smaller.  `lilyponddefs.tex' is now read only once.
9893         * tex/lilyponddefs.tex: Remove footer stuff.
9894         (\ifundefined): Renamed to...
9895         (\lilypondundefined): This.  Use LaTeX's definition to
9896         make it nestable and make it global.
9897         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
9898         output.
9899         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
9900         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
9901         them global.
9902         (\placebox): Renamed to...
9903         (\lyitem): This.
9904         Make it global and call \outputscale by itself.
9905         (\lybox, \lyvrule): New macros to reduce input data.
9906         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
9907         New auxiliary macros.
9908         (\SkipLilydefs, \EndLilyPondOutput): Removed.
9909         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
9910         to...
9911         (\lilypondspace): This and made it global.
9912         (\turnOnPostScript): Renamed to...
9913         (\lilypondpostscript): This and made it global.
9914         (\turnOnExperimentalFeatures): Renamed to...
9915         (\lilypondexperimentalfeatures): This and made it global.
9916         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
9917         (\lilypondsetdimen): This and made it global.
9918         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
9919         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
9920         (all, $(outdir)/music-drawing-routines.ps): New rules.
9921         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
9922         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
9923         start-system, stop-system, stop-last-system, filledbox): Updated to
9924         use the changed macros from lilyponddefs.tex.
9925         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
9927 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9929         * Documentation/windows/installing.texi: Update.
9931 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9933         * VERSION: 1.6.5 released
9935         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
9937 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9939         * scm/translator-property-description.scm (voltaOnThisStaff): add
9940         property.
9942 2002-09-28  Werner Lemberg  <wl@gnu.org>
9944         * scm/tex.scm (header-end): Suppress page numbering.
9946         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
9947         Fix quotation for HTML output.
9949 2002-09-28   Graham Percival   <gperciva@sfu.ca>
9950         
9951         * Documentation/user/refman.itely: grammar and phrasing
9952           fixes to "Note Entry" section.  Also adds a few new examples.
9954 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9956         * flower/include/string-data.icc: include string.h
9958 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9960         * scm/chord-name.scm (chord::inner-name-banter): remove space.
9962 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9964         * Documentation/user/GNUmakefile (extra-local-help): Add.
9966         * stepmake/stepmake/www-targets.make (local-help): Add.
9968 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9970         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
9971         packages.
9973         * Documentation/topdocs/README.texi (Top): building documentation
9974         (not website.)
9976 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9978         * Documentation/user/refman.itely: 
9979         * Documentation/user/tutorial.itely: 
9980         * Documentation/user/music-glossary.tely: Merge changes.
9982         * Documentation/user/glossary.html.in: 
9983         * Documentation/index.texi: 
9984         * Documentation/header.html.in: Accomodate renaming of glossary.
9985         
9986         * Documentation/user/tutorial.itely: Add some glossary references.
9987         
9988         * Documentation/user/refman.itely: Minor fixes.
9989         
9990         * Documentation/user/lilypond.tely: Add glossary do direntry.
9992         * Documentation/user/music-glossary.tely: Rename (previously:
9993         glossary.tely).  Fix anchor placement.
9995         * Documentation/user/GNUmakefile: Make music-glossary.info too.
9997 2002-09-23  Werner Lemberg  <wl@gnu.org>
9999         * scripts/lilypond-book.py (output_dict): Fix handling of
10000         various environments by avoid extraneous newlines.
10001         Rename `output-all' regexp for html to `output-html'.
10002         Replace `output-all' regexp for texi with `output-texi-quote'
10003         and `output-texi-noquote'.
10004         (compose_full_body): Don't override `linewidth' user option
10005         for `singleline'.
10006         (schedule_lilypond_block): Don't indent text specified with
10007         `intertext' option.
10008         Add new option `noquote'.
10009         (compile_all_files): Use latex instead of tex to compile ly
10010         files directly.
10012         * Documentation/user/lilypond-book.itely: Updated and revised.
10013         Improve layout.
10015         * Documentation/user/glossary.tely,
10016         Documentation/user/introduction.itely,
10017         Documentation/user/tutorial.itely,
10018         Documentation/user/refman.itely,
10019         Documentation/user/appendices.itely: Fix overfull LilyPond
10020         boxes caused by the new lilypond-book code.  Other minor
10021         fixes.
10023         * Documentation/user/macros.itexi (@texiflat): Don't emit
10024         trailing space.
10026         * scm/tex.scm (end-output, header-end): Add preamble and
10027         postamble to make lilypond output directly compilable with
10028         latex.
10030         
10031 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10033         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10034         instructions.
10036 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10038         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10040 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10042         * lily/beam.cc (connect_beams): don't crash if there are quarter
10043         notes in beams.
10045 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10047         * Documentation/user/refman.itely: corrected ancient clef
10048         docu; added docu on ligatures
10050 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10052         * Documentation/user/glossary.tely,
10053         Documentation/user/refman.itely, input/les-nereides.ly,
10054         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10055         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10056         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10057         Stem properties: flag-style -> stroke-style, style -> flag-style.
10060 2002-09-22  Werner Lemberg  <wl@gnu.org>
10062         * scripts/lilypond-book.py: Add option `notime' to suppress
10063         printing of a time signature.  Specify default indentation of 0pt
10064         if single line fragment.  Don't emit redundant `\paper{ }'.
10066         * Documentation/user/lilypond-book.itely: Updated.
10068         * Documentation/user/glossary.tely: Completely reformatting.
10070 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10072         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10074 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10076         * Documentation/user/tutorial.itely: Fix links.
10077         
10078         * Documentation/topdocs/index.tely:
10079         * Documentation/index.texi:
10080         * Documentation/header.html.in: Small website fixes and updates.
10082         * debian/: Debian patch by Anthony Fok.
10084 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10086         * Documentation/footer.html.in: How time flies: It's already 2002!
10088         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10089         more descriptive link names than 'here'.
10091 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10093         * VERSION: 1.7.2 released
10094         * VERSION: 1.6.4 released
10095         
10096         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10098         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
10099         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
10101         * mf/feta-din.mf (test): add x-height and space.
10103         * lily/dynamic-engraver.cc (process_music): take dynamic direction
10104         from ^_ for crescendi. Idem for slurs and phrasing slurs.
10106         * ly/grace-init.ly: add-to-grace-init: function to portably add
10107         settings to \grace. 
10109         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
10110         if we get an absolute dynamic event.
10112         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
10114         * lily/source-file.cc (get_line): oops. All line numbers were off
10115         by 2. Fix that. 
10117         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
10118         be after the note, combined with -_^, i.e. c4-(-\)-\>  
10120         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
10122         * lily/parser.yy (number_factor): remove (number) as number
10123         expression. ("Let them eat Lisp").
10125 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10127         * lily/horizontal-bracket.cc: new file.
10129         * lily/horizontal-bracket-engraver.cc: new file.
10131         * input/regression/note-group-bracket.ly: new file. Support
10132         horizontal note brackets for music analysis.
10134         * lily/stem.cc (flag): new flag-style: no-flag.
10136         * input/test/stem-cross-staff.ly: new file
10137         
10138         * Documentation/user/internals.itely: Improved formatting, fixing
10139         typos.  Added a section `Output details' to describe how the TeX
10140         code looks like.
10142         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
10144         * lily/parser.yy: remove \dynamicscript.
10146         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
10147         definitions. 
10149         * python/midi.c (midi_error): take two arguments.
10151         * Merge 1.6.5 changes:
10152         
10153 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10155         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
10156         staff-space.  Previous 1.5 was probably meant as half-spaces.
10157         (cautionary-style): parentheses (was: smaller).  This is what doco
10158         says, and it seems more logical.
10160         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
10161         for 2nd sentence.
10163 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10165         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
10167 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10169         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
10171 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10173         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10175 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10177         * scm/translator-property-description.scm (voltaOnThisStaff): add
10178         property.
10180 2002-09-28  Werner Lemberg  <wl@gnu.org>
10182         * scm/tex.scm (header-end): Suppress page numbering.
10184         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10185         Fix quotation for HTML output.
10187 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10188         
10189         * Documentation/user/refman.itely: grammar and phrasing
10190           fixes to "Note Entry" section.  Also adds a few new examples.
10192 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10194         * flower/include/string-data.icc: include string.h
10196 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10198         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10200 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10202         * Documentation/user/GNUmakefile (extra-local-help): Add.
10204         * stepmake/stepmake/www-targets.make (local-help): Add.
10206 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10208         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10209         packages.
10211         * Documentation/topdocs/README.texi (Top): building documentation
10212         (not website.)
10214 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10216         * Documentation/user/refman.itely: 
10217         * Documentation/user/tutorial.itely: 
10218         * Documentation/user/music-glossary.tely: Merge changes.
10220         * Documentation/user/glossary.html.in: 
10221         * Documentation/index.texi: 
10222         * Documentation/header.html.in: Accomodate renaming of glossary.
10223         
10224         * Documentation/user/tutorial.itely: Add some glossary references.
10225         
10226         * Documentation/user/refman.itely: Minor fixes.
10227         
10228         * Documentation/user/lilypond.tely: Add glossary do direntry.
10230         * Documentation/user/music-glossary.tely: Rename (previously:
10231         glossary.tely).  Fix anchor placement.
10233         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10235 2002-09-23  Werner Lemberg  <wl@gnu.org>
10237         * scripts/lilypond-book.py (output_dict): Fix handling of
10238         various environments by avoid extraneous newlines.
10239         Rename `output-all' regexp for html to `output-html'.
10240         Replace `output-all' regexp for texi with `output-texi-quote'
10241         and `output-texi-noquote'.
10242         (compose_full_body): Don't override `linewidth' user option
10243         for `singleline'.
10244         (schedule_lilypond_block): Don't indent text specified with
10245         `intertext' option.
10246         Add new option `noquote'.
10247         (compile_all_files): Use latex instead of tex to compile ly
10248         files directly.
10250         * Documentation/user/lilypond-book.itely: Updated and revised.
10251         Improve layout.
10253         * Documentation/user/glossary.tely,
10254         Documentation/user/introduction.itely,
10255         Documentation/user/tutorial.itely,
10256         Documentation/user/refman.itely,
10257         Documentation/user/appendices.itely: Fix overfull LilyPond
10258         boxes caused by the new lilypond-book code.  Other minor
10259         fixes.
10261         * Documentation/user/macros.itexi (@texiflat): Don't emit
10262         trailing space.
10264         * scm/tex.scm (end-output, header-end): Add preamble and
10265         postamble to make lilypond output directly compilable with
10266         latex.
10268         
10269 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10271         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10272         instructions.
10274 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10276         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10278 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10280         * lily/beam.cc (connect_beams): don't crash if there are quarter
10281         notes in beams.
10283 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10285         * Documentation/user/refman.itely: corrected ancient clef
10286         docu; added docu on ligatures
10288 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10290         * Documentation/user/glossary.tely,
10291         Documentation/user/refman.itely, input/les-nereides.ly,
10292         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10293         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10294         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10295         Stem properties: flag-style -> stroke-style, style -> flag-style.
10297 2002-09-22  Werner Lemberg  <wl@gnu.org>
10299         * scripts/lilypond-book.py: Add option `notime' to suppress
10300         printing of a time signature.  Specify default indentation of 0pt
10301         if single line fragment.  Don't emit redundant `\paper{ }'.
10303         * Documentation/user/lilypond-book.itely: Updated.
10305         * Documentation/user/glossary.tely: Completely reformatting.
10307 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10309         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10311 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10313         * Documentation/user/tutorial.itely: Fix links.
10314         
10315         * Documentation/topdocs/index.tely:
10316         * Documentation/index.texi:
10317         * Documentation/header.html.in: Small website fixes and updates.
10319         * debian/: Debian patch by Anthony Fok.
10321 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10323         * Documentation/footer.html.in: How time flies: It's already 2002!
10325         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10326         more descriptive link names than 'here'.
10328 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10330         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
10332 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10334         * lily/part-combine-music-iterator.cc (get_state): cleanup
10335         (get_music_info): cleanup.
10337 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10339         * scm/backend-documentation-lib.scm (interface-doc-string):
10340         crosslinks between interfaces and grobs. Headings for interfaces
10341         in grob explanation.
10343 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10345         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
10346         dtd).  Add preliminary dtd.
10347         (re-sub-alist): Robustify.
10349 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10351         * lily/include/event-chord-iterator.hh,
10352         lily/context-specced-music-iterator.cc,
10353         lily/event.cc, lily/event-chord-iterator.cc: add
10355 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10357         * lily/: some (c) header fixes.
10358         
10359         * lily/request-chord.cc: Remove.
10360         
10361         * lily/include/event-chord-iterator.hh:
10362         * lily/include/event.hh:
10363         * lily/event-chord.cc: New file.
10364         
10365         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
10366         requested.
10368 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10370         * lily/ : rename Request to Event
10372         * lily/parser.yy (command_element): move clef stuff into Scheme.
10374         * lily/:  rename length_mom () to get_length()
10376         * lily/part-combine-music.cc: removed file and class.
10378         * lily/context-specced-music-iterator.cc (class
10379         Context_specced_music_iterator): new file. Obsoletes the
10380         Context_specced_music type.
10382         * scm/music-types.scm (make-repeated-music): put different kinds
10383         of repeated music into music-type table.
10385         * VERSION: 1.7.1 released.
10387         * scm/to-xml.scm: new file.
10389         * input/test/to-xml.ly (fooBar): demo of what is possible with the
10390         new Input representation: dump music as XML.
10392         * scm/engraver-documentation-lib.scm
10393         (engraver-accepts-music-types?): add links from music to engraver,
10394         from music-type to engraver.
10396         * lily/include/command-request.hh: removed
10397         lily/include/musical-request.hh: removed. Removed all _req classes
10398         except Key_change_req. Changes throughout.
10400 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10402         * lily/tuplet-engraver.cc (try_music): Compile kludge.
10404 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10406         * lily/*.cc: specify accepts for many engravers.
10408         * scm/music-documentation-lib.scm: dump music expressions and
10409         music subtypes.
10411         * scm/documentation-lib.scm: complete revision.
10412         Use GOOPS objects to store document tree explicitly. Cleaned up and
10413         sped up doco generation a lot.
10415 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10417         * input/trip.ly (fugaIILeft): add arpeggio
10419         * lily/translator-group.cc (try_music_on_nongroup_children):
10420         oops. The name symbol is in the cdr of the assoc handle.
10422         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
10423         Hyphen_req, Glissando_req, Break_req, Mark_req 
10425 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10427         * lily/musical-request.cc (music-duration-length,
10428         music-duration-compress): new functions.
10430         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
10431         throughout. Warning doesn't work yet.
10433         * lily/translator-group.cc (try_music_on_nongroup_children):
10434         new implementation: store candidate acceptors in a hashTable.
10436 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10438         * scm/music-types.scm (music-descriptions): change name to
10439         internal-class-name
10441         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10443 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10445         * lily/beam.cc (connect_beams): don't crash if there are quarter
10446         notes in beams.
10448 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10450         * Documentation/user/refman.itely: corrected ancient clef
10451         docu; added docu on ligatures
10453 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10455         * Documentation/user/glossary.tely,
10456         Documentation/user/refman.itely, input/les-nereides.ly,
10457         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10458         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10459         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10460         Stem properties: flag-style -> stroke-style, style -> flag-style.
10462 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10464         * scm/music-functions.scm (music-separator?): don't use name music
10465         property.
10467 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10469         * stepmake/stepmake/generic-targets.make (help): Document check
10470         target.
10472         * lily/new-accidental-engraver.cc: Compile fix.
10474 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10476         * scripts/convert-ly.py: Add rule.
10478         * input/test/music-creation.ly:
10479         * input/test/add-staccato.ly:
10480         * input/test/add-text-script.ly: ly-make-music.
10482         * scm/drums.scm (make-head-type-elem, make-articulation-script):
10483         More ly-make-music renamings.
10485         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
10487         * lily/music-constructor.cc (make_music): Add debugging info.
10489         * scm/music-functions.scm (make-simultaneous-music,
10490         (make-sequential-music, context-spec-music):
10491         * scm/music-types.scm (music-descriptions): Get lily to run.
10493 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10495         * lily/command-request.cc (transpose_key_alist): new function.
10497         * lily/key-performer.cc (create_audio_elements): cleanup. 
10499 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10501         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
10503         * lily/include/translator.hh (ENTER_DESCRIPTION): add
10504         events-accepted field.
10506         * scm/music-types.scm: new file.
10508         * lily/parser.yy: put music type initialization into scheme,
10509         similar to grob initialization.  Changes throughout.
10511 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10513         * Documentation/user/tutorial.itely: Fix links.
10514         
10515         * Documentation/index.texi: 
10516         * Documentation/header.html.in: 
10517         * Documentation/topdocs/index.tely: Small website fixes and updates.
10519         * debian/: Debian patch by Anthony Fok.
10521 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10523         * Documentation/footer.html.in: How time flies: It's already 2002!
10525         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10526         more descriptive link names than 'here'.
10528         * ROADMAP: Remove test stuff.
10530         * scripts/update-lily.py: Allow auto-building of stable and
10531         development versions.  Bugfixes.
10533 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10535         * VERSION: released 1.7.0
10537         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10539         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
10540         positive line widths.
10542 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10544         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
10545         go.  Fix comments.
10547         * cygwin: Cygwin updates.
10549 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10551         * Documentation/windows/installing.texi (Top): version for python,
10552         urls for ghostscript (thanks to John Potelle)
10553         
10554         * lily/simultaneous-music-iterator.cc
10555         (Simultaneous_music_iterator): init children_list_ before
10556         triggering GC.
10558         * lily/*-iterator.cc: be even more careful with smobbed copy
10559         constructors. 
10561         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
10562         LeftEdge item.
10564 2002-09-15  Werner Lemberg  <wl@gnu.org>
10566         Improving LilyPond's output to make them ordinary TeX boxes with
10567         predictable dimensions.  System boxes are now vertically centered on
10568         the baseline; this offset can be further controlled with
10569         \lilypondscoreshift.
10571         * lily/system.cc (System::post_processing): Pass length of current
10572         system to `start-system' (including any horizontal indentation).
10574         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
10575         prettier.
10576         (lily-def): Append `%'.
10577         (start-system): Add parameter `wd'.  Output more TeX code to specify
10578         box dimensions.
10579         (stop-system, stop-last-system): Complement changes in
10580         `start-system'.
10581         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
10582         Updated.
10584         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
10585         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
10586         Write final `\endinput'.
10588         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
10589         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
10590         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
10591         files and macro definitions don't produce spurious spaces and
10592         paragraphs (using \endlinechar).
10593         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
10595         * Documentation/user/internals.itely: Improved formatting, fixing
10596         typos.  Added a section `Output details' to describe how the TeX
10597         code looks like.
10599 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
10601         * lily/accidental-engraver.cc: Also work with partial measures.
10603 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10605         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
10606         spanner.
10608 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10610         * lily/identifier-smob.cc (unpack_identifier): new file.
10612         * lily/lexer.ll (identifier_type): new function.  use ly-id to
10613         pass off scheme expressions as music identifiers.
10615         * scm/lily.scm: reorganisation, cleanups.
10617         * lily/main.cc: small cleanups.
10619 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10621         * lily/ly-module.{cc,hh}: new file.
10623 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
10625         * lily/accidental-engraver.cc: Also work with partial measures.
10627 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10629         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
10631 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10633         * lily/my-lily-lexer.cc: use SCM module in stead of
10634         Scheme_hash_table. Changes throughout.  
10636 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10638         * VERSION (MY_PATCH_LEVEL): make 1.7.0