* lily/main.cc (main_prog): print summary of failed files.
[lilypond.git] / ChangeLog
blobd59be95f030cd76065d074026069d75772759b58
1 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3         * lily/main.cc (main_prog): print summary of failed files.
5         * lily/axis-group-engraver.cc: move all spanner creation to
6         process_music (). Now staffs can be adjusted with \override too.
7         
8         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
10 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12         * lily/translator-def.cc (get_translator_names): accept user
13         tweaks too. 
15         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
16         as big as normal heads. 
18         * input/*ly: run convert-ly
19         
20         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
21         () if dependencies are fluked.
23         * scm/document-translation.scm (engraver-doc-string): update on
24         latest string/symbol conventions.
26         * lily/translator-ctors.cc: use Scheme_hash_table.
28         * lily/translator-def.cc (get_translator_names): new function
29         (add_context_mod): new function
30         (get_accepted): new function
32         * lily/parser.yy (context_mod): put all modifications of
33         \translator { } in a single production, encode as SCM.
35         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
36         to use read-only lists, so additions to the definition can be
37         prepended easily.  
39         * Documentation/user/invoking.itexi (Editor support): add node on
40         editor support.
42         * Documentation/user/refman.itely (Bar check): add lyrics example
43         of bar checks. 
45         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
47         * scripts/convert-ly.py (conv): add conversion rule.
49         * lily/parser.yy: use \change iso. \translator for staff switch.
51         * lily/my-lily-lexer.cc: add \change.
53         * scm/define-translator-properties.scm
54         (default-melisma-properties): add definition.
56 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
58         * Documentation/user/refman.itely (Bar lines): clarification of
59         systemStartDelimiter. 
61         * input/test/slur-shape.ly (x): remove file.
63         * lily/translator-group.cc (apply_property_operations): new function.
65 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
67         * lily/parser.yy (optional_prop_ops): allow \with {
68         PROPERTYSETTINGS } following \context or \new.
70         * lily/my-lily-lexer.cc: add \with.
72         * lily/parser.yy (property_operation): clean up definition of
73         property operations.
74         (property_op_to_music): new function.
75         (context_spec_music): new function
77         * VERSION: 2.1.7 released.
78         
79         * input/regression/collision-merge-dots.ly: new file.
81         * lily/note-collision.cc (check_meshing_chords): if merging heads,
82         then kill the dots too. 
84         * lily/separating-line-group-engraver.cc (acknowledge_grob):
85         set/unset breakableSeparationItem
87         * lily/separation-item.cc (relative_width): add function.
89         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
90         only-prebreak-interface
92         * lily/system.cc (output_lines): only junk only-prebreak-interface grobs.
94         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
95         read breakableSeparationItem
97         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
99         * lily/system.cc (output_lines): don't suicide Spacing_items. 
101         * lily/dot-column.cc (dot_config_badness): new function:
102         select the best scoring dot configuration: dots should go close to
103         the note heads, but be shifted up or down according to conventions.
104         (print_dot_configuration): idem.
105         (shift_one): idem
106         (remove_collision): idem.
108         * input/regression/dots.ly: add  more test cases.
110 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
112         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
114         * flower/include/interval.hh: rename elem_b to contains 
116         * lily/tie.cc: change 'heads to 'head-pair.
118         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
119         fill in 'heads field.
121         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
122         minimum-length for short ones, and shorten so collisions with the
123         next syllable are avoided.
125         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
126         near-zero slopes.
127         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
129         * lily/dots.cc: remove quantized_position callback. All Y
130         positioning is done by dot-column.cc
132         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
133         exhaustive test of all dot positions. This fixes disappearing dots
134         in dotted chords.
136 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
138         * mf/feta-klef.mf (test_staff): fatten up G clef
139         (test_staff): fatten up f clef.
140         
142 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
144         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
145         * input/les-nereides.ly: Use latin1 characters for title, like
146         Morgenlied.
148 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
150         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
151         cmb10).
153         * lily/lyric-extender.cc (brew_molecule): add little space before
154         extender line.
156         * lily/beam-quanting.cc (score_forbidden_quants): check if
157         outer stafflines fall in any beam gaps.
159         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
160         for lyric texts.
162 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
164         * VERSION: 2.1.6 released.
166         * lily/beam-quanting.cc (quanting): add inspect-quants property:
167         this shows the demerits of a user-defined beam position pair.
169         * scm/define-grobs.scm (all-grob-descriptions): set
170         beamed-extreme-minimum-free-lengths to a different value.
172         * lily/scm-option.cc: add debug-beam scm-option
174         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
176 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
178         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
180         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
181         space after barline.
183         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
185         * lily/spacing-spanner.cc (breakable_column_spacing): take average
186         of spacing wishes, not maximum. Only do this for delta-t == 0. In
187         the other case, take standard column-breakable spacing. Do not
188         warn about "no spacing wishes".
190         This fixes wide spaces after barlines in very loose lines.
192         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
194 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
196         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
197         acknowledge_grob lyric-syllable, not lyric-text.
199         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
200         dashes of length #'length separated by #'dash-period. 
202         * lily/lyric-extender.cc (brew_molecule): idem
204         * lily/multi-measure-rest.cc (big_rest): idem
206         * lily/system-start-delimiter.cc (simple_bar): idem
208         * lily/bar-line.cc (simple_barline): use rounded box
210         * VERSION: release 2.1.5
212         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
213         music): move note about dvips to more visible place.
215         * lily/lyric-phrasing-engraver.cc: move from
216         new-phrasing-engraver.cc, remove old cruft (syllable-group,
217         lyric-phrasing-engraver.hh)
218         
219         * lyric-align.ly: remove file
220         
221         * scripts/convert-ly.py (FatalConversionError.func): add removal
222         rule for automaticMelismata
224         * ly/engraver-init.ly (ScoreContext): switch on
225         New_phrasing_engraver by default.
227         * lily/slur-engraver.cc (class Slur_engraver):
228         process_acknowledged_grobs -> process_music.
229         (try_music): signal melismata correctly.
231         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
232         word-space, right-trim-amount, and extend past right bound only
233         for note heads.
235         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
236         lyric-extender support: add note-heads to the extender
237         automatically.
239         * lily/parser.yy: extender is now post_event. 
241         * lily/accidental-engraver.cc (number_accidentals): remove
242         spurious warning about non-parent contexts.
244         * lily/music-output-def.cc (assign_translator): \translator { }
245         for a Foo context implicitly redefines \FooContext.
247         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
248         fixes.
250         * lily/slur.cc (brew_molecule): don't use stafflinethickness
251         doubly in slur weight. 
253         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
254         combination.
256         * scm/define-grobs.scm (all-grob-descriptions): change clef -
257         staffbar distance.
259         * scripts/lilypond.py (global_latex_preamble): crank down size of
260         the margins. Now there is a 12 mm top and bottom margin, which
261         should correspond with the printable area of modern printers.
263         This enlarges the music height of the printable page a little.
265         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
266         signs. Use \markup instead.
267         (accreg_pen): tweak for accordeon asterisk.
269 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
271         * lily/melisma-engraver.cc (try_music): use melisma_busy()
273         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
275         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
277         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
279         * scm/define-grobs.scm (all-grob-descriptions): change
280         StanzaNumber description: make side support, i.s.o. breakable.
281         use Instrument_name_engraver for texts in the margin.
283         * scm/define-translator-properties.scm: remove
284         melismaEngraverBusy, stz property.
286         * *.cc: naming: change empty_b () into is_empty ()
288         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
290         * input/regression/lyric-phrasing-new.ly: new file.
292         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
293         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
294         melismata are now left-aligned.
296 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
298         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
300         * mf/feta19.mf: remove.
301         
302         * mf/feta-klef.mf (test_staff): more tweaks
304         * mf/feta-toevallig.mf: more small size tweaks.
306         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
307         rests for smaller sizes.
309         * mf/feta-bolletjes.mf: fix cross heads.
311         * VERSION: release 2.1.4
312         
313         * scripts/convert-ly.py (FatalConversionError.func): add rule for
314         deprecated #'ancient font family
316         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
317         it is a string or number.
319         * scm/output-lib.scm (note-head-style->attachment-coordinates):
320         change calling convention of stem-attachment function. 
322         * buildscripts/mf-to-table.py: read and dump WX/WY fields
324         * mf/feta-autometric.mf: dump WX/WY fields too
325         
326         * mf/parmesan-heads.mf: idem.
328         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
329         attachment coordinates.
331         * lily/note-head.cc (stem_attachment_coordinate): read stem
332         attachment from the notehead glyphs WX/WY fields.
334         * lily/include/font-metric.hh (struct Font_metric): add methods
335         get_indexed_wxwy (), make a distinction between looking up by
336         index and ASCII  
338         * mf/feta-bolletjes.mf: rewrite note head MF code.
339         (test_outlines): make heads more rotund for smaller sizes. 
341 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
343         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
344         throughout. Font scaling fixes throughout.
346         * mf/feta-sleur,slur.mf: remove. 
348         * mf/feta-slag.mf: rewrite.
350 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
352         * VERSION: release 2.1.3
354         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
356         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
358         * lily/mark-engraver.cc (process_music): fix mark
359         \default. (backportme)
361         * stepmake/stepmake/automatically-generated.sub.make (default):
362         use -n for head/tail commands. 
364         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
365         heads with the same pitch.
367 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
369         * lily/recording-group-engraver.cc (finalize): set protected_scm
370         member to '() before finalizing.
372         * lily/translator-group.cc (finalize): remove removal_processing () 
374         * lily/recording-group-engraver.cc: new engraver: record
375         synchronized start & end times for each music object.
377         * lily/parser.yy (toplevel_expression): execute score rendering
378         during parsing. Cleanup output-filename handling; this is no
379         longer done with global variables.
380         (translator_spec_body): allow \type modification too.
382         * lily/score.cc:  ly:run-translator: new function
383         (LY_DEFINE): ly:render-output new function.
385         Separate interpreting and rendering, and make available as
386         functions at Scheme level.
388 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
390         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
391         (musicxml-node->string):
392         (xml-node->string):
393         (music-to-musicxml): New function.
395 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
397         * VERSION: 2.1.2 released
399         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
401         * scm/font.scm (paper20-font-vector): discouple font design sizes
402         from sizes specified in .ly file: store all design sizes of a font
403         in a single vector.
405         * lily/font-select.cc (get_font_by_design_size): new function
407         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
408         add parmesan,feta in sizes 14 and 18.
409         
410         * mf/feta-toevallig.mf: use blot diameter for double sharp.
412         * lily/font-size-engraver.cc (acknowledge_grob): change definition
413         of fontSize: this now sets font-size
415 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
417         * VERSION: 2.1.1 released
418         
419         * Documentation/user/refman.itely (Tuning objects): add note about
420         concurrent tweaks in different contexts. 
422         * lily/tie-engraver.cc (acknowledge_grob): use
423         Staff_symbol_referencer::get_position iso. reading staff-position
424         directly.
426         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
427         currentMusicalColumn as left span-point for bracket. The bracket
428         is too long when there are accidentals.
430 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
432         * buildscripts/lilypond-profile.sh,
433         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
434         Thanks to Reuben Thomas <rrt@mupsych.org>
436 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
438         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
439         Wurbel <wurbel@univ-tln.fr>.
441 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
443         * scripts/midi2ly.py: Add space after chords.
445 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
447         * input/regression/{many}: add few @code{ ... }.
449 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
451         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
452         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
453         Removed cmbx5, cmbx6 (which are included in teTeX)
454         and cmbxti14 which is not used in fonts.scm.
456 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
458         * lily/midi-item.cc: fine tune quarter tones.
460 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
462         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
463         new function, warn how many cents are missing in fine tuning.
465 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
467         * input/bugs/rhytmicstaff-tie.ly: add file.
469         * THANKS: Create skeleton for 2.1.
471 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
473         * input/test/bar-lines.ly (TODO): dashed "|".
475 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
477         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
478         input/regression/tie-chord.ly: Fix spell for tying.
480         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
482         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
483         new file (renamed, see above).
485         * Documentation/user/lilypond-book.itely
486         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
487         * input/example-1.ly input/example-2.ly input/example-3.ly
488         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
489         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
490         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
491         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
492         * scripts/lilypond-book.py scripts/lilypond.py
493         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
494         * vimrc: replace ly2dvi with lilypond and remove silly comments.
496         * Documentation/user/lilypond.tely: update version.
498         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
499         Remove extra spaces in each @node, fixes spaces.
501 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
503         * scripts/lilypond-book.py (output_dict): Add definition of
504         \lilypondbook also for LaTeX output. Solves several bug reports.
506 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
508         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
510 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
512         * input/test/transposition.ly: Fix key signatures, given in comments.
514 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
516         * scm/midi.scm (instrument-names-alist),
517         Documentation/user/appendices.itely: Correct spelling of shakuhachi
519 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
521         * input/test/temporary-stave.ly (texidoc): New example based on an
522         email question from Ralph Little.
524 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
526         * VERSION: release 2.1.0
527         
528         * lily/note-performer.cc (try_music): accept busy-playing-event.
530         * lily/swallow-perf.cc (try_music): return false for
531         busy-playing-event and melisma-playing-event.
533 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
535         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
536         >> in \score.
538 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
540         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
541         that articulation_substitute will not move beam start again.
542         (articulation_substitute): Bugfix: remove stray space so that new
543         old chords ending '>>' does not get broken up.
544         (sub_chord): Use TAB for indentation (not spaces).
545         
546         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
547         Bugfix for startup: Use ?^ instead of ?\^.
549 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
551         * lily/lyric-combine-music-iterator.cc
552         (Lyric_combine_music_iterator): change init order, to prevent GC
553         segfaults.
555         * lily/context-specced-music-iterator.cc (construct_children): 
556         only change  translator if found. This fixes a core dump problem.
558 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
560         * scm/slur.scm (default-slur-extremity-rules): use equal? for
561         comparison.
563         * mf/feta-bolletjes.mf: make hole in half note little
564         smaller for stem attachment.
566         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
568         * mf/feta-banier.mf: don't draw stem with flag, just small square
569         attachment.
571         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
573         * mf/feta-banier.mf: remove upstem/downstem characters.
575         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
577         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
578         stafflinethickness (in the default)
580         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
582         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
584         * Documentation/topdocs/INSTALL.texi (Top): reorder.
586         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
588         * lily/include/directional-element-interface.hh:
589         junk class, make {get,set}_grob_direction functions.
591         * lily/slur.cc (get_attachment): do something sensible when
592         attaching to stem without heads (eg. a rest).
594         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
595         forcing up to staff.  remove #'support-head property
596         (brew_molecule): small cleanup.
597         (flag): remove #'grace property.
599 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
601         * cygwin/postinstall-lilypond.sh: 
602         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
603         (Volker Zell).
605 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
607         * scripts/lilypond-book.py: resurrect 'eps' option. 
608         (TexiPaper.to_eps): use -Ppdf for EPS files.
610         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
612         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
614         * VERSION: release 2.0.1
616         * lily/bezier.cc (get_other_coordinate): change assert into
617         warning.
619         * lily/note-head.cc (internal_brew_molecule): make left protusion
620         smaller, to accomodate for natural sign.
621         (internal_brew_molecule): only do this when the accidental is
622         close enough.
623         (extent): new function
625         * lily/skyline.cc (merge_skyline): new function
626         (heighten_skyline): new function
628         * lily/accidental-placement.cc (position_accidentals) 
629         (position_accidentals): fix todo.
631 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
633         * input/test/+.ly (texidoc): put version number inline.
635         * GNUmakefile.in: remove rsync-web target.
636         
637         * input/regression/bar-scripts.ly (onestaff): raggedright
639 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
641         * lily/*.cc: remove #if 0'd code in couple of places.
643         * lily/midi-stream.cc (operator <<): rewrite.
645         * lily/note-head.cc (internal_brew_molecule): 
646         only make ledgers when the Staff symbol has lines.
648         * ly/property-init.ly (arpeggioBracket): simplify
650         * lily/translator-group.cc (execute_pushpop_property): use
651         SCM_EQ_P for comparing keys. This fixes reverting
652         auto-beam-settings.
654 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
656         * lily/midi-stream.cc (operator <<): Also write MIDI string when
657         midi_debug_global_b.
658         (operator <<): Normalise loop.
660 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
662         * scripts/lilypond.py (escape_path): revise.
664         * scm/music-functions.scm (set-output-property): new function.
665         
666 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
668         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
669         use addmakeflags again.
671         * cygwin/lily-wins.py (escape_shell): New function; use it.
673         * scripts/lilypond.py (escape_shell): Escape quotes and other
674         spaces too.  Do not escape escaping backslashes.
676         * make/srcdir.make.in (web-install): Must call install-WWW now.
678         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
679         dependency
681 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
683         * scripts/lilypond.py (escape_path): escape quotes too. 
685         * Documentation/user/lilypond.tely (Unified index): rename Index
686         to accomodate Windows breakage.
688         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
690         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
691         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
692         target not a source.
694 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
696         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
697         addmakeflags.  Build and install doc and web also when building on
698         Cygwin.
700         * mf/GNUmakefile: Bugfix.
702         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
703         target web.
705         * cygwin/lily-wins.py: Quote filename.
707 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
709         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
711 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
713         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
714         settings.
716         * configure.in: Require g++ > 3.0.4.
718         * mf/GNUmakefile: Bugfix: Add list.ly target.
719         
720         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
722         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
723         make omf directory, add uninstall targets.
725 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
727         * lily/tie-performer.cc (initialize): init prev_event
729         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
731         * lily/script-engraver.cc (make_script_from_event): don't crash on
732         non-string articulation-type.
734         * lily/new-fingering-engraver.cc (add_script): don't crash on
735         0 scripts 
736         (acknowledge_grob): warn about text script events.
738 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
740         * buildscript/lilypond.words: fix path for drums.scm.
742 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
744         * lily/spacing-spanner.cc (note_spacing): don't make longer
745         durations than measure-length.
747         * VERSION: release 2.0.0
749         * GNUmakefile.in (rsync-web): version independent rsync target.
751         * input/test/+.ly (texidoc): idem.
753         * input/regression/+.ly: print version number.
755         * input/regression/accidentals.ly (mel): shorten.
757         * input/regression/accidental-octave.ly (texidoc): shorten.
759         * input/regression/hairpin-dashed.ly (texidoc): docstring.
761         * input/regression/completion-heads-polyphony.ly: octave
763         * input/regression/beam-manual.ly: remove
765         * input/regression/beam-chord.ly: remove
767         * input/regression/grace-dynamic.ly: remove
768         
769         * input/regression/grace-volta-repeat.ly: octave fixes.
771         * input/regression/hairpin-dashed.ly (texidoc): doc string.
773         * lily/parser.yy (step_number): semitones for chord entry too.
774         (make_chord_step): more robust code, semitones. 
776         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
778         * input/regression/breathing-sign.ly (texidoc): split ancient and
779         normal breathing signs.
781         * scm/define-grobs.scm (all-grob-descriptions): swap
782         beamed-extreme-minimum-free-lengths and
783         beamed-minimum-free-lengths; the 'extreme' case should allow
784         shorter stems. This fixes forced directions on beamed 32nd and
785         shorter notes.
787         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
788         quartertones, not semitones.
789         (NoteNamesContext): swallow more event types
791         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
793         * VERSION (PACKAGE_NAME): release 1.9.10
795 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
797         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
798         set note head as cause of note-column.  This gives a better error
799         message.
801 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
803         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
805 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
807         * mf/GNUmakefile (pfa_warning): instruct 
809         * stepmake/aclocal.m4: typo.
811         * Documentation/user/cheatsheet.itely: more verbose examples.
813         * input/regression/clefs.ly: remove bogus docstring.
815 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
817         * GNUmakefile.in (SUBDIRS): Add elisp.
819         * elisp/lilypond-mode.el: 
820         * elisp/lilypond-init.el: 
821         * elisp/lilypond-indent.el: 
822         * elisp/lilypond-font-lock.el: Move from top dir.
824         * stepmake/stepmake/elisp-vars.make: New file.
826         * config.make.in (elispdir): Add.
828         * Documentation/topdocs/INSTALL.texi: Typo.
830         * make/ly-rules.make: Test for files instead of touching void and
831         ignoring errors.
833         * GNUmakefile.in:
834         * make/lilypond.redhat.spec.in:
835         * debian/rules: Fix lilypond.words stuff a bit.  For running from
836         <builddir>, adding
837         
838              (push "<builddir>/share/lilypond/elisp" load-path)
840         to your ~/.emacs.el should give you LilyPond-mode again.
842         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
843         regexp for DOS/Windows, we are too paranoid to fix others.
845 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
847         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
849         * input/test/chord-names-jazz.ly (banterProperties): fix
851         * lily/parser.yy (bass_mod): bass figure alterations are semi
852         tones, not quarter tones
854         * lily/beam.cc (set_stem_lengths): only lengthen stems
855         for gapped beams.
857         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
858         by beamcount.
860         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
861         a warning that the warning may erroneous.
863         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
864         target.
866         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
867         targets.
869         * GNUmakefile.in ($(config_h)): config.h should depend on
870         config.hh.in .
871         (lilypond.words): remove fontball stuff.
873         * stepmake/aclocal.m4: only print config.cache warning if it exists.
875         * configure.in: remove pktrace reference.
877         * GNUmakefile.in (rsync-web): permissions and ownership for
878         website.
880         * lily/volta-engraver.cc (staff_eligible): new function.
881         (stop_translation_timestep): kill off spanners if not eligible.
883         * VERSION (PATCH_LEVEL): release 1.9.9
885         * input/regression/beam-quanting-32nd.ly (texidoc): new file
887         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
888         length is more important than forbidden quants.
889         
890 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
892         * buildscripts/lilypond.words: order words in search order,
893         add lilypond.words.vim to be generated.
895         * lilypond.vim: use lilypond.words.vim for keyword matching.
897         * lilypond-mode.el: use search order. fix word selection rules.
899         * lilypond-font-lock.el: fix fontifying long durations.
901         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
903 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
905         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
907         * stepmake/stepmake/generic-targets.make:
908         * stepmake/stepmake/bin/make-version.py: 
909         * stepmake/aclocal.m4:
910         * make/stepmake.make:
911         * make/toplevel-version.make: Build fixes: remove last traces of
912           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
914         * lily/beam.cc: Add gap-count property.
916 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
918         * scm/define-grob-properties.scm (gap-count): add gap-count
920         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
922 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
924         * cygwin/mknetrel.doc: Typo.
926         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
928         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
930 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
932         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
933         sizes. Remove support for 'ledger'(=tabloid+landscape).
935 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
937         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
938         sauter PFAs.
940         * configure.in: remove VERSION stuff once again.
942         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
944         * scm/define-grobs.scm (all-grob-descriptions): use sans family
945         for chord names.
947         * mf/GNUmakefile: always trace pfa fonts.
948         (SAUTER_FONTS): add cmss[567] too fonts
950         * configure.in: require mftrace. 
952         * lily/staff-performer.cc (new_instrument_string): don't look at
953         instrument property.
955         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
956         is_direction is the C++ one. Similar for ly_axis_p and
957         ly_number_pair_p
959 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
961         * lily/beam.cc (brew_molecule): read gap-count to determine
962         number of tremolo (gapped) beams.
964         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
965         shorter than 1/8
967         * flower/include/array.hh (default_compare): new function
969         * cygwin/mknetrel: Native fixes.
971         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
973 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
975         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
976         feature for Windows.
978         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
980         * cygwin/mknetrel: Updates for native use on Cygwin.
982         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
984         * stepmake/stepmake/help2man-rules.make: 
985         * cygwin/mknetrel: Bugfix for manpages.
987         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
988         $(builddir).  Stepmake is a normal subdirectory now, that is not
989         configured.  Another srcdir build fix.
991         * Documentation/topdocs/INSTALL.texi,
992         buildscripts/lilypond.words.py, lilypond-font-lock.el,
993         lilypond-init.el, lilypond-mode.el, debian/rules,
994         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
995         rename generated file lilypond.words to lilypond.words.el.
997 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
999         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
1001         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
1002         GNUmakefile.in.
1004 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1006         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
1007         when cross building.
1009         * configure.in: srcdir build fix.
1011         * cygwin/GNUmakefile:
1012         * cygwin/lily-wins.py:
1013         * cygwin/postremove-lilypond.sh: 
1014         * cygwin/postinstall-lilypond.sh: Merge from stable.
1016         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
1017         s/ly2dvi/lilypond/.
1019 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1021         * lily/slur.cc (after_line_breaking): only set control points if
1022         none supplied yet.
1024         * input/test/slur-manual.ly: new file.
1026         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
1027         <<  >> chords too.
1029         * VERSION (PACKAGE_NAME): release 1.9.8
1031         * scripts/lilypond.py (escape_path): escape spaces in directory names
1033         * input/test/text-spanner.ly: fixes.
1035 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
1037         * buildscripts/lilypond.words.py: add drum names as note names to
1038         Emacs-mode.
1040 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1042         * input/regression/hairpin-dashed.ly: new file.
1044         * scripts/convert-ly.py (conv): warn about dash-length.
1046         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
1047         automatically if we get a new one.
1049         * lily/lookup.cc (dashed_line): new function
1051         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
1052         dash-fraction.
1054 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
1056         * buildscripts/lilypond.words.py: extract note names.
1058         * lilypond-mode.el: take note names from lilypond.words -file.
1059         small fix in the use of string-match.
1061         * lilypond-font-lock.el: use lilypond.words for note names, add 
1062         maxima to note a duration.
1064 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1066         * lily/breathing-sign.cc: remove railtracks() function. 
1068         * input/regression/arpeggio-bracket.ly (texidoc): add file.
1070         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
1071         (brew_molecule): bugfix don't make arpeggio shorter when
1072         arpeggio-direction is set.
1074         *  debian/rules: small corrections in the (Pedro K)
1076         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
1077         examples.
1079         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
1080         special (repeat) bar comes along.
1082         * input/regression/auto-beam-bar.ly: update.
1084         * scripts/lilypond-book.py (output_dict): remove support for the
1085         EPS option.
1087         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
1088         VerticalAlignment and VerticalAxisGroup this fixes the size
1089         computations for the entire system.
1091         * input/les-nereides.ly (bass): remove superfluous fontSize.
1093         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
1094         causes directory of file to be added to include path.
1096         * input/regression/beam-break.ly: test single stem beams.
1098         * input/regression/system-start-bracket.ly: fix.
1100         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
1102         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
1104         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
1105         (score_stem_lengths): do something sensible for single stem beams.
1107         * lily/beam.cc (least_squares): add kludge for single stem beams.
1109         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
1110         keySignature to list of broken things.
1112         * input/regression/keys.ly: fix.
1114         * VERSION (PACKAGE_NAME): release 1.9.7
1116         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
1118         * Documentation/user/refman.itely (Pitches): doc quarter tones.
1120         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
1121         (quartertone_pitch): new function
1123         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
1124         flat. WARNING: FONT CHANGED.
1126         * ly/nederlands.ly: add -eh and -ih for quarter tones.
1128         * lily/accidental-placement.cc (add_accidental): support for
1129         quarter tones.
1131         * ly/LANGUAGEs.ly: use symbols for alterations.
1133         * mf/feta-toevallig.mf: change accidental codes. 
1135         * scm/lily.scm (ly:get-option): switch on debugging only for
1136         --verbose.
1138         * lily/lily-guile.cc: remove ly:verbose?
1140         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
1142         * lily/parser.yy (TODO): only do gh_call() for apply with
1143         procedure argument.
1145         * lily/tie-engraver.cc (start_translation_timestep): move melisma
1146         stuff in accordance with new timing of tie-events.
1148         * lily/my-lily-lexer.cc: remove \outputproperty
1150         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
1152         * scm/define-translator-properties.scm (melismaBusyProperties):
1153         add melismaBusyProperties property.
1155 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1157         * input/test/ambitus-mixed.ly (texidoc): new file.
1159         * buildscripts/mutopia-index.py (find): prune debugging
1161         * lily/side-position-interface.cc: doc updates
1163         * Documentation/user/refman.itely: updates, tweaks.
1165         * lily/parser.yy (Simple_music): remove outputproperty
1167         * make/stepmake.make: use VERSION again; importing VERSION via
1168         autoconf dependencies is too hairy.
1170 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
1172         * lilypond-mode.el: allow `-' for keywords and identifiers.
1174 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1176         * VERSION: release 1.9.6
1177         
1178         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
1179         iso. ly2dvi.
1181         * Documentation/user/*.itely: fixes everywhere
1183         * lily/completion-note-heads-engraver.cc: rewrite engraver:
1184         produce ties from the engraver itself, do not broadcast TieEvent.
1186         * lily/my-lily-lexer.cc: remove pitch & duration.
1188         * lily/parser.yy (TODO): remove \pitch and \duration
1190         * input/test/explicit.ly: remove file.
1192         * Documentation/user/refman.itely (Pitches): remove \pitch 
1193         \duration command.
1195 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
1197         * buildscripts/lilypond.words.py: add all slur types to Emacs
1198         insertion menu, suppose everything is postfixed by dropping 
1199         unnecessary `-' -marks.
1201 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1203         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
1204         tremoloed stems.
1206         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
1207         head for flagged stems.
1209         * lily/stem.cc (get_default_stem_end_position): futz with extra
1210         stem length if there is a stem tremolo.
1212         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
1213         it would be too small.
1215         * lily/font-metric.cc: return #f for non-existent glyph.
1216         
1217         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
1218         exported through config.make.
1220         * input/regression/clef-oct.ly: new file.
1222         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
1223         transposition.
1225         * input/template/*.ly: remove old relative.
1227         * ly/english.ly: add X names for double sharp.
1229 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1231         * lily/font-select.cc: new file handle font selection routines.
1233         * lily/parser.yy: add ; (Patrick Atamaniuk)
1235         * input/test/time-signature-double.ly: use markups for double time
1236         sigs.
1238         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
1239         ChordNames.SeparationItem #'padding for adjusting space after chords.
1240         
1241         * lily/music-output-def.cc (LY_DEFINE): 
1242         new function ly:paper-lookup.
1243         
1244         * mf/parmesan-clefs.mf: use # quantities for char_box
1245         offsets. Fixes overflow errors in the PFA. 
1247         * scm/new-markup.scm (strut-markup): change calling interface for
1248         markup. Pass paper-def, not grob. This would allow \markup to be
1249         used separately from grobs.
1251         * lily/paper-def.cc: new function ly:paper-font; this function
1252         replaces ly:get-font.
1254         * lily/include/font-interface.hh (struct Font_interface): take
1255         Paper_def iso. Grob for get_font().
1257 2003-09-14  Graham Percival  <gperlist@shaw.ca>
1259         * Documentation/user/ tutorial.itely, refman.itely: add warning
1260         about \key and accidentals.
1262 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1264         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
1266         * Documentation/user/*.itely: manual tweaks
1268 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
1270         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
1271         cleanup; bugfix: exact_center
1273         * Documentation/user/refman.itely: added more documentation on
1274         ambitus according to recent questions on lilypond-user list
1276 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1278         * input/regression/ottava.ly (texidoc): demo 15ma too.
1280         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
1282         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
1283         octave fixes.
1285 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1287         * lily/lexer.ll: add \r to the rules for newlines; this fixes
1288         problems on older Mac editors.
1290 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
1292         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
1294 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
1296         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
1297         mf/parmesan-clefs.mf: added comments on character alignment and
1298         set_char_box() conventions
1300         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
1301         set_char_box()'s
1303         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
1305 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
1307         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
1309 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
1311         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
1312         shortened to avoid almost-collision with staff line; code cleanup;
1313         other custodes: fixed char boxes; code cleanup
1315 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1317         * configure.in: release 1.9.5
1318         
1319         * scripts/lilypond.py (global_latex_preamble): only set
1320         twosideshift if 'twoside' is in latexoptions 
1322         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
1324         * VERSION: remove
1326         * scripts/*2ly.py: update <> syntax
1328 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1330         * lily/chord-name-engraver.cc (process_music): add origin for
1331         chord name.
1333         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
1335         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
1336         bass notes for exceptions too.
1338         * scm/define-grobs.scm (all-grob-descriptions): rename
1339         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
1341         * scm/define-grob-properties.scm (remove-first): add remove-first
1342         property for orchestral scores.
1344         * Documentation/user/*.itely: switch <<>> and <> 
1346         * lily/glissando-engraver.cc (process_music): bugfix: move line to
1347         last_line only once. This fixes the two consecutive glissandi problem.
1349 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
1351         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
1352         error message "flexa-width undefined"
1354         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
1355         lily/include/gregorian-ligature.hh: print warning when ignoring
1356         head prefixes on flexa shapes
1358         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
1359         space before a series of inclinatum heads
1361         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
1362         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
1363         cleanups
1365         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
1366         and char_box
1368 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
1370         * input/regression/breathing-sign.ly: tiny fixes
1372         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
1373         semantical collision with vaticana ligatures
1375         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1376         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
1377         now consistent with mensural ligatures
1379         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1380         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
1381         context pitches and staff position; dto. for virga stem; removed
1382         obsolete virga and clivis characters from parmesan font (WARNING:
1383         font changed)
1385         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
1386         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
1388         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1389         scm/define-grob-properties.scm: consistency fix: renamed
1390         join_left->add_cauda
1392         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
1393         appendix length; bugfix: yoffs_bt for reverse direction punctum
1394         characters
1396         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
1397         small cleanups; added more docu
1399         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
1400         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
1401         computation to CoherentLigatureEngraver
1403         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
1404         scm/define-grob-properties.scm: bugfix: added missing linea and
1405         cavum properties; bugfix: removed dead semivocalis property
1407         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
1408         length; redesigned quilisma, stropha and auctum
1410         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
1411         line thickness
1413         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
1414         Documentation/user/refman.itely: bugfix: introduced shifted
1415         epiphonus head to avoid collision with adjacent plica
1417 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1419         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
1421         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
1423 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1425         * Documentation/user/tutorial.itely (A lead sheet): remove
1426         duplicate chords.
1428         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
1430 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1432         * Documentation/bibliography/computer-notation.bib (isbn): add
1433         xivcim publication.
1435 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
1437         * GNUmakefile.in: drop lilypond.words for generation.
1439 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
1441         * buildscripts/lilypond.words.py: take filename (also) from an arg.
1443         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
1445 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1447         * input/test/figured-bass-alternate.ly (fl): new file.
1449         * Documentation/topdocs/README.texi (Top): clarifications.
1451         * Documentation/bibliography/computer-notation.bib (isbn): add phd
1452         theses of Gieseking and Renz.
1454         * GNUmakefile.in (README_FILES): remove README.mandrake.
1456 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
1458         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
1459         from source files and search patterns listed in the script.
1461         * GNUmakefile.in: add target `lilypond.words'.
1463         * lilypond.words: remove file, generated by `make lilypond.words'.
1465         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
1467 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
1469         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
1471 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1473         * VERSION: 1.9.4 released
1475         * scripts/convert-ly.py (FatalConversionError.figures_replace):
1476         rule for < > <-> << >> substitution
1478         * lily/lexer.ll: exchange meaning of << >> and < > 
1480         * VERSION (PACKAGE_NAME): 1.9.3 released
1482         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
1483         pages unconditionally.
1485 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1487         * Documentation/user/music-glossary.tely (Top): small syntax
1488         fixes.
1490         * scm/music-functions.scm (remove-tag): filter \tagged music
1491         expressions.
1493         * input/regression/tag-filter.ly (texidoc): new file.
1495         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
1496         symbol2 .. ) etc. 
1498         * scripts/convert-ly.py (FatalConversionError.conv): fingering
1499         convert rule.
1501         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
1503         * lily/new-fingering-engraver.cc (position_scripts): don't crash
1504         for borderline cases (e.g. 1 fingering.)
1505         (position_scripts): revise interface, use fingerOrientations to
1506         set fingering positions.
1508         * scm/document-translation.scm (context-doc): add aliases to
1509         automated documentation.
1511         * make/lilypond-vars.make: remove stepmake compat glue.
1513         * make/generic-vars.make: remove cruft.
1515         * lily/main.cc (main): don't identify binary.
1517 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1519         * lily/include/translator.hh (class Translator): remove
1520         type_string_ , use symbol for context name throughout.
1521         Changes through whole source tree.
1523         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
1524         set PDF as default, and always make PDF.
1526         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
1528 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
1530         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
1531         Documentation/user/refman.itely input/regression/allfontstyle.ly
1532         input/regression/grace-types.ly:
1533         fix spelling for acciaccatura (Webster's 1913).
1535 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1537         * lily/main.cc (usage): adjust blurb, include url.
1539         * input/regression/breathing-sign.ly (texidoc): transpose up
1541 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
1543         * input/regression/breathing-sign.ly: changed ancient examples to
1544         be relevant (by request of Han-Wen); updated BreathingSign text
1545         property according to new syntax.
1547         * ly/gregorian-init.ly: updated BreathingSign text property
1548         according to new syntax
1550 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1552         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
1553         (Clef): index entries for clefs.
1555         * python/lilylib.py (system): remove errorlog files.
1556         
1557 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
1559         * lilypond.words: add \new and new graces. Add dynamics to menus
1560         keeping 1.8.x compatibility; after all the engraving relating to 
1561         notes becomes postfixed `-' marks will be removed.
1563 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1565         * lily/molecule.cc (align_to): idem.
1567         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
1568         
1569         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
1570         accacciatura everywhere.
1572         * VERSION (PACKAGE_NAME): released 1.9.2
1574         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
1576         * scm/document-markup.scm (markup-doc-node): sort markup function
1577         list.
1579         * lily/paper-outputter.cc (output_version): change "Lily was here"
1580         into  "Engraved by LilyPond"
1582         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
1583         on unquoted strings before \notenames.
1585         * lily/parser.yy (lyric_element): allow markup as lyric text. This
1586         increases the number of s/r reductions to 4.
1588         * scm/new-markup.scm (fraction-markup): \fraction command.
1590         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
1591         mode
1593         * lily/lookup.cc (round_filled_box): rename function.
1594         (LY_DEFINE): round-filled-box: change signature.
1596         * Documentation/user/refman.itely: revise section explaining grace
1597         notes.
1599         * lily/translator-scheme.cc (LY_DEFINE): add ! to
1600         ly:set-context-property
1602         * input/*/*.ly (vmus): use \new everywhere.
1604         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
1606         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
1607         default
1609         * scm/music-functions.scm (set-stop-grace-properties)
1610         (set-start-grace-properties, add-grace-property): new functions
1611         for modular grace tweak control.
1613         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
1614         
1615 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1617         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
1619         * GNUmakefile.in (install-pfa-fonts):
1620         (get-pfa-fonts): New target.
1622         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
1623         install-pfa-fonts help.
1625 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1627         * lily/translator-scheme.cc (LY_DEFINE):
1628         ly:context-pushpop-property new function.
1629         (LY_DEFINE): new function ly:translator-find  
1630         new function ly:translator?
1631         (LY_DEFINE): new function ly:context?
1633         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
1635         * python/lilylib.py (read_pipe): only store and display error log
1636         if verbose not set.
1637         (read_pipe): only display log if it contains something.
1639 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1641         * Documentation/misc/GNUmakefile: Re-add.
1642         (TEXTS): Add CHANGES.
1644 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
1646         * lilypond.words: add \newcontext.
1648 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1650         * lily/tie-performer.cc (stop_translation_timestep): only flush
1651         tied_notes when we have actually made a tie. Fixes bugs with ties
1652         in polyphonic scores.
1654 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1656         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
1657         they do not exist.
1659 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1661         * VERSION (PACKAGE_NAME): released 1.9.1 
1663         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
1664         Instrument_name_engraver
1666         * lily/tie-performer.cc (create_audio_elements): bugfix
1668         * Documentation/user/music-glossary.tely (Top): comment out
1669         font-style statements.
1671         * input/test/force-hshift.ly: revise example.
1673         * Documentation/bibliography/engraving.bib (note): typos.
1675         * configure.in: bump GCC requirements to 3.x
1677         * lily/include/audio-item.hh (class Audio_tie): rename
1678         note_l_drul_ to note_drul_
1680         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
1682         * lily/parser.yy (relative_music): whoops. All \relative were off
1683         by ...  a lot .... Ahem.
1685         * scm/define-music-types.scm (music-descriptions): idem.
1687         * lily/beam-engraver.cc: move new-beam-event to beam-event
1689         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
1690         to Tie_engraver
1692         * input/regression/bar-number.ly: remove unnecessary old-relative
1693         options.
1694         
1695         * Documentation/user/internals.itely (Creating contexts): document
1696         \newcontext
1698         * lily/parser.yy (Composite_music): add \newcontext
1700         * Documentation/user/refman.itely (MIDI block): add note about
1701         dotted tempos.
1703         * scm/font.scm: remove old markup legacy
1705         * GNUmakefile.in (web-clean): remake share/ after web-clean.
1707         * lily/breathing-sign.cc (brew_molecule): remove function
1709         * lily/text-item.cc: remove old-style markups.
1710         (interpret_markup): C++ version of markup function
1711         (brew_molecule): idem.
1713         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
1714         as Scheme variable.
1716         * scripts/convert-ly.py (conv): dashes rule.
1717         Apply rule.
1719         * Documentation/user/lilypond-book.itely: syntax fixes. 
1721 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1723         * VERSION (PACKAGE_NAME): release 1.9.0
1725         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1726         note about dvips. (Should backport.)
1728         * scripts/convert-ly.py
1729         (FatalConversionError.articulation_substitute): add
1730         convert-new-chords code. Remove convert-new-chords.py
1732         * Documentation/user/refman.itely (Octave check): document
1733         \octave.
1735         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
1736         \relative changes.
1738         * lily/parser.yy (command_element): octave check:
1740            \octave PITCH
1742         checks that PITCH (without octave) yields PITCH (with octave) in
1743         \relative
1745         * lily/relative-octave-music.cc (to_relative_octave): octave check.
1747         * lily/scm-option.cc: ly:set-option now has the default argument
1748         #t.
1750         * lily/lexer.ll: add \renameinput
1752         * python/lilylib.py (command_name): robustifications.
1754         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
1755         /dev/stderr. This is ash compatible.
1757         * ly/init.ly: add warning if compatibility was not necessary.
1759         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
1761         * flower/include/string-handle.icc: formatting cleanups, rename
1762         references by ref_count_.
1764 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
1766         * make/lilypond.mandrake.spec.in: syncronize the spec file with
1767         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
1768         package libs separately, fix conflicting php variable out=/dev/vc/
1769         invoking `unset out', declare menus, use only one icon-file, fix
1770         doc-path in menu.
1772 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1774         * scripts/convert-ly.py (FatalConversionError.conv): typo
1776         * Documentation/misc/GNUmakefile: restore misc directory.
1778         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
1780         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
1781         Petites-Preludes 
1783         * input/test/partial-blank.ly (quickmeasure): syntax
1785         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
1786         attachment property.
1788         * Documentation/user/refman.itely: remove superfluous -'s 
1789         (Grace notes): ) fixes.
1791         * lily/music.cc: generic compress(), transpose() functions. Remove
1792         others.
1794         * lily/parser.yy (gen_text_def): remove support for #'(italic )
1795         style markup entry.
1797         * lily/parser.yy: all articulations postfix; remove obligatory -
1798         for [,  ) and \!
1799         
1800         * lily/music.cc (to_relative_octave): write generic
1801         to_relative_octave function; various relative cleanups.
1802         Hmmm.
1804         * lily/scm-option.cc: add options new-relative and old-relative
1806         * po/sv.po: new po file.
1808         * Documentation/user/refman.itely (Dynamics): website
1809         fixes. (should backport!)
1811 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
1813         * make/lilypond.mandrake.spec.in: declare version only once.
1815 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1817         * lily/simultaneous-music.cc (to_relative_octave): undo relative
1818         meaning for now.
1820 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1822         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
1824         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
1826         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
1828         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
1830         * lily/music.cc (var): add ly:music-transpose function.
1832         * lily/parser.yy (pre_events): remove prefix articulations.
1834         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
1836         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
1838         * Documentation/user/refman.itely (Text markup): add comment about
1839         markup in header.
1841 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1843         * lily/paper-outputter.cc (write_header_fields_to_file): 
1844         only dump value if it is a string.
1846         * flower/include/dictionary.hh: remove.
1847         
1848         * Documentation/ChangeLog-1.5: add back old log.
1850         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
1851         .pfas from a .deb.
1853 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1855         * Documentation/bibliography/engraving.bib: add entry for
1856         Jaschinski's Notation
1858 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1860         * Documentation/user/refman.itely (Beaming): add note about
1861         allowBeamBreak
1863 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
1865         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
1866         GregorianTranscription contexts
1868         * ly/engraver-init.ly: vaticana contexts: minor fixes
1870         * Documentation/user/refman.itely (Ancient notation): added note
1871         on appendix length bug
1873         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
1874         input/test/vaticana.ly: use vaticana contexts; small fixes
1876 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1878         * flower/hash.cc: Remove.
1880         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
1881         to (nonexistent?) hash_func_ identifier.
1883         * python/midi.c (midi_error, midi_warning): Use char const* for
1884         __FUNCTION__ argument.
1886         * python/gettext.py: Remove.  We already require python 2.1, which
1887         includes gettext.py.
1889         * configure.in: Require python 2.1, as INSTALL.texi says.
1890         it.
1892         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
1893         versions 1.50 and 1.75.  Remove note about lexer patch.
1895 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1897         * Documentation/topdocs/INSTALL.texi: Update type1 font
1898         description to actual situation.  Add comment about new font ball
1899         layout.
1901         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
1902         in $LILYPONDPREFIX suffices for installation.
1904 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1906         * debian/control (Build-Depends): Add flex-old as alternative to
1907         flex.  Deprecate bison 1.75.
1909 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
1911         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
1912         Vaticana contexts
1914         * Documentation/user/refman.itely (Ancient notation): documented
1915         some bugs; tiny fixes; added docu on Vaticana contexts
1917         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
1918         scripts
1920 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
1922         * Documentation/user/refman.itely (Ancient notation): added some
1923         introductory words; added section on ancient time signatures;
1924         added some @seealso and @refcommands; small fixes and
1925         beautifications
1927 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
1929         * input/regression/note-head-style.ly: many fixes and updates
1931         * Documentation/user/refman.itely: added small sections on ancient
1932         accidentals, rests and flags; revised ancient note head section;
1933         small wording/spelling fixes
1935         * input/test/rests.ly: layout fixes
1937 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
1939         * input/puer-fragment.ly: bugfix: central C position of do clef
1941         * ly/gregorian-init.ly: workaround: add small padding space before
1942         divisiones (the correct fix would be the spacing engine to handle
1943         this)
1945 2003-08-13  Graham Percival  <gperlist@shaw.ca>
1947         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
1948         cue-notes.ly: minor fixes.
1950 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
1952         * Documentation/user/refman.itely: bugfix: remove obsolete link to
1953         input/test/custos-style.ly
1955         * Documentation/index.html.in: bugfix: link to Tutorial.html
1957         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
1958         to neumes; bugfix: "et": epiphonus, not just a simple pes
1960 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
1962         * lilypond-mode.el: split `Insert Tag' if it is long enough.
1964         * lilypond.words: add new features: markup, column, center, \[ \].
1965         
1966 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
1968         * Documentation/topdocs/NEWS.texi, DEDICATION,
1969         stepmake/bin/add-html-footer.py
1970         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
1971         input/mutopia/J.S.Bach/wtk1-fugue1.ly
1972         input/mutopia/J.S.Bach/wtk1-prelude1.ly
1973         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
1974         added (only) after a sentence which is complete; if the sentence is 
1975         not ended a comma `,' or nothing is used. fix also spaces.
1977 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1979         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
1980         requirements to plain 1.6.
1982         * buildscripts/mutopia-index.py (read_lilypond_header): update
1983         mutopia-index.py to 1.4 syntax [sic]
1985 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
1987         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
1989 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1991         * Documentation/index.html.in: url for regression pdf
1993         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
1995         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
1997         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
1999         * VERSION: 1.8.0 released
2000         
2001         * GNUmakefile.in (local-WWW-post): footify build fix.
2003         * configure.in: require GUILE 1.6.4
2005         * Documentation/user/GNUmakefile: don't copy *.png for
2006         lilypond-internals
2008         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
2009         local-WWW-post target.
2010         (rsync-web): add rsync-web target
2012         * Documentation/user/introduction.itely (Music notation and
2013         engraving): add neume example
2015         * input/puer-fragment.ly (cantus): add puer-fragment
2017 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2019         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
2020         to notes, so that equalizer is actualy being used.
2022         * scm/midi.scm (instrument-equalizer-alist):
2023         (absolute-volume-alist): Define public, so that user can copy or
2024         override.
2026         * lily/key-performer.cc (create_audio_elements): Check for minor
2027         key.  Only if key is minor, set MIDI key to minor.
2029 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2031         * Documentation/user/refman.itely (Hiding staffs): fixes.
2033         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
2035         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
2036         vertical extents to deal with Hara kiri correctly.
2038         * input/regression/hara-kiri-short.ly: remove
2040         * input/regression/hara-kiri-pianostaff.ly: update test.
2042         * Documentation/user/*.tely: remove WEBTITLE
2044         * scm/output-tex.scm (comment): idem.
2046         * scm/output-pdftex.scm: remove GUILE 1.4 glue
2048         * scm/music-functions.scm (make-lyric-event): new function
2050         * scm/lily.scm (lilypond-version): new function
2052         * input/test/version-output.ly: new file.
2054         * Documentation/user/lilypond.tely: add version number to
2055         front-page.
2057 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2059         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
2061 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2063         * input/template/gregorian-transcription.ly (barTwo): syntax update.
2065         * Documentation/user/refman.itely (Hiding staffs): rename node.
2067 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2069         * input/regression/new-markup-syntax.ly (texidoc): remove
2070         molecule-callback override.
2072 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2074         * input/les-nereides.ly: Mark tweaks with %tweak.
2076         * Debian patch, see debian/changelog (Anthony Fok).
2078 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2080         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
2081         problem.
2083 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2085         * Documentation/user/refman.itely (Text markup): Fix language bug.
2087 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2089         * input/* : postfix syntax fixes.
2091         * Documentation/user/refman.itely (Text markup): add note about
2092         raise/lower with ^ or _ .
2093         
2094         * po/fi.po: fix \\apply strings.
2096         * lily/parser.yy (open_event): warn for prefix articulations.
2098 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
2100         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
2101         fix also on parmesan font.
2103 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2105         * VERSION 1.7.30 released
2106         
2107         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
2109         * buildscripts/mutopia-index.py (headertext): rewording
2111 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2113         * scm/new-markup.scm (strut-markup): new markup function.
2115         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
2116         space also when no accidental is there.
2118 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2120         * input/les-nereides.ly: Updates.
2122 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
2124         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
2125         which repeats the tag insertion selected from "Insert tag" menu.
2127 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2129         * lily/all-font-metrics.cc (find_font): load AFM files first only
2130         for feta fonts. This fixes problems with TeXlive and other TeX
2131         distros that include AFM files for the CM fonts. 
2133         * scm/font.scm (qualifiers-to-font-name): remove.
2135         * lily/paper-def.cc: remove get_var.
2137         * input/trip.ly: remove file.
2138         
2139         * input/regression/spacing-note-flags.ly (raggedright): remove
2140         stafflinethickness
2142         * input/les-nereides.ly: update to new syntax, cleanups.
2144 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2146         * Documentation/user/refman.itely: Clarify shortest-note problem
2147         of autobeamer.
2149 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
2151         * lilypond-mode.el: Add each word to regexps only once.
2153         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
2154         is based on the syntax definitions in lilypond.words. Remove all 
2155         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
2156         LilyPond->Insert menu is generated by the entries in lilypond.words 
2157         to which have been given a syntax definition.
2159         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
2160         \notes, \relative, \score, \simultaneous, \transpose.
2162         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
2164         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
2165         
2166         * lilypond-mode.el: add menu keywords separately.
2168         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
2170 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2172         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
2173         current ugly installation method for PFA fonts.
2175 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
2177         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
2178         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
2180         * Documentation/user/music-glossary.tely: update legato.
2182 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2184         * lexer-gcc-3.0.patch: Remove.
2186         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
2188 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2190         * debian/rules (binary-arch): remove NEWS.
2192 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
2194         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
2195         stepmake/bin{ many }: polish the `--help's of different scripts;
2196         model taken from the core-utils of Linux.
2198         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
2200 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2202         * flower/parse-afm.cc (parseCharMetrics): add warnings.
2204         * flower/libc-extension.cc: idem.
2206         * flower/include/libc-extension.hh: protect against isinf macros.
2208 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
2210         * { many }: Use two uppercase letters in LilyPond.
2212         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
2214         * VERSION: 1.7.29 released.
2215         
2216 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2218         * lily/tie.cc: add TODO comment.
2220         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
2222         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
2223         linejoins and linecaps. This fixes problems with occasional spikes
2224         on slur/tie endings.
2225         
2226         * input/regression/font-name.ly: don't use PS fonts for
2227         compatibility reasons. 
2229         * mutopia/claop.py (accents): update to 1.8
2231         * Documentation/user/music-glossary.tely (Top): remove 13pt.
2233         * Documentation/user/macros.itexi: don't color glossary links.
2235         * Documentation/user/invoking.itexi (Error messages): new section
2237 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2239         * input/regression/font-name.ly: add file.
2241         * scm/document-backend.scm (grob-doc): remove <hr> from
2242         lilypond-internals
2244         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
2245         reqd version to 1.6.4 
2247         * lily/font-interface.cc (get_font): bugfix: take font-name from
2248         alist chain too. This fixes font-name override for \markup.
2250 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2252         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
2254         * input/test/polymetric-differing-notes.ly: Compile fix.
2256 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
2258         * Documentation/user/refman.itely: fixed typo
2260         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
2261         before flexa
2263 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
2265         * input/test/{ many }: search & fix some typos.
2267 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2269         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
2270         images.
2272         * scm/music-functions.scm (make-voice-props-set): set Script /
2273         TextScript dir for polyphony too.
2275         * scm/define-grobs.scm (all-grob-descriptions): decrease space
2276         before clef.
2278         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
2280 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
2282         * Documentation/user/refman.itely (Percussion): Small
2283         clarifications and fixes.
2285         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
2286         threads. This fixes different heads playing simultaneously.
2288 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
2290         * Documentation/user/{ many }: increase readability (read through 
2291         User manual from `one big page').
2293 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2295         * input/test/polymetric-differing-notes.ly: add example with
2296         disparate note values.
2298         * input/test/polymetric.ly: rename from poly-metric
2300         * scripts/ly2dvi.py (include_path): bugfix: use outbase
2301         iso. outname.
2303         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
2304         G-clef bbox to real char extents. This fixes the G-clef being
2305         offset too much to the right.
2306         document perc clef offset.
2308         WARNING: FONT CHANGED.
2310         * Documentation/user/tutorial.itely (Tutorial): move menu.
2312 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2314         * buildscripts/lilypond-profile.sh (Error): trim error message.
2316         * Documentation/user/invoking.itexi (Invoking the lilypond
2317         binary): add note about path.
2319         * Documentation/user/macros.itexi: add @c at EOL, hopefully
2320         suppresses superfluous spaces.
2322 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2324         * buildscripts/lilypond-profile.sh: Add documentation to error
2325         message.
2327         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
2329 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2331         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
2332         <mike@ossmann.com>)
2334         * Documentation/bibliography/computer-notation.bib (pages): prune
2335         unscientific language.
2337         * Documentation/user/GNUmakefile: copy unsplit file to
2338         lilypond.html (idem for lilypond-internals).
2340         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
2342         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
2344         * python/lilylib.py (lilypond_version): 2.1 proof version check.
2346         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
2347         fix.
2348         
2349 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
2351         * Documentation/user/{ various }: bind text snippets with their
2352         examples, e.g. by punctuation: This is an example.
2354 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2356         * ly/performer-init.ly (VoiceContext): Typos.
2358         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
2359         builds, leave final-install to toplevel srcdir makefile.
2361         * make/srcdir.make.in (install): New target.
2363 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2365         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
2366         This fixes core dump on MIDI output (Simon Weatherill).
2368         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
2369         on local-WWW-post.
2371 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2373         * make/lilypond.redhat.spec.in: add dvips to reqs.
2375 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2377         * make/srcdir.make.in (web): Add special web target.
2379         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
2380         from inner $(LOOP).
2382         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
2384         * stepmake/stepmake/generic-targets.make (www-targets-help):
2385         * GNUmakefile.in (web-install): Install in $(webdir).
2387         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
2389         * cygwin/changelog: 
2390         * cygwin/mknetrel: Update.
2392         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
2393         (html-doc): Remove (use: web).
2395         * stepmake/stepmake/script-rules.make: 
2396         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
2397         Fix $(config_make) dependencies for srcdir build.
2399         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
2400         target for srcdir build.
2402         * stepmake/make/stepmake.make: 
2403         * make/srcdir.make.in: 
2404         * GNUmakefile.in:
2405         * make/stepmake.make (config_make): Rename variable (was:
2406         configuration).
2408 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2410         * Documentation/user/internals.itely (Manipulating music
2411         expressions): run lilypond on example too.
2413         * flower/include/libc-extension.hh: move lrint define to
2414         header. bugfix.
2415         
2416 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2418         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
2419         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
2420         do we recurse whole tree?).
2422         * GNUmakefile.in (html-doc): Resurrect.
2424         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
2425         obsolete $(package-icon) dependency.
2427 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2429         * Documentation/user/refman.itely (Automatic staff changes):
2430         add seealso 
2432         * Documentation/index.html.in: link to bigpage.
2434         * Documentation/user/tutorial.itely (Tutorial): streamline.
2436         * Documentation/index.html.in: url typo.
2438         * VERSION (PACKAGE_NAME): release 1.7.28
2440         * python/lilylib.py (error_log): remove '/' from name.
2442         * input/regression/pedal.ly: remove; dups input/test/
2443         
2444         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
2446         * Documentation/index.html.in: python style doco index.
2448         * Documentation/{footer,header}.html.in (src): remove, 
2450         * Documentation/pictures: remove all but lelie-logo.xpm.
2452         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
2453         before running makeinfo.
2455         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
2456         @code{}
2458 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2460         * input/test/bar-number-regular-interval.ly: rename.
2462         * Documentation/user/*: various fixes. 
2464 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
2466         * Documentation/{ many }: polish for update-all-menus. typos.
2468         * po/fi.po: fixes.
2470         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
2472         * buildscripts/mutopia-index.py: polish.
2474         * input/regression/{ many }, input/test{ many }: polish texidocs.
2476 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2478         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
2480         * lily/text-spanner.cc (brew_molecule): use bracket-flare
2481         iso. edge-widen.
2483         * lily/piano-pedal-engraver.cc (process_music): change from
2484         process_acknowledged ()
2486         * lily/piano-pedal-bracket.cc: new file. Change
2487         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
2488         cleaned up.
2490         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
2492         * input/regression/tuplets.ly (texidoc): rename file.
2494         * po/fr.po: update
2496         * buildscripts/lilypond-profile.sh: error message if script is not
2497         sourced.
2499         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
2500         bracket-flare
2501         (make_bracket): simplify code.
2503         * lily/parser.yy (verbose_command_req): catch typos in \key scale
2504         argument.
2506         * python/lilylib.py (lilypond_version_check): new function
2508         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
2510         * scripts/ly2dvi.py (run_lilypond): add version check.
2512         * scripts/lilypond-book.py (option_definitions): typo
2514         * scripts/ly2dvi.py (include_path): typo
2516         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
2518         * lily/parse-scm.cc (parse_handler): typo
2520         * Documentation/user/macros.itexi: use @heading for headings.
2522         * Documentation/user/refman.itely: updates, fixes.
2524 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
2526         * po/fi.po: add Finnish translations. fixes.
2528         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
2530         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
2531         from lily/glissando-engraver.cc.
2533 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2535         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
2536         for non-first _broken_ bracket.
2538         * Documentation/user/refman.itely: corrections.
2540 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2542         * lily/new-fingering-engraver.cc (position_scripts): add heads to
2543         support of the fingerings.
2545         * po/fr.po: French translation update.
2547         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
2548         strings.
2550 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2552         * Documentation/user/introduction.itely: Small fixes.
2554 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
2556         * Documentation/topdocs/AUTHORS.texi: polish.
2558 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2560         * Documentation/user/introduction.itely: revise
2562         * Documentation/user/tutorial.itely: reorganise.
2564         * Documentation/topdocs/index.tely: remove.
2566         * Documentation/header.html.in: prune.
2568         * GNUmakefile.in: clean up web building.
2570         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
2571         target.
2573 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
2575         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
2577         * lilypond-mode.el: turn on blink-matching-paren.
2579 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2581         * scm/output-sodipodi.scm (svg-header): Fix typo.
2583 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2585         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
2586         fixes a security hole.
2588         * scripts/lilypond-book.py (original_dir): remove temp_dir
2590         * scm/document-translation.scm: use @code tags.
2592 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
2594         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
2596         * lilypond-mode.el: add a buffer-local post-command-hook to set
2597         context dependent syntax-table after each cursor event. Remove old
2598         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
2600         * lilypond-indent.el: update comments.
2602         * Documentation/footer.html.in: add period.
2604 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2606         * make/lilypond.redhat.spec.in (Group): don't strip binary.
2608         * scm/document-translation.scm (document-property-operation): add
2609         @code{} tags.
2611         * VERSION (PACKAGE_NAME): release 1.7.27
2613         * config.make.in: add PAPER variable
2615         * buildscripts/new-chords.py (help): add help text
2617         * Documentation/user/introduction.itely (Typography and program
2618         architecture):  fixes.
2620         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
2621         for texinfo and dvips. This fixes problems with PDF output of the
2622         wrong size.
2624         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
2625         DVIPS_PAPERSIZE variable
2627         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
2628         TEXINFO_PAPERSIZE variable 
2630 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2632         * mf/feta-macros.mf: whoops: only draw lines for test situations.
2634         * mf/feta-toevallig.mf: lowres fixes.
2636 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2638         * NEWS: Typo and fill-paragraph fixes.
2640         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
2641         cast #define.
2643         * configure.in: 
2644         * config.hh.in: Check for lrint.
2646 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2648         * VERSION: 1.7.26 released
2650         * lily/separation-item.cc: add padding property.
2652         * input/test/*.ly: various fixes, remove solo-a2.ly
2654         * scm/new-markup.scm (brew-new-markup-molecule): arg order
2655         bugfix. Fixes old-style markup compatibility.
2657         * Documentation/user/introduction.itely (Introduction): historical
2658         elucidations
2660         * Documentation/user/music-glossary.tely (Top): linewidth fix.
2662         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
2664         * Documentation/index.texi (Top): cleanup.
2666         * Documentation/user/introduction.itely (Introduction): rewrite
2667         introduction, 
2668         (Music notation and  engraving): about notation. Add flat-picture
2670 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2672         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
2673         separation items. This keeps lyrics from bumping into each other.
2675 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2677         * GNUmakefile.in (topdocs-web): New target.
2678         (local-web): Depend on topdocs-web; fixes html-doc.
2680 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2682         * po/lilypond.pot: run po-replace
2684         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
2686         * scm/drums.scm (reset-drum-kit): new function.
2688         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
2690         * scripts/update-lily.py: remove
2691         
2692         * VERSION: release 1.7.25
2693         
2694         * Documentation/user/introduction.itely (Introduction): rewrite
2695         start of introduction.
2697 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
2699         * lily/all-font-metrics.cc: fixed typo
2701 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
2703         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
2704         LilyPond-mode-context-set-syntax-table): new functions to define
2705         the syntax table according to context.
2707         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
2709 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2711         * Documentation/user/refman.itely (Figured bass): 
2712         language nit courtesy http://www.vocabula.com
2714         * GNUmakefile.in: remove no kpathsea hack.
2716         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
2717         doco.
2719         * GNUmakefile.in: remove web-doc target.
2721         * lily/all-font-metrics.cc (find_afm): add message about
2722         buildscripts/clean-fonts.sh 
2724         * scm/define-music-properties.scm (figure): use string for 'figure
2726         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
2728         * input/regression/ : add raggedright = ##t where applicable. 
2729         
2730         * scm/bass-figure.scm (make-bass-figure-markup): add
2731         alignBassFigureAccidentals property.
2733         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
2734         bracket.
2736         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
2737         syllables widths into account for minimum-length.
2739         * input/test/staff-container.ly: update file
2741         * input/test/stem.ly: remove
2743         * lily/event.cc (LY_DEFINE): add ly: prefix.
2745         * input/test/clef-manual-control.ly: from manual-clef
2747         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
2749         * input/test/different-time-signatures.ly: move to poly-metric.ly
2751         * input/test/hara-kiri*,scales.ly: remove
2752         
2753         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
2754         with chord-names-jazz.ly)
2756         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
2757         get scalable cm fonts too.
2759         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
2760         --encoding for mftrace if present.
2762         * input/regression/slur-area.ly: move from test/
2764         * input/test/: remove simple-slur-endings slur-attachment
2765         slur-broken-cross-staff slur-broken.ly slur-damping.ly
2766         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
2767         slur-symmetry slur-symmetry tie-broken.ly
2769         * scm/drums.scm (set-drum-kit): add function.
2771         * Documentation/user/refman.itely (Percussion staves): use
2772         set-drum-kit
2774         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
2775         too
2776         (Global_measure.set_timesig): handle 3/8 time sig too.
2778         * scm/output-lib.scm (note-head-style->attachment-coordinates):
2779         note about triangle note heads.
2781         * scm/drums.scm: use alist for instrument-settings. This fixes the
2782         bug with assigning to drums in the .ly file.
2784         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
2785         CHANGED.
2787         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
2788         cluster-beacon-interface
2790         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
2792         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
2794         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
2796         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
2797         to get positions.
2799         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
2800         make ClusterSpannerBeacon to record Y positions. This removes the
2801         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
2802         make cluster-note-events.
2804 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2806         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
2808         * configure.in: Use lily/main.cc as identifying source file.
2810         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
2812         * config.hh.in: 
2813         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
2815         * configure.in: Require PYTHON >= 2.0.
2817         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
2818           $PYTHON for include dir location.
2819         (STEPMAKE_PYTHON): New function.  Use
2820         
2821             PYTHON=foo ./configure
2823           to override.
2825 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2827         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
2828         something.
2830         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
2831         ftp.lilypond.org everywhere.
2833 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2835         * lily/text-item.cc (interpret_new_markup): do only if new-markup
2836         detected.
2838         * Documentation/user/refman.itely (Grace notes): note on explicit
2839         contexts
2841 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
2843         * lilypond-font-lock.el: add a comment about LilyPond specific
2844         escape characters: ^, - and _, in the syntax table.
2846         * Documentation/user/appendices.itely: a majuscule fix.
2848 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2850         * input/test/trills.ly (endHorizScript): fixes.
2852         * input/test/chord-names-jazz.ly: merge in alternate Jazz
2853         notation, move from regression.
2855         * input/test/script-stack.ly: change name from stacked-scripts
2857         * input/test/ossia.ly: octave errors.
2859         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
2860         for midi-volume-equaliser
2862 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2864         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
2865         cm fonts.
2867         * mf/feta-beugel.mf: don't multiply font_count by 10.
2869         * lily/lookup.cc (horizontal_line): new function. Use
2870         horizontal-line in output backends.
2872         * Documentation/user/tutorial.itely (An orchestral part): new
2873         section on orchestral stuff and identifiers.
2875 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
2877         * lilypond-mode.el: comment-out paren-highlighting, it still causes
2878         some interference to other modes.
2880 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2882         * lily/spacing-spanner.cc (musical_column_spacing): use average,
2883         not maximum of spacing wishes in polyphonic situations.
2885         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
2886         number
2888         * lilypond-indent.el: remove paren matching. 
2890         * lily/text-item.cc (interpret_new_markup): new function
2891         use iso. text2molecule.
2893         * lily/main.cc (notice): change FSF address 
2895         * po/de.po: update PO file to 1.6.
2897 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
2899         * Documentation/user/ {many}: Add periods and remove spaces.
2900         
2901 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
2903         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
2904         Disable buffer-locally default paren hook and make a new one. 
2906         * lilypond-mode.el: Turn off locally paren-mode, but turn on
2907         locally LilyPond-paren-mode. Add todo for mouse double-click.
2909 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
2911         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
2912         Disable buffer-locally default paren idle timer and make a new one. 
2914         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
2915         locally LilyPond-show-paren-mode. Add to menu a toggle for
2916         LilyPond-show-paren-function.
2918 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2920         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
2922 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
2924         * Documentation/user/refman.itely: spelling fix.
2926         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
2927         paren highlight function definitions. add todo for
2928         LilyPond-show-paren-mode.
2930 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2932         * input/template/jazz-combo.ly: new file.
2934 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2936         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
2937         lo-res fixes.
2939         * mf/feta-schrift.mf: bugfix in varcoda sign.
2940         WARNING: FONT CHANGED
2942         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
2943         in accordance with lexer.ll.   
2945 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2947         * Documentation/user/tutorial.itely: Edit introduction.
2949 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2951         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
2952         ly:grob-staff-position
2954 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2956         * scm/to-xml.scm: import srfi-1
2958         * VERSION (MAJOR_VERSION):  release 1.7.24
2960         * python/lilylib.py (make_ps_images): make multipage _really_ work.
2962         * scripts/lilypond-book.py (do_file): put texidoc before image.
2963         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
2965         * input/regression/*.ly: fix snippet octaves 
2967         * input/test/spanner-after-break-tweak.ly: import
2968         broken-spanner-adjustment
2970         * input/no-notation/midi-transposing.ly: move from input/test/
2972         * input/test/: remove chord-markup
2974         * input/regression/instrument-name-partial.ly: move from input/test.
2976         * input/test/vertical-text.ly: remove
2978         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
2979         space above lyrics lines.
2981         * input/test/uniform-breaking.ly: remove file.
2983         * lily/gourlay-breaking.cc (combine_demerits): add comment about
2984         uniform spacing density. 
2986         * input/test/chords.ly (keys): remove file.
2988         * scm/documentation-lib.scm (oop): use srfi-1 too.
2990         * input/regression/*.ly: add \version
2992         * Documentation/user/*.itely: various fixes.
2994         * buildscripts/mf-to-table.py (base): break table every three
2995         symbols.
2997         * input/:  remove %% new-chords-done %% .
2999         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
3000         os-music.ly
3001         
3002 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3004         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
3006         * scm/new-markup.scm (box-markup): new function.
3007         (box-markup): new function. Contributed by Dick Schoeller
3008         <schoeller@attbi.com>
3010         * scm/lily.scm: remove reduce-no-unit 
3011         (list-insert-separator): use fold-right
3013         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
3014         of arguments. 
3016         * NEWS: more neutral language for ancient notation 
3018         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
3019         inside pointing beaming for chord tremolo.
3021         * Documentation/user/lilypond-book.itely: minor editing
3023 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
3025         * NEWS: added news for 1.8 regarding ancient notation
3027         * Documentation/user/refman.itely (Gregorian square neumes
3028         ligatures): fixed typo
3030         * lily/vaticana-ligature-engraver.cc,
3031         lily/include/vaticana-ligature.hh: bugfix: use special heads for
3032         lower/upper head of Pes only when heads are stacked
3034         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3035         scm/define-grob-properties.scm: cleanup: make "join-left" a
3036         boolean grob property and save delta pitch in grob property
3037         "delta-pitch" instead
3039         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
3041 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3043         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
3044         completely borked
3046         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
3047         (try_music): bug fix: beam multiplicity was completely borked.
3049         * scm/lily.scm: remove tail, filter-list, filter-out-list,
3050         first-n, butfirst-n in favor of srfi-1 functions.
3051         remove string-join, string-pad in favor of srfi-13 functions.
3053         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
3055         * NEWS: use complete sentences.
3057         * Documentation/user/introduction.itely (Example applications):
3058         add note about databases and lilypond-book.
3060         * input/test/volta.ly: remove file
3062         * input/regression/volta-broken-left-edge.ly: simplify file
3064 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3066         * Documentation/user/refman.itely (Constructing a tweak): new
3067         subsection.
3069         * Documentation/user/tutorial.itely (Fine tuning layout): add
3070         common tweaks.
3072         * scm/define-grobs.scm (TextScript): use new brewer.
3074 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3076         * VERSION: release 1.7.23
3078         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
3080         * python/lilylib.py (make_ps_images): bugfixes.
3082         * input/regression/volta-multi-staff.ly: new file.
3084         * Documentation/user/macros.itexi: refcommands, refcommand macros.
3086         * Documentation/user/tutorial.itely (Piano staffs): new section.
3087         (Setting variables): new section
3088         (Fine tuning layout): new section
3090         * input/just-friends.ly: remove file. Superseeded by
3091         input/test/chords-without-melody.ly
3093         * ly/property-init.ly: add all commands to refman.
3095         * scm/define-translator-properties.scm: remove
3096         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
3098         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
3099         name. Underscores botch up PS output.
3101         * scm/define-translator-properties.scm: remove
3102         textNonEmpty, oneBeat, regularSpacingDelta
3104         * scripts/convert-ly.py (FatalConversionError.conv): conversion
3105         rule for automaticBars.
3107         * lily/timing-engraver.cc (start_translation_timestep): change
3108         barNonAuto to automaticBars
3110 2003-06-30  Graham Percival  <gperlist@shaw.ca>
3112         * input/test/perform-tie.ly: delete file.
3114 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
3116         * Documentation/user/refman.itely (Gregorian square neumes
3117         ligatures): bugfix: do not show ledger lines in neumes table
3118         (fixed by setting staff symbol to transparent rather than removing
3119         it from staff context)
3121 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3123         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
3124         glue into brew-new-markup-molecule.
3126         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
3128         * Documentation/user/introduction.itely (Computerized typography):
3129         new section
3131         * Documentation/user/tutorial.itely (An orchestral part): remove
3132         pc example from tutorial.
3134         * input/tutorial/lilbook.tex: use screech-boink
3136         * scripts/lilypond-book.py (compile_all_files): split formatting
3137         output body and scheduling lilypond compilation.
3138         (format_lilypond_output_bodies): new function
3139         (format_lilypond_block): new function
3140         (html_pages): allow multi-page images in HTML
3142         * python/lilylib.py (make_ps_images): rename function from
3143         make_preview, merge with make_page_images
3145 2003-06-28  Graham Percival  <gperlist@shaw.ca>
3147         * input/test/key-clefs.ly: moved to regression.
3149         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
3151         * input/no-notation/README: added note about midi-*.ly files.
3153         * input/test/two-key.ly: moved to no-notation/parse5.ly
3155         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
3156         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
3158         * input/test/ {various}: modified comments, marked some for deletion.
3160         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
3162         * input/test/mmrest-collision: moved to regression.
3164 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3166         * scm/chord-name.scm (note-name->markup): don't superscript root
3167         alterations in chordnames.
3169 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3171         * Documentation/user/refman.itely (Multi measure rests): more
3172         index/cross-referencing.
3174         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
3176         * scm/font.scm: remove properties-to-font-name code.
3178         * scm/define-grob-properties.scm: remove 'type
3180         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
3181         conversion
3183         * lily/text-spanner.cc: change 'type grob prop to 'style 
3185         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
3186         "first" flag to decide whether to make a start-repeat
3188         * input/regression/grace-volta-repeat-2.ly: new file.
3190 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3192         * lilypond-indent.el: rename generic functions to LilyPond-*
3194 2003-06-22  Graham Percival  <gperlist@shaw.ca>
3196         * input/test/thumb.ly: delete, merged into refman.
3198         * Documentation/user/refman.itely: added thumb info to Fingering.
3200         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
3201         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
3202         vertical-align.ly : deleted files.
3204 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3206         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
3208         * lily/line-spanner.cc (broken_trend_offset): remove function.
3209         (get_broken_offset): idem.
3210         (brew_molecule): rewrite the line-break case.
3212         * input/regression/follow-voice-break.ly:  new file.
3214         * lily/line-spanner.cc (after_line_breaking): remove lines at the
3215         start of a system.
3217 2003-06-20  Graham Percival  <gperlist@shaw.ca>
3219         * input/test/tuplet-rest.ly: moved to regression.
3221         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
3222         deleted file.
3224         * input/test/ {many} : marked file for possible deletion.
3226 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3228         * input/regression/beam-funky.ly: add note about (disputed)
3229         correct beaming.
3231         * ly/engraver-init.ly (ScoreContext): put key-signature after
3232         staff-bar
3233         
3234 2003-06-20  Graham Percival  <gperlist@shaw.ca>
3236         * input/test/ broken.ly lyric-phrasing.ly: deleted.
3238         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
3240         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
3242         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
3243         stem-extend was deleted (it was duplicate example, and not as
3244         good).
3246         * input/test/[s-z]*.ly: add texidoc index.
3248 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3250         * lily/slur.cc (get_boundary_notecolumn_y): change name from
3251         get_first_notecolumn_y
3253         * lily/spanner.cc (broken_spanner_index): new function.
3255 2003-06-19  Graham Percival  <gperlist@shaw.ca>
3257         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
3258         lyric-hyphen.ly : moved to regression.
3260         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
3261         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
3263         * input/test/instrument-name-mmrest.ly: moved to
3264         ../regression/multi-measure-rest-instr-name.ly
3266         * input/test/knee-sym.ly: moved to
3267         ../regression/beam-knee-symmetry.ly.
3269         * input/test/hymn.ly: change comments.
3271         * input/test/[p-r]*.ly: add texidoc index.
3273 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3275         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
3276         to postfix syntax
3277         
3278         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
3279         syntax.
3281         * VERSION: release 1.7.22
3283 2003-06-18  Graham Percival  <gperlist@shaw.ca>
3285         * input/test/[h-k]*.ly: added texidoc index.
3287         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
3289         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
3291         * input/test/ various : mark files for deletion or moving to regression.
3293         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
3295         * input/test/[l-o]*.ly: added texidoc index.
3297 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3299         * scm/music-functions.scm (make-ottava-set): 
3300         only do ottavation if centralCPosition is set.
3302         * lily/translator-scheme.cc (ly:context-property-where-defined):
3303         return '() if not found.
3305 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
3307         * lilypond-mode.el (LilyPond-un-comment-region): removed.
3308         Use one command for both commenting and uncommenting.
3310         * lilypond-indent.el (LilyPond-comment-region): new function,
3311         (un)comments each line separately.
3313         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
3314         
3315         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
3316         imenu is not added by default; adapted from f90.el,
3317         makes Help-menu, which does not fit, visible in XEmacs.
3318         
3319 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
3321         * lilypond-mode.el: Set show-paren-mode local; minor-mode
3322         show-paren-mode sets blink-matching-paren-on-screen local.
3323         Try to make show-paren-function to paren-highlight local.
3325         * lilypond-indent.el (LilyPond-scan-sexps): new function.
3326         Copy definitions of Emacs' show-paren-function and
3327         XEmacs' paren-highlight and make minimal changes;
3328         add comments about locality. 
3329         Fix matching first open-paren-char in '<< .. >>'.
3331 2003-06-16  Graham Percival  <gperlist@shaw.ca>
3333         * input/test/g*: added texidoc index.
3335         * input/test/[a-g]*: added raggedright==#t when it
3336          seemed appropiate.
3338         * input/test/ fake-grace.ly figured-bass.ly : removed file.
3340         * Documentation/topdoc/INSTALL.texi: removed false warnings
3341         about gcc 3.3.
3343 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3345         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
3347         * input/test/chords-without-melody.ly (texidoc): add from
3348         input/just-friends.ly
3350         * input/regression/size{13--26}.ly: move from input/
3352         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
3353         input/{star-spangled-banner,twinkle}.ly: remove 
3354         
3355         * lily/slur.cc: remove slur over rest warnings.
3357         * lily/note-spacing.cc (get_spacing): include left part of right
3358         object in fixed space. This fixes stretched space before
3359         accidentals.
3361         * input/regression/spacing-accidental-stretch.ly: new file.
3363 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
3365         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
3366         Reduce to 16pt.
3368 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3370         * input/regression/spacing-knee.ly: docstring
3372         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
3374         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
3375         input/tutorial/{test,solar,flowing}.ly: remove
3377         * input/rhythm.ly: remove
3379         * input/mutopia/F.Schubert/standchen.ly: update syntax.
3381         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
3382         update syntax. 
3384         * scm/define-grobs.scm (all-grob-descriptions): set
3385         knee-spacing-correction to 1.0
3387         * lily/note-spacing.cc (stem_dir_correction): compute knee
3388         correction using stem-thickness and head width.
3390         * input/regression/beam-quanting-horizontal.ly: update texidoc
3392         * scm/define-grobs.scm (all-grob-descriptions): set
3393         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
3394         This fixes 32nd beams for noteheads in spaces quants.
3396         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
3398 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
3400         * README.mandrake: Change lilypond-extras to lilypond-documentation.
3402 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3404         * input/test/dpncnt.ly,part-combine-score.ly: remove.
3406         * VERSION (PACKAGE_NAME): release 1.7.21
3408         * input/regression/stem-shorten.ly: new file.
3410         * lily/stem.cc (get_default_stem_end_position): revise stem
3411         shortening code.
3413         * input/regression/spacing-multi-tuplet.ly: move from input/test/
3415         * input/test/{scripts,volta-start,sleur}.ly: remove
3416         
3417         * input/regression/span-bar.ly: smaller file.
3419         * input/regression/spacing-{natural,tight,loose}.ly: remove
3421         * input/test/markup.ly: remove
3423         * scripts/lilypond-book.py: put printfilename in separate chunk,
3424         so texidoc is printed after the filename.  
3426 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
3428         * make/lilypond.mandrake.spec.in: fix docdirs.
3430 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3432         * input/regression/beam-french.ly: bugfix.
3434         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
3436         * input/regression/(various).ly: add raggedright = #t.
3438         * input/regression/auto-beam.ly: move from abe.ly
3440 2003-06-13  Graham Percival  <gperlist@shaw.ca>
3442         * input/test/f*.ly: added texinfo index.
3443         
3444         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
3446 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3448         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
3449         quant penalty for beam just outside staff.
3451         * input/regression/beam-quanting-horizontal.ly (texidoc): move
3452         from beam-pos.ly,  remove non-horizontal tests. 
3454         * input/test/(various): cleanup header info. 
3456         * input/test/tchaikovsky.ly: remove file.
3458         * scm/chord-generic-names.scm: move from
3459         double-plus-new-chord-name.scm
3461         * input/test/orchestscore.ly: remove file
3463         * Documentation/user/refman.itely (Vocal music): update documentation.
3465         * scm/define-translator-properties.scm (chordNoteNamer): remove
3466         chordNameStyle, use chordNameFunction
3468         * scm/chord-name.scm (set-chord-name-style): remove
3469         set-chord-name-style. Use \property chordNameFunction.
3471 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3473         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3474         music): remove @TeX{} command.
3476 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3478         * lilypond-indent.el (scan-sexps): Renamed to
3479         aargh-this-breaks-other-emacs-modes-scan-sexps.
3481 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
3483         * lilypond-indent.el: Fix: match concurrent one-char opening and 
3484         closing slurs: '()', etc. Add comments.
3486         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
3488         * lilypond-font-lock.el: match unending string at eof.
3490         * make/lilypond.mandrake.spec.in: refreshed packed file list.
3491         
3492 2003-06-10  Graham Percival  <gperlist@shaw.ca>
3494         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
3495         input/test/beam-dir.ly input/test/beam-position.ly    
3496         input/test/beam-suspect.ly input/test/beam-trend.ly    
3497         input/test/beams.ly input/test/crescendo-text.ly : deleted
3498         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
3499         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
3500         * input/test/default-bars.ly: moved to bar-always.ly
3501         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
3503 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3505         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
3507 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3509         * scm/chord-ignatzek-names.scm (remove-step): rename file.
3511 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
3513         * lilypond-indent.el: Match better slurs in scheme expressions.
3514         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
3516         * Documentation/user/invoking.itexi: document Emacs' paren matching.
3518 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3520         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
3522         * input/ac-extra-voice.ly: Add texidoc.
3524         * ly/chord-modifiers-init.ly: 
3525         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
3526         and chordNameExceptionsPartial for new chord names.
3528         * input/test/chord-names-dpnj.ly: 
3529         * input/test/dpncnt.ly: Update.
3531         * scm/chord-name.scm: 
3532         * scm/double-plus-new-chord-name.scm: Add compatibility for new
3533         chord selection and options.
3535         * ly/chord-modifiers-init.ly: Add exceptions 
3537         * scm/define-translator-properties.scm (chordNameStyle) 
3538         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
3540 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
3542         * ly/property-init.ly (germanChords): Added.
3543         (semiGermanChords): Added.
3544         
3545         * input/test/chord-names-german.ly: Use new macros
3546         
3547 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
3549         * lilypond-indent.el: Use similar parenthesis highlighting for 
3550         Emacs and XEmacs through redefinitions of parenthesis highlighting 
3551         functions; removed LilyPond-show-paren-function. Fix indenting.
3552         Turn paren-matching on also in XEmacs.
3554         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
3555         as needed by parenthesis highlighting functions (in scan-sexp).
3557 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3559         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
3560         function.
3561         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
3563 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
3565         * lilypond-indent.el: tune regexp for show-paren-function.
3567 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3569         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
3570         for all LilyPond-produced tex snippets.
3572         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
3573         fixes one line --preview output of ly2dvi.
3575 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
3577         * lilypond-indent.el: match only one type of slurs in
3578         LilyPond-show-paren-function.
3580 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3582         * debian/GNUmakefile (EXTRA_DIST_FILES): 
3583         * debian/lilypond1.7.dirs: 
3584         * debian/lilypond1.7-doc.dirs: New file.
3586         * input/regression/chord-name-exceptions.ly: Add parameter for
3587         ignatzekExceptions.  Quote hash in docstring.
3589 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
3591         * lilypond-indent.el (show-paren-function): define show-paren-function
3592         as LilyPond-blink-matching-open and use it for closing parens.
3593         Let LilyPond-blink-matching-open know whether a bracket was inserted.
3595         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
3596         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
3597         LilyPond-blink-matching-paren in order to match both open and close
3598         brackets.
3599         
3600 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
3602         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
3603         testing by modifying the code from FSF Emacs paren.el. Add comments.
3605 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3607         * input/test/dpncnt.ly: Transpose example to match new
3608         default \chords octave.  Add comment.
3609         
3610         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
3611         comment about octave change.
3613 2003-06-04  Graham Percival  <gperlist@shaw.ca>
3615         * input/test/[d,e]: added texinfo index tags.
3616         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
3618 2003-06-04  Graham Percival  <gperlist@shaw.ca>
3620         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
3622 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
3624         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
3625         as in blink-matching-open.
3627 2003-06-03  Graham Percival  <gperlist@shaw.ca>
3629         * input/test/[a-c]: more comments in files.
3630         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
3631         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
3632         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
3633         mark file for proposed deletion.
3634         * input/test: renaming files:
3635         auto-beam-4-8.ly to beam-auto-4-8.ly
3636         auto-beam-override.ly to beam-auto-override.ly
3637         auto-beam.ly to beam-auto.ly
3638         blank.ly to blank-paper.ly
3639         absolute-volume.ly to dynamic-absolute-volume.ly
3641 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3643         * input/test/dpncnt.ly: 
3644         * input/test/chord-names-dpnj.ly: Resurrect.
3646         * lily/my-lily-lexer.cc: Remove chordnames keyword.
3648         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
3650         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
3651         Better docstring, add parameter OMIT-ROOT, tidy up.
3653 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
3655         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
3657 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3659         * scm/output-ascii-script.scm (as-font-alist-alist):
3660         (as-properties-to-font-name):
3661         (as-make-style-sheet): Remove.
3663         * scm/font.scm (as-make-font-list): New function.
3664         (as-font-sheet-alist): New variable.
3666         * ly/paper-as9-init.ly: 
3667         * ly/paper-as5-init.ly: Update.
3669         * ly/paper-as5.ly:
3670         * ly/paper-as9.ly: New file.
3672 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3674         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
3676 2003-05-28  Graham Percival  <gperlist@shaw.ca>
3677         * input/sondag-morgen/*: removed due to copyright concerns.
3678         * input/[a,b]*.ly: added a newline at the end of the texinfo
3679         doc string (produces better output in HTML version).
3680         * input/c*.ly: added texinfo index and added comments to
3681         aid in future changes to input/test/ files.
3683 2003-05-28  Graham Percival  <gperlist@shaw.ca>
3684         
3685         * Documentation/user/refman.itely: fixed build problem (missing
3686         file) caused by previous renaming.
3688 2003-05-28  Graham Percival  <gperlist@shaw.ca>
3689         
3690         * input/test/[a,b]*.ly: added texinfo index and added comments to
3691         aid in future changes to input/test/ files.
3692         * input/test/bar-number-every-5-reset.ly: renamed to
3693         bar-number-every-five-reset.ly
3694         * input/test/bar-script-visibility.ly: renamed to
3695         bar-number-show-all.ly
3697 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3699         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
3700         to Voice.
3702         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
3703         out note-line and glissando functionality.
3704         
3705         * lily/line-spanner.cc (brew_molecule): cleanup.
3707 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3709         * scripts/as2text.scm: Use rdelim module.
3710         (start-system): Rename from start-line.
3711         (stop-system): Rename from stop-line.
3712         (af-gulp-file): Use string iso symbol for getenv.
3714         * scm/output-ascii-script.scm: Add guile and lily modules.
3715         (font-name-alist): New variable.
3716         (draw-line): New function.
3718         * scm/output-lib.scm (func, arg->string): Re-add from archive.
3719         (Were these silently removed, without ChangeLog entry?)
3721 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3723         * scm/music-functions.scm (make-ottava-set): bugfixes: also
3724         process 2nd ottava correctly.
3726 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
3728         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
3730 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3732         * Documentation/user/converters.itely (Invoking midi2ly): Update.
3734 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3736         * VERSION: release 1.7.20
3737         
3738         * lily/text-spanner.cc (brew_molecule): clean up function. This
3739         fixes bugs with broken 8va spanners.
3741         * lily/simple-spacer.cc (solve): also compute force for raggedright.
3742         This prevents spurious line-breaks with raggedright
3743         
3744 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3746         * lily/key-performer.cc (create_audio_elements): always use major
3747         key
3749         * Documentation/user/internals.itely: updates
3751         * input/regression/beam-break.ly: new file.
3753         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
3754         beams if starting or terminating stems have 'beaming set.)
3756         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
3757         property.
3759         * lily/parser.yy (verbose_command_req): add comment about scales.
3761 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
3763         * lilypond-indent.el: adjust regexps in bracket-matching.
3765 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
3767         * Documentation/user/refman.itely: more tiny fixes
3769         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
3770         "Chord names"; added table with input syntax for solesmes neumes
3771         table; added some words about rationale on input syntax design
3773         * lily/gregorian-ligature-engraver.cc,
3774         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3775         lily/include/gregorian-ligature.hh: bugfix: horizontal head
3776         alignment of Pes Initio Debilis
3778         * Documentation/user/refman.itely,
3779         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3780         mf/parmesan-heads.mf: fixed most of the head selection/alignment
3781         bugs in the solesmes neumes table
3783 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
3785         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
3786         Similarly, match '[' and ']' by skipping '\[' and '\]'.
3788         * lilypond-mode.el: fix tag-score. small improvements.
3790 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3792         * .cvsignore: Add aclocal.m4.
3794         * lily/music-constructor.cc: Include <assert.h>.
3796 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3798         * ly/engraver-init.ly (HaraKiriStaffContext): use
3799         RemoveEmptyStaffContext instead.
3801         * Documentation/user/refman.itely: updates
3803 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
3805         * Documentation/user/refman.itely: added solesmes neumes table;
3806         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
3807         bugfix: "Ornaments" -> "Articulations"
3809         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
3811 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
3813         * lilypond-indent.el: Add a message about trying to match \] or \).
3814         
3815 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
3816         
3817         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
3818         obsolete "arithmetic_*"
3820         * input/bugs/ligatures.ly: removed (will be put into a different
3821         directory later)
3823 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3825         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
3826         libkpathsea (Maurizio Tomasi).
3828 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3830         * input/regression/repeat-slash.ly (texidoc): new file
3832         * lily/slash-repeat-engraver.cc (try_music): new file, handle
3833         slash repeats separately. Slash repeats and %
3834         repeats can now be nested.
3836 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
3838         * lilypond-indent.el: Add preliminary test for closing \] and \).
3839         
3840 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
3842         * lily/gregorian-ligature-engraver.cc,
3843         lily/vaticana-ligature-engraver.cc,
3844         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
3845         mf/parmesan-heads.mf: various semivocalis related bugfixes
3847         * input/bugs/ligatures.ly: new file demonstrating problems with
3848         ligatures
3849         
3850 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
3852         * lilypond-mode.el,
3853         lilypond-font-lock.el,
3854         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
3856 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
3858         * lilypond-mode.el: Remove outdated code. Stress the difference 
3859         between Emacs and XEmacs definitions.
3861         * lilypond-mode.el,
3862         lilypond-indent.el: Define a function interactive only when necessary.
3864 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
3866         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
3867         Use inactive regions also in XEmacs.
3869 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3871         * Documentation/user/refman.itely (Repeat syntax): more updates
3873         * lily/simple-spacer.cc (solve): move solution process into
3874         solve(). This fixes a bug with collisions and raggedright = ##t.
3876         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
3878         * ly/engraver-init.ly: remove GraceContext. Update examples.
3880 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3882         * GNUmakefile.in (fonts): Also make fontball.
3884         * Website fixes:
3886         * ly/engraver-init.ly (GraceContext): Add.
3888         * run:
3890             convert-ly $(find . -name *.ly)
3892         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
3893         new chords.
3895 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3897         * VERSION: 1.7.19 released
3898         
3899         * scm/music-functions.scm (set-octavation): new function.
3901         * input/regression/ottava.ly: new file
3903         * lily/translator-scheme.cc (LY_DEFINE): new function
3904         ly:unset-context-property
3905         (LY_DEFINE) new function ly:context-property-where-defined: 
3907 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
3909         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
3911         * lilypond.words: add few.
3913         * input/test/script-chart.ly: fix typo.
3915 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3917         * scm/define-grobs.scm: uniform naming for definitions and output
3918         routine files. 
3920         * ly/engraver-init.ly (ChoirStaffContext): add \description from
3921         scm/context-description.scm
3923         * lily/parser.yy (translator_spec_body): add \description to the
3924         \translator{} body syntax.
3926         * lily/ottava-engraver.cc: new file.
3928         * scm/chord-name.scm (natural-chord-alteration): replace old
3929         chord stuff. 
3931         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
3933         * Documentation/user/refman.itely (Metronome marks): update doco.
3935         * input/regression/markup-note.ly: new file
3937         * input/regression/metronome-marking.ly: new file
3939         * lily/metronome-engraver.cc: new file. Print \tempo markings.
3941         * scm/new-markup.scm (note-markup): make a note glyph, useful for
3942         metronome marks.
3944 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3946         * Documentation/user/GNUmakefile: Compatibility fix for new
3947         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
3948         for making binary packages; info splitting bug has been fixed.
3950         * Documentation/user/refman.itely: Compile fixes.
3952 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
3954         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
3955         Count \midi -keywords also for a region.
3957 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3959         * lily/lookup.cc (LY_DEFINE): new function
3961         * Documentation/user/tutorial.itely: updates
3963 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
3965         * lilypond-mode.el: Allow Midi on buffer.
3966         Use only '.ly'-extension, remove '.sly' and '.fly'.
3967         Allow use of inactive regions. Invoke next Command on Master file, 
3968         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
3970 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3972         * Documentation/user/tutorial.itely: updates.
3974 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
3976         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
3978 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
3980         * lily/coherent-ligature-engraver.cc: fixed typo
3982         * lily/coherent-ligature-engraver.cc,
3983         lily/gregorian-ligature-engraver.cc,
3984         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
3985         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
3986         lily/vaticana-ligature-engraver.cc,
3987         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
3988         scm/grob-description.scm: cleanup: junked LigatureHead grob and
3989         removed all ligature specific stuff from NoteHead code
3991         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
3992         ligatures now use regular noteheads
3994         * lily/vaticana-ligature.cc: tiny code cleanups
3996         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
3997         space between two adjacent noteheads of the same pitch
3999         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
4000         description; cleanup: removed obsolete font-family settings
4002 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
4004         * lily/coherent-ligature-engraver.cc,
4005         lily/gregorian-ligature-engraver.cc,
4006         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
4007         lily/mensural-ligature-engraver.cc,
4008         lily/vaticana-ligature-engraver.cc,
4009         lily/include/gregorian-ligature-engraver.hh: updated for new
4010         Coherent_ligature_engraver; added comments that describe the basic
4011         design ideas of the ligature implementation
4013         * lily/coherent-ligature-engraver.cc,
4014         lily/include/coherent-ligature-engraver.hh: new file: shared code
4015         between mensural ligatures and Gregorian chant notation ligatures
4017 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
4019         * lilypond-mode.el: XEmacs fixes: include two definitions for the
4020         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
4021         use only two arguments in sit-for, use no arguments in
4022         read-char-exclusive, backspace is not a character (127) in XEmacs.
4024         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
4026 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
4028         * lilypond-mode.el: un-commenting works after syntax-table fix.
4030         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
4031         group, verbose commenting for syntax table.
4033         * lilypond-indent.el: add TODO for ligature slurs.
4035 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
4037         * lilypond-mode.el: Move comments of parenthesis matching away,
4038         (blink-matching-paren-on-screen) fix blinking in Emacs.
4040         * lilypond-font-lock.el: Fix parent-matching for Emacs:
4041         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
4043         * lilypond-indent.el: Add TODO for parenthesis matching.
4045 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
4047         * lilypond-mode.el: Fix XEmacs: 
4048         changed [S-iso-lefttab] to [(shift iso-lefttab)],
4049         invoke explicitly easy-menu-add (in Emacs done automatically).
4050         
4051         * lilypond.words: Add few words from input/*/*.ly.
4053 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4055         * VERSION (PATCH_LEVEL): release 1.7.18
4057         * scripts/lilypond-book.py: only print basename for printfilename
4058         option
4060         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
4061         and syntax updates.
4063 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4065         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
4066         better parametrisation. Move fatness of bulb downward.
4068         * mf/parmesan-custodes.mf (dir_down): remove underscores from
4069         glyph names. Underscores are not allowed .ps encoding files.
4071 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
4073         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
4074         variable "packed" for packed right-ragged mode
4076         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
4077         unused variable ragged; fixed indentation
4079         * Documentation/user/refman.itely: tiny cleanups in ancient
4080         clef and custos section
4082 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4084         * lily/parser.yy (Simple_music): add \applyoutput, syntax
4085         \applyoutput PROCEDURE
4087         * lily/my-lily-lexer.cc: add \applyoutput.
4089         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
4091         * lily/text-item.cc: clean text-interface description
4093 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4095         * input/{regression,test}/: use postfix for slur endings and beam
4096         begins.
4098         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
4099         style beams too. 
4101         * input/regression/lyrics-melisma-beam.ly: new file.
4103         * lily/lyric-engraver.cc (process_music): change from
4104         process_acknowledged_grobs()
4106         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
4107         functions to set and revert auto-beam settings.
4109 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4111         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
4113 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
4115         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
4116         Documentation/user/lilypond.tely: fixed some typos; updated author
4117         info
4119         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
4120         #"" -> #'flag-style = #'()
4122         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
4123         cleanup: removed dead #includes
4125         * lily/gregorian-ligature-engraver.cc,
4126         lily/include/gregorian-ligature.hh,
4127         scm/grob-property-description.scm: small cleanups, small spacing
4128         fixes
4130         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
4131         lily/vaticana-ligature.cc,
4132         lily/include/gregorian-ligature-engraver.hh,
4133         scm/grob-property-description.scm, scm/music-types.scm:
4134         "porrectus" -> "pes or flexa"
4136         * ly/engraver-init.ly, scm/grob-description.scm,
4137         scm/grob-property-description.scm: junked porrectus, now handled
4138         by ligature code
4140         * scm/grob-description.scm: bugfix: added space-alist entry for
4141         breathing sign/custos
4143 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4145         * Another grand 2003 update.
4146         
4147         * Remove mentioning of `mudela'; There's no such thing.
4149 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4151         * Documentation/user/preface.itely (Preface to version 1.8): update
4153         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
4155         * Documentation/user/converters.itely (Invoking convert-ly): revise
4157         * scripts/convert-ly.py (outfile_name): remove --assume-old.
4159         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
4161 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4163         * Documentation/user/internals.itely: more updates.
4165 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4167         * Documentation/user/refman.itely: revise 
4169         * Documentation/user/internals.itely: revise
4171         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
4173 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
4175         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
4176         beautification: reformatted ancient clefs section; cleanup: small
4177         wording fixes
4179 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
4181         * lilypond.words: added words for chant notation, sorted
4182         alphabetically through "sort lilypond.words"
4184 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
4186         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
4187         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
4188         chant notation
4190 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
4192         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
4193         prevent TeX from interpreting them as long dash
4195         * input/test/vaticana.ly: updated
4197         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
4198         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
4199         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
4200         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
4201         fixes
4203         * mf/parmesan-heads.mf: ledger endings: removed dead code
4205 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4207         * VERSION: 1.7.17 released
4208         
4209         * Documentation/user/GNUmakefile
4210         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
4211         files too.
4213         * scm/document-markup.scm: new file: document all markup
4214         functions.
4216         * scm/documentation-generate.scm: rename all documentation modules
4217         to document-*.scm
4219         * scripts/lilypond-book.py: generate link to .ly file iso. link to
4220         .png
4222         * input/test/divisiones.ly: added
4224         * input/regression/output-property.ly: new file
4226         * lily/cluster.cc: change cluster-interface to use style property
4228 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
4230         * input/test/chord-names-german.ly: modified.
4232         * scm/chords-ignatzek.scm:
4233           chord-name->german-markup: Added
4234           note-name->german-markup: Changed (now producing lowercase notenames)
4236         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
4237         
4238 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4240         * scripts/convert-ly.py (FatalConversionError.conv):
4241         divisiominima -> divisioMinima, etc.
4243         * ly/engraver-init.ly (FiguredBassContext): add
4244         Separating_line_group_engraver to Figured bass context.
4246         * ly/german-chords-init.ly: remove file
4248         * input/test/chord-names-german.ly (scm): new file.
4250         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
4252         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
4253         Chord_name_engraver
4255         * Documentation/user/refman.itely: lots of updates.
4257         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
4258         new file
4260         * input/test/bar-number-every-5-reset.ly: new file.
4262 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4264         * input/regression/chord-name-major7.ly: new file
4266         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
4267         if specced explicitly.
4269         * input/regression/chord-name-entry-11.ly: new file.
4271         * input/test/slur-beautiful.ly: new file.
4273         * Documentation/user/refman.itely: updates.
4275         * input/regression/collisions.ly (threevoice): cleanup.
4277         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
4279 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4281         * Documentation/user/*.itely: various updates.
4283         * ly/spanners-init.ly: enddecr/ endcr.
4285         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
4286         of tutorial
4288 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4290         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
4292         * lily/new-chord-name-engraver.cc (process_music): use octavation
4293         (a number) instead of original-pitch to store inversions. This
4294         fixes a problem with transposed chords with inversions.  
4296 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4298         * stepmake/aclocal.m4: Include compile fix for broken flex, as
4299         used in includable-lexer.hh.
4301         * lily/includable-lexer.cc: Bugfix: include config.h.
4303         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
4304         circumvention of Debian packaging bug.
4306 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4308         * flex-2.5.31 hits Debian/unstable.  Fixes below.
4309         
4310         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
4312         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
4313         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
4315         * lily/include/includable-lexer.hh: 
4316         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
4318         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
4320         * aclocal.m4: Regenerate.
4322         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
4323         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
4325         * scm/pdf.scm (use-modules): Include lily.
4327         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
4328         Noordkamp).
4329         (use-modules): Include lily.
4330         (lily-def): Bugfix: include tex-val in let.
4332 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
4334         * lilypond-mode.el: sensible error if lilypond.words not found.
4336         * lilypond.words: add few words.
4338 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
4340         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
4342         * mf/parmesan-scripts.mf: fixed typo in char name
4344 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4346         * VERSION: 1.7.16 released
4348         * python/lilylib.py (setup_temp): temporary directories are mode 700.
4349         (this is a security vulnerability).
4351         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
4353         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4354         add staff support.
4356 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
4358         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
4359         ly/script-init.ly, scm/script.scm: bugfix: renamed
4360         fermata->signumcongruentiae to fix naming clash with feta font
4362 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4364         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
4366         * lily/multi-measure-rest-engraver.cc
4367         (start_translation_timestep): use grace timing too for determining
4368         when to make mmrest.
4369         (start_translation_timestep): clear numbers too.
4371 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
4373         * scm/music-types.scm: compile fix: escape braces
4375         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
4376         work around font selection problem
4378         * Documentation/user/refman.itely: BreathingSign: added docu for
4379         property "text"
4381 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4383         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
4384         information.
4386 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4388         * lily/multi-measure-rest-engraver.cc (class
4389         Multi_measure_rest_engraver): make multiple Number objects, one
4390         for each MultiMeasureTextEvent.
4392         * scm/music-functions.scm (glue-mm-rest-texts): use
4393         MultiMeasureTextEvent
4395         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
4397         * Documentation/user/refman.itely (Multi measure rests): update.
4399 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4401         * lily/ly-module.cc (ly_copy_module_variables): use
4402         scm_internal_hash_fold() for iterating modules.
4404 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
4406         * Documentation/user/refman.itely: Section Custodes: added more
4407         example code
4409         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
4410         neo-mensural rests to parmesan font
4412         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
4413         header
4415 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4417         * Documentation/user/macros.itexi: @fileref macro.
4419         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
4420         each file. 
4422 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
4424         * lily/include/custos.hh, make/lilypond.suse.spec.in,
4425         Documentation/topdocs/AUTHORS.texi: updated my email address
4427         * Documentation/user/refman.itely: updated custos documentation;
4428         beautified divisiones example; beautified articulations table
4430         * lily/breathing-sign.cc: bugfix: finalis molecule
4432 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
4434         * Documentation/user/refman.itely: added docu for
4435         contemporary fermata symbols, gregorian breathing signs; small fixes
4437         * ly/gregorian-init.ly: removed obsolete #'type props
4439 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4441         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
4442         minimum-length property correctly.
4444 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4446         * scm/music-functions.scm (make-multi-measure-rest): set input
4447         locations for multimeasure rests.
4449 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
4451         * input/regression/breathing-sign.ly: updated to for ancient
4452         notation
4454 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4456         * scripts/ly2dvi.py: Add newline.
4458 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4460         * scripts/ly2dvi.py (dependency_files): Compile fix.
4462 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4464         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
4465         (make_html_menu_file): --html menu. 
4467 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4469         * scripts/ly2dvi.py (run_dvips): +add the .map file 
4471 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4473         * input/screech-boink.ly: new file.
4475 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4477         * scripts/lilypond-book.py (make_lilypond_file): convert
4478         lilypond-file to lilypond block directly, without going through
4479         begin/end lilypond text.
4480         
4482 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
4484         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
4485         scm/grob-description.scm: moved Michael's original breathing sign
4486         code in brew_molecule() to divisio_minima(); provided new
4487         brew_molecule() that effectively replaces the
4488         Text_item::brew_molecule callback (with additional fallback to
4489         Michael's original code); added callbacks for brewing divisio
4490         maior/maxima and finalis
4492         * gregorian-init.ly: added breathing sign shortcuts for virgula,
4493         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
4495         * script-init.ly: added shortfermata, longfermata,
4496         verylongfermata, varcoda
4498         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
4499         longfermata, verylongfermata, varcomma, varcoda
4501 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4503         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
4504           Remove all noquote and insert a few quote.
4505         
4506         * Documentation/user/lilypond-book.itely (Music fragment options),
4507           scripts/lilypond-book.py: Don't include quotation blocks by
4508           default. Introduce option quote instead of noquote
4510 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4512         * VERSION: 1.7.15 released
4513         
4514         * Documentation/user/lilypond.tely: omf updates.
4516         * buildscripts/texi2omf.py (omf_vars): include version.date
4518         * make/lilypond.redhat.spec.in: fixes for spec file. 
4520         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
4521         by function definition: lily now requires a recent GNU Make.
4523         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
4525         * make/ly-rules.make: remove .ly -> .tex rule
4527         * Documentation/user/refman.itely (Figured bass): revised figured
4528         bass example.
4530 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4532         * stepmake/stepmake/omf-targets.make (local-install): add
4533         scrollkeeper-update message.
4535         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
4536         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
4538         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
4540         * Documentation/user/converters.itely (Invoking midi2ly): add
4541         track/channel notice.
4543 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4545         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
4547         * lily/parser.yy (scalar): DIGIT is also a scalar.
4549         * Documentation/user/music-glossary.tely: add @omf tags
4551         * Documentation/user/lilypond.tely: add @omf tags
4553         * scm/generate-documentation.scm (string-append): add @omf tags.
4555         * stepmake/stepmake/omf-*: new files 
4557         * input/regression/multi-measure-rest.ly (texidoc): add doco
4559         * GNUmakefile.in (web-doc-install): add web-doc-install target
4561         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
4562         fixes crashes while dumping MIDI.
4564         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
4565         midi
4567 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4569         * buildscripts/texi2omf.py: new file.
4571         * mf/feta-beugel.mf: include font count, not staffsize (16) in
4572         font-name
4574 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4576         * input/regression/beam-manual-beaming.ly (texidoc): new file.
4578         * lily/sequential-iterator.cc (descend_to_child): call
4579         descend_to_child() for all types of music.
4581 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4583         * scm/translator-property-description.scm: Add
4584         bassFigureFormatFunction.  Replace some entries.
4586 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4588         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
4589         clean out.
4591 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4593         * scripts/midi2ly.py (Note.dump): never dump duration for
4594         dump_dur=0.
4596         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
4597         new function
4599         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
4600         figures using new markups. Much simpler, and should improve layout
4601         a little.
4603         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
4605 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4607         * ly/engraver-init.ly: use Hara kiri by default for 
4608         ChordNames, FiguredBass and Lyrics(Voice) context. 
4610         * lily/axis-group-engraver.cc (acknowledge_grob): use
4611         rhythmic-grob-interface for selecting items not to hara-kiri'd 
4613         * scm/new-markup.scm (markup-function-list): add bracket,
4614         vbracket.
4616         * ly/engraver-init.ly (ChordNamesContext): set
4617         minimumVerticalExtent
4619 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4621         * input/test/time-signature-double.ly: new file 
4623         * input/regression/collision-head-chords.ly (texidoc): new file.
4625         * lily/type-swallow-translator.cc: add note swallow translator 
4627         * input/test/time-signature-double.ly: new file.
4629         * lily/type-swallow-translator.cc: add Rest_swallow_translator
4631         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
4632         (FiguredBassContext): idem.
4634         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
4636         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
4638         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
4640         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
4641         .afm dependency
4643         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
4645         * python/lilylib.py (make_page_images): add function.
4647         * scripts/ly2dvi.py (run_latex): include title in preview image.
4649         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
4650         from lilypond-book for <ly2dvifile> tags in HTML.
4652         * scripts/ly2dvi.py (option_definitions): add --debug option to
4653         print out environment.
4655         * input/regression/tie-chord-partial.ly: new file.
4657 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
4659         * lilypond.words: add 3
4661 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4663         * scm/new-markup.scm (markup-function-list): add finger-markup
4665         * input/tutorial/brahms-tweaked.ly: new markup 
4667         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
4669         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
4670         crash when processing '() markup
4672         * input/regression/breathing-sign.ly (texidoc): add caesura example.
4674         * lily/breathing-sign.cc (railtracks): another caesura.
4676         * mf/feta-schrift.mf: caesura symbol. 
4678 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4680         * scripts/convert-ly.py (FatalConversionError.conv): add
4681         ly:molecule-XXX conversions.
4683         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
4685         * input/regression/multi-measure-rest-text.ly: new file.
4687         * scm/music-functions.scm (glue-mm-rest-texts): automatically
4688         convert MMREST-TEXT to MultiMeasureRestNumber settings.
4690         * ly/engraver-init.ly (ScoreContext): move tablature settings to
4691         ScoreContext
4693         * scm/new-markup.scm (center-markup): \center markup.
4695         * scm/music-functions.scm: remove pitchify scripts.
4697         * lily/music.cc (print_smob): display music name if available 
4699 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4701         * Documentation/user/refman.itely (Instrument names): remove
4702         \turnOff doco.
4704 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4706         * lily/score.cc (mark_smob): bugfix.
4708         * input/regression/rehearsal-mark.ly: new file.
4710         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
4711         report error at the current token again.
4713 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4715         * cygwin/mknetrel: Exit if doc build fails.
4717         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
4719 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4721         * scm/music-types.scm (music-descriptions): add doc strings
4723 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4725         * lily/lexer.ll: 
4726         * lily/include/my-lily-lexer.hh: 
4727         * lily/include/includable-lexer.hh: Add flex kludge.
4729         * config.hh.in: 
4730         * config.make.in: 
4731         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
4732         cruft.
4733         
4734         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
4735         code.
4737 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4739         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
4741         * lily/parser.yy (new_chord): Compile fix.
4743 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4745         * Documentation/user/refman.itely (Tuning groups of objects):
4746         remove documentation for \turnOff. 
4748         * lily/percent-repeat-engraver.cc (try_music): add correct
4749         processing moments for double-measure percents as well.
4751         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
4753         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
4754         grob prop type. 
4756         * Documentation/user/refman.itely (Printing named chords): add
4757         chord name tweak doco.
4759         * input/template/gregorian-transcription.ly: new file.
4761 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4763         * VERSION: 1.7.13 released
4764         
4765         * input/test/*: lots of cleanups/comment-outs/removals in chord
4766         examples
4767         
4768         * input/regression/*: lots of cleanups/comment-outs/removals in
4769         chord examples
4770         
4771         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
4772         options
4774         * lily/new-chord-name-engraver.cc (process_music): give original
4775         inversion pitch to chord name routine.
4777         * input/tutorial/os-score.ly: update to new markup
4779         * Documentation/user/appendices.itely: simply include
4780         chords-ignatzek. 
4782         * Documentation/user/refman.itely (Chords mode): add documentation
4783         for chord mode.
4785         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
4786         not present in chord.
4787         (construct-chord): add inversion and bass support.
4789         * lily/chord.cc: junk contents.
4791 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
4793         * Documentation/user/refman.itely:
4794         * Documentation/user/music-glossary.tely: fix. 
4796 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4798         * scm/chord-entry.scm (construct-chord): move chord construction
4799         to Scheme.
4801         * lily/parser.yy (new_chord): new setup for chord entry.
4803 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
4805         * lilypond.words:
4806         * Documentation/user/music-glossary.tely: add ambitus.
4808 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4810         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
4812         * lily/include/*.hh: string() -> to_string()
4814         * scm/chords-ignatzek.scm: new file.
4816         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
4817         standard chord name exceptions.
4819         * scm/translator-property-description.scm (chordNameSeparator):
4820         add property.
4821         (majorSevenSymbol): add property
4823         * lily/translator-scheme.cc (ly:context-properties): new function
4824         (ly:context-parent): new function.
4825         (print_smob): print context name.
4827         * lily/music.cc (ly:get-music-length): new function
4828         (print_smob): don't print properties.
4830         * lily/duration.cc (duration<?): new function
4832         * input/regression/chords-funky-ignatzek.ly: new file.
4834         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
4835         jazz chords.
4837         * lily/pitch.cc (ly:pitch-diff): new function.
4839         * input/regression/chords-ignatzek.ly: new file.
4841 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4843         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
4844         pitches for jazz chords.
4846 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4848         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
4850 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
4852         * lilypond.words: add 1
4854 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
4856         * Documentation/topdocs/AUTHORS.texi: refine.
4858 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4860         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
4861         
4862         * lilypond.words: add one.
4864 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
4866         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
4867         Fontify bass note in chords, e.g., e in c1/e.
4868         
4869 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4871         * Documentation/user/music-glossary.tely: Dutch updates and
4872         additions (Arent Storm).
4874 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4876         * input/regression/ambitus.ly:  move file.      
4878         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
4880         * lily/event.cc (transpose): add tonic property to Key_change_req
4881         and to Key_engraver.
4883 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
4885         * Documentation/user/refman.itely: fix typo.
4887         * lilypond.words: removed wrong identifiers.
4889 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4891         * mf/feta-toevallig.mf: make flat stem shorter 
4893 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
4895         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
4897         * lilypond.words: add from Phrasing slur.
4898         
4899 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
4901         * lilypond-mode.el: allow launching multiple ViewPS processes.
4902         
4903         * lilypond.words: add from Text markup.
4905 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4907         * input/test/ossia.ly (texidoc): add comment.
4909         * input/regression/voice-follower.ly: new file.
4911         * mf/feta-toevallig.mf: make flat heavier.
4913         * lily/cluster-engraver.cc: clean up Cluster engraver
4915         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
4916         Engraver. Use Note_column to compute Y positions and deal with
4917         line break stuff.
4919 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4921         * lily/stem.cc: move french-beaming to stem.
4923 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
4925         * lilypond-font-lock.el: fontify all durations in chords.
4927         * lilypond.words: add from lily/my-lily-lexer.cc
4929 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4931         * VERSION: release 1.7.12
4933         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
4935         * lily/gregorian-ligature.cc: new file
4937         * lily/*: the Great 2003 search & replace.
4939         * Documentation/user/refman.itely (Manual repeat commands): add
4940         note about font selection.
4942 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
4944         * lilypond-mode.el: propose recompiling midi while invoking playing,
4945         not while stopping playing.
4947 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
4949         * lilypond.words: add one.
4951         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
4952         and expressional note grouping. Fontify chord modes.
4954 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
4956         * Documentation/user/music-glossary.tely (Top): translate melisma.
4958 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4960         * Documentation/user/music-glossary.tely (Top): add melisma.
4962 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
4964         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
4965         interfaces for (abstract) grob GregorianLigature
4967         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
4968         renamed head* -> glyph_name*, x-shift* -> x-offset*
4970         * scm/grob-property-description.scm: bugfix: added missing descriptions
4972 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4974         * input/test/chord-names-dpnj.ly: New file.
4976         * scm/double-plus-new-chord-name.scm: Implement full and partial
4977         exceptions.
4979         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
4981         * scm/double-plus-new-chord-name.scm
4982         (double-plus-new-chord->markup): Fix sub->markup.
4985 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
4987         * lily/custos-engraver.cc: added TODO; editorial changes
4989         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
4990         consistency with other ligature engravers; removed access on (now)
4991         private variable _ligature of Ligature_engraver
4993         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
4994         renamed last_bound -> last_bound_; issue programming_error on
4995         abstract method calls; moved primitives code from
4996         Mensural_bracket_engraver to here (because almost ligature
4997         engravers will need it); renamed try_stop_ligature () ->
4998         typeset_ligature (); bugfix: store primitives of finished ligature
4999         in separate variable finished_primitives_ to avoid clash on input
5000         like "\] \["; added current_ligature () to enable access on
5001         private variable _ligature
5003         * lily/mensural-ligature-engraver.cc: removed primitives_ code
5004         (now in super class); renamed try_stop_ligature () ->
5005         typeset_ligature ()
5007         * lily/mensural-ligature.cc: issue programming_error on abstract
5008         method calls
5010         * lily/note-heads-engraver.cc: added TODO comment upon bool
5011         in_ligature
5013         * mf/parmesan-heads.mf: fixed some of set_char_box()
5015         * scm/grob-description.scm: added VaticanaLigature
5017         * scm/grob-property-description.scm: added neume prefix properties
5019         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
5020         lily/include/gregorian-ligature-engraver.hh,
5021         lily/include/gregorian-ligature.hh: new files; framework for
5022         gregorian ligature engravers such as vaticana
5024         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
5025         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
5026         vaticana style ligature implementation (still somewhat uncomplete)
5028 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5030         * VERSION: release 1.7.11
5032         * scripts/convert-ly.py: add ly:pitch-transpose rule
5034 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5036         * input/test/dpncnt.ly: New file.
5038         * lily/my-lily-lexer.cc: Add chordnames keyword.
5040         * lily/parser.yy (chordnames_block): Parse chord name exception
5041         lists, see input/test/dpncnt.ly.
5043         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
5044         function.
5046         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
5047         filter-out too.
5049         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
5050         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
5051         pitch functions (except for ly:make-pitch, but that's apparently
5052         some sort of scheme naming standard?).
5054         * scm/lily.scm (!=): define-public.
5056         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
5058 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5060         * scm/double-plus-new-chord-name.scm
5061         (double-plus-new-chord-name->markup): New file.
5063 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5065         * python/lilylib.py (make_preview): don't suppress progress for
5066         bbox extraction.
5068 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5070         * Documentation/user/appendices.itely (scheme): update for new syntax.
5072         * input/regression/chord-name-styles.ly: new file
5074         * lily/instrument-name-engraver.cc: create instrument names
5075         without barline too.  Allows instrument name on ChordNames  
5077         * scm/new-markup.scm (interpret-markup): allow simple strings as
5078         markup too.
5080 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5082         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
5083         (step->markup-accidental): Fix: add accidental.
5084         (chord::inner-name-american): 
5085         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
5086         append stray '/' if last superscript addition was 'o'.
5088         * scm/new-markup.scm (normal-size-sub-markup) 
5089         (normal-size-super-markup): New function.
5091         * lily/source-file.cc (Source_file): Add warning for possibly
5092         intentional but suspicious initialization.
5094         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
5095         add comments about cut-and-paste programming.
5097         * flower/rational.cc (lcm): Not used; comment out.
5099 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5101         * lily/new-fingering-engraver.cc (position_scripts): use
5102         fingerHorizontalDirection to determine fingering horizontal
5103         directions.
5105         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
5106         fingering support.
5108         * scripts/convert-ly.py (FatalConversionError.conv): add style
5109         conversion rule. 
5111         * scm/chord-name.scm (set-chord-name-style): new function.
5112         (new-chord-name-brew-molecule): revise to interpret markup only
5113         (new-chord->markup): cleanuppish rewrite. To be called from the
5114         new engraver.
5116         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
5117         Markup earlier, during interpreting.
5119         * input/test/{banter,jazz,american}-chords.ly (scheme): update
5120         style settings. Rename to chord-names-*.ly
5122 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5124         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
5125         markup code and update to new markup.  Most probably broke some of
5126         it.
5127         
5128 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
5130         * Documentation/user/refman.itely: added docu for ambitus and
5131         clusters
5133         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
5134         ly_quote_scm() in lookup.cc
5136         * mf/parmesan-clefs.mf: set_char_box fix
5138         * lily/cluster-engraver.cc: junk implicit protection; use
5139         Protected_scm instead
5141 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5143         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
5144         throughout.
5146         * scm/new-markup.scm: Turn-off error-triggering test code.
5148 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5150         * scm/new-markup.scm (markup-thrower-typecheck) 
5151         (markup-typecheck?):  add full typechecking functions.
5152         (make-markup-maker): add make-FOO-markup functions.
5153         (markup-argument-list-error): nice error checking messages.
5154         (make-markup): better function: less quoting escapades.
5156 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5158         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
5160 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5162         * cygwin/lilypond.hint (requires): Add cygwin.
5164         * .cvsignore: Remove stepmake (huh!?!), add lib.
5166         * GNUmakefile.in: Add libdir links for builddir runs.
5168         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
5169         instead of datadir.
5171         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
5172         local_lilypond_libdir.
5174         * config.make.in (lilypond_libdir): Add.
5176         * stepmake/stepmake/substitute-rules.make: 
5177         * stepmake/stepmake/script-rules.make: 
5178         * stepmake/stepmake/python-module-rules.make:
5179         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
5180         lilypond-python-module patch.
5182 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5184         * Documentation/user/refman.itely (Graphical interfaces): add note
5185         about xml2ly.
5187 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5189         * scripts/ly2dvi.py (run_dvips): remove trailing newline
5191 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5193         * VERSION: released 1.7.10
5195         * scripts/musedata2ly.py (): idem
5197         * scripts/midi2ly.py (dump_chord): idem
5199         * scripts/etf2ly.py (version): idem 
5201         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
5203         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
5205         * scm/tex.scm (tex-output-expression): remove eval compat
5206         glut. Other output files too.
5208         * scm/chord-name.scm: don't export anything from chord module.
5210         * input/test/american-chords.ly: idem
5212         * input/test/banter-chords.ly (texidoc): idem
5214         * input/test/Cc-chords.ly: add breakage notes.
5216         * Documentation/user/refman.itely (Text markup): rewrite manual section.
5218         * lily/parser.yy (scalar): allow \markup { } as property value. 
5220         * scm/chord-name.scm: complete new markup usage
5222         * scm/grob-description.scm (all-grob-descriptions): use new markup
5223         texts by default
5225 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5227         * scm/chord-name.scm: partial move to new markup texts.
5229 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5231         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
5233         * scm/bass-figure.scm (brew-bass-figure): make stack direction
5234         settable.
5236 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
5238         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
5239         invoked for old midi, wait for killing.
5241 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
5243         * Documentation/user/music-glossary.tely: Finnishing.
5245 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5247         * mf/feta-nummer-code.mf: some kerning pairs.
5249 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
5251         * scm/output-lib.scm (set-bar-number-visibility): Context-function
5252         Added.
5254         * Documentation/user/refman.itely (Bar numbers):
5255         set-bar-number-visibility added, modulo-bar-number removed again
5256         (sorry).
5258 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
5260         * scm/output-lib.scm (modulo-bar-number-visible): add function.
5262         * Documentation/user/refman.itely: add modulo-bar-number-visible.
5264         * Documentation/user/music-glossary.tely: translate into Finnish.
5266 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
5268         * lilypond-mode.el: add shortcut for 2midi
5270         * lilypond-font-lock.el: fontify lyrics
5272 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
5274         * scm/drums.scm : use 1.7.x names.
5276         * input/regression/drums.ly : Don't use << chords >>
5278 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
5280         * lilypond-mode.el: tidy, add TODO
5282         * make/lilypond.mandrake.spec.in: install-info quietly.
5284 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5286         * input/test/markup.ly: use new syntax.
5288 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5290         * ly/params-init.ly (interscoreline): add word-space
5292         * input/test/metronome.ly (eighthNote): idem.
5294         * input/test/script-priority.ly: use new markup
5296         * lily/parser.yy (markup): allow HEAD markup0 markup1 
5298         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
5300         * lily/parser.yy (gen_text_def): bugfix.
5301         (full_markup): allow markup identifier.
5303 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
5305         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
5306         jobs at the same time. Add horizontal lines to Command menu.
5307         Allow one compiling job -- propose killing others before a new one.
5309         * lilypond.words: add markup, teeny, etc.
5311 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
5313         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
5314         Allow only one type of midi process; launching Midi either stops
5315         midis or plays the current midi and launching MidiAll stops midis
5316         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
5317         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
5319 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5321         * lily/text-engraver.cc (process_acknowledged_grobs): use new
5322         markup  for new markup texts.
5324         * lily/mark-engraver.cc (process_music): idem
5325         
5326         * lily/instrument-name-engraver.cc (create_text): idem
5328         * scm/new-markup.scm (magnify-markup): new function.
5330         * scm/molecule.scm (stack-lines): bugfix.
5332         * lily/font-interface.cc (get_font): take font-magnification from
5333         alist chain.
5335 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5337         * lily/molecule-scheme.cc: move scheme functions to separate file.
5339         * lily/font-metric.cc  (ly_get_glyph): new function. 
5340         
5341         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
5342         (italic-markup, dynamic-markup): new functions
5343         (font-markup): new function
5345         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
5346         padding and minimum
5348 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
5350         * lily/accidental-engraver.cc:
5351         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
5353 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
5355         * lilypond.vim:
5356         * lilypond-font-lock.el: Put \longa as duration. Accept only 
5357         [a-zA-Z] for user defined identifiers. Separate note cases 
5358         with and without a duration (allow cis\longaX).
5360         * lilypond.words: Add words from Info.
5362 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5364         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
5366 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
5368         * lilypond-mode.el: Propose reverting buffer before a command if
5369         it was edited with an another editor.
5371 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5373         * lily/molecule.cc (ly_translate_molecule): new function
5375         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
5376         into libdir
5378         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
5380         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
5382 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
5384         * lilypond.words: take \words from Info-index.
5386 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5388         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
5390 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
5392         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
5394 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
5396         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
5397         and lilypond-documentation.
5399 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5401         * lily/parser.yy: Compile fix (bison 1.75).
5403 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5405         * VERSION: 1.7.9 released
5407         * scm/music-functions.scm (shift-one-duration-log): refactor.
5408         Use music-map.
5410         * input/regression/chord-tremolo.ly (texidoc): add dot test.
5412         * NEWS: update.
5414         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
5415         argument
5416         
5417         * scm/music-functions.scm (display-music): new function
5418         (music-map): change arg order.
5420         * input/regression/new-markup-syntax.scm: new file
5422         * lily/parser.yy (markup): add \markup { .. } syntax.
5424         * scm/new-markup.scm (override-markup): new function
5425         (lookup-markup): new function
5426         (music-markup): new function
5427         (lookup-markup-command): use markup-signature to store argument
5428         format for parser.
5430         * lily/lexer.ll: preliminary \markup syntax. 
5432 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
5434         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
5435         add pre/post-dependencies and menus with icons from source.
5437         * Documentation/pictures/lilypond-48x48.xpm:
5438         * Documentation/pictures/lilypond-32x32.xpm:
5439         * Documentation/pictures/lilypond-16x16.xpm: new files, background
5440         transparent.
5442         * stepmake/stepmake/generic-targets.make:
5443         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
5445 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5447         * input/regression/music-map.ly (texidoc): new file.
5449         * scm/music-functions.scm (music-map): new function
5451 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5453         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
5455 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
5457         * input/test/to-xml.ly:
5458         * lily/ligature-engraver.cc: Fixes documentation.
5460         * lilypond.mandrake.spec.in:
5461         * lilypond.redhat.spec.in: Add lilypond.words.
5463         * Documentation/user/refman.itely: Mention Info inside emacs.
5464         
5465         * lilypond.suse.spec.in:
5466         * lilypond.redhat.spec.in: 
5467         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
5469 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5471         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
5472         os.popen.read ().
5474 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5476         * scripts/ly2dvi.py (include_path): print warning if failing anything.
5478         * python/lilylib.py (error): add space
5480 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5482         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
5483         distribution.
5485 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5487         * lily/paper-outputter.cc (Paper_outputter): close port when
5488         finishing score.
5490 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5492         * scm/sodipodi.scm: Fixes.
5494 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
5496         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
5498         * buildscripts/make-font-dir.py: Fix. 
5500 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
5502         * lilypond-mode.el: Add support for Info inside Emacs.
5504 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5506         * buildscripts/make-font-dir.py: 
5507         * mf/GNUmakefile: Make sodipodi font map.
5509         * scm/sodipodi.scm: Add more output functions.
5511         * mf/feta-nummer.mf: 
5512         * mf/feta-beugel.mf: Add font_coding_scheme.
5514         * lily/paper-outputter.cc (output_header): Fix creator string.
5516 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
5518         * lilypond-mode.el (LilyPond-autocompletion): invoked with
5519         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
5521         * lilypond.words: add two (Everybody can add/remove words now!).
5523         * debian/rules:
5524         * make/lilypond.suse.spec.in:
5525         * make/lilypond.mandrake.spec.in:
5526         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
5528         * Documentation/user/refman.itely: Mention autocompletion.
5530 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5532         * scripts/ly2dvi.py: Add paper sizes.
5534         * lily/timing-engraver.cc: 
5535         * lily/time-signature.cc: 
5536         * lily/span-bar.cc: 
5537         * lily/grob-scheme.cc: Code formatting fixes.
5539         * scm/sodipodi.scm: 
5540         * scm/sketch.scm:
5541         * buildscripts/mf-to-table.py: 
5542         * buildscripts/make-font-dir.py: Font testing.
5544 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
5546         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
5547         inserts try-completion and shows all-completions.
5549         * lilypond.words: '\' -> '\\'
5551         * lilypond-mode.el: load libraries in the end, lilypond.words defines
5552         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
5553         
5554         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
5555         and LilyPond-reserved-words.
5556         
5557 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
5559         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
5560         from load-path.
5561         
5562         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
5563         the mini-buffer with Control-Shift-c.
5564         
5565 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5567         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
5568         duration. This fixes \tempo taking time.
5570 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5572         * lily/volta-engraver.cc (process_acknowledged_grobs): 
5573         Allow for text markup in repeatCommands. 
5575 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
5577         * lilypond-mode.el (LilyPond-insert-string): new function, use it
5578         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
5579         Get rid of skeleton.el-dependency.
5581         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
5583 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5585         * lily/beam-engraver.cc (stop_translation_timestep): reset
5586         now_stop_ev_
5588         * lily/scm-option.cc: add parse-protect to ly:set-option
5590         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
5592 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5594         * lily/include/ligature-bracket.hh: removed
5595         * lily/ligature-bracket.cc: removed
5597         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
5598         .tex
5600         * lily/beam.cc (set_beaming): don't change beam count on rests.
5601         (brew_molecule): always set flag-width > 0.
5603 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
5605         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
5606         chars, remove instructions; instead, refer to lilypond-init.el and
5607         Documentation/topdocs/INSTALL.texi.
5609         * lilypond.words: add identifiers and reserved words.
5611         * Documentation/topdocs/INSTALL.texi: separate sections for installing
5612         files and adding a load-path.
5614         * lilypond-init.el: Instructions, extracted from 
5615         Documentation/topdocs/INSTALL.texi. 
5616         
5617 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5619         * VERSION: 1.7.8 released 
5621         * lily/grob.cc (warning): better robustness fix.
5623 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
5625         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
5627         * lily/cluster-engraver.cc: stick better to variable naming
5628         conventions
5630         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
5631         until stop_translation_timestep()
5633         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
5634         min/max coordinates to backend, but no musical info such as
5635         pitches
5637         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
5639         * lily/grob.cc: robustness fix: warning(): do not crash if
5640         cause is not set
5642         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
5643         the much more elaborated tuplet brackets than the very naive and
5644         simple ligature bracket grob
5646 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5648         * Documentation/user/refman.itely (Analysis brackets): add
5649         horizontal bracket doco.
5651         * ly/property-init.ly (setMmRestFermata): added.
5653         * Documentation/user/refman.itely (Multi measure rests): fermatas
5654         on mm rests.
5656         * input/regression/apply-context.ly (texidoc): new file
5658         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
5659         code to be executed during interpretation. Possible applications:
5660         smart octavation, more advanced bar checks. 
5662         * lily/apply-context-iterator.cc: new file.
5664 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5666         * input/test/new-markup.ly: new file.
5668         * lily/text-item.cc (text_to_molecule): new function
5670         * scm/new-markup.scm (lambda): new file
5672         * lily/function-documentation.cc (ly_add_function_documentation):
5673         add proc property as well
5675 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5677         * Documentation/user/music-glossary.tely (Top): add custos.
5679 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
5681         * Documentation/topdocs/INSTALL.texi: advise how to include source
5682         path to Emacs load-path and improve language.
5684 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5686         * GNUmakefile.in: config.h message fix.
5688         * autogen.sh:
5689         * aclocal.m4: Regenerate.
5691         * configure.in: 
5692         * config.make.in: 
5693         * stepmake/config.make.in: 
5694         * stepmake/configure.in: 
5695         * stepmake/autogen.sh: 
5696         * stepmake/aclocal.m4: Update for autoconf 2.56.
5698 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
5700         * Documentation/topdocs/INSTALL.texi: instructions for an user how
5701         to install Emacs-mode. Instructions how to use vim-mode.
5703 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5705         * scm/music-types.scm (music-descriptions): no length for tempo event.
5707         * input/*.ly: add \version everywhere.
5708         
5709         * input/*.ly: update syntax to 1.7 + new-chords.
5711         * VERSION: 1.7.7 released.
5712         
5713         * Documentation/user/*.tely: new chord syntax.
5715         * input/regression/[bc]*.ly (texidoc): syntax updates.
5716         
5717 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
5719         * lilypond.words: add vocabulary to be used in auto-completion
5721         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
5723         * lilypond.vim: allow note name at EOF
5725 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5727         * buildscripts/new-chords.py (edit): -e option: inline editing.
5729         * input/regression/a*.ly (texidoc): syntax updates.
5731         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
5732         music): elucidations. 
5734 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
5736         * lily/include/lily-proto.hh, ly/engraver-init.ly,
5737         ly/spanners-init.ly, scm/grob-description.scm,
5738         scm/grob-property-description.scm, scm/music-types.scm,
5739         lily/cluster-engraver.cc, lily/cluster.cc,
5740         lily/include/cluster.hh, input/test/cluster.ly: cluster
5741         implementation
5743         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
5744         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
5745         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
5747         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
5749         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
5751         * scm/grob-description.scm: bugfix: by default, use default note
5752         head style when engraving ligatures
5754         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
5756         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
5757         events
5759         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
5761         * input/test/ancient-font.ly: bugfix: style -> flag-style
5763         * lily/ligature-engraver.cc: indentation fix
5765         * lily/parser.yy: indentation fixes
5766         
5767 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5769         * input/regression/measure-grouping.ly: more elaborate example.
5771         * lily/moment.cc: ly:add-moment, ly:mul-moment,
5772         ly:div-moment. New functions 
5774         * scm/music-functions.scm (set-time-signature): new function,
5775         allow inline time sig settings with measure grouping.
5777         * lily/parser.yy (command_element): move time sig construction
5778         into Scheme.
5780         * lily/side-position-interface.cc (out_of_staff): new function,
5781         like padding, but keep minimum distance from staff. Easier than
5782         linespanners (dynamics, pedals), but roughly the same effect.
5784 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
5786         * emacs-mode.el: Added spanish-note-replacements 
5787         (Carlos Betancourt, <carlos.betancourt@chello.be>).
5789         * vimrc: (Un)commenting with <(S-)F12>, tidy.
5791 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
5793         * lilypond.vim: Do not fontify cises, desis, etc.
5795         * vimrc: view dvi with <S-F6>
5797 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5799         * lily/lookup.cc (triangle): new function.
5801         * input/regression/measure-grouping.ly (texidoc): new file: show
5802         triangles and brackets for beat groups of 3 and 2.
5804         * lily/include/measure-grouping-spanner.hh (class
5805         Measure_grouping): new file.
5807         * lily/measure-grouping-spanner.cc (brew_molecule): new file
5809         * lily/measure-grouping-engraver.cc (class
5810         Measure_grouping_engraver): new file.
5812 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5814         * Merge from stable:
5816             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
5817         
5818         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
5819         stylesheet.
5821         * ly/paper19.ly: Include paper19-init.ly.
5823         * ly/paper19-init.ly: New file.
5825         * Documentation/user/tutorial.itely (First steps): Fix first
5826         example for font test.
5828         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
5830         * ChangeLog: Add 1.7.6 release marker (see below).
5832         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
5833         Add .py files.
5835 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5837         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
5839         * input/tutorial/*.ly: update to new syntax.
5841         * lily/parser.yy (Composite_music): new transpose syntax,
5842         \transpose FROM TO MUSIC. 
5844 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5846         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
5847         latex progress/error output to stderr (by default this goes to
5848         stdout).  Show lilypond progress, even when not verbose.
5850         * python/lilylib.py (system): New optional parameter to control
5851         showing of progress.
5853         * scm/backend-documentation-lib.scm (check-dangling-properties):
5854         Fix error message.
5856         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
5857         axis, extent.
5859         * scm/grob-property-description.scm (magnify): Remove.
5860         (extent, axis): Add.
5862 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5864         * VERSION: Release 1.7.6.
5866         * scripts/convert-ly.py: more uniformization substitutions.
5868         * buildscripts/new-chords.py (sub_chords): new file.
5870 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5872         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
5873         lilypond.map.  Include sauter fonts too.  Cleanups.
5875 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5877         * Documentation/user/tutorial.itely (First steps): change to new
5878         chord/tie/slur/beam notation.
5880         * lily/parser.yy (event_that_take_dir): allow postfix notation for
5881         ties.
5883         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
5884         engraver. Process ties in postfix notation, i.e. c8-~ c
5886         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
5888         * input/regression/beam-postfix-notation.ly (texidoc): new file.
5890         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
5892         * lily/beam-engraver.cc (try_music): accept new-beam-events
5894         * input/regression/chord-scripts.ly (texidoc): new file
5896         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
5897         script-events.
5899         * scm/script.scm (default-script-alist): cleanup.
5901         * lily/script-engraver.cc (make_script_from_event): cleanup.
5903         * lily/lyric-combine-music-iterator.cc
5904         (Lyric_combine_music_iterator): remove superfluous events.
5905         (melisma_busy): new function. Fix broken melismas.
5907 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5909         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
5910         Remove nonvalid settings. Use descriptive key names.
5911         Use <Return> to indicate the pressing of that key.
5913 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5915         * scripts/lilypond-book.py (option_definitions): Typo.
5917         * scripts/ly2dvi.py: Updates.
5919         * python/lilylib.py (setup_environment, print_environment)
5920         (get_bbox, make_preview): Merge and remove from ly2dvi and
5921         lilypond-book.
5923         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
5925         * .cvsignore: Remove some cruft.
5927         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
5928         path.
5930         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
5931         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
5932         throughout.
5934         * python/lilylib.py (quiet_system): Junk
5935         (system): Display error log upon failure.
5936         (read_pipe): New function.  Cleanups and fixes.
5938         * python/*.py: Rename from *.py.in.
5939         
5940         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
5942         * GNUmakefile.in (SUBDIRS): Move python before scripts.
5944 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5946         * python/GNUmakefile: Bugfix: handle modules.
5948         * stepmake/stepmake/python-module-targets.make (default): Add
5949         compiled modules. 
5951         * stepmake/stepmake/python-module-rules.make: Add rule for byte
5952         compiling modules.
5954         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
5955         Bugfix.  (OUT_PYC_MODULES): Add.
5957 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5959         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
5960         Use default paths. Refresh description.
5962 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5964         * VERSION: 1.7.5 released
5966         * input/regression/finger-chords.ly (texidoc): new file.
5968         * lily/script-engraver.cc (process_music): remove scriptHorizontal
5969         support
5971         * lily/fingering-engraver.cc (process_music): remove kludgy
5972         scriptHorizontal stuff.
5974         * lily/script.cc: remove staff-support property.
5976         * lily/new-fingering-engraver.cc (add_fingering): new
5977         file. Fingering engraver for new style chords.
5979 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5981         * lily/parser.yy (bare_number): allow 4 \cm (without
5982         decimal dot). (should backport to 1.6?)
5984         * ly/declarations-init.ly: use Scheme for dimension defs.
5986         * lily/parser.yy (TODO): remove hard coded dimensions, add
5987         REAL NUMBER_IDENTIFIER production.
5989         * lily/rest-collision.cc (force_shift_callback): rewrite using
5990         -done property.
5992         * scm/grob-property-description.scm (rest-collision-done): add
5993         property.
5994         
5995         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
5997 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5999         * input/regression/multi-measure-rest-center.ly: new file.
6001         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
6002         off horizontally by 0.05 ss. Fixed.
6004 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6006         * scm/pdftex.scm: Rename ly-number to ly:number->string.
6008         * Documentation/topdocs/index.tely: Remove duplicate from merge.
6010 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6012         * lily/tie.cc (get_control_points): also avoid staff lines on the
6013         just outside the outer staff lines
6015 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6017         * ly/params-init.ly: Just define style-alist, no need to
6018         define-public.
6020         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
6021         (thanks Han-Wen).
6023         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
6024         (FET_FILES): = FONT_FILES.
6026         * Merge from stable:
6028             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
6030 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6032         * VERSION: 1.7.4 released.  
6033         
6034         * scm/generate-documentation.scm (string-append): add macro
6035         definitions.
6037         * lily/text-item.cc (lookup_text): don't use virtual fonts for
6038         normal texts.
6040         * lily/multi-measure-rest-engraver.cc: make separate
6041         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
6043         * lily/multi-measure-rest.cc: remove text handling. Remove
6044         number-threshold.
6046 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6048         * scm/music-types.scm: doc patch by Graham Percival
6050 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6052         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
6053         encoding part.
6054         (Font_info.set_defaults): pixelsize now also defauts to '0'.
6055         (sketch_p): Sketch wants only first four elements of X11 font spec.
6057         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
6059         * mf/feta-autometric.mf: Write foundry and family to log.
6061         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
6062         font translation table.
6064         * buildscripts/mf-to-table.py: Better font info into afm.
6066         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
6067         1.0.9 required.
6069         * configure.in: Whine for mftrace 1.0.9.
6071 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6073         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
6075         * lily/main.cc (main_prog): don't try to load init.EXT when
6076         processing foo.EXT.
6078 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
6080         * scm/tex.scm (zigzig-line): added.
6082         * scm/ps.scm (zigzag-line): added.
6084         * ps/music-drawing-routines.ps (subvec): added.
6085         (draw_zigzag_line): added.
6086         
6087         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
6088         grob properties zigzag-width and zigzag-length.
6090         * input/regression/glissando.ly: Add some zig-zagged glissandi.
6092 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6094         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
6095         svg output, including font.
6097 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6099         * scm/lily.scm: Register sodipodi output module.
6101         * scm/sodipodi.scm: New file.
6103         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
6105         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
6106         comment, after header.
6107         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
6108         FullName.  Fix FontName key.
6110 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
6112         * lily/rest.cc (after_line_breaking): bugfix: dots after half
6113         and breve rests.
6114         
6115         * input/test/blank-notes.ly: bugfix
6117         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
6118         rests. (Kim Shrier)
6120         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
6121         
6122 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6124         * scm/tex.scm: 
6125         * scm/ps.scm: Cleanup and remove obsolete junk.
6127         * Documentation/user/internals.itely:
6128         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
6130         * lily/parser.yy: Identify shift/reduce problems.
6132         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
6133         make-style-sheet.  Too specific for convert-ly?
6135 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6137         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
6139         * input/test/*.ly: various fixes.
6141         * lily/music.cc (name): bugfix
6143         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
6145         * lily/input-file-results.cc (code): set-point-and-click! ->
6146         set-point-and-click
6147         
6148 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6150         * Use uniform ly: prefix for exported scheme primitive functions.
6152         * scm/music-types.scm: junk compat glue
6154         * scripts/convert-ly.py: add rules for stuff below, junk
6155         compatibility glue for spanrequest.
6157         * lily/parser.yy (verbose_event): remove \spanrequest,
6158         \commandspanrequest, \script. 
6159         
6160         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
6162         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
6163         for \penalty, \glissando.
6165         * VERSION: release 1.7.3
6166         
6167 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
6169         * lily/accidental-engraver.cc: Fix
6170         grace-in-the-beginning-of-measure bug caused by the resent
6171         partial-measure fix.
6173         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
6174         overlap looks too crowded)
6175         
6176 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6178         * lily/parser.yy (assignment): allow SCM expression as assignment.
6180         * lily/include/music-output-def.hh (class Music_output_def):
6181         * lily/music-output-def.cc: 
6182         * lily/paper-def.cc: 
6183         * scm/font.scm (markup-to-properties):
6184         * lily/parser.yy (music_output_def_body): 
6185         remove style_sheet_
6187 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6189         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
6190         length.
6192         * input/regression/spacing-to-grace.ly: new file.
6194         * input/regression/spacing-end-of-line.ly: new file.
6196         * lily/note-spacing.cc (get_spacing): take into account breakable
6197         stuff sticking out at the left (time sig change at line break).
6199         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
6200         raggedright code.
6202         * scm/music-functions.scm (make-voice-props-set): add
6203         staff-position for mm rests.
6205         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
6206         before grace notes a little.
6208         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
6210         * lily/break-align-interface.cc (do_alignment): right-edge spacing
6211         key adds space at the end of line. 
6213 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6215         * scm/sketch.scm: Fix beams.
6217         * buildscripts/mf-to-table.py: Add EncodingScheme.
6219         * scm/sketch.scm: Resurrect.
6221 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6223         * lily/multi-measure-rest.cc: use breve rests for measure lengths
6224         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
6226 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6228         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
6230         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
6232 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6234         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
6235         token for origin information.
6237         * lily/parser.yy (My_lily_lexer): do identifier location and
6238         cloning from lexer.
6240         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
6241         logic out of the parser. Add bar checks on both ends.
6243         * Documentation/user/refman.itely (Multi measure rests): add more
6244         notes about mm rests.
6246 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6248         * input/regression/bar-scripts.ly: Re-enable.
6250         * lily/parser.yy:
6251         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
6252         released rsn.  Bison 1.50 has a crucial bug and won't work.
6254         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
6257 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6259         * input/regression/bar-scripts.ly: Blunt documentation build fix.
6261 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6263         * Actually merge changes since 1.6.4 besides ChangeLog, and
6264         resolve conflicts.  Lots of updates, hope all is well.
6265         
6266         * cygwin/lilypond.hint (requires): Add ghostscript.
6268         * scm: Update some (c).
6269         
6270 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6272         * input/test/{various}.ly: add \header fields and texidoc strings.
6274 2002-10-05  Werner Lemberg  <wl@gnu.org>
6276         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
6277         renamed to `output_latex_quoted'.
6278         Added `output_latex_noquote'.
6279         (schedule_lilypond_block): Implement `noquote' option for LaTeX
6280         mode.
6282 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6284         * ChangeLog: Add 1.6.6 release marker.  See below.
6286         * stepmake/stepmake/po-targets.make: Remove --c++ option.
6288         * scripts/midi2ly.py: Fix global syntax warnings.
6290         * GNUmakefile.in: Generate builddir locale tree too.
6292         * scripts/ly2dvi.py:
6293         * scripts/midi2ly.py: 
6294         * scripts/mup2ly.py: 
6295         * scripts/update-lily.py:
6296         * lily/main.cc (setup_paths): Fix for locales setup.
6298 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6300         * Documentation/windows/installing.texi: Soften wording about
6301         necessity of becoming Administrator.  tommie@iae.nl reports this
6302         does not seem to be necessary for his flavour of Windows 2000.
6303         Explicitely discourage text mode mounts.
6305 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6307         * lily/rest.cc (after_line_breaking): backport dot position fix.
6309         * lily/rest-collision.cc (do_shift): also remove dots for suicided
6310         rests. Thanks to Klaus Zimmermann for finding this bug.
6312 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6314         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
6316 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6318         * Documentation/user/music-glossary.tely: fix links.
6320 2002-10-21  Werner Lemberg  <wl@gnu.org>
6322         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
6323         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
6324         scaling factor) only once and use them in the definition of
6325         \embeddedps.
6326         * ps/music-drawing-routines.ps (skeel): Removed.
6328 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6330         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
6331         Solaris7, as we don't use nested $( ) constructs.
6333 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6335         * VERSION: Release 1.6.6.
6336         
6337 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6339         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
6340         as workaround for /bin/sh problems on Solaris7.
6342 2002-10-19  Werner Lemberg  <wl@gnu.org>
6344         * GNUmakefile.in (web-doc): Fix typos.
6345         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
6346         `music-drawing-routines.ps' but emit \special{header=...} once.
6347         * scm/tex.scm (header-end): Updated.
6349 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6351         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
6352         undefined tremolo. 
6354 2002-10-15  Werner Lemberg  <wl@gnu.org>
6356         * scripts/lilypond-book.py (g_make_html): New global variable.
6357         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
6358         if `g_make_html' isn't set.
6359         [main]: Add format `texi-html'.
6360         (option_definitions): Updated.
6361         * Documentation/user/lilypond-book.itely: Updated.
6363         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
6364         * make/ly-rules.make (%.texi, %.nexi): Use it.
6365         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
6366         format to lilypond-book.
6367         * GNUmakefile.in (web-doc): Ditto.
6369 2002-10-14  Werner Lemberg  <wl@gnu.org>
6371         Further improve TeX output.  The produced files are about 40%
6372         smaller.  `lilyponddefs.tex' is now read only once.
6374         * tex/lilyponddefs.tex: Remove footer stuff.
6375         (\ifundefined): Renamed to...
6376         (\lilypondundefined): This.  Use LaTeX's definition to
6377         make it nestable and make it global.
6378         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
6379         output.
6380         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
6381         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
6382         them global.
6383         (\placebox): Renamed to...
6384         (\lyitem): This.
6385         Make it global and call \outputscale by itself.
6386         (\lybox, \lyvrule): New macros to reduce input data.
6387         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
6388         New auxiliary macros.
6389         (\SkipLilydefs, \EndLilyPondOutput): Removed.
6390         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
6391         to...
6392         (\lilypondspace): This and made it global.
6393         (\turnOnPostScript): Renamed to...
6394         (\lilypondpostscript): This and made it global.
6395         (\turnOnExperimentalFeatures): Renamed to...
6396         (\lilypondexperimentalfeatures): This and made it global.
6397         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
6398         (\lilypondsetdimen): This and made it global.
6399         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
6400         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
6401         (all, $(outdir)/music-drawing-routines.ps): New rules.
6402         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
6403         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
6404         start-system, stop-system, stop-last-system, filledbox): Updated to
6405         use the changed macros from lilyponddefs.tex.
6406         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
6408 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6410         * Documentation/windows/installing.texi: Update.
6412 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6414         * VERSION: 1.6.5 released
6416         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
6418 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6420         * scm/translator-property-description.scm (voltaOnThisStaff): add
6421         property.
6423 2002-09-28  Werner Lemberg  <wl@gnu.org>
6425         * scm/tex.scm (header-end): Suppress page numbering.
6427         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
6428         Fix quotation for HTML output.
6430 2002-09-28   Graham Percival   <gperciva@sfu.ca>
6431         
6432         * Documentation/user/refman.itely: grammar and phrasing
6433           fixes to "Note Entry" section.  Also adds a few new examples.
6435 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6437         * flower/include/string-data.icc: include string.h
6439 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6441         * scm/chord-name.scm (chord::inner-name-banter): remove space.
6443 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6445         * Documentation/user/GNUmakefile (extra-local-help): Add.
6447         * stepmake/stepmake/www-targets.make (local-help): Add.
6449 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6451         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
6452         packages.
6454         * Documentation/topdocs/README.texi (Top): building documentation
6455         (not website.)
6457 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6459         * Documentation/user/refman.itely: 
6460         * Documentation/user/tutorial.itely: 
6461         * Documentation/user/music-glossary.tely: Merge changes.
6463         * Documentation/user/glossary.html.in: 
6464         * Documentation/index.texi: 
6465         * Documentation/header.html.in: Accomodate renaming of glossary.
6466         
6467         * Documentation/user/tutorial.itely: Add some glossary references.
6468         
6469         * Documentation/user/refman.itely: Minor fixes.
6470         
6471         * Documentation/user/lilypond.tely: Add glossary do direntry.
6473         * Documentation/user/music-glossary.tely: Rename (previously:
6474         glossary.tely).  Fix anchor placement.
6476         * Documentation/user/GNUmakefile: Make music-glossary.info too.
6478 2002-09-23  Werner Lemberg  <wl@gnu.org>
6480         * scripts/lilypond-book.py (output_dict): Fix handling of
6481         various environments by avoid extraneous newlines.
6482         Rename `output-all' regexp for html to `output-html'.
6483         Replace `output-all' regexp for texi with `output-texi-quote'
6484         and `output-texi-noquote'.
6485         (compose_full_body): Don't override `linewidth' user option
6486         for `singleline'.
6487         (schedule_lilypond_block): Don't indent text specified with
6488         `intertext' option.
6489         Add new option `noquote'.
6490         (compile_all_files): Use latex instead of tex to compile ly
6491         files directly.
6493         * Documentation/user/lilypond-book.itely: Updated and revised.
6494         Improve layout.
6496         * Documentation/user/glossary.tely,
6497         Documentation/user/introduction.itely,
6498         Documentation/user/tutorial.itely,
6499         Documentation/user/refman.itely,
6500         Documentation/user/appendices.itely: Fix overfull LilyPond
6501         boxes caused by the new lilypond-book code.  Other minor
6502         fixes.
6504         * Documentation/user/macros.itexi (@texiflat): Don't emit
6505         trailing space.
6507         * scm/tex.scm (end-output, header-end): Add preamble and
6508         postamble to make lilypond output directly compilable with
6509         latex.
6511         
6512 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6514         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
6515         instructions.
6517 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6519         * Documentation/user/glossary.tely: Add titling and hyperlinks.
6521 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6523         * lily/beam.cc (connect_beams): don't crash if there are quarter
6524         notes in beams.
6526 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
6528         * Documentation/user/refman.itely: corrected ancient clef
6529         docu; added docu on ligatures
6531 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6533         * Documentation/user/glossary.tely,
6534         Documentation/user/refman.itely, input/les-nereides.ly,
6535         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6536         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6537         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6538         Stem properties: flag-style -> stroke-style, style -> flag-style.
6541 2002-09-22  Werner Lemberg  <wl@gnu.org>
6543         * scripts/lilypond-book.py: Add option `notime' to suppress
6544         printing of a time signature.  Specify default indentation of 0pt
6545         if single line fragment.  Don't emit redundant `\paper{ }'.
6547         * Documentation/user/lilypond-book.itely: Updated.
6549         * Documentation/user/glossary.tely: Completely reformatting.
6551 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6553         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
6555 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6557         * Documentation/user/tutorial.itely: Fix links.
6558         
6559         * Documentation/topdocs/index.tely:
6560         * Documentation/index.texi:
6561         * Documentation/header.html.in: Small website fixes and updates.
6563         * debian/: Debian patch by Anthony Fok.
6565 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6567         * Documentation/footer.html.in: How time flies: It's already 2002!
6569         * Documentation/topdocs/index.tely: Stable/development fix.  Use
6570         more descriptive link names than 'here'.
6572 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6574         * VERSION: 1.7.2 released
6575         * VERSION: 1.6.4 released
6576         
6577         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
6579         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
6580         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
6582         * mf/feta-din.mf (test): add x-height and space.
6584         * lily/dynamic-engraver.cc (process_music): take dynamic direction
6585         from ^_ for crescendi. Idem for slurs and phrasing slurs.
6587         * ly/grace-init.ly: add-to-grace-init: function to portably add
6588         settings to \grace. 
6590         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
6591         if we get an absolute dynamic event.
6593         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
6595         * lily/source-file.cc (get_line): oops. All line numbers were off
6596         by 2. Fix that. 
6598         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
6599         be after the note, combined with -_^, i.e. c4-(-\)-\>  
6601         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
6603         * lily/parser.yy (number_factor): remove (number) as number
6604         expression. ("Let them eat Lisp").
6606 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6608         * lily/horizontal-bracket.cc: new file.
6610         * lily/horizontal-bracket-engraver.cc: new file.
6612         * input/regression/note-group-bracket.ly: new file. Support
6613         horizontal note brackets for music analysis.
6615         * lily/stem.cc (flag): new flag-style: no-flag.
6617         * input/test/stem-cross-staff.ly: new file
6618         
6619         * Documentation/user/internals.itely: Improved formatting, fixing
6620         typos.  Added a section `Output details' to describe how the TeX
6621         code looks like.
6623         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
6625         * lily/parser.yy: remove \dynamicscript.
6627         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
6628         definitions. 
6630         * python/midi.c (midi_error): take two arguments.
6632         * Merge 1.6.5 changes:
6633         
6634 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6636         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
6637         staff-space.  Previous 1.5 was probably meant as half-spaces.
6638         (cautionary-style): parentheses (was: smaller).  This is what doco
6639         says, and it seems more logical.
6641         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
6642         for 2nd sentence.
6644 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6646         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
6648 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6650         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
6652 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6654         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
6656 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6658         * scm/translator-property-description.scm (voltaOnThisStaff): add
6659         property.
6661 2002-09-28  Werner Lemberg  <wl@gnu.org>
6663         * scm/tex.scm (header-end): Suppress page numbering.
6665         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
6666         Fix quotation for HTML output.
6668 2002-09-28   Graham Percival   <gperciva@sfu.ca>
6669         
6670         * Documentation/user/refman.itely: grammar and phrasing
6671           fixes to "Note Entry" section.  Also adds a few new examples.
6673 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6675         * flower/include/string-data.icc: include string.h
6677 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6679         * scm/chord-name.scm (chord::inner-name-banter): remove space.
6681 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6683         * Documentation/user/GNUmakefile (extra-local-help): Add.
6685         * stepmake/stepmake/www-targets.make (local-help): Add.
6687 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6689         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
6690         packages.
6692         * Documentation/topdocs/README.texi (Top): building documentation
6693         (not website.)
6695 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6697         * Documentation/user/refman.itely: 
6698         * Documentation/user/tutorial.itely: 
6699         * Documentation/user/music-glossary.tely: Merge changes.
6701         * Documentation/user/glossary.html.in: 
6702         * Documentation/index.texi: 
6703         * Documentation/header.html.in: Accomodate renaming of glossary.
6704         
6705         * Documentation/user/tutorial.itely: Add some glossary references.
6706         
6707         * Documentation/user/refman.itely: Minor fixes.
6708         
6709         * Documentation/user/lilypond.tely: Add glossary do direntry.
6711         * Documentation/user/music-glossary.tely: Rename (previously:
6712         glossary.tely).  Fix anchor placement.
6714         * Documentation/user/GNUmakefile: Make music-glossary.info too.
6716 2002-09-23  Werner Lemberg  <wl@gnu.org>
6718         * scripts/lilypond-book.py (output_dict): Fix handling of
6719         various environments by avoid extraneous newlines.
6720         Rename `output-all' regexp for html to `output-html'.
6721         Replace `output-all' regexp for texi with `output-texi-quote'
6722         and `output-texi-noquote'.
6723         (compose_full_body): Don't override `linewidth' user option
6724         for `singleline'.
6725         (schedule_lilypond_block): Don't indent text specified with
6726         `intertext' option.
6727         Add new option `noquote'.
6728         (compile_all_files): Use latex instead of tex to compile ly
6729         files directly.
6731         * Documentation/user/lilypond-book.itely: Updated and revised.
6732         Improve layout.
6734         * Documentation/user/glossary.tely,
6735         Documentation/user/introduction.itely,
6736         Documentation/user/tutorial.itely,
6737         Documentation/user/refman.itely,
6738         Documentation/user/appendices.itely: Fix overfull LilyPond
6739         boxes caused by the new lilypond-book code.  Other minor
6740         fixes.
6742         * Documentation/user/macros.itexi (@texiflat): Don't emit
6743         trailing space.
6745         * scm/tex.scm (end-output, header-end): Add preamble and
6746         postamble to make lilypond output directly compilable with
6747         latex.
6749         
6750 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6752         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
6753         instructions.
6755 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6757         * Documentation/user/glossary.tely: Add titling and hyperlinks.
6759 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6761         * lily/beam.cc (connect_beams): don't crash if there are quarter
6762         notes in beams.
6764 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
6766         * Documentation/user/refman.itely: corrected ancient clef
6767         docu; added docu on ligatures
6769 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6771         * Documentation/user/glossary.tely,
6772         Documentation/user/refman.itely, input/les-nereides.ly,
6773         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6774         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6775         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6776         Stem properties: flag-style -> stroke-style, style -> flag-style.
6778 2002-09-22  Werner Lemberg  <wl@gnu.org>
6780         * scripts/lilypond-book.py: Add option `notime' to suppress
6781         printing of a time signature.  Specify default indentation of 0pt
6782         if single line fragment.  Don't emit redundant `\paper{ }'.
6784         * Documentation/user/lilypond-book.itely: Updated.
6786         * Documentation/user/glossary.tely: Completely reformatting.
6788 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6790         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
6792 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6794         * Documentation/user/tutorial.itely: Fix links.
6795         
6796         * Documentation/topdocs/index.tely:
6797         * Documentation/index.texi:
6798         * Documentation/header.html.in: Small website fixes and updates.
6800         * debian/: Debian patch by Anthony Fok.
6802 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6804         * Documentation/footer.html.in: How time flies: It's already 2002!
6806         * Documentation/topdocs/index.tely: Stable/development fix.  Use
6807         more descriptive link names than 'here'.
6809 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6811         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
6813 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6815         * lily/part-combine-music-iterator.cc (get_state): cleanup
6816         (get_music_info): cleanup.
6818 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6820         * scm/backend-documentation-lib.scm (interface-doc-string):
6821         crosslinks between interfaces and grobs. Headings for interfaces
6822         in grob explanation.
6824 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6826         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
6827         dtd).  Add preliminary dtd.
6828         (re-sub-alist): Robustify.
6830 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6832         * lily/include/event-chord-iterator.hh,
6833         lily/context-specced-music-iterator.cc,
6834         lily/event.cc, lily/event-chord-iterator.cc: add
6836 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6838         * lily/: some (c) header fixes.
6839         
6840         * lily/request-chord.cc: Remove.
6841         
6842         * lily/include/event-chord-iterator.hh:
6843         * lily/include/event.hh:
6844         * lily/event-chord.cc: New file.
6845         
6846         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
6847         requested.
6849 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6851         * lily/ : rename Request to Event
6853         * lily/parser.yy (command_element): move clef stuff into Scheme.
6855         * lily/:  rename length_mom () to get_length()
6857         * lily/part-combine-music.cc: removed file and class.
6859         * lily/context-specced-music-iterator.cc (class
6860         Context_specced_music_iterator): new file. Obsoletes the
6861         Context_specced_music type.
6863         * scm/music-types.scm (make-repeated-music): put different kinds
6864         of repeated music into music-type table.
6866         * VERSION: 1.7.1 released.
6868         * scm/to-xml.scm: new file.
6870         * input/test/to-xml.ly (fooBar): demo of what is possible with the
6871         new Input representation: dump music as XML.
6873         * scm/engraver-documentation-lib.scm
6874         (engraver-accepts-music-types?): add links from music to engraver,
6875         from music-type to engraver.
6877         * lily/include/command-request.hh: removed
6878         lily/include/musical-request.hh: removed. Removed all _req classes
6879         except Key_change_req. Changes throughout.
6881 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6883         * lily/tuplet-engraver.cc (try_music): Compile kludge.
6885 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6887         * lily/*.cc: specify accepts for many engravers.
6889         * scm/music-documentation-lib.scm: dump music expressions and
6890         music subtypes.
6892         * scm/documentation-lib.scm: complete revision.
6893         Use GOOPS objects to store document tree explicitly. Cleaned up and
6894         sped up doco generation a lot.
6896 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6898         * input/trip.ly (fugaIILeft): add arpeggio
6900         * lily/translator-group.cc (try_music_on_nongroup_children):
6901         oops. The name symbol is in the cdr of the assoc handle.
6903         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
6904         Hyphen_req, Glissando_req, Break_req, Mark_req 
6906 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6908         * lily/musical-request.cc (music-duration-length,
6909         music-duration-compress): new functions.
6911         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
6912         throughout. Warning doesn't work yet.
6914         * lily/translator-group.cc (try_music_on_nongroup_children):
6915         new implementation: store candidate acceptors in a hashTable.
6917 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6919         * scm/music-types.scm (music-descriptions): change name to
6920         internal-class-name
6922         * scm/chord-name.scm (chord::inner-name-banter): remove space.
6924 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6926         * lily/beam.cc (connect_beams): don't crash if there are quarter
6927         notes in beams.
6929 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
6931         * Documentation/user/refman.itely: corrected ancient clef
6932         docu; added docu on ligatures
6934 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6936         * Documentation/user/glossary.tely,
6937         Documentation/user/refman.itely, input/les-nereides.ly,
6938         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6939         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6940         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6941         Stem properties: flag-style -> stroke-style, style -> flag-style.
6943 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6945         * scm/music-functions.scm (music-separator?): don't use name music
6946         property.
6948 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6950         * stepmake/stepmake/generic-targets.make (help): Document check
6951         target.
6953         * lily/new-accidental-engraver.cc: Compile fix.
6955 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6957         * scripts/convert-ly.py: Add rule.
6959         * input/test/music-creation.ly:
6960         * input/test/add-staccato.ly:
6961         * input/test/add-text-script.ly: ly-make-music.
6963         * scm/drums.scm (make-head-type-elem, make-articulation-script):
6964         More ly-make-music renamings.
6966         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
6968         * lily/music-constructor.cc (make_music): Add debugging info.
6970         * scm/music-functions.scm (make-simultaneous-music,
6971         (make-sequential-music, context-spec-music):
6972         * scm/music-types.scm (music-descriptions): Get lily to run.
6974 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6976         * lily/command-request.cc (transpose_key_alist): new function.
6978         * lily/key-performer.cc (create_audio_elements): cleanup. 
6980 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6982         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
6984         * lily/include/translator.hh (ENTER_DESCRIPTION): add
6985         events-accepted field.
6987         * scm/music-types.scm: new file.
6989         * lily/parser.yy: put music type initialization into scheme,
6990         similar to grob initialization.  Changes throughout.
6992 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6994         * Documentation/user/tutorial.itely: Fix links.
6995         
6996         * Documentation/index.texi: 
6997         * Documentation/header.html.in: 
6998         * Documentation/topdocs/index.tely: Small website fixes and updates.
7000         * debian/: Debian patch by Anthony Fok.
7002 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7004         * Documentation/footer.html.in: How time flies: It's already 2002!
7006         * Documentation/topdocs/index.tely: Stable/development fix.  Use
7007         more descriptive link names than 'here'.
7009         * ROADMAP: Remove test stuff.
7011         * scripts/update-lily.py: Allow auto-building of stable and
7012         development versions.  Bugfixes.
7014 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7016         * VERSION: released 1.7.0
7018         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
7020         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
7021         positive line widths.
7023 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7025         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
7026         go.  Fix comments.
7028         * cygwin: Cygwin updates.
7030 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7032         * Documentation/windows/installing.texi (Top): version for python,
7033         urls for ghostscript (thanks to John Potelle)
7034         
7035         * lily/simultaneous-music-iterator.cc
7036         (Simultaneous_music_iterator): init children_list_ before
7037         triggering GC.
7039         * lily/*-iterator.cc: be even more careful with smobbed copy
7040         constructors. 
7042         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
7043         LeftEdge item.
7045 2002-09-15  Werner Lemberg  <wl@gnu.org>
7047         Improving LilyPond's output to make them ordinary TeX boxes with
7048         predictable dimensions.  System boxes are now vertically centered on
7049         the baseline; this offset can be further controlled with
7050         \lilypondscoreshift.
7052         * lily/system.cc (System::post_processing): Pass length of current
7053         system to `start-system' (including any horizontal indentation).
7055         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
7056         prettier.
7057         (lily-def): Append `%'.
7058         (start-system): Add parameter `wd'.  Output more TeX code to specify
7059         box dimensions.
7060         (stop-system, stop-last-system): Complement changes in
7061         `start-system'.
7062         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
7063         Updated.
7065         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
7066         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
7067         Write final `\endinput'.
7069         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
7070         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
7071         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
7072         files and macro definitions don't produce spurious spaces and
7073         paragraphs (using \endlinechar).
7074         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
7076         * Documentation/user/internals.itely: Improved formatting, fixing
7077         typos.  Added a section `Output details' to describe how the TeX
7078         code looks like.
7080 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
7082         * lily/accidental-engraver.cc: Also work with partial measures.
7084 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7086         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
7087         spanner.
7089 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7091         * lily/identifier-smob.cc (unpack_identifier): new file.
7093         * lily/lexer.ll (identifier_type): new function.  use ly-id to
7094         pass off scheme expressions as music identifiers.
7096         * scm/lily.scm: reorganisation, cleanups.
7098         * lily/main.cc: small cleanups.
7100 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7102         * lily/ly-module.{cc,hh}: new file.
7104 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
7106         * lily/accidental-engraver.cc: Also work with partial measures.
7108 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7110         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
7112 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7114         * lily/my-lily-lexer.cc: use SCM module in stead of
7115         Scheme_hash_table. Changes throughout.  
7117 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7119         * VERSION (MY_PATCH_LEVEL): make 1.7.0