(Sound):
[lilypond.git] / ChangeLog
blob8d9c36a5918800bc2efae8b72e39108a374c0c99
1 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3         * Documentation/user/refman.itely (Sound): 
4         note about number of channels.
6         * scm/music-functions.scm (voicify-music): add \context Staff for
7         << \\ >> polyphony.
9         * lily/parser.yy (verbose_command_req): \skip now creates
10         SkipMusic, and does not lead to spurious staves.
12         * scm/define-music-types.scm (music-descriptions): rename
13         NonEventSkip to SkipMusic
15         * input/no-notation/midi-lyric-barcheck.ly: new file.
17         * input/regression/collision-dots-invert.ly: new file.
19         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
20         case.
22         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
23         die if melody died too.
25 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
27         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
28         with reading from stdin.
30         * lily/slur-performer.cc (try_music): new file.
32         * lily/melisma-performer.cc (try_music): new file. Handle
33         melismata to help lyrics.
35         * lily/beam-performer.cc (try_music): new file. Handle beam events
36         to help lyrics.
38         * lily/score-performer.cc (one_time_step): reinstate
39         process_music().
41         * lily/performer.cc (process_music): add to interface.
43         * lily/performer-group-performer.cc (process_music): new function.
45         * lily/dot-column.cc (do_shifts): do collision resolution before
46         dot positioning.
47         
48         * scripts/lilypond-book.py (Snippet.output_print_filename): new
49         file, process printfilename option.
50         (Snippet.__init__): rewrite: do not use global variables h or
51         index.
52         (main): really support -I option.
53         (find_toplevel_snippets): new code.
54         (find_toplevel_snippets): reinstate old version, without global variables. 
56         * tex/texinfo.tex: really add file.
57         
58 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
60         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
61         compatibility.
63 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
65         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
67         * scm/define-translator-properties.scm (drumPitchTable): add
68         property.
70         * scripts/lilypond-book.py (simple_toplevel_snippets): new
71         function.
72         (help_summary): docstrings.
73         (do_file): strip the dir of input_base too.
75 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
77         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
79         * Documentation/user/lilypond-book.itely: Update.
81         * make/ly-rules.make: Update lilypond-book commands.
83         * Documentation/user/GNUmakefile: Update makeinfo commands,
84         lilypond-book flags.
86         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
87         
88         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
90         * scripts/filter-lilypond-book.py: Remove.
92         * Documentation/user/*tely: Update options for new lilypond-book.
94         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
95         with @macros in @includes.
97 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
99         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
100         make rest-collision only.
102         * lily/break-substitution.cc (substitute_one_mutable_property):
103         clear all-elements using scm_assq_remove_x(). 
105         * lily/rest-collision.cc (do_shift): shift single rests
107         * flower/include/array.hh (class Array): rename to is_empty ()
109         * lily/drum-note-performer.cc: new file: perform drum notes.
111         * VERSION (PACKAGE_NAME): release 2.1.19.
112         
113 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
115         * scripts/filter-lilypond-book.py
116         (classic_lilypond_book_compatibility): New function.
118 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
120         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
122         * Grand 2003 -> 2004 search replace. 
124         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
125         (i.e. < > )
127         * ly/performer-init.ly: add DrumStaff
129         * lily/axis-group-engraver.cc (acknowledge_grob): also take
130         lyric-interface; this prevents lines with only extender lines from
131         being junked.
133         * scm/define-grob-interfaces.scm (lyric-interface): new interface
135         * lily/lyric-extender.cc (brew_molecule): get line breaking and
136         extenders right, for once and for all (hopefully).
137         
138         * lily/break-substitution.cc (substitute_one_mutable_property):
139         clear old 'all-elements for System grobs.
141         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
142         that associatedVoiceContext is always assigned when music & lyrics
143         are found. 
145         * ly/engraver-init.ly: remove Lyrics context.
146         (TabVoice): add noteheads engraver
148         * input/test/improv.ly: update: do not use Thread switching. 
150         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
151         squashedPosition is a number  
153         * Documentation/user/refman.itely (Automatic note splitting):
154         remove Thread references.
156         * input/no-notation/pc-direction.ly: remove file.
158         * ly/engraver-init.ly: remove Thread
160         * input/regression/tie-chord-partial.ly: remove file.
162         * scripts/convert-ly.py (conv): \harmonic rule
164         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
165         notation for harmonic notes: <c' g''\harmonic>
167         * lily/lily-guile.cc (alist_to_hashq): new function
169         * scm/lily.scm (alist->hash-table): new function.
171         * Documentation/user/refman.itely (Percussion staves): update doco.
173         * input/regression/drums.ly (timb): updates
175         * lily/note-performer.cc (create_audio_elements): robustness fix.
177         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
179 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
181         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
182         discard valid matches.
184 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
186         * lily/drum-note-engraver.cc: new file.
188         * ly/drumpitch-init.ly: move drum definitions
190         * scm/drums.scm: remove file.
192         * lily/*.cc: remove abort-event everywhere.
194         * lily/note-heads-engraver.cc (process_music): robustification.
196         * lily/accidental-engraver.cc (process_acknowledged_grobs):
197         robustification.
199         * lily/parser.yy (simple_element): add \drums mode.
200         (simple_element): remove \pitchnames , \chordmodifiers. Use
201         variables to store this. 
203         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
204         outside \notes.
206         * VERSION: release 2.1.18.
207         
208         * input/test: remove octave-duplicate.ly
210 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
212         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
214 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
216         * lily/simultaneous-music-iterator.cc: remove clone() and copy
217         constructor from Music_iterator. Changes throughout.
219         * lily/include/music-iterator.hh (class Music_iterator): remove
220         Music_iterator::skip and Music_iterator::get_pending_events from
221         interface. Rename report_to -> get_outlet 
223         * lily/auto-change-iterator.cc: move contents from
224         new-auto-change-iterator.cc from
226         * scm/part-combiner.scm: determine split-list from Scheme. 
228         * lily/new-auto-change-iterator.cc (process): new file.
230         * lily/parser.yy (part_combined_music): remove old PC cruft.
232         * ly/engraver-init.ly: remove old
233         PC cruft.
235         * Documentation/user/refman.itely (The Lyrics context): note about
236         extender lines.
238         * lily/multi-measure-rest-engraver.cc (process_music): extra check
239         to allow 0-length mmrest events.
241         * scm/part-combiner.scm (determine-split-list): many bugfixes.
243         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
245         * lily/spacing-engraver.cc (finalize): robustifications.
247         * input/regression/new-part-combine-solo-global.ly: new file.
249         * scm/part-combiner.scm: rewrite.
251 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
253         * Documentation/user/refman.itely, input/puer-fragment.ly,
254         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
255         updated for proper use of lyricsto; replaced "(" and ")" ->
256         "\melisma" and "\melismaEnd"
258         * input/test/ancient-font.ly: small updates to reduce compile
259         warnings (TODO: junk this file)
261         * input/test/gregorian-scripts.ly: added comment about bug
263         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
264         tiny robustness fix
266         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
267         recent changes in the feta code); temporarily mapped mensural g
268         clef to a copy of petrucci g clef until mensural g clef will have
269         been rewritten
271         * mf/parmesan-heads.mf: bugfix: solved character name clashing
272         between mensural and neo-mensural heads (this broke quite a while
273         ago)
275         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
277 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
279         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
280         indication.  Fixes for verbatim, multi line comments.
282 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
284         * input/regression/new-part-combine-solo.ly: more cases.
286         * lily/slur.cc (height): robustness fix.
288         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
290         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
291         stemUp/stemDown.
293         * scm/music-functions.scm (determine-split-list): further analysis.
295         * lily/script-engraver.cc (try_music): discard duplicate
296         articulations.
298         * input/regression/new-part-combine-solo.ly: new file
300         * input/regression/new-part-combine-a2.ly: new file.
302         * ly/performer-init.ly: add Devnull
304         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
305         for \musicglyph #"accidental-*"
306         (conv): \newpartcombine rule.
308 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
310         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
312 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
314         * scripts/filter-lilypond-book.py: Handle verbatim, latex
315         textwidth, --output.
317 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
319         * scm/new-markup.scm (doubleflat): add accidental markups.
321         * VERSION: release 2.1.17
322         
323         * Documentation/user/refman.itely (Automatic part combining):
324         revise documentation of the part-combiner.
326         * input/regression/pc-switch-slur.ly (texidoc): remove file.
327         
328         * input/test/part-combine-{moment,staff}.ly: remove file.
330         * input/regression/pc-mmrest.ly (two): remove file.
332         * scm/define-music-types.scm (music-descriptions): add
333         Solo{One,Two}Event and UnisonoEvent
335         * lily/new-part-combine-iterator.cc (unisono): add state_
336         variable, signal changes with part-combine-event.
338         * input/regression/new-part-combine-text.ly: new file.
340         * lily/part-combine-engraver.cc: new file.
342 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
344         * scripts/filter-lilypond-book.py: Handle snippet options.
346 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
348         * scm/music-functions.scm (determine-split-list): detect solo1/2
349         and unisono.
351         * lily/new-lyric-combine-music-iterator.cc (construct_children):
352         revert fix, document why.
354         * lily/tie-performer.cc (process_music): new function. Set melisma
355         property.
357         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
358         always smaller than bracket size.
359         (make_bracket): oops. Size of the gap was off by factor 2
361         * input/test/text-rotate.ly: new file.
363         * scm/new-markup.scm (markup): a macro that provides a
364         LilyPond-like syntax in scheme for building markups, in order to
365         help markup command definition. (Nicolas Sceaux)
367         * input/test/lyrics-skip-notes.ly: new example.
369         * lily/parser.yy (post_event): make HYPHEN into postfix event.
371         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
372         use is_alias() iso. == . This fixes lyrics on
373         GregorianTranscriptions. 
375 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
377         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
378         \thispagestyle{lastpage} to avoid that it's printed on the second
379         last page when there's only a single score line on the last page.
380         (The page breaking mechanism in TeX played some ugly tricks to us.)
382 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
384         * scripts/filter-lilypond-book.py: Further development.
386         * input/regression/collision-dots-move.ly: New test.
388         * lily/note-collision.cc (check_meshing_chords): Move dots on left
389         hand side note head of non-merged collision to the right.
391         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
392         Construct children before accessing property from emtpy
393         lyrics_context_.
394         (construct_children): Find thread before finding LyricsVoice.
395         Create LyricsVoice one if none found, fixes crash (thanks Erik
396         Sandberg).
398 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
400         * cygwin/: Forward port.
402 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
404         * buildscripts/install-info-html.sh: Use Bash.
406         * cygwin/mknetrel: Patch from Bert.
408 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
410         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
412         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
413         try to copy *png, index.html (Bertalan Fodor).
415         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
417 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
419         * lily/note-collision.cc (check_meshing_chords): Do not remove
420         dots (from down head) when merging similar heads (thanks Matthias
421         Kilian).  Simplify merge_possible tests and other cleanups
423         * input/regression/collision-merge-differently-dotted.ly: Add test
424         for disappearing dots on similar heads for both voices.
426 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
428         * Documentation/user/invoking.itexi (Invoking lilypond): Document
429         that tagline overrides copyright for single page scores. Correct
430         the default tagline value.
432 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
434         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
436 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
438         * buildscripts/lilypond-login.sh: Avoid warning about undefined
439         TEXMF if it's previously unset.
441 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
443         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
445         * input/test/trills.ly: fix the unfolding of lineprall.
447         * input/test/figured-bass-alternative.ly: fix accidental.
449 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
451         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
452         
453         * input/no-notation/dos-guile.ly: 
454         * input/no-notation/dos-ps.ly: 
455         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
456         
457         * input/no-notation/safe-include.ly:
458         * input/no-notation/safe-guile.ly:
459         * input/no-notation/safe-ps.ly: 
460         * input/no-notation/safe-tex.ly: New file.
462         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
463         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
464         options now.
465         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
466         When in --safe-mode, set environment openout_any=p[aranoid].
468         * tex/ltest.tex: 
469         * tex/lilyponddefs.tex: Add \nofiles.
471         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
472         options.
474         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
475         This allows building the user manual using a binary installation
476         and a matching unpacked source tree.
478         * scm/lily.scm (safe-module): New variable. 
480         * lily/includable-lexer.cc (new_input): Fix error messages.
482         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
483         If SAFE, evaluate in safe-module.  Change callers.
485         * lily/main.cc (Long_option_init): Reinstate safe-mode.
487         * lily/lexer.ll (embedded_scm): While processing main-input,
488         invoke ly_parse_scm with safe mode if running in safe-mode.
489         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
490         in init.ly for safe-mode.
492 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
494         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
495         compatibility with old versions of geometry.sty (compat2
496         already implied includehead).
497         Change the page layout slightly so bottom + footskip = top +
498         headheight + headsep = 16mm, the remaining paperheight-32mm
499         are used for the music. Increase footskip to 5mm, so the top of
500         the footer text doesn't touch the music.
502 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
504         * VERSION: release 2.1.16
505         
506         * scm/music-functions.scm (determine-split-list): bugfix: only use
507         new-active for both voices if both indexes advance. This fixes the
508         biggest outstanding problem with new-pc. 
510         * lily/new-part-combine-iterator.cc (construct_children): set more
511         directions.
513 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
515         * scripts/convert-ly.py (conv): add instrument rule.
517         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
519         * lily/side-position-interface.cc: remove add_staff_support ()
520         Change all callers to use staff-padding.
522         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
523         make_spanner().
525         * lily/a2-engraver.cc (process_acknowledged_grobs): 
527         * lily/text-engraver.cc: remove scriptHorizontal property.
529         * lily/beam.cc (least_squares): also set least-squares-dy for
530         special case of slanted 2-stem beam to center.
532         * lily/side-position-interface.cc (out_of_staff): move contents of
533         out_of_staff into aligned_side.
534         remove out_of_staff().
536         * input/regression/measure-grouping.ly: fix warning.
538         * lily/side-position-interface.cc: add staff-padding support to
539         Side_position_interface::aligned_side.
541         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
542         one get_property too many.
544         * flower/include/drul-array.hh (linear_combination): new function
545         (scale_drul): new function
547         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
548         operations on empty intervals are silly.
550 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
552         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
553         (iso gh_scm2int), fixes crash in new part-combiner.
555         * configure.in: Up mftrace to 1.0.27.
557 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
559         * VERSION: release 2.1.15
560         
561         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
562         align all stanza numbers.
564 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
566         * Documentation/user/{introduction.itely,refman.itely,
567         converters.itely}: fix some text inside parentheses; text should
568         be readable (even) if parentheses are either replaced with commas 
569         or dropped out.
571 2004-01-25  Werner Lemberg  <wl@gnu.org>
573         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
574         input/test/vaticana.ly, input/test/ancient-font.ly,
575         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
576         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
577         ly/params-as-init.ly, scm/define-grobs.scm,
578         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
580         * ly/params-as-init.ly: Removed.  Obsolete.
581         * buildscripts/lilypond.words.py: Updated.
583 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
585         * mf/parmesan-clefs.mf: switch off mensural G clefs.
587         * mf/feta-din{4,5,7,9}.mf: remove.
588         
589         * lily/engraver.cc (internal_make_item): centralize item/spanner
590         factory.
592         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
593         do correct chord conversion for ^"sim."  (backportme)
594         (FatalConversionError.sub_articulations): substitute ^"foo" in
595         chords too. (backportme)
597         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
598         for Fingering.
600         * lily/side-position-interface.cc (out_of_staff): don't do
601         anything if staff-padding not defined. 
603         * mf/feta-params.mf (stafflines): introduce linethickness as
604         general blackness of the font.
606         * lily/stem.cc (position_noteheads): rounding error robustness.
608         * input/regression/rest-collision-beam.ly: move beam/rest stuff
609         from beam-collision.ly 
611         * lily/beam.cc (rest_collision_callback): remove direction.
613         * scm/define-grobs.scm (all-grob-descriptions): remove
614         enclose-bounds in OttavaBracket and PianoPedalBracket
616         * scm/new-markup.scm (def-markup-command) new macro, which takes
617         care of defining the COMMAND-markup and make-COMMAND-markup
618         procedures, setting markup-signature and keyword-signature object
619         properties, and pushing the markup command in
620         markup-function-list.
622         All markup commands are defined thanks to it.  Users may also use
623         it to define their own markup commands. (Nicolas Sceaux)
625         * scm/new-markup.scm: Scheme style clean-up: there should be no
626         parenthesis alone on a line; LET* should not be used where LET is
627         enough. (Nicolas Sceaux)
629 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
631         * scripts/filter-lilypond-book.py: Add script.
633 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
635         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
637 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
639         * Documentation/user/refman.itely (Fingering instructions): add
640         single note chords. 
642         * lily/multi-measure-rest-engraver.cc: use a single
643         MultiMeasureEvent for mm rests. This prevents problems with the
644         new part combiner.
646         * scm/music-functions.scm (determine-split-list): analysis has
647         global effect: a difference halfway a phrase makes the entire
648         phrase be typeset as apart.
649         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
651 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
653         * ly/performer-init.ly: add Devnull.
655         * Documentation/user/refman.itely (Font selection): remove paper20
656         ref.
657         
658 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
660         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
662 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
664         * scm/music-functions.scm (determine-split-list): bugfixes.
666         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
668         * input/test/scales-greek.ly: use C as base, results in different
669         alterations at the clef.
671         * input/regression/pedal-ped.ly: new file.
673         * input/regression/pedal-bracket.ly: new file.
675         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
676         replace after_line_breaking()
678         * lily/line-interface.cc (line): read thickness.
679         (line): dash-fraction = 0 always for dotted-line style.
681         * input/test/staff-lines.ly (lower): bugfix.
683         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
684         \accepts Devnull into Score.
686         * scm/lily.scm: remove bla.scm load.
688 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
690         * VERSION: release 2.1.14
691         
692         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
694         * lily/side-position-interface.cc (general_side_position): add
695         Staff_symbol_referencer::staff_space ().
697         * lily/include/context-def.hh: rename from translator-def.hh
699 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
701         * input/template/piano-dynamics.ly (pedal): Updated definition of
702         Dynamics such that \cresc works, for example.
704 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
706         * lily/stem.cc (calc_stem_info): use
707         Staff_symbol_referencer::staff_space
709         * lily/beam-quanting.cc (quanting): scale Stem_info 
711         * lily/beam.cc (rest_collision_callback): use minimum-distance
712         property for rest/beam collisions.
713         (rest_collision_callback): bugfixes.
715         * lily/system.cc (post_processing): extra-offset is now relative
716         to the size of the current staff.
718         * scm/music-functions.scm (notice-the-events-for-pc): record all
719         voices, only analyze "one" and "two".
721         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
722         not parent. 
724         * lily/new-part-combine-iterator.cc (construct_children): create
725         Devnull from Voice context
727         * scm/music-functions.scm (determine-split-list): bugfixes.
729         * lily/lily-guile.cc (robust_scm2int): new function
731         * lily/staff-symbol-referencer.cc (line_thickness): new
732         function. Use throughout.
734         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
735         in its own context.  Add to preset font-size.
737         * lily/stem.cc (thickness): new function.
739         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
740         compute thickness from ledger-line-thickness.
742         * lily/note-head.cc (brew_ledger_lines): use
743         Staff_symbol::get_ledger_line_thickness ().
745         * lily/beam.cc (rest_collision_callback): use
746         Staff_symbol_referencer::staff_space().
748         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
749         Mus1 Mus2
751         * lily/include/translator.hh (class Translator): add accepts_list_
752         so  \with { \denies / \accepts } also works.
754         * scm/music-functions.scm (determine-split-list): determine split
755         list from music events.
757         * lily/new-part-combine-iterator.cc: more states.
759         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
761 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
763         * lily/system.cc (set_loose_columns): use the right prebroken cols
764         for interpolating loose column position.
766         * lily/text-spanner.cc (brew_molecule): default to no vertical
767         lines.
769         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
770         take space.
772         * scm/define-grobs.scm (all-grob-descriptions): less padding.
774 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
776         * scripts/convert-ly.py: Do not test filename when processing
777         stdin.
779         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
781 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
783         * lily/axis-group-engraver.cc (finalize): extra check; if
784         process_music () is never called, then staffline_ == 0.
786         * lily/simultaneous-music-iterator.cc (pending_moment): don't
787         check run_always ().
788         
789         * VERSION: release 2.1.13
791         * input/regression/note-head-style.ly (pattern): cleanup.
793         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
794         downloading.
796         * scm/output-lib.scm (shift-right-at-line-begin): new function:
797         kludge rehearsalmark placement.
799         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
800         , ly:spanner?
802         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
803         close to note head for accidentals.
805         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
806         tuplet direction.
808         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
810 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
812         * lily/include/music-iterator.hh (class Music_iterator): add
813         substitute_outlet() to iterator API.
815         * lily/new-part-combine-iterator.cc (construct_children):
816         New_pc_iterator: new class, better part combining.
818         * lily/tie-column.cc (werner_directions): new function
820         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
822         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
823         empty objects group spanner as parent
825         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
826         slope against graphical slope.
828         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
829         for ottava bracket.
831         * lily/side-position-interface.cc (general_side_position):
832         opps. reinstate *dir.
834         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
835         parser run.
837         * lily/tuplet-bracket.cc: remove calc_dy ().
839         * Documentation/user/refman.itely (Balloon help): document balloon
840         help
842 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
844         * scm/document-backend.scm (check-dangling-properties): Grob
845         properties are defined define-grob-properties.scm.
846         
847 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
848         
849         * VERSION: release 2.1.12
851         * scm/define-grobs.scm (all-grob-descriptions): larger font for
852         ChordName
854         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
855         relation to surroundings.
857         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
858         Y-extent to the note-extents: stay clear of the staff.
860 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
862         * Documentation/user/GNUmakefile
863         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
864         iso. copy.
866         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
868         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
870         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
872         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
874         * lily/line-interface.cc (line): remove thickness from calling interface.
876         * lily/hairpin.cc: use Line_interface
878         * lily/line-interface.cc: new file. Line_interface for everything
879         with dotted/dashed lines.
880         
882         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
884         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
885         for constructing ottava brackets.
886         
887         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
888         the note heads.
890         * Documentation/user/internals.itely (Engravers and performers):
891         fix broken link.
893         * scm/music-functions.scm (make-mark-set): new function.
895         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
896         functionally identical to beam.
898         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
899         () with beam (). 
901         * Documentation/user/refman.itely (Rehearsal marks): document new
902         functionality.
904         * input/regression/rehearsal-mark-number.ly: new file.
906         * input/regression/rehearsal-mark-letter.ly: new file.
908         * scm/translation-functions.scm (number->mark-string): new function
909         (format-mark-letters): new function
910         (format-mark-numbers): new function
912         * lily/mark-engraver.cc (process_music): rehearsalMark is now
913         integer; formatting is done through markFormatter property.
914         
915         * scm/define-translator-properties.scm: fold all *-done properties
916         into positioning-done.
918         * lily/beam.cc (position_beam): new function
919         (brew_molecule): make sure that positions are calced before making
920         the molecule.
922         * scm/output*.scm (beam):  take 4th argument for function.
924         * ps/music-drawing-routines.ps: take blot as 4th argument.
926         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
927         stem to avoid small dents.
928         
930 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
932         * VERSION: release 2.1.11
934         * input/regression/balloon.ly: new file.
936         * lily/balloon.cc (brew_molecule): new file: draw boxes around
937         objects, and make help texts. 
939         * scm/new-markup.scm (parse-simple-duration): parse duration
940         string to log & dots. (Thanks Nicolas!)
942         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note rule.
944 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
946         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
947         Lemberg).
949         * THANKS: alphabetic order.
951 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
953         * input/regression/note-head-harmonic.ly: new file.
955         * Documentation/user/internals.itely (Technical manual): explain
956         difference between music, translation, layout.
958         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
960         * scm/output-ascii-script.scm (bracket): rounding bfs.
962         * scripts/convert-ly.py (conv): add \include "paper" rule. 
964         * ly/paper*.ly: remove files. 
965         
966         * scm/paper.scm (set-staff-size): new function: set default
967         staff-size.
969         * scripts/convert-ly.py (conv): add conversion rule.
971         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
972         function.
974         * scm/paper.scm: new file.
975         (set-staff-size): new function 
976         (set-paper-size): new function
978         * lily/parser.yy (music_output_def_body): restructure definition,
979         so first Scheme statement in \paper also happens in new scope. 
981         * lily/system.cc (post_processing): move uniquify_list () to
982         dumping molecule stage.
984         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
985         this will mess up scores that use barchecks to shorten measures.
987         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
988         at 20pt too.
990         * Documentation/user/tutorial.itely (Printing lyrics): document
991         \lyricsto
993         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
995         * Documentation/user/refman.itely (Fermatas): document \lyricsto
997         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
998         if Voice is not found.
1000         * VERSION: release 2.1.10
1001         
1002         * input/{test,regression}/: remove old-relative 
1004         * lily/lexer.ll: add empty markup signature. 
1006         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
1007         strut markup
1009         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
1011         * scm/define-translator-properties.scm: update melismata property
1012         doco.
1014         * lily/system.cc (output_lines): revert uniquify_list() patch,
1015         strange side effects seen.
1016         
1017         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
1018         dash-period < 0.
1020         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
1021         for flute. 
1023 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1025         * input/regression/*.ly: use newaddlyrics iso. addlyrics
1027         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
1029         * lily/lyric-extender.cc (brew_molecule): behave decently in case
1030         of line breaks.
1031         (brew_molecule): add padding to left, not right.
1033         * lily/system.cc (uniquify_list): new function
1034         (output_lines): uniquify_list () on all-elements. This fixes
1035         double symbols in the output.
1037         * lily/beam.cc (rest_collision_callback): don't move anything if
1038         staff-position is set.
1040         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
1042         * lily/system.cc (typeset_grob): warn if adding twice.
1044         * lily/sequential-iterator.cc (run_always): implement run_always().
1045         (also in other files.)
1046         
1047         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
1049         * lily/event.cc (to_relative_octave): add octave-check.
1051         * Documentation/user/refman.itely (Line breaking): add noBreak.
1053         * scm/new-markup.scm (normalsize-markup): add function.
1054         (sans-markup): new function.
1056         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
1057         come earlier nowadays.  This fixes beams on grace notes.
1058         
1059         * scm/music-functions.scm (direction-polyphonic-grobs): new
1060         variable, share between override and revert. This fixes script
1061         directions in polyphonic sections. (backportme)
1063 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1065         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
1066         breakpoints.
1068         * lily/break-align-interface.cc: add doco
1070         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
1072 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1074         * VERSION: release 2.1.9
1076         * scm/document-markup.scm (markup-doc-node): add note about naming.
1078         * scm/new-markup.scm (left-align-markup): bugfix. 
1080         * Documentation/user/refman.itely (Ottava brackets): more doco for
1081         ottava.
1083         * lily/side-position-interface.cc (out_of_staff): also do
1084         out_of_staff() correctly for d == DOWN.
1086         * lily/text-spanner.cc (brew_molecule): only put vertical line and
1087         horizontal line if they move to the right.
1088         
1089         * scm/define-grobs.scm (all-grob-descriptions): set
1090         text-repeat-if-broken for ottava spanner
1092         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
1093         property.
1095         * mf/feta18.mf: design size is 18 not 22.5
1097         * lily/new-lyric-combine-music-iterator.cc (process): new file.
1098         Add a single LyricsVoice to a melody. Melismata may be set
1099         individually.
1101         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
1103         * lily/dot-column.cc: add stdio.h
1105 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1107         * lily/item.cc: documentation for break-visibility (Thanks, John).
1109 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1111         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
1113         * lily/translator-def.cc: rename Translator_def to Context_def.
1115         * Documentation/user/internals.itely (Lexical details): clarify
1116         string def.
1118         * Documentation/user/refman.itely (Rhythmic music): add link to
1119         RhythmicStaff 
1121 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1123         * lily/translator.cc: document start_translation_timestep()
1125         * scm/output-tex.scm (tex-encoded-fontswitch): use
1126         round for rounding (inexact->exact yields rationals)
1128         * lily/*.cc: remove superfluous start_translation_timestep() calls.
1130         * lily/translator-group.cc (get_simple_trans_list): 
1131         new function; construct simple_trans_list_ lazily.
1132         
1133 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1135         * lily/paper-outputter.cc (output_scope): Check if number before
1136         checking exact (guile cvs).
1138         * scm/*: Escape backslashes in scheme strings (guile cvs).
1140 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1142         * Documentation/user/refman.itely (Tablatures basic): annotate
1143         seealso sections.
1145         * lily/*.cc: cleanup of engraver initialize() functions.
1147         * lily/repeat-acknowledge-engraver.cc
1148         (start_translation_timestep): remove first_b_
1150         * lily/tab-note-heads-engraver.cc: listen to string number events
1151         inside < > too. (backportme).
1153         * Documentation/user/refman.itely (Text scripts): add fatText to
1154         index.
1156 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1158         * VERSION: 2.1.8
1160         * stepmake/bin/add-html-footer.py (built): add Wiki links to
1161         footer.
1163         * lily/parser.yy (translator_mod): allow \with { \remove .. }
1165         * lily/bar-check-iterator.cc (process): only warn if
1166         barCheckLastFail was changed.
1168         * scm/define-translator-properties.scm (barCheckLastFail): add
1169         property.
1171         * lily/main.cc (main_prog): print summary of failed files.
1173         * lily/axis-group-engraver.cc: move all spanner creation to
1174         process_music (). Now staffs can be adjusted with \override too.
1175         (Jan, you are a brilliant programmer!)
1176         
1177         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
1179 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1181         * Documentation/user/tutorial.itely (Integrating text and music):
1182         Show the commands to produce a PDF as well.
1184 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1186         * lily/translator-def.cc (get_translator_names): accept user
1187         tweaks too. 
1189         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
1190         as big as normal heads. 
1192         * input/*ly: run convert-ly
1193         
1194         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
1195         () if dependencies are fluked.
1197         * scm/document-translation.scm (engraver-doc-string): update on
1198         latest string/symbol conventions.
1200         * lily/translator-ctors.cc: use Scheme_hash_table.
1202         * lily/translator-def.cc (get_translator_names): new function
1203         (add_context_mod): new function
1204         (get_accepted): new function
1206         * lily/parser.yy (context_mod): put all modifications of
1207         \translator { } in a single production, encode as SCM.
1209         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
1210         to use read-only lists, so additions to the definition can be
1211         prepended easily.  
1213         * Documentation/user/invoking.itexi (Editor support): add node on
1214         editor support.
1216         * Documentation/user/refman.itely (Bar check): add lyrics example
1217         of bar checks. 
1219         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
1221         * scripts/convert-ly.py (conv): add conversion rule.
1223         * lily/parser.yy: use \change iso. \translator for staff switch.
1225         * lily/my-lily-lexer.cc: add \change.
1227         * scm/define-translator-properties.scm
1228         (default-melisma-properties): add definition.
1230 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1232         * Documentation/user/refman.itely (Bar lines): clarification of
1233         systemStartDelimiter. 
1235         * input/test/slur-shape.ly (x): remove file.
1237         * lily/translator-group.cc (apply_property_operations): new function.
1239 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1241         * lily/parser.yy (optional_prop_ops): allow \with {
1242         PROPERTYSETTINGS } following \context or \new.
1244         * lily/my-lily-lexer.cc: add \with.
1246         * lily/parser.yy (property_operation): clean up definition of
1247         property operations.
1248         (property_op_to_music): new function.
1249         (context_spec_music): new function
1251         * VERSION: 2.1.7 released.
1252         
1253         * input/regression/collision-merge-dots.ly: new file.
1255         * lily/note-collision.cc (check_meshing_chords): if merging heads,
1256         then kill the dots too. 
1258         * lily/separating-line-group-engraver.cc (acknowledge_grob):
1259         set/unset breakableSeparationItem
1261         * lily/separation-item.cc (relative_width): add function.
1263         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
1264         only-prebreak-interface
1266         * lily/system.cc (output_lines): only junk only-prebreak-interface
1267         grobs.
1269         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1270         read breakableSeparationItem
1272         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
1274         * lily/system.cc (output_lines): don't suicide Spacing_items. 
1276         * lily/dot-column.cc (dot_config_badness): new function:
1277         select the best scoring dot configuration: dots should go close to
1278         the note heads, but be shifted up or down according to conventions.
1279         (print_dot_configuration): idem.
1280         (shift_one): idem
1281         (remove_collision): idem.
1283         * input/regression/dots.ly: add more test cases.
1285 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1287         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
1289         * flower/include/interval.hh: rename elem_b to contains 
1291         * lily/tie.cc: change 'heads to 'head-pair.
1293         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
1294         fill in 'heads field.
1296         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
1297         minimum-length for short ones, and shorten so collisions with the
1298         next syllable are avoided.
1300         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
1301         near-zero slopes.
1302         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
1304         * lily/dots.cc: remove quantized_position callback. All Y
1305         positioning is done by dot-column.cc
1307         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
1308         exhaustive test of all dot positions. This fixes disappearing dots
1309         in dotted chords.
1311 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1313         * mf/feta-klef.mf (test_staff): fatten up G clef
1314         (test_staff): fatten up f clef.
1315         
1317 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1319         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
1320         * input/les-nereides.ly: Use latin1 characters for title, like
1321         Morgenlied.
1323 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1325         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
1326         cmb10).
1328         * lily/lyric-extender.cc (brew_molecule): add little space before
1329         extender line.
1331         * lily/beam-quanting.cc (score_forbidden_quants): check if
1332         outer stafflines fall in any beam gaps.
1334         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
1335         for lyric texts.
1337 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1339         * VERSION: 2.1.6 released.
1341         * lily/beam-quanting.cc (quanting): add inspect-quants property:
1342         this shows the demerits of a user-defined beam position pair.
1344         * scm/define-grobs.scm (all-grob-descriptions): set
1345         beamed-extreme-minimum-free-lengths to a different value.
1347         * lily/scm-option.cc: add debug-beam scm-option
1349         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
1351 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1353         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
1355         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
1356         space after barline.
1358         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
1360         * lily/spacing-spanner.cc (breakable_column_spacing): take average
1361         of spacing wishes, not maximum. Only do this for delta-t == 0. In
1362         the other case, take standard column-breakable spacing. Do not
1363         warn about "no spacing wishes".
1365         This fixes wide spaces after barlines in very loose lines.
1367         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
1369 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1371         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
1372         acknowledge_grob lyric-syllable, not lyric-text.
1374         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
1375         dashes of length #'length separated by #'dash-period. 
1377         * lily/lyric-extender.cc (brew_molecule): idem
1379         * lily/multi-measure-rest.cc (big_rest): idem
1381         * lily/system-start-delimiter.cc (simple_bar): idem
1383         * lily/bar-line.cc (simple_barline): use rounded box
1385         * VERSION: release 2.1.5
1387         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1388         music): move note about dvips to more visible place.
1390         * lily/lyric-phrasing-engraver.cc: move from
1391         new-phrasing-engraver.cc, remove old cruft (syllable-group,
1392         lyric-phrasing-engraver.hh)
1393         
1394         * lyric-align.ly: remove file
1395         
1396         * scripts/convert-ly.py (FatalConversionError.func): add removal
1397         rule for automaticMelismata
1399         * ly/engraver-init.ly (ScoreContext): switch on
1400         New_phrasing_engraver by default.
1402         * lily/slur-engraver.cc (class Slur_engraver):
1403         process_acknowledged_grobs -> process_music.
1404         (try_music): signal melismata correctly.
1406         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
1407         word-space, right-trim-amount, and extend past right bound only
1408         for note heads.
1410         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
1411         lyric-extender support: add note-heads to the extender
1412         automatically.
1414         * lily/parser.yy: extender is now post_event. 
1416         * lily/accidental-engraver.cc (number_accidentals): remove
1417         spurious warning about non-parent contexts.
1419         * lily/music-output-def.cc (assign_translator): \translator { }
1420         for a Foo context implicitly redefines \FooContext.
1422         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
1423         fixes.
1425         * lily/slur.cc (brew_molecule): don't use stafflinethickness
1426         doubly in slur weight. 
1428         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
1429         combination.
1431         * scm/define-grobs.scm (all-grob-descriptions): change clef -
1432         staffbar distance.
1434         * scripts/lilypond.py (global_latex_preamble): crank down size of
1435         the margins. Now there is a 12 mm top and bottom margin, which
1436         should correspond with the printable area of modern printers.
1438         This enlarges the music height of the printable page a little.
1440         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
1441         signs. Use \markup instead.
1442         (accreg_pen): tweak for accordeon asterisk.
1444 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1446         * lily/melisma-engraver.cc (try_music): use melisma_busy()
1448         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
1450         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
1452         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
1454         * scm/define-grobs.scm (all-grob-descriptions): change
1455         StanzaNumber description: make side support, i.s.o. breakable.
1456         use Instrument_name_engraver for texts in the margin.
1458         * scm/define-translator-properties.scm: remove
1459         melismaEngraverBusy, stz property.
1461         * *.cc: naming: change empty_b () into is_empty ()
1463         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
1465         * input/regression/lyric-phrasing-new.ly: new file.
1467         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
1468         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
1469         melismata are now left-aligned.
1471 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1473         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
1475         * mf/feta19.mf: remove.
1476         
1477         * mf/feta-klef.mf (test_staff): more tweaks
1479         * mf/feta-toevallig.mf: more small size tweaks.
1481         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
1482         rests for smaller sizes.
1484         * mf/feta-bolletjes.mf: fix cross heads.
1486         * VERSION: release 2.1.4
1487         
1488         * scripts/convert-ly.py (FatalConversionError.func): add rule for
1489         deprecated #'ancient font family
1491         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
1492         it is a string or number.
1494         * scm/output-lib.scm (note-head-style->attachment-coordinates):
1495         change calling convention of stem-attachment function. 
1497         * buildscripts/mf-to-table.py: read and dump WX/WY fields
1499         * mf/feta-autometric.mf: dump WX/WY fields too
1500         
1501         * mf/parmesan-heads.mf: idem.
1503         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
1504         attachment coordinates.
1506         * lily/note-head.cc (stem_attachment_coordinate): read stem
1507         attachment from the notehead glyphs WX/WY fields.
1509         * lily/include/font-metric.hh (struct Font_metric): add methods
1510         get_indexed_wxwy (), make a distinction between looking up by
1511         index and ASCII  
1513         * mf/feta-bolletjes.mf: rewrite note head MF code.
1514         (test_outlines): make heads more rotund for smaller sizes. 
1516 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1518         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
1519         throughout. Font scaling fixes throughout.
1521         * mf/feta-sleur,slur.mf: remove. 
1523         * mf/feta-slag.mf: rewrite.
1525 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1527         * VERSION: release 2.1.3
1529         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
1531         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
1533         * lily/mark-engraver.cc (process_music): fix mark
1534         \default. (backportme)
1536         * stepmake/stepmake/automatically-generated.sub.make (default):
1537         use -n for head/tail commands. 
1539         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
1540         heads with the same pitch.
1542 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1544         * lily/recording-group-engraver.cc (finalize): set protected_scm
1545         member to '() before finalizing.
1547         * lily/translator-group.cc (finalize): remove removal_processing () 
1549         * lily/recording-group-engraver.cc: new engraver: record
1550         synchronized start & end times for each music object.
1552         * lily/parser.yy (toplevel_expression): execute score rendering
1553         during parsing. Cleanup output-filename handling; this is no
1554         longer done with global variables.
1555         (translator_spec_body): allow \type modification too.
1557         * lily/score.cc:  ly:run-translator: new function
1558         (LY_DEFINE): ly:render-output new function.
1560         Separate interpreting and rendering, and make available as
1561         functions at Scheme level.
1563 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1565         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
1566         (musicxml-node->string):
1567         (xml-node->string):
1568         (music-to-musicxml): New function.
1570 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1572         * VERSION: 2.1.2 released
1574         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
1576         * scm/font.scm (paper20-font-vector): discouple font design sizes
1577         from sizes specified in .ly file: store all design sizes of a font
1578         in a single vector.
1580         * lily/font-select.cc (get_font_by_design_size): new function
1582         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
1583         add parmesan,feta in sizes 14 and 18.
1584         
1585         * mf/feta-toevallig.mf: use blot diameter for double sharp.
1587         * lily/font-size-engraver.cc (acknowledge_grob): change definition
1588         of fontSize: this now sets font-size
1590 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1592         * VERSION: 2.1.1 released
1593         
1594         * Documentation/user/refman.itely (Tuning objects): add note about
1595         concurrent tweaks in different contexts. 
1597         * lily/tie-engraver.cc (acknowledge_grob): use
1598         Staff_symbol_referencer::get_position iso. reading staff-position
1599         directly.
1601         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
1602         currentMusicalColumn as left span-point for bracket. The bracket
1603         is too long when there are accidentals.
1605 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1607         * buildscripts/lilypond-profile.sh,
1608         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
1609         Thanks to Reuben Thomas <rrt@mupsych.org>
1611 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
1613         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
1614         Wurbel <wurbel@univ-tln.fr>.
1616 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1618         * scripts/midi2ly.py: Add space after chords.
1620 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
1622         * input/regression/{many}: add few @code{ ... }.
1624 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1626         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
1627         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
1628         Removed cmbx5, cmbx6 (which are included in teTeX)
1629         and cmbxti14 which is not used in fonts.scm.
1631 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
1633         * lily/midi-item.cc: fine tune quarter tones.
1635 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
1637         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
1638         new function, warn how many cents are missing in fine tuning.
1640 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
1642         * input/bugs/rhytmicstaff-tie.ly: add file.
1644         * THANKS: Create skeleton for 2.1.
1646 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
1648         * input/test/bar-lines.ly (TODO): dashed "|".
1650 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
1652         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
1653         input/regression/tie-chord.ly: Fix spell for tying.
1655         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
1657         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
1658         new file (renamed, see above).
1660         * Documentation/user/lilypond-book.itely
1661         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
1662         * input/example-1.ly input/example-2.ly input/example-3.ly
1663         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
1664         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
1665         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
1666         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
1667         * scripts/lilypond-book.py scripts/lilypond.py
1668         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
1669         * vimrc: replace ly2dvi with lilypond and remove silly comments.
1671         * Documentation/user/lilypond.tely: update version.
1673         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
1674         Remove extra spaces in each @node, fixes spaces.
1676 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1678         * scripts/lilypond-book.py (output_dict): Add definition of
1679         \lilypondbook also for LaTeX output. Solves several bug reports.
1681 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
1683         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
1685 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
1687         * input/test/transposition.ly: Fix key signatures, given in comments.
1689 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1691         * scm/midi.scm (instrument-names-alist),
1692         Documentation/user/appendices.itely: Correct spelling of shakuhachi
1694 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1696         * input/test/temporary-stave.ly (texidoc): New example based on an
1697         email question from Ralph Little.
1699 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1701         * VERSION: release 2.1.0
1702         
1703         * lily/note-performer.cc (try_music): accept busy-playing-event.
1705         * lily/swallow-perf.cc (try_music): return false for
1706         busy-playing-event and melisma-playing-event.
1708 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1710         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
1711         >> in \score.
1713 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1715         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
1716         that articulation_substitute will not move beam start again.
1717         (articulation_substitute): Bugfix: remove stray space so that new
1718         old chords ending '>>' does not get broken up.
1719         (sub_chord): Use TAB for indentation (not spaces).
1720         
1721         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
1722         Bugfix for startup: Use ?^ instead of ?\^.
1724 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1726         * lily/lyric-combine-music-iterator.cc
1727         (Lyric_combine_music_iterator): change init order, to prevent GC
1728         segfaults.
1730         * lily/context-specced-music-iterator.cc (construct_children): 
1731         only change  translator if found. This fixes a core dump problem.
1733 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1735         * scm/slur.scm (default-slur-extremity-rules): use equal? for
1736         comparison.
1738         * mf/feta-bolletjes.mf: make hole in half note little
1739         smaller for stem attachment.
1741         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
1743         * mf/feta-banier.mf: don't draw stem with flag, just small square
1744         attachment.
1746         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
1748         * mf/feta-banier.mf: remove upstem/downstem characters.
1750         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
1752         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
1753         stafflinethickness (in the default)
1755         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
1757         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
1759         * Documentation/topdocs/INSTALL.texi (Top): reorder.
1761         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
1763         * lily/include/directional-element-interface.hh:
1764         junk class, make {get,set}_grob_direction functions.
1766         * lily/slur.cc (get_attachment): do something sensible when
1767         attaching to stem without heads (eg. a rest).
1769         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
1770         forcing up to staff.  remove #'support-head property
1771         (brew_molecule): small cleanup.
1772         (flag): remove #'grace property.
1774 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1776         * cygwin/postinstall-lilypond.sh: 
1777         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
1778         (Volker Zell).
1780 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1782         * scripts/lilypond-book.py: resurrect 'eps' option. 
1783         (TexiPaper.to_eps): use -Ppdf for EPS files.
1785         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
1787         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
1789         * VERSION: release 2.0.1
1791         * lily/bezier.cc (get_other_coordinate): change assert into
1792         warning.
1794         * lily/note-head.cc (internal_brew_molecule): make left protusion
1795         smaller, to accomodate for natural sign.
1796         (internal_brew_molecule): only do this when the accidental is
1797         close enough.
1798         (extent): new function
1800         * lily/skyline.cc (merge_skyline): new function
1801         (heighten_skyline): new function
1803         * lily/accidental-placement.cc (position_accidentals) 
1804         (position_accidentals): fix todo.
1806 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1808         * input/test/+.ly (texidoc): put version number inline.
1810         * GNUmakefile.in: remove rsync-web target.
1811         
1812         * input/regression/bar-scripts.ly (onestaff): raggedright
1814 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1816         * lily/*.cc: remove #if 0'd code in couple of places.
1818         * lily/midi-stream.cc (operator <<): rewrite.
1820         * lily/note-head.cc (internal_brew_molecule): 
1821         only make ledgers when the Staff symbol has lines.
1823         * ly/property-init.ly (arpeggioBracket): simplify
1825         * lily/translator-group.cc (execute_pushpop_property): use
1826         SCM_EQ_P for comparing keys. This fixes reverting
1827         auto-beam-settings.
1829 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1831         * lily/midi-stream.cc (operator <<): Also write MIDI string when
1832         midi_debug_global_b.
1833         (operator <<): Normalise loop.
1835 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1837         * scripts/lilypond.py (escape_path): revise.
1839         * scm/music-functions.scm (set-output-property): new function.
1840         
1841 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1843         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
1844         use addmakeflags again.
1846         * cygwin/lily-wins.py (escape_shell): New function; use it.
1848         * scripts/lilypond.py (escape_shell): Escape quotes and other
1849         spaces too.  Do not escape escaping backslashes.
1851         * make/srcdir.make.in (web-install): Must call install-WWW now.
1853         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
1854         dependency
1856 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1858         * scripts/lilypond.py (escape_path): escape quotes too. 
1860         * Documentation/user/lilypond.tely (Unified index): rename Index
1861         to accomodate Windows breakage.
1863         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
1865         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
1866         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
1867         target not a source.
1869 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1871         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
1872         addmakeflags.  Build and install doc and web also when building on
1873         Cygwin.
1875         * mf/GNUmakefile: Bugfix.
1877         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
1878         target web.
1880         * cygwin/lily-wins.py: Quote filename.
1882 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1884         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
1886 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1888         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
1889         settings.
1891         * configure.in: Require g++ > 3.0.4.
1893         * mf/GNUmakefile: Bugfix: Add list.ly target.
1894         
1895         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
1897         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
1898         make omf directory, add uninstall targets.
1900 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1902         * lily/tie-performer.cc (initialize): init prev_event
1904         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
1906         * lily/script-engraver.cc (make_script_from_event): don't crash on
1907         non-string articulation-type.
1909         * lily/new-fingering-engraver.cc (add_script): don't crash on
1910         0 scripts 
1911         (acknowledge_grob): warn about text script events.
1913 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
1915         * buildscript/lilypond.words: fix path for drums.scm.
1917 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1919         * lily/spacing-spanner.cc (note_spacing): don't make longer
1920         durations than measure-length.
1922         * VERSION: release 2.0.0
1924         * GNUmakefile.in (rsync-web): version independent rsync target.
1926         * input/test/+.ly (texidoc): idem.
1928         * input/regression/+.ly: print version number.
1930         * input/regression/accidentals.ly (mel): shorten.
1932         * input/regression/accidental-octave.ly (texidoc): shorten.
1934         * input/regression/hairpin-dashed.ly (texidoc): docstring.
1936         * input/regression/completion-heads-polyphony.ly: octave
1938         * input/regression/beam-manual.ly: remove
1940         * input/regression/beam-chord.ly: remove
1942         * input/regression/grace-dynamic.ly: remove
1943         
1944         * input/regression/grace-volta-repeat.ly: octave fixes.
1946         * input/regression/hairpin-dashed.ly (texidoc): doc string.
1948         * lily/parser.yy (step_number): semitones for chord entry too.
1949         (make_chord_step): more robust code, semitones. 
1951         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
1953         * input/regression/breathing-sign.ly (texidoc): split ancient and
1954         normal breathing signs.
1956         * scm/define-grobs.scm (all-grob-descriptions): swap
1957         beamed-extreme-minimum-free-lengths and
1958         beamed-minimum-free-lengths; the 'extreme' case should allow
1959         shorter stems. This fixes forced directions on beamed 32nd and
1960         shorter notes.
1962         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
1963         quartertones, not semitones.
1964         (NoteNamesContext): swallow more event types
1966         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
1968         * VERSION (PACKAGE_NAME): release 1.9.10
1970 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1972         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
1973         set note head as cause of note-column.  This gives a better error
1974         message.
1976 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1978         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
1980 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1982         * mf/GNUmakefile (pfa_warning): instruct 
1984         * stepmake/aclocal.m4: typo.
1986         * Documentation/user/cheatsheet.itely: more verbose examples.
1988         * input/regression/clefs.ly: remove bogus docstring.
1990 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1992         * GNUmakefile.in (SUBDIRS): Add elisp.
1994         * elisp/lilypond-mode.el: 
1995         * elisp/lilypond-init.el: 
1996         * elisp/lilypond-indent.el: 
1997         * elisp/lilypond-font-lock.el: Move from top dir.
1999         * stepmake/stepmake/elisp-vars.make: New file.
2001         * config.make.in (elispdir): Add.
2003         * Documentation/topdocs/INSTALL.texi: Typo.
2005         * make/ly-rules.make: Test for files instead of touching void and
2006         ignoring errors.
2008         * GNUmakefile.in:
2009         * make/lilypond.redhat.spec.in:
2010         * debian/rules: Fix lilypond.words stuff a bit.  For running from
2011         <builddir>, adding
2012         
2013              (push "<builddir>/share/lilypond/elisp" load-path)
2015         to your ~/.emacs.el should give you LilyPond-mode again.
2017         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
2018         regexp for DOS/Windows, we are too paranoid to fix others.
2020 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2022         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
2024         * input/test/chord-names-jazz.ly (banterProperties): fix
2026         * lily/parser.yy (bass_mod): bass figure alterations are semi
2027         tones, not quarter tones
2029         * lily/beam.cc (set_stem_lengths): only lengthen stems
2030         for gapped beams.
2032         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
2033         by beamcount.
2035         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
2036         a warning that the warning may erroneous.
2038         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
2039         target.
2041         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
2042         targets.
2044         * GNUmakefile.in ($(config_h)): config.h should depend on
2045         config.hh.in .
2046         (lilypond.words): remove fontball stuff.
2048         * stepmake/aclocal.m4: only print config.cache warning if it exists.
2050         * configure.in: remove pktrace reference.
2052         * GNUmakefile.in (rsync-web): permissions and ownership for
2053         website.
2055         * lily/volta-engraver.cc (staff_eligible): new function.
2056         (stop_translation_timestep): kill off spanners if not eligible.
2058         * VERSION (PATCH_LEVEL): release 1.9.9
2060         * input/regression/beam-quanting-32nd.ly (texidoc): new file
2062         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
2063         length is more important than forbidden quants.
2064         
2065 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
2067         * buildscripts/lilypond.words: order words in search order,
2068         add lilypond.words.vim to be generated.
2070         * lilypond.vim: use lilypond.words.vim for keyword matching.
2072         * lilypond-mode.el: use search order. fix word selection rules.
2074         * lilypond-font-lock.el: fix fontifying long durations.
2076         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
2078 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2080         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
2082         * stepmake/stepmake/generic-targets.make:
2083         * stepmake/stepmake/bin/make-version.py: 
2084         * stepmake/aclocal.m4:
2085         * make/stepmake.make:
2086         * make/toplevel-version.make: Build fixes: remove last traces of
2087           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
2089         * lily/beam.cc: Add gap-count property.
2091 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2093         * scm/define-grob-properties.scm (gap-count): add gap-count
2095         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
2097 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2099         * cygwin/mknetrel.doc: Typo.
2101         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
2103         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
2105 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2107         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
2108         sizes. Remove support for 'ledger'(=tabloid+landscape).
2110 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2112         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
2113         sauter PFAs.
2115         * configure.in: remove VERSION stuff once again.
2117         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
2119         * scm/define-grobs.scm (all-grob-descriptions): use sans family
2120         for chord names.
2122         * mf/GNUmakefile: always trace pfa fonts.
2123         (SAUTER_FONTS): add cmss[567] too fonts
2125         * configure.in: require mftrace. 
2127         * lily/staff-performer.cc (new_instrument_string): don't look at
2128         instrument property.
2130         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
2131         is_direction is the C++ one. Similar for ly_axis_p and
2132         ly_number_pair_p
2134 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2136         * lily/beam.cc (brew_molecule): read gap-count to determine
2137         number of tremolo (gapped) beams.
2139         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
2140         shorter than 1/8
2142         * flower/include/array.hh (default_compare): new function
2144         * cygwin/mknetrel: Native fixes.
2146         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
2148 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2150         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
2151         feature for Windows.
2153         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
2155         * cygwin/mknetrel: Updates for native use on Cygwin.
2157         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
2159         * stepmake/stepmake/help2man-rules.make: 
2160         * cygwin/mknetrel: Bugfix for manpages.
2162         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
2163         $(builddir).  Stepmake is a normal subdirectory now, that is not
2164         configured.  Another srcdir build fix.
2166         * Documentation/topdocs/INSTALL.texi,
2167         buildscripts/lilypond.words.py, lilypond-font-lock.el,
2168         lilypond-init.el, lilypond-mode.el, debian/rules,
2169         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
2170         rename generated file lilypond.words to lilypond.words.el.
2172 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
2174         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
2176         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
2177         GNUmakefile.in.
2179 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2181         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
2182         when cross building.
2184         * configure.in: srcdir build fix.
2186         * cygwin/GNUmakefile:
2187         * cygwin/lily-wins.py:
2188         * cygwin/postremove-lilypond.sh: 
2189         * cygwin/postinstall-lilypond.sh: Merge from stable.
2191         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
2192         s/ly2dvi/lilypond/.
2194 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2196         * lily/slur.cc (after_line_breaking): only set control points if
2197         none supplied yet.
2199         * input/test/slur-manual.ly: new file.
2201         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
2202         <<  >> chords too.
2204         * VERSION (PACKAGE_NAME): release 1.9.8
2206         * scripts/lilypond.py (escape_path): escape spaces in directory names
2208         * input/test/text-spanner.ly: fixes.
2210 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
2212         * buildscripts/lilypond.words.py: add drum names as note names to
2213         Emacs-mode.
2215 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2217         * input/regression/hairpin-dashed.ly: new file.
2219         * scripts/convert-ly.py (conv): warn about dash-length.
2221         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
2222         automatically if we get a new one.
2224         * lily/lookup.cc (dashed_line): new function
2226         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
2227         dash-fraction.
2229 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
2231         * buildscripts/lilypond.words.py: extract note names.
2233         * lilypond-mode.el: take note names from lilypond.words -file.
2234         small fix in the use of string-match.
2236         * lilypond-font-lock.el: use lilypond.words for note names, add 
2237         maxima to note a duration.
2239 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2241         * lily/breathing-sign.cc: remove railtracks() function. 
2243         * input/regression/arpeggio-bracket.ly (texidoc): add file.
2245         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
2246         (brew_molecule): bugfix don't make arpeggio shorter when
2247         arpeggio-direction is set.
2249         *  debian/rules: small corrections in the (Pedro K)
2251         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
2252         examples.
2254         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
2255         special (repeat) bar comes along.
2257         * input/regression/auto-beam-bar.ly: update.
2259         * scripts/lilypond-book.py (output_dict): remove support for the
2260         EPS option.
2262         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
2263         VerticalAlignment and VerticalAxisGroup this fixes the size
2264         computations for the entire system.
2266         * input/les-nereides.ly (bass): remove superfluous fontSize.
2268         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
2269         causes directory of file to be added to include path.
2271         * input/regression/beam-break.ly: test single stem beams.
2273         * input/regression/system-start-bracket.ly: fix.
2275         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
2277         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
2279         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
2280         (score_stem_lengths): do something sensible for single stem beams.
2282         * lily/beam.cc (least_squares): add kludge for single stem beams.
2284         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
2285         keySignature to list of broken things.
2287         * input/regression/keys.ly: fix.
2289         * VERSION (PACKAGE_NAME): release 1.9.7
2291         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
2293         * Documentation/user/refman.itely (Pitches): doc quarter tones.
2295         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
2296         (quartertone_pitch): new function
2298         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
2299         flat. WARNING: FONT CHANGED.
2301         * ly/nederlands.ly: add -eh and -ih for quarter tones.
2303         * lily/accidental-placement.cc (add_accidental): support for
2304         quarter tones.
2306         * ly/LANGUAGEs.ly: use symbols for alterations.
2308         * mf/feta-toevallig.mf: change accidental codes. 
2310         * scm/lily.scm (ly:get-option): switch on debugging only for
2311         --verbose.
2313         * lily/lily-guile.cc: remove ly:verbose?
2315         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
2317         * lily/parser.yy (TODO): only do gh_call() for apply with
2318         procedure argument.
2320         * lily/tie-engraver.cc (start_translation_timestep): move melisma
2321         stuff in accordance with new timing of tie-events.
2323         * lily/my-lily-lexer.cc: remove \outputproperty
2325         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
2327         * scm/define-translator-properties.scm (melismaBusyProperties):
2328         add melismaBusyProperties property.
2330 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2332         * input/test/ambitus-mixed.ly (texidoc): new file.
2334         * buildscripts/mutopia-index.py (find): prune debugging
2336         * lily/side-position-interface.cc: doc updates
2338         * Documentation/user/refman.itely: updates, tweaks.
2340         * lily/parser.yy (Simple_music): remove outputproperty
2342         * make/stepmake.make: use VERSION again; importing VERSION via
2343         autoconf dependencies is too hairy.
2345 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
2347         * lilypond-mode.el: allow `-' for keywords and identifiers.
2349 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2351         * VERSION: release 1.9.6
2352         
2353         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
2354         iso. ly2dvi.
2356         * Documentation/user/*.itely: fixes everywhere
2358         * lily/completion-note-heads-engraver.cc: rewrite engraver:
2359         produce ties from the engraver itself, do not broadcast TieEvent.
2361         * lily/my-lily-lexer.cc: remove pitch & duration.
2363         * lily/parser.yy (TODO): remove \pitch and \duration
2365         * input/test/explicit.ly: remove file.
2367         * Documentation/user/refman.itely (Pitches): remove \pitch 
2368         \duration command.
2370 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
2372         * buildscripts/lilypond.words.py: add all slur types to Emacs
2373         insertion menu, suppose everything is postfixed by dropping 
2374         unnecessary `-' -marks.
2376 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2378         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
2379         tremoloed stems.
2381         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
2382         head for flagged stems.
2384         * lily/stem.cc (get_default_stem_end_position): futz with extra
2385         stem length if there is a stem tremolo.
2387         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
2388         it would be too small.
2390         * lily/font-metric.cc: return #f for non-existent glyph.
2391         
2392         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
2393         exported through config.make.
2395         * input/regression/clef-oct.ly: new file.
2397         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
2398         transposition.
2400         * input/template/*.ly: remove old relative.
2402         * ly/english.ly: add X names for double sharp.
2404 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2406         * lily/font-select.cc: new file handle font selection routines.
2408         * lily/parser.yy: add ; (Patrick Atamaniuk)
2410         * input/test/time-signature-double.ly: use markups for double time
2411         sigs.
2413         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
2414         ChordNames.SeparationItem #'padding for adjusting space after chords.
2415         
2416         * lily/music-output-def.cc (LY_DEFINE): 
2417         new function ly:paper-lookup.
2418         
2419         * mf/parmesan-clefs.mf: use # quantities for char_box
2420         offsets. Fixes overflow errors in the PFA. 
2422         * scm/new-markup.scm (strut-markup): change calling interface for
2423         markup. Pass paper-def, not grob. This would allow \markup to be
2424         used separately from grobs.
2426         * lily/paper-def.cc: new function ly:paper-font; this function
2427         replaces ly:get-font.
2429         * lily/include/font-interface.hh (struct Font_interface): take
2430         Paper_def iso. Grob for get_font().
2432 2003-09-14  Graham Percival  <gperlist@shaw.ca>
2434         * Documentation/user/ tutorial.itely, refman.itely: add warning
2435         about \key and accidentals.
2437 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2439         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
2441         * Documentation/user/*.itely: manual tweaks
2443 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
2445         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
2446         cleanup; bugfix: exact_center
2448         * Documentation/user/refman.itely: added more documentation on
2449         ambitus according to recent questions on lilypond-user list
2451 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2453         * input/regression/ottava.ly (texidoc): demo 15ma too.
2455         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
2457         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
2458         octave fixes.
2460 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2462         * lily/lexer.ll: add \r to the rules for newlines; this fixes
2463         problems on older Mac editors.
2465 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
2467         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
2469 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
2471         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
2472         mf/parmesan-clefs.mf: added comments on character alignment and
2473         set_char_box() conventions
2475         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
2476         set_char_box()'s
2478         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
2480 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
2482         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
2484 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
2486         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
2487         shortened to avoid almost-collision with staff line; code cleanup;
2488         other custodes: fixed char boxes; code cleanup
2490 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2492         * configure.in: release 1.9.5
2493         
2494         * scripts/lilypond.py (global_latex_preamble): only set
2495         twosideshift if 'twoside' is in latexoptions 
2497         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
2499         * VERSION: remove
2501         * scripts/*2ly.py: update <> syntax
2503 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2505         * lily/chord-name-engraver.cc (process_music): add origin for
2506         chord name.
2508         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
2510         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
2511         bass notes for exceptions too.
2513         * scm/define-grobs.scm (all-grob-descriptions): rename
2514         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
2516         * scm/define-grob-properties.scm (remove-first): add remove-first
2517         property for orchestral scores.
2519         * Documentation/user/*.itely: switch <<>> and <> 
2521         * lily/glissando-engraver.cc (process_music): bugfix: move line to
2522         last_line only once. This fixes the two consecutive glissandi problem.
2524 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
2526         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
2527         error message "flexa-width undefined"
2529         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
2530         lily/include/gregorian-ligature.hh: print warning when ignoring
2531         head prefixes on flexa shapes
2533         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
2534         space before a series of inclinatum heads
2536         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
2537         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
2538         cleanups
2540         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
2541         and char_box
2543 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
2545         * input/regression/breathing-sign.ly: tiny fixes
2547         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
2548         semantical collision with vaticana ligatures
2550         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2551         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
2552         now consistent with mensural ligatures
2554         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2555         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
2556         context pitches and staff position; dto. for virga stem; removed
2557         obsolete virga and clivis characters from parmesan font (WARNING:
2558         font changed)
2560         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
2561         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
2563         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2564         scm/define-grob-properties.scm: consistency fix: renamed
2565         join_left->add_cauda
2567         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
2568         appendix length; bugfix: yoffs_bt for reverse direction punctum
2569         characters
2571         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2572         small cleanups; added more docu
2574         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
2575         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
2576         computation to CoherentLigatureEngraver
2578         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
2579         scm/define-grob-properties.scm: bugfix: added missing linea and
2580         cavum properties; bugfix: removed dead semivocalis property
2582         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
2583         length; redesigned quilisma, stropha and auctum
2585         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
2586         line thickness
2588         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
2589         Documentation/user/refman.itely: bugfix: introduced shifted
2590         epiphonus head to avoid collision with adjacent plica
2592 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2594         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
2596         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
2598 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2600         * Documentation/user/tutorial.itely (A lead sheet): remove
2601         duplicate chords.
2603         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
2605 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2607         * Documentation/bibliography/computer-notation.bib (isbn): add
2608         xivcim publication.
2610 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
2612         * GNUmakefile.in: drop lilypond.words for generation.
2614 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
2616         * buildscripts/lilypond.words.py: take filename (also) from an arg.
2618         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
2620 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2622         * input/test/figured-bass-alternate.ly (fl): new file.
2624         * Documentation/topdocs/README.texi (Top): clarifications.
2626         * Documentation/bibliography/computer-notation.bib (isbn): add phd
2627         theses of Gieseking and Renz.
2629         * GNUmakefile.in (README_FILES): remove README.mandrake.
2631 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
2633         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
2634         from source files and search patterns listed in the script.
2636         * GNUmakefile.in: add target `lilypond.words'.
2638         * lilypond.words: remove file, generated by `make lilypond.words'.
2640         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
2642 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
2644         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
2646 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2648         * VERSION: 1.9.4 released
2650         * scripts/convert-ly.py (FatalConversionError.figures_replace):
2651         rule for < > <-> << >> substitution
2653         * lily/lexer.ll: exchange meaning of << >> and < > 
2655         * VERSION (PACKAGE_NAME): 1.9.3 released
2657         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
2658         pages unconditionally.
2660 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2662         * Documentation/user/music-glossary.tely (Top): small syntax
2663         fixes.
2665         * scm/music-functions.scm (remove-tag): filter \tagged music
2666         expressions.
2668         * input/regression/tag-filter.ly (texidoc): new file.
2670         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
2671         symbol2 .. ) etc. 
2673         * scripts/convert-ly.py (FatalConversionError.conv): fingering
2674         convert rule.
2676         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
2678         * lily/new-fingering-engraver.cc (position_scripts): don't crash
2679         for borderline cases (e.g. 1 fingering.)
2680         (position_scripts): revise interface, use fingerOrientations to
2681         set fingering positions.
2683         * scm/document-translation.scm (context-doc): add aliases to
2684         automated documentation.
2686         * make/lilypond-vars.make: remove stepmake compat glue.
2688         * make/generic-vars.make: remove cruft.
2690         * lily/main.cc (main): don't identify binary.
2692 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2694         * lily/include/translator.hh (class Translator): remove
2695         type_string_ , use symbol for context name throughout.
2696         Changes through whole source tree.
2698         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
2699         set PDF as default, and always make PDF.
2701         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
2703 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
2705         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
2706         Documentation/user/refman.itely input/regression/allfontstyle.ly
2707         input/regression/grace-types.ly:
2708         fix spelling for acciaccatura (Webster's 1913).
2710 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2712         * lily/main.cc (usage): adjust blurb, include url.
2714         * input/regression/breathing-sign.ly (texidoc): transpose up
2716 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
2718         * input/regression/breathing-sign.ly: changed ancient examples to
2719         be relevant (by request of Han-Wen); updated BreathingSign text
2720         property according to new syntax.
2722         * ly/gregorian-init.ly: updated BreathingSign text property
2723         according to new syntax
2725 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2727         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
2728         (Clef): index entries for clefs.
2730         * python/lilylib.py (system): remove errorlog files.
2731         
2732 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
2734         * lilypond.words: add \new and new graces. Add dynamics to menus
2735         keeping 1.8.x compatibility; after all the engraving relating to 
2736         notes becomes postfixed `-' marks will be removed.
2738 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2740         * lily/molecule.cc (align_to): idem.
2742         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
2743         
2744         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
2745         accacciatura everywhere.
2747         * VERSION (PACKAGE_NAME): released 1.9.2
2749         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
2751         * scm/document-markup.scm (markup-doc-node): sort markup function
2752         list.
2754         * lily/paper-outputter.cc (output_version): change "Lily was here"
2755         into  "Engraved by LilyPond"
2757         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
2758         on unquoted strings before \notenames.
2760         * lily/parser.yy (lyric_element): allow markup as lyric text. This
2761         increases the number of s/r reductions to 4.
2763         * scm/new-markup.scm (fraction-markup): \fraction command.
2765         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
2766         mode
2768         * lily/lookup.cc (round_filled_box): rename function.
2769         (LY_DEFINE): round-filled-box: change signature.
2771         * Documentation/user/refman.itely: revise section explaining grace
2772         notes.
2774         * lily/translator-scheme.cc (LY_DEFINE): add ! to
2775         ly:set-context-property
2777         * input/*/*.ly (vmus): use \new everywhere.
2779         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
2781         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
2782         default
2784         * scm/music-functions.scm (set-stop-grace-properties)
2785         (set-start-grace-properties, add-grace-property): new functions
2786         for modular grace tweak control.
2788         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
2789         
2790 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2792         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
2794         * GNUmakefile.in (install-pfa-fonts):
2795         (get-pfa-fonts): New target.
2797         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
2798         install-pfa-fonts help.
2800 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2802         * lily/translator-scheme.cc (LY_DEFINE):
2803         ly:context-pushpop-property new function.
2804         (LY_DEFINE): new function ly:translator-find  
2805         new function ly:translator?
2806         (LY_DEFINE): new function ly:context?
2808         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
2810         * python/lilylib.py (read_pipe): only store and display error log
2811         if verbose not set.
2812         (read_pipe): only display log if it contains something.
2814 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2816         * Documentation/misc/GNUmakefile: Re-add.
2817         (TEXTS): Add CHANGES.
2819 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
2821         * lilypond.words: add \newcontext.
2823 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2825         * lily/tie-performer.cc (stop_translation_timestep): only flush
2826         tied_notes when we have actually made a tie. Fixes bugs with ties
2827         in polyphonic scores.
2829 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2831         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
2832         they do not exist.
2834 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2836         * VERSION (PACKAGE_NAME): released 1.9.1 
2838         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
2839         Instrument_name_engraver
2841         * lily/tie-performer.cc (create_audio_elements): bugfix
2843         * Documentation/user/music-glossary.tely (Top): comment out
2844         font-style statements.
2846         * input/test/force-hshift.ly: revise example.
2848         * Documentation/bibliography/engraving.bib (note): typos.
2850         * configure.in: bump GCC requirements to 3.x
2852         * lily/include/audio-item.hh (class Audio_tie): rename
2853         note_l_drul_ to note_drul_
2855         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
2857         * lily/parser.yy (relative_music): whoops. All \relative were off
2858         by ...  a lot .... Ahem.
2860         * scm/define-music-types.scm (music-descriptions): idem.
2862         * lily/beam-engraver.cc: move new-beam-event to beam-event
2864         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
2865         to Tie_engraver
2867         * input/regression/bar-number.ly: remove unnecessary old-relative
2868         options.
2869         
2870         * Documentation/user/internals.itely (Creating contexts): document
2871         \newcontext
2873         * lily/parser.yy (Composite_music): add \newcontext
2875         * Documentation/user/refman.itely (MIDI block): add note about
2876         dotted tempos.
2878         * scm/font.scm: remove old markup legacy
2880         * GNUmakefile.in (web-clean): remake share/ after web-clean.
2882         * lily/breathing-sign.cc (brew_molecule): remove function
2884         * lily/text-item.cc: remove old-style markups.
2885         (interpret_markup): C++ version of markup function
2886         (brew_molecule): idem.
2888         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
2889         as Scheme variable.
2891         * scripts/convert-ly.py (conv): dashes rule.
2892         Apply rule.
2894         * Documentation/user/lilypond-book.itely: syntax fixes. 
2896 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2898         * VERSION (PACKAGE_NAME): release 1.9.0
2900         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2901         note about dvips. (Should backport.)
2903         * scripts/convert-ly.py
2904         (FatalConversionError.articulation_substitute): add
2905         convert-new-chords code. Remove convert-new-chords.py
2907         * Documentation/user/refman.itely (Octave check): document
2908         \octave.
2910         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
2911         \relative changes.
2913         * lily/parser.yy (command_element): octave check:
2915            \octave PITCH
2917         checks that PITCH (without octave) yields PITCH (with octave) in
2918         \relative
2920         * lily/relative-octave-music.cc (to_relative_octave): octave check.
2922         * lily/scm-option.cc: ly:set-option now has the default argument
2923         #t.
2925         * lily/lexer.ll: add \renameinput
2927         * python/lilylib.py (command_name): robustifications.
2929         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
2930         /dev/stderr. This is ash compatible.
2932         * ly/init.ly: add warning if compatibility was not necessary.
2934         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
2936         * flower/include/string-handle.icc: formatting cleanups, rename
2937         references by ref_count_.
2939 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
2941         * make/lilypond.mandrake.spec.in: syncronize the spec file with
2942         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
2943         package libs separately, fix conflicting php variable out=/dev/vc/
2944         invoking `unset out', declare menus, use only one icon-file, fix
2945         doc-path in menu.
2947 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2949         * scripts/convert-ly.py (FatalConversionError.conv): typo
2951         * Documentation/misc/GNUmakefile: restore misc directory.
2953         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
2955         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
2956         Petites-Preludes 
2958         * input/test/partial-blank.ly (quickmeasure): syntax
2960         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
2961         attachment property.
2963         * Documentation/user/refman.itely: remove superfluous -'s 
2964         (Grace notes): ) fixes.
2966         * lily/music.cc: generic compress(), transpose() functions. Remove
2967         others.
2969         * lily/parser.yy (gen_text_def): remove support for #'(italic )
2970         style markup entry.
2972         * lily/parser.yy: all articulations postfix; remove obligatory -
2973         for [,  ) and \!
2974         
2975         * lily/music.cc (to_relative_octave): write generic
2976         to_relative_octave function; various relative cleanups.
2977         Hmmm.
2979         * lily/scm-option.cc: add options new-relative and old-relative
2981         * po/sv.po: new po file.
2983         * Documentation/user/refman.itely (Dynamics): website
2984         fixes. (should backport!)
2986 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
2988         * make/lilypond.mandrake.spec.in: declare version only once.
2990 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2992         * lily/simultaneous-music.cc (to_relative_octave): undo relative
2993         meaning for now.
2995 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2997         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
2999         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
3001         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
3003         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
3005         * lily/music.cc (var): add ly:music-transpose function.
3007         * lily/parser.yy (pre_events): remove prefix articulations.
3009         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
3011         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
3013         * Documentation/user/refman.itely (Text markup): add comment about
3014         markup in header.
3016 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3018         * lily/paper-outputter.cc (write_header_fields_to_file): 
3019         only dump value if it is a string.
3021         * flower/include/dictionary.hh: remove.
3022         
3023         * Documentation/ChangeLog-1.5: add back old log.
3025         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
3026         .pfas from a .deb.
3028 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3030         * Documentation/bibliography/engraving.bib: add entry for
3031         Jaschinski's Notation
3033 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3035         * Documentation/user/refman.itely (Beaming): add note about
3036         allowBeamBreak
3038 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
3040         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
3041         GregorianTranscription contexts
3043         * ly/engraver-init.ly: vaticana contexts: minor fixes
3045         * Documentation/user/refman.itely (Ancient notation): added note
3046         on appendix length bug
3048         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
3049         input/test/vaticana.ly: use vaticana contexts; small fixes
3051 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3053         * flower/hash.cc: Remove.
3055         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
3056         to (nonexistent?) hash_func_ identifier.
3058         * python/midi.c (midi_error, midi_warning): Use char const* for
3059         __FUNCTION__ argument.
3061         * python/gettext.py: Remove.  We already require python 2.1, which
3062         includes gettext.py.
3064         * configure.in: Require python 2.1, as INSTALL.texi says.
3065         it.
3067         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
3068         versions 1.50 and 1.75.  Remove note about lexer patch.
3070 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3072         * Documentation/topdocs/INSTALL.texi: Update type1 font
3073         description to actual situation.  Add comment about new font ball
3074         layout.
3076         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
3077         in $LILYPONDPREFIX suffices for installation.
3079 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3081         * debian/control (Build-Depends): Add flex-old as alternative to
3082         flex.  Deprecate bison 1.75.
3084 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
3086         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
3087         Vaticana contexts
3089         * Documentation/user/refman.itely (Ancient notation): documented
3090         some bugs; tiny fixes; added docu on Vaticana contexts
3092         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
3093         scripts
3095 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
3097         * Documentation/user/refman.itely (Ancient notation): added some
3098         introductory words; added section on ancient time signatures;
3099         added some @seealso and @refcommands; small fixes and
3100         beautifications
3102 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
3104         * input/regression/note-head-style.ly: many fixes and updates
3106         * Documentation/user/refman.itely: added small sections on ancient
3107         accidentals, rests and flags; revised ancient note head section;
3108         small wording/spelling fixes
3110         * input/test/rests.ly: layout fixes
3112 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
3114         * input/puer-fragment.ly: bugfix: central C position of do clef
3116         * ly/gregorian-init.ly: workaround: add small padding space before
3117         divisiones (the correct fix would be the spacing engine to handle
3118         this)
3120 2003-08-13  Graham Percival  <gperlist@shaw.ca>
3122         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
3123         cue-notes.ly: minor fixes.
3125 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
3127         * Documentation/user/refman.itely: bugfix: remove obsolete link to
3128         input/test/custos-style.ly
3130         * Documentation/index.html.in: bugfix: link to Tutorial.html
3132         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
3133         to neumes; bugfix: "et": epiphonus, not just a simple pes
3135 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
3137         * lilypond-mode.el: split `Insert Tag' if it is long enough.
3139         * lilypond.words: add new features: markup, column, center, \[ \].
3140         
3141 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
3143         * Documentation/topdocs/NEWS.texi, DEDICATION,
3144         stepmake/bin/add-html-footer.py
3145         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
3146         input/mutopia/J.S.Bach/wtk1-fugue1.ly
3147         input/mutopia/J.S.Bach/wtk1-prelude1.ly
3148         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
3149         added (only) after a sentence which is complete; if the sentence is 
3150         not ended a comma `,' or nothing is used. fix also spaces.
3152 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3154         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
3155         requirements to plain 1.6.
3157         * buildscripts/mutopia-index.py (read_lilypond_header): update
3158         mutopia-index.py to 1.4 syntax [sic]
3160 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
3162         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
3164 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3166         * Documentation/index.html.in: url for regression pdf
3168         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
3170         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
3172         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
3174         * VERSION: 1.8.0 released
3175         
3176         * GNUmakefile.in (local-WWW-post): footify build fix.
3178         * configure.in: require GUILE 1.6.4
3180         * Documentation/user/GNUmakefile: don't copy *.png for
3181         lilypond-internals
3183         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
3184         local-WWW-post target.
3185         (rsync-web): add rsync-web target
3187         * Documentation/user/introduction.itely (Music notation and
3188         engraving): add neume example
3190         * input/puer-fragment.ly (cantus): add puer-fragment
3192 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3194         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
3195         to notes, so that equalizer is actualy being used.
3197         * scm/midi.scm (instrument-equalizer-alist):
3198         (absolute-volume-alist): Define public, so that user can copy or
3199         override.
3201         * lily/key-performer.cc (create_audio_elements): Check for minor
3202         key.  Only if key is minor, set MIDI key to minor.
3204 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3206         * Documentation/user/refman.itely (Hiding staffs): fixes.
3208         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
3210         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
3211         vertical extents to deal with Hara kiri correctly.
3213         * input/regression/hara-kiri-short.ly: remove
3215         * input/regression/hara-kiri-pianostaff.ly: update test.
3217         * Documentation/user/*.tely: remove WEBTITLE
3219         * scm/output-tex.scm (comment): idem.
3221         * scm/output-pdftex.scm: remove GUILE 1.4 glue
3223         * scm/music-functions.scm (make-lyric-event): new function
3225         * scm/lily.scm (lilypond-version): new function
3227         * input/test/version-output.ly: new file.
3229         * Documentation/user/lilypond.tely: add version number to
3230         front-page.
3232 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3234         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
3236 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3238         * input/template/gregorian-transcription.ly (barTwo): syntax update.
3240         * Documentation/user/refman.itely (Hiding staffs): rename node.
3242 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3244         * input/regression/new-markup-syntax.ly (texidoc): remove
3245         molecule-callback override.
3247 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3249         * input/les-nereides.ly: Mark tweaks with %tweak.
3251         * Debian patch, see debian/changelog (Anthony Fok).
3253 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3255         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
3256         problem.
3258 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3260         * Documentation/user/refman.itely (Text markup): Fix language bug.
3262 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3264         * input/* : postfix syntax fixes.
3266         * Documentation/user/refman.itely (Text markup): add note about
3267         raise/lower with ^ or _ .
3268         
3269         * po/fi.po: fix \\apply strings.
3271         * lily/parser.yy (open_event): warn for prefix articulations.
3273 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
3275         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
3276         fix also on parmesan font.
3278 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3280         * VERSION 1.7.30 released
3281         
3282         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
3284         * buildscripts/mutopia-index.py (headertext): rewording
3286 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3288         * scm/new-markup.scm (strut-markup): new markup function.
3290         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
3291         space also when no accidental is there.
3293 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3295         * input/les-nereides.ly: Updates.
3297 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
3299         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
3300         which repeats the tag insertion selected from "Insert tag" menu.
3302 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3304         * lily/all-font-metrics.cc (find_font): load AFM files first only
3305         for feta fonts. This fixes problems with TeXlive and other TeX
3306         distros that include AFM files for the CM fonts. 
3308         * scm/font.scm (qualifiers-to-font-name): remove.
3310         * lily/paper-def.cc: remove get_var.
3312         * input/trip.ly: remove file.
3313         
3314         * input/regression/spacing-note-flags.ly (raggedright): remove
3315         stafflinethickness
3317         * input/les-nereides.ly: update to new syntax, cleanups.
3319 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3321         * Documentation/user/refman.itely: Clarify shortest-note problem
3322         of autobeamer.
3324 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
3326         * lilypond-mode.el: Add each word to regexps only once.
3328         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
3329         is based on the syntax definitions in lilypond.words. Remove all 
3330         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
3331         LilyPond->Insert menu is generated by the entries in lilypond.words 
3332         to which have been given a syntax definition.
3334         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
3335         \notes, \relative, \score, \simultaneous, \transpose.
3337         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
3339         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
3340         
3341         * lilypond-mode.el: add menu keywords separately.
3343         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
3345 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3347         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
3348         current ugly installation method for PFA fonts.
3350 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
3352         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
3353         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
3355         * Documentation/user/music-glossary.tely: update legato.
3357 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3359         * lexer-gcc-3.0.patch: Remove.
3361         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
3363 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3365         * debian/rules (binary-arch): remove NEWS.
3367 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
3369         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
3370         stepmake/bin{ many }: polish the `--help's of different scripts;
3371         model taken from the core-utils of Linux.
3373         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
3375 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3377         * flower/parse-afm.cc (parseCharMetrics): add warnings.
3379         * flower/libc-extension.cc: idem.
3381         * flower/include/libc-extension.hh: protect against isinf macros.
3383 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
3385         * { many }: Use two uppercase letters in LilyPond.
3387         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
3389         * VERSION: 1.7.29 released.
3390         
3391 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3393         * lily/tie.cc: add TODO comment.
3395         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
3397         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
3398         linejoins and linecaps. This fixes problems with occasional spikes
3399         on slur/tie endings.
3400         
3401         * input/regression/font-name.ly: don't use PS fonts for
3402         compatibility reasons. 
3404         * mutopia/claop.py (accents): update to 1.8
3406         * Documentation/user/music-glossary.tely (Top): remove 13pt.
3408         * Documentation/user/macros.itexi: don't color glossary links.
3410         * Documentation/user/invoking.itexi (Error messages): new section
3412 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3414         * input/regression/font-name.ly: add file.
3416         * scm/document-backend.scm (grob-doc): remove <hr> from
3417         lilypond-internals
3419         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
3420         reqd version to 1.6.4 
3422         * lily/font-interface.cc (get_font): bugfix: take font-name from
3423         alist chain too. This fixes font-name override for \markup.
3425 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3427         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
3429         * input/test/polymetric-differing-notes.ly: Compile fix.
3431 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
3433         * Documentation/user/refman.itely: fixed typo
3435         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
3436         before flexa
3438 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
3440         * input/test/{ many }: search & fix some typos.
3442 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3444         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
3445         images.
3447         * scm/music-functions.scm (make-voice-props-set): set Script /
3448         TextScript dir for polyphony too.
3450         * scm/define-grobs.scm (all-grob-descriptions): decrease space
3451         before clef.
3453         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
3455 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
3457         * Documentation/user/refman.itely (Percussion): Small
3458         clarifications and fixes.
3460         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
3461         threads. This fixes different heads playing simultaneously.
3463 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
3465         * Documentation/user/{ many }: increase readability (read through 
3466         User manual from `one big page').
3468 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3470         * input/test/polymetric-differing-notes.ly: add example with
3471         disparate note values.
3473         * input/test/polymetric.ly: rename from poly-metric
3475         * scripts/ly2dvi.py (include_path): bugfix: use outbase
3476         iso. outname.
3478         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
3479         G-clef bbox to real char extents. This fixes the G-clef being
3480         offset too much to the right.
3481         document perc clef offset.
3483         WARNING: FONT CHANGED.
3485         * Documentation/user/tutorial.itely (Tutorial): move menu.
3487 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3489         * buildscripts/lilypond-profile.sh (Error): trim error message.
3491         * Documentation/user/invoking.itexi (Invoking the lilypond
3492         binary): add note about path.
3494         * Documentation/user/macros.itexi: add @c at EOL, hopefully
3495         suppresses superfluous spaces.
3497 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3499         * buildscripts/lilypond-profile.sh: Add documentation to error
3500         message.
3502         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
3504 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3506         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
3507         <mike@ossmann.com>)
3509         * Documentation/bibliography/computer-notation.bib (pages): prune
3510         unscientific language.
3512         * Documentation/user/GNUmakefile: copy unsplit file to
3513         lilypond.html (idem for lilypond-internals).
3515         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
3517         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
3519         * python/lilylib.py (lilypond_version): 2.1 proof version check.
3521         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
3522         fix.
3523         
3524 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
3526         * Documentation/user/{ various }: bind text snippets with their
3527         examples, e.g. by punctuation: This is an example.
3529 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3531         * ly/performer-init.ly (VoiceContext): Typos.
3533         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
3534         builds, leave final-install to toplevel srcdir makefile.
3536         * make/srcdir.make.in (install): New target.
3538 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3540         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
3541         This fixes core dump on MIDI output (Simon Weatherill).
3543         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
3544         on local-WWW-post.
3546 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3548         * make/lilypond.redhat.spec.in: add dvips to reqs.
3550 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3552         * make/srcdir.make.in (web): Add special web target.
3554         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
3555         from inner $(LOOP).
3557         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
3559         * stepmake/stepmake/generic-targets.make (www-targets-help):
3560         * GNUmakefile.in (web-install): Install in $(webdir).
3562         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
3564         * cygwin/changelog: 
3565         * cygwin/mknetrel: Update.
3567         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
3568         (html-doc): Remove (use: web).
3570         * stepmake/stepmake/script-rules.make: 
3571         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
3572         Fix $(config_make) dependencies for srcdir build.
3574         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
3575         target for srcdir build.
3577         * stepmake/make/stepmake.make: 
3578         * make/srcdir.make.in: 
3579         * GNUmakefile.in:
3580         * make/stepmake.make (config_make): Rename variable (was:
3581         configuration).
3583 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3585         * Documentation/user/internals.itely (Manipulating music
3586         expressions): run lilypond on example too.
3588         * flower/include/libc-extension.hh: move lrint define to
3589         header. bugfix.
3590         
3591 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3593         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
3594         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
3595         do we recurse whole tree?).
3597         * GNUmakefile.in (html-doc): Resurrect.
3599         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
3600         obsolete $(package-icon) dependency.
3602 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3604         * Documentation/user/refman.itely (Automatic staff changes):
3605         add seealso 
3607         * Documentation/index.html.in: link to bigpage.
3609         * Documentation/user/tutorial.itely (Tutorial): streamline.
3611         * Documentation/index.html.in: url typo.
3613         * VERSION (PACKAGE_NAME): release 1.7.28
3615         * python/lilylib.py (error_log): remove '/' from name.
3617         * input/regression/pedal.ly: remove; dups input/test/
3618         
3619         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
3621         * Documentation/index.html.in: python style doco index.
3623         * Documentation/{footer,header}.html.in (src): remove, 
3625         * Documentation/pictures: remove all but lelie-logo.xpm.
3627         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
3628         before running makeinfo.
3630         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
3631         @code{}
3633 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3635         * input/test/bar-number-regular-interval.ly: rename.
3637         * Documentation/user/*: various fixes. 
3639 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
3641         * Documentation/{ many }: polish for update-all-menus. typos.
3643         * po/fi.po: fixes.
3645         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
3647         * buildscripts/mutopia-index.py: polish.
3649         * input/regression/{ many }, input/test{ many }: polish texidocs.
3651 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3653         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
3655         * lily/text-spanner.cc (brew_molecule): use bracket-flare
3656         iso. edge-widen.
3658         * lily/piano-pedal-engraver.cc (process_music): change from
3659         process_acknowledged ()
3661         * lily/piano-pedal-bracket.cc: new file. Change
3662         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
3663         cleaned up.
3665         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
3667         * input/regression/tuplets.ly (texidoc): rename file.
3669         * po/fr.po: update
3671         * buildscripts/lilypond-profile.sh: error message if script is not
3672         sourced.
3674         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
3675         bracket-flare
3676         (make_bracket): simplify code.
3678         * lily/parser.yy (verbose_command_req): catch typos in \key scale
3679         argument.
3681         * python/lilylib.py (lilypond_version_check): new function
3683         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
3685         * scripts/ly2dvi.py (run_lilypond): add version check.
3687         * scripts/lilypond-book.py (option_definitions): typo
3689         * scripts/ly2dvi.py (include_path): typo
3691         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
3693         * lily/parse-scm.cc (parse_handler): typo
3695         * Documentation/user/macros.itexi: use @heading for headings.
3697         * Documentation/user/refman.itely: updates, fixes.
3699 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
3701         * po/fi.po: add Finnish translations. fixes.
3703         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
3705         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
3706         from lily/glissando-engraver.cc.
3708 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3710         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
3711         for non-first _broken_ bracket.
3713         * Documentation/user/refman.itely: corrections.
3715 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3717         * lily/new-fingering-engraver.cc (position_scripts): add heads to
3718         support of the fingerings.
3720         * po/fr.po: French translation update.
3722         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
3723         strings.
3725 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3727         * Documentation/user/introduction.itely: Small fixes.
3729 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
3731         * Documentation/topdocs/AUTHORS.texi: polish.
3733 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3735         * Documentation/user/introduction.itely: revise
3737         * Documentation/user/tutorial.itely: reorganise.
3739         * Documentation/topdocs/index.tely: remove.
3741         * Documentation/header.html.in: prune.
3743         * GNUmakefile.in: clean up web building.
3745         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
3746         target.
3748 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
3750         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
3752         * lilypond-mode.el: turn on blink-matching-paren.
3754 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3756         * scm/output-sodipodi.scm (svg-header): Fix typo.
3758 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3760         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
3761         fixes a security hole.
3763         * scripts/lilypond-book.py (original_dir): remove temp_dir
3765         * scm/document-translation.scm: use @code tags.
3767 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
3769         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
3771         * lilypond-mode.el: add a buffer-local post-command-hook to set
3772         context dependent syntax-table after each cursor event. Remove old
3773         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
3775         * lilypond-indent.el: update comments.
3777         * Documentation/footer.html.in: add period.
3779 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3781         * make/lilypond.redhat.spec.in (Group): don't strip binary.
3783         * scm/document-translation.scm (document-property-operation): add
3784         @code{} tags.
3786         * VERSION (PACKAGE_NAME): release 1.7.27
3788         * config.make.in: add PAPER variable
3790         * buildscripts/new-chords.py (help): add help text
3792         * Documentation/user/introduction.itely (Typography and program
3793         architecture):  fixes.
3795         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
3796         for texinfo and dvips. This fixes problems with PDF output of the
3797         wrong size.
3799         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
3800         DVIPS_PAPERSIZE variable
3802         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
3803         TEXINFO_PAPERSIZE variable 
3805 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3807         * mf/feta-macros.mf: whoops: only draw lines for test situations.
3809         * mf/feta-toevallig.mf: lowres fixes.
3811 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3813         * NEWS: Typo and fill-paragraph fixes.
3815         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
3816         cast #define.
3818         * configure.in: 
3819         * config.hh.in: Check for lrint.
3821 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3823         * VERSION: 1.7.26 released
3825         * lily/separation-item.cc: add padding property.
3827         * input/test/*.ly: various fixes, remove solo-a2.ly
3829         * scm/new-markup.scm (brew-new-markup-molecule): arg order
3830         bugfix. Fixes old-style markup compatibility.
3832         * Documentation/user/introduction.itely (Introduction): historical
3833         elucidations
3835         * Documentation/user/music-glossary.tely (Top): linewidth fix.
3837         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
3839         * Documentation/index.texi (Top): cleanup.
3841         * Documentation/user/introduction.itely (Introduction): rewrite
3842         introduction, 
3843         (Music notation and  engraving): about notation. Add flat-picture
3845 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3847         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
3848         separation items. This keeps lyrics from bumping into each other.
3850 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3852         * GNUmakefile.in (topdocs-web): New target.
3853         (local-web): Depend on topdocs-web; fixes html-doc.
3855 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3857         * po/lilypond.pot: run po-replace
3859         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
3861         * scm/drums.scm (reset-drum-kit): new function.
3863         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
3865         * scripts/update-lily.py: remove
3866         
3867         * VERSION: release 1.7.25
3868         
3869         * Documentation/user/introduction.itely (Introduction): rewrite
3870         start of introduction.
3872 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
3874         * lily/all-font-metrics.cc: fixed typo
3876 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
3878         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
3879         LilyPond-mode-context-set-syntax-table): new functions to define
3880         the syntax table according to context.
3882         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
3884 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3886         * Documentation/user/refman.itely (Figured bass): 
3887         language nit courtesy http://www.vocabula.com
3889         * GNUmakefile.in: remove no kpathsea hack.
3891         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
3892         doco.
3894         * GNUmakefile.in: remove web-doc target.
3896         * lily/all-font-metrics.cc (find_afm): add message about
3897         buildscripts/clean-fonts.sh 
3899         * scm/define-music-properties.scm (figure): use string for 'figure
3901         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
3903         * input/regression/ : add raggedright = ##t where applicable. 
3904         
3905         * scm/bass-figure.scm (make-bass-figure-markup): add
3906         alignBassFigureAccidentals property.
3908         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
3909         bracket.
3911         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
3912         syllables widths into account for minimum-length.
3914         * input/test/staff-container.ly: update file
3916         * input/test/stem.ly: remove
3918         * lily/event.cc (LY_DEFINE): add ly: prefix.
3920         * input/test/clef-manual-control.ly: from manual-clef
3922         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
3924         * input/test/different-time-signatures.ly: move to poly-metric.ly
3926         * input/test/hara-kiri*,scales.ly: remove
3927         
3928         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
3929         with chord-names-jazz.ly)
3931         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
3932         get scalable cm fonts too.
3934         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
3935         --encoding for mftrace if present.
3937         * input/regression/slur-area.ly: move from test/
3939         * input/test/: remove simple-slur-endings slur-attachment
3940         slur-broken-cross-staff slur-broken.ly slur-damping.ly
3941         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
3942         slur-symmetry slur-symmetry tie-broken.ly
3944         * scm/drums.scm (set-drum-kit): add function.
3946         * Documentation/user/refman.itely (Percussion staves): use
3947         set-drum-kit
3949         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
3950         too
3951         (Global_measure.set_timesig): handle 3/8 time sig too.
3953         * scm/output-lib.scm (note-head-style->attachment-coordinates):
3954         note about triangle note heads.
3956         * scm/drums.scm: use alist for instrument-settings. This fixes the
3957         bug with assigning to drums in the .ly file.
3959         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
3960         CHANGED.
3962         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
3963         cluster-beacon-interface
3965         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
3967         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
3969         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
3971         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
3972         to get positions.
3974         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
3975         make ClusterSpannerBeacon to record Y positions. This removes the
3976         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
3977         make cluster-note-events.
3979 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3981         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
3983         * configure.in: Use lily/main.cc as identifying source file.
3985         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
3987         * config.hh.in: 
3988         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
3990         * configure.in: Require PYTHON >= 2.0.
3992         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
3993           $PYTHON for include dir location.
3994         (STEPMAKE_PYTHON): New function.  Use
3995         
3996             PYTHON=foo ./configure
3998           to override.
4000 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4002         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
4003         something.
4005         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
4006         ftp.lilypond.org everywhere.
4008 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4010         * lily/text-item.cc (interpret_new_markup): do only if new-markup
4011         detected.
4013         * Documentation/user/refman.itely (Grace notes): note on explicit
4014         contexts
4016 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
4018         * lilypond-font-lock.el: add a comment about LilyPond specific
4019         escape characters: ^, - and _, in the syntax table.
4021         * Documentation/user/appendices.itely: a majuscule fix.
4023 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4025         * input/test/trills.ly (endHorizScript): fixes.
4027         * input/test/chord-names-jazz.ly: merge in alternate Jazz
4028         notation, move from regression.
4030         * input/test/script-stack.ly: change name from stacked-scripts
4032         * input/test/ossia.ly: octave errors.
4034         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
4035         for midi-volume-equaliser
4037 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4039         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
4040         cm fonts.
4042         * mf/feta-beugel.mf: don't multiply font_count by 10.
4044         * lily/lookup.cc (horizontal_line): new function. Use
4045         horizontal-line in output backends.
4047         * Documentation/user/tutorial.itely (An orchestral part): new
4048         section on orchestral stuff and identifiers.
4050 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
4052         * lilypond-mode.el: comment-out paren-highlighting, it still causes
4053         some interference to other modes.
4055 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4057         * lily/spacing-spanner.cc (musical_column_spacing): use average,
4058         not maximum of spacing wishes in polyphonic situations.
4060         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
4061         number
4063         * lilypond-indent.el: remove paren matching. 
4065         * lily/text-item.cc (interpret_new_markup): new function
4066         use iso. text2molecule.
4068         * lily/main.cc (notice): change FSF address 
4070         * po/de.po: update PO file to 1.6.
4072 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
4074         * Documentation/user/ {many}: Add periods and remove spaces.
4075         
4076 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
4078         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
4079         Disable buffer-locally default paren hook and make a new one. 
4081         * lilypond-mode.el: Turn off locally paren-mode, but turn on
4082         locally LilyPond-paren-mode. Add todo for mouse double-click.
4084 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
4086         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
4087         Disable buffer-locally default paren idle timer and make a new one. 
4089         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
4090         locally LilyPond-show-paren-mode. Add to menu a toggle for
4091         LilyPond-show-paren-function.
4093 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4095         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
4097 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
4099         * Documentation/user/refman.itely: spelling fix.
4101         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
4102         paren highlight function definitions. add todo for
4103         LilyPond-show-paren-mode.
4105 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4107         * input/template/jazz-combo.ly: new file.
4109 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4111         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
4112         lo-res fixes.
4114         * mf/feta-schrift.mf: bugfix in varcoda sign.
4115         WARNING: FONT CHANGED
4117         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
4118         in accordance with lexer.ll.   
4120 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4122         * Documentation/user/tutorial.itely: Edit introduction.
4124 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4126         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
4127         ly:grob-staff-position
4129 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4131         * scm/to-xml.scm: import srfi-1
4133         * VERSION (MAJOR_VERSION):  release 1.7.24
4135         * python/lilylib.py (make_ps_images): make multipage _really_ work.
4137         * scripts/lilypond-book.py (do_file): put texidoc before image.
4138         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
4140         * input/regression/*.ly: fix snippet octaves 
4142         * input/test/spanner-after-break-tweak.ly: import
4143         broken-spanner-adjustment
4145         * input/no-notation/midi-transposing.ly: move from input/test/
4147         * input/test/: remove chord-markup
4149         * input/regression/instrument-name-partial.ly: move from input/test.
4151         * input/test/vertical-text.ly: remove
4153         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
4154         space above lyrics lines.
4156         * input/test/uniform-breaking.ly: remove file.
4158         * lily/gourlay-breaking.cc (combine_demerits): add comment about
4159         uniform spacing density. 
4161         * input/test/chords.ly (keys): remove file.
4163         * scm/documentation-lib.scm (oop): use srfi-1 too.
4165         * input/regression/*.ly: add \version
4167         * Documentation/user/*.itely: various fixes.
4169         * buildscripts/mf-to-table.py (base): break table every three
4170         symbols.
4172         * input/:  remove %% new-chords-done %% .
4174         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
4175         os-music.ly
4176         
4177 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4179         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
4181         * scm/new-markup.scm (box-markup): new function.
4182         (box-markup): new function. Contributed by Dick Schoeller
4183         <schoeller@attbi.com>
4185         * scm/lily.scm: remove reduce-no-unit 
4186         (list-insert-separator): use fold-right
4188         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
4189         of arguments. 
4191         * NEWS: more neutral language for ancient notation 
4193         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
4194         inside pointing beaming for chord tremolo.
4196         * Documentation/user/lilypond-book.itely: minor editing
4198 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
4200         * NEWS: added news for 1.8 regarding ancient notation
4202         * Documentation/user/refman.itely (Gregorian square neumes
4203         ligatures): fixed typo
4205         * lily/vaticana-ligature-engraver.cc,
4206         lily/include/vaticana-ligature.hh: bugfix: use special heads for
4207         lower/upper head of Pes only when heads are stacked
4209         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4210         scm/define-grob-properties.scm: cleanup: make "join-left" a
4211         boolean grob property and save delta pitch in grob property
4212         "delta-pitch" instead
4214         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
4216 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4218         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
4219         completely borked
4221         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
4222         (try_music): bug fix: beam multiplicity was completely borked.
4224         * scm/lily.scm: remove tail, filter-list, filter-out-list,
4225         first-n, butfirst-n in favor of srfi-1 functions.
4226         remove string-join, string-pad in favor of srfi-13 functions.
4228         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
4230         * NEWS: use complete sentences.
4232         * Documentation/user/introduction.itely (Example applications):
4233         add note about databases and lilypond-book.
4235         * input/test/volta.ly: remove file
4237         * input/regression/volta-broken-left-edge.ly: simplify file
4239 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4241         * Documentation/user/refman.itely (Constructing a tweak): new
4242         subsection.
4244         * Documentation/user/tutorial.itely (Fine tuning layout): add
4245         common tweaks.
4247         * scm/define-grobs.scm (TextScript): use new brewer.
4249 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4251         * VERSION: release 1.7.23
4253         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
4255         * python/lilylib.py (make_ps_images): bugfixes.
4257         * input/regression/volta-multi-staff.ly: new file.
4259         * Documentation/user/macros.itexi: refcommands, refcommand macros.
4261         * Documentation/user/tutorial.itely (Piano staffs): new section.
4262         (Setting variables): new section
4263         (Fine tuning layout): new section
4265         * input/just-friends.ly: remove file. Superseeded by
4266         input/test/chords-without-melody.ly
4268         * ly/property-init.ly: add all commands to refman.
4270         * scm/define-translator-properties.scm: remove
4271         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
4273         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
4274         name. Underscores botch up PS output.
4276         * scm/define-translator-properties.scm: remove
4277         textNonEmpty, oneBeat, regularSpacingDelta
4279         * scripts/convert-ly.py (FatalConversionError.conv): conversion
4280         rule for automaticBars.
4282         * lily/timing-engraver.cc (start_translation_timestep): change
4283         barNonAuto to automaticBars
4285 2003-06-30  Graham Percival  <gperlist@shaw.ca>
4287         * input/test/perform-tie.ly: delete file.
4289 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
4291         * Documentation/user/refman.itely (Gregorian square neumes
4292         ligatures): bugfix: do not show ledger lines in neumes table
4293         (fixed by setting staff symbol to transparent rather than removing
4294         it from staff context)
4296 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4298         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
4299         glue into brew-new-markup-molecule.
4301         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
4303         * Documentation/user/introduction.itely (Computerized typography):
4304         new section
4306         * Documentation/user/tutorial.itely (An orchestral part): remove
4307         pc example from tutorial.
4309         * input/tutorial/lilbook.tex: use screech-boink
4311         * scripts/lilypond-book.py (compile_all_files): split formatting
4312         output body and scheduling lilypond compilation.
4313         (format_lilypond_output_bodies): new function
4314         (format_lilypond_block): new function
4315         (html_pages): allow multi-page images in HTML
4317         * python/lilylib.py (make_ps_images): rename function from
4318         make_preview, merge with make_page_images
4320 2003-06-28  Graham Percival  <gperlist@shaw.ca>
4322         * input/test/key-clefs.ly: moved to regression.
4324         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
4326         * input/no-notation/README: added note about midi-*.ly files.
4328         * input/test/two-key.ly: moved to no-notation/parse5.ly
4330         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
4331         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
4333         * input/test/ {various}: modified comments, marked some for deletion.
4335         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
4337         * input/test/mmrest-collision: moved to regression.
4339 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4341         * scm/chord-name.scm (note-name->markup): don't superscript root
4342         alterations in chordnames.
4344 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4346         * Documentation/user/refman.itely (Multi measure rests): more
4347         index/cross-referencing.
4349         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
4351         * scm/font.scm: remove properties-to-font-name code.
4353         * scm/define-grob-properties.scm: remove 'type
4355         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
4356         conversion
4358         * lily/text-spanner.cc: change 'type grob prop to 'style 
4360         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
4361         "first" flag to decide whether to make a start-repeat
4363         * input/regression/grace-volta-repeat-2.ly: new file.
4365 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4367         * lilypond-indent.el: rename generic functions to LilyPond-*
4369 2003-06-22  Graham Percival  <gperlist@shaw.ca>
4371         * input/test/thumb.ly: delete, merged into refman.
4373         * Documentation/user/refman.itely: added thumb info to Fingering.
4375         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
4376         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
4377         vertical-align.ly : deleted files.
4379 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4381         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
4383         * lily/line-spanner.cc (broken_trend_offset): remove function.
4384         (get_broken_offset): idem.
4385         (brew_molecule): rewrite the line-break case.
4387         * input/regression/follow-voice-break.ly:  new file.
4389         * lily/line-spanner.cc (after_line_breaking): remove lines at the
4390         start of a system.
4392 2003-06-20  Graham Percival  <gperlist@shaw.ca>
4394         * input/test/tuplet-rest.ly: moved to regression.
4396         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
4397         deleted file.
4399         * input/test/ {many} : marked file for possible deletion.
4401 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4403         * input/regression/beam-funky.ly: add note about (disputed)
4404         correct beaming.
4406         * ly/engraver-init.ly (ScoreContext): put key-signature after
4407         staff-bar
4408         
4409 2003-06-20  Graham Percival  <gperlist@shaw.ca>
4411         * input/test/ broken.ly lyric-phrasing.ly: deleted.
4413         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
4415         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
4417         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
4418         stem-extend was deleted (it was duplicate example, and not as
4419         good).
4421         * input/test/[s-z]*.ly: add texidoc index.
4423 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4425         * lily/slur.cc (get_boundary_notecolumn_y): change name from
4426         get_first_notecolumn_y
4428         * lily/spanner.cc (broken_spanner_index): new function.
4430 2003-06-19  Graham Percival  <gperlist@shaw.ca>
4432         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
4433         lyric-hyphen.ly : moved to regression.
4435         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
4436         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
4438         * input/test/instrument-name-mmrest.ly: moved to
4439         ../regression/multi-measure-rest-instr-name.ly
4441         * input/test/knee-sym.ly: moved to
4442         ../regression/beam-knee-symmetry.ly.
4444         * input/test/hymn.ly: change comments.
4446         * input/test/[p-r]*.ly: add texidoc index.
4448 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4450         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
4451         to postfix syntax
4452         
4453         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
4454         syntax.
4456         * VERSION: release 1.7.22
4458 2003-06-18  Graham Percival  <gperlist@shaw.ca>
4460         * input/test/[h-k]*.ly: added texidoc index.
4462         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
4464         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
4466         * input/test/ various : mark files for deletion or moving to regression.
4468         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
4470         * input/test/[l-o]*.ly: added texidoc index.
4472 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4474         * scm/music-functions.scm (make-ottava-set): 
4475         only do ottavation if centralCPosition is set.
4477         * lily/translator-scheme.cc (ly:context-property-where-defined):
4478         return '() if not found.
4480 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
4482         * lilypond-mode.el (LilyPond-un-comment-region): removed.
4483         Use one command for both commenting and uncommenting.
4485         * lilypond-indent.el (LilyPond-comment-region): new function,
4486         (un)comments each line separately.
4488         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
4489         
4490         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
4491         imenu is not added by default; adapted from f90.el,
4492         makes Help-menu, which does not fit, visible in XEmacs.
4493         
4494 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
4496         * lilypond-mode.el: Set show-paren-mode local; minor-mode
4497         show-paren-mode sets blink-matching-paren-on-screen local.
4498         Try to make show-paren-function to paren-highlight local.
4500         * lilypond-indent.el (LilyPond-scan-sexps): new function.
4501         Copy definitions of Emacs' show-paren-function and
4502         XEmacs' paren-highlight and make minimal changes;
4503         add comments about locality. 
4504         Fix matching first open-paren-char in '<< .. >>'.
4506 2003-06-16  Graham Percival  <gperlist@shaw.ca>
4508         * input/test/g*: added texidoc index.
4510         * input/test/[a-g]*: added raggedright==#t when it
4511          seemed appropiate.
4513         * input/test/ fake-grace.ly figured-bass.ly : removed file.
4515         * Documentation/topdoc/INSTALL.texi: removed false warnings
4516         about gcc 3.3.
4518 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4520         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
4522         * input/test/chords-without-melody.ly (texidoc): add from
4523         input/just-friends.ly
4525         * input/regression/size{13--26}.ly: move from input/
4527         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
4528         input/{star-spangled-banner,twinkle}.ly: remove 
4529         
4530         * lily/slur.cc: remove slur over rest warnings.
4532         * lily/note-spacing.cc (get_spacing): include left part of right
4533         object in fixed space. This fixes stretched space before
4534         accidentals.
4536         * input/regression/spacing-accidental-stretch.ly: new file.
4538 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
4540         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
4541         Reduce to 16pt.
4543 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4545         * input/regression/spacing-knee.ly: docstring
4547         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
4549         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
4550         input/tutorial/{test,solar,flowing}.ly: remove
4552         * input/rhythm.ly: remove
4554         * input/mutopia/F.Schubert/standchen.ly: update syntax.
4556         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
4557         update syntax. 
4559         * scm/define-grobs.scm (all-grob-descriptions): set
4560         knee-spacing-correction to 1.0
4562         * lily/note-spacing.cc (stem_dir_correction): compute knee
4563         correction using stem-thickness and head width.
4565         * input/regression/beam-quanting-horizontal.ly: update texidoc
4567         * scm/define-grobs.scm (all-grob-descriptions): set
4568         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
4569         This fixes 32nd beams for noteheads in spaces quants.
4571         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
4573 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
4575         * README.mandrake: Change lilypond-extras to lilypond-documentation.
4577 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4579         * input/test/dpncnt.ly,part-combine-score.ly: remove.
4581         * VERSION (PACKAGE_NAME): release 1.7.21
4583         * input/regression/stem-shorten.ly: new file.
4585         * lily/stem.cc (get_default_stem_end_position): revise stem
4586         shortening code.
4588         * input/regression/spacing-multi-tuplet.ly: move from input/test/
4590         * input/test/{scripts,volta-start,sleur}.ly: remove
4591         
4592         * input/regression/span-bar.ly: smaller file.
4594         * input/regression/spacing-{natural,tight,loose}.ly: remove
4596         * input/test/markup.ly: remove
4598         * scripts/lilypond-book.py: put printfilename in separate chunk,
4599         so texidoc is printed after the filename.  
4601 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
4603         * make/lilypond.mandrake.spec.in: fix docdirs.
4605 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4607         * input/regression/beam-french.ly: bugfix.
4609         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
4611         * input/regression/(various).ly: add raggedright = #t.
4613         * input/regression/auto-beam.ly: move from abe.ly
4615 2003-06-13  Graham Percival  <gperlist@shaw.ca>
4617         * input/test/f*.ly: added texinfo index.
4618         
4619         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
4621 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4623         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
4624         quant penalty for beam just outside staff.
4626         * input/regression/beam-quanting-horizontal.ly (texidoc): move
4627         from beam-pos.ly,  remove non-horizontal tests. 
4629         * input/test/(various): cleanup header info. 
4631         * input/test/tchaikovsky.ly: remove file.
4633         * scm/chord-generic-names.scm: move from
4634         double-plus-new-chord-name.scm
4636         * input/test/orchestscore.ly: remove file
4638         * Documentation/user/refman.itely (Vocal music): update documentation.
4640         * scm/define-translator-properties.scm (chordNoteNamer): remove
4641         chordNameStyle, use chordNameFunction
4643         * scm/chord-name.scm (set-chord-name-style): remove
4644         set-chord-name-style. Use \property chordNameFunction.
4646 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4648         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4649         music): remove @TeX{} command.
4651 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4653         * lilypond-indent.el (scan-sexps): Renamed to
4654         aargh-this-breaks-other-emacs-modes-scan-sexps.
4656 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
4658         * lilypond-indent.el: Fix: match concurrent one-char opening and 
4659         closing slurs: '()', etc. Add comments.
4661         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
4663         * lilypond-font-lock.el: match unending string at eof.
4665         * make/lilypond.mandrake.spec.in: refreshed packed file list.
4666         
4667 2003-06-10  Graham Percival  <gperlist@shaw.ca>
4669         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
4670         input/test/beam-dir.ly input/test/beam-position.ly    
4671         input/test/beam-suspect.ly input/test/beam-trend.ly    
4672         input/test/beams.ly input/test/crescendo-text.ly : deleted
4673         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
4674         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
4675         * input/test/default-bars.ly: moved to bar-always.ly
4676         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
4678 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4680         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
4682 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4684         * scm/chord-ignatzek-names.scm (remove-step): rename file.
4686 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
4688         * lilypond-indent.el: Match better slurs in scheme expressions.
4689         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
4691         * Documentation/user/invoking.itexi: document Emacs' paren matching.
4693 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4695         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
4697         * input/ac-extra-voice.ly: Add texidoc.
4699         * ly/chord-modifiers-init.ly: 
4700         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
4701         and chordNameExceptionsPartial for new chord names.
4703         * input/test/chord-names-dpnj.ly: 
4704         * input/test/dpncnt.ly: Update.
4706         * scm/chord-name.scm: 
4707         * scm/double-plus-new-chord-name.scm: Add compatibility for new
4708         chord selection and options.
4710         * ly/chord-modifiers-init.ly: Add exceptions 
4712         * scm/define-translator-properties.scm (chordNameStyle) 
4713         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
4715 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
4717         * ly/property-init.ly (germanChords): Added.
4718         (semiGermanChords): Added.
4719         
4720         * input/test/chord-names-german.ly: Use new macros
4721         
4722 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
4724         * lilypond-indent.el: Use similar parenthesis highlighting for 
4725         Emacs and XEmacs through redefinitions of parenthesis highlighting 
4726         functions; removed LilyPond-show-paren-function. Fix indenting.
4727         Turn paren-matching on also in XEmacs.
4729         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
4730         as needed by parenthesis highlighting functions (in scan-sexp).
4732 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4734         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
4735         function.
4736         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
4738 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
4740         * lilypond-indent.el: tune regexp for show-paren-function.
4742 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4744         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
4745         for all LilyPond-produced tex snippets.
4747         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
4748         fixes one line --preview output of ly2dvi.
4750 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
4752         * lilypond-indent.el: match only one type of slurs in
4753         LilyPond-show-paren-function.
4755 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4757         * debian/GNUmakefile (EXTRA_DIST_FILES): 
4758         * debian/lilypond1.7.dirs: 
4759         * debian/lilypond1.7-doc.dirs: New file.
4761         * input/regression/chord-name-exceptions.ly: Add parameter for
4762         ignatzekExceptions.  Quote hash in docstring.
4764 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
4766         * lilypond-indent.el (show-paren-function): define show-paren-function
4767         as LilyPond-blink-matching-open and use it for closing parens.
4768         Let LilyPond-blink-matching-open know whether a bracket was inserted.
4770         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
4771         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
4772         LilyPond-blink-matching-paren in order to match both open and close
4773         brackets.
4774         
4775 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
4777         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
4778         testing by modifying the code from FSF Emacs paren.el. Add comments.
4780 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4782         * input/test/dpncnt.ly: Transpose example to match new
4783         default \chords octave.  Add comment.
4784         
4785         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
4786         comment about octave change.
4788 2003-06-04  Graham Percival  <gperlist@shaw.ca>
4790         * input/test/[d,e]: added texinfo index tags.
4791         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
4793 2003-06-04  Graham Percival  <gperlist@shaw.ca>
4795         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
4797 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
4799         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
4800         as in blink-matching-open.
4802 2003-06-03  Graham Percival  <gperlist@shaw.ca>
4804         * input/test/[a-c]: more comments in files.
4805         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
4806         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
4807         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
4808         mark file for proposed deletion.
4809         * input/test: renaming files:
4810         auto-beam-4-8.ly to beam-auto-4-8.ly
4811         auto-beam-override.ly to beam-auto-override.ly
4812         auto-beam.ly to beam-auto.ly
4813         blank.ly to blank-paper.ly
4814         absolute-volume.ly to dynamic-absolute-volume.ly
4816 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4818         * input/test/dpncnt.ly: 
4819         * input/test/chord-names-dpnj.ly: Resurrect.
4821         * lily/my-lily-lexer.cc: Remove chordnames keyword.
4823         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
4825         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
4826         Better docstring, add parameter OMIT-ROOT, tidy up.
4828 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
4830         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
4832 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4834         * scm/output-ascii-script.scm (as-font-alist-alist):
4835         (as-properties-to-font-name):
4836         (as-make-style-sheet): Remove.
4838         * scm/font.scm (as-make-font-list): New function.
4839         (as-font-sheet-alist): New variable.
4841         * ly/paper-as9-init.ly: 
4842         * ly/paper-as5-init.ly: Update.
4844         * ly/paper-as5.ly:
4845         * ly/paper-as9.ly: New file.
4847 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4849         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
4851 2003-05-28  Graham Percival  <gperlist@shaw.ca>
4852         * input/sondag-morgen/*: removed due to copyright concerns.
4853         * input/[a,b]*.ly: added a newline at the end of the texinfo
4854         doc string (produces better output in HTML version).
4855         * input/c*.ly: added texinfo index and added comments to
4856         aid in future changes to input/test/ files.
4858 2003-05-28  Graham Percival  <gperlist@shaw.ca>
4859         
4860         * Documentation/user/refman.itely: fixed build problem (missing
4861         file) caused by previous renaming.
4863 2003-05-28  Graham Percival  <gperlist@shaw.ca>
4864         
4865         * input/test/[a,b]*.ly: added texinfo index and added comments to
4866         aid in future changes to input/test/ files.
4867         * input/test/bar-number-every-5-reset.ly: renamed to
4868         bar-number-every-five-reset.ly
4869         * input/test/bar-script-visibility.ly: renamed to
4870         bar-number-show-all.ly
4872 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4874         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
4875         to Voice.
4877         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
4878         out note-line and glissando functionality.
4879         
4880         * lily/line-spanner.cc (brew_molecule): cleanup.
4882 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4884         * scripts/as2text.scm: Use rdelim module.
4885         (start-system): Rename from start-line.
4886         (stop-system): Rename from stop-line.
4887         (af-gulp-file): Use string iso symbol for getenv.
4889         * scm/output-ascii-script.scm: Add guile and lily modules.
4890         (font-name-alist): New variable.
4891         (draw-line): New function.
4893         * scm/output-lib.scm (func, arg->string): Re-add from archive.
4894         (Were these silently removed, without ChangeLog entry?)
4896 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4898         * scm/music-functions.scm (make-ottava-set): bugfixes: also
4899         process 2nd ottava correctly.
4901 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
4903         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
4905 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4907         * Documentation/user/converters.itely (Invoking midi2ly): Update.
4909 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4911         * VERSION: release 1.7.20
4912         
4913         * lily/text-spanner.cc (brew_molecule): clean up function. This
4914         fixes bugs with broken 8va spanners.
4916         * lily/simple-spacer.cc (solve): also compute force for raggedright.
4917         This prevents spurious line-breaks with raggedright
4918         
4919 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4921         * lily/key-performer.cc (create_audio_elements): always use major
4922         key
4924         * Documentation/user/internals.itely: updates
4926         * input/regression/beam-break.ly: new file.
4928         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
4929         beams if starting or terminating stems have 'beaming set.)
4931         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
4932         property.
4934         * lily/parser.yy (verbose_command_req): add comment about scales.
4936 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
4938         * lilypond-indent.el: adjust regexps in bracket-matching.
4940 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
4942         * Documentation/user/refman.itely: more tiny fixes
4944         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
4945         "Chord names"; added table with input syntax for solesmes neumes
4946         table; added some words about rationale on input syntax design
4948         * lily/gregorian-ligature-engraver.cc,
4949         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4950         lily/include/gregorian-ligature.hh: bugfix: horizontal head
4951         alignment of Pes Initio Debilis
4953         * Documentation/user/refman.itely,
4954         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4955         mf/parmesan-heads.mf: fixed most of the head selection/alignment
4956         bugs in the solesmes neumes table
4958 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
4960         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
4961         Similarly, match '[' and ']' by skipping '\[' and '\]'.
4963         * lilypond-mode.el: fix tag-score. small improvements.
4965 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4967         * .cvsignore: Add aclocal.m4.
4969         * lily/music-constructor.cc: Include <assert.h>.
4971 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4973         * ly/engraver-init.ly (HaraKiriStaffContext): use
4974         RemoveEmptyStaffContext instead.
4976         * Documentation/user/refman.itely: updates
4978 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
4980         * Documentation/user/refman.itely: added solesmes neumes table;
4981         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
4982         bugfix: "Ornaments" -> "Articulations"
4984         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
4986 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
4988         * lilypond-indent.el: Add a message about trying to match \] or \).
4989         
4990 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
4991         
4992         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
4993         obsolete "arithmetic_*"
4995         * input/bugs/ligatures.ly: removed (will be put into a different
4996         directory later)
4998 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5000         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
5001         libkpathsea (Maurizio Tomasi).
5003 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5005         * input/regression/repeat-slash.ly (texidoc): new file
5007         * lily/slash-repeat-engraver.cc (try_music): new file, handle
5008         slash repeats separately. Slash repeats and %
5009         repeats can now be nested.
5011 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
5013         * lilypond-indent.el: Add preliminary test for closing \] and \).
5014         
5015 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
5017         * lily/gregorian-ligature-engraver.cc,
5018         lily/vaticana-ligature-engraver.cc,
5019         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
5020         mf/parmesan-heads.mf: various semivocalis related bugfixes
5022         * input/bugs/ligatures.ly: new file demonstrating problems with
5023         ligatures
5024         
5025 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
5027         * lilypond-mode.el,
5028         lilypond-font-lock.el,
5029         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
5031 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
5033         * lilypond-mode.el: Remove outdated code. Stress the difference 
5034         between Emacs and XEmacs definitions.
5036         * lilypond-mode.el,
5037         lilypond-indent.el: Define a function interactive only when necessary.
5039 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
5041         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
5042         Use inactive regions also in XEmacs.
5044 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5046         * Documentation/user/refman.itely (Repeat syntax): more updates
5048         * lily/simple-spacer.cc (solve): move solution process into
5049         solve(). This fixes a bug with collisions and raggedright = ##t.
5051         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
5053         * ly/engraver-init.ly: remove GraceContext. Update examples.
5055 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5057         * GNUmakefile.in (fonts): Also make fontball.
5059         * Website fixes:
5061         * ly/engraver-init.ly (GraceContext): Add.
5063         * run:
5065             convert-ly $(find . -name *.ly)
5067         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
5068         new chords.
5070 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5072         * VERSION: 1.7.19 released
5073         
5074         * scm/music-functions.scm (set-octavation): new function.
5076         * input/regression/ottava.ly: new file
5078         * lily/translator-scheme.cc (LY_DEFINE): new function
5079         ly:unset-context-property
5080         (LY_DEFINE) new function ly:context-property-where-defined: 
5082 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
5084         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
5086         * lilypond.words: add few.
5088         * input/test/script-chart.ly: fix typo.
5090 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5092         * scm/define-grobs.scm: uniform naming for definitions and output
5093         routine files. 
5095         * ly/engraver-init.ly (ChoirStaffContext): add \description from
5096         scm/context-description.scm
5098         * lily/parser.yy (translator_spec_body): add \description to the
5099         \translator{} body syntax.
5101         * lily/ottava-engraver.cc: new file.
5103         * scm/chord-name.scm (natural-chord-alteration): replace old
5104         chord stuff. 
5106         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
5108         * Documentation/user/refman.itely (Metronome marks): update doco.
5110         * input/regression/markup-note.ly: new file
5112         * input/regression/metronome-marking.ly: new file
5114         * lily/metronome-engraver.cc: new file. Print \tempo markings.
5116         * scm/new-markup.scm (note-markup): make a note glyph, useful for
5117         metronome marks.
5119 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5121         * Documentation/user/GNUmakefile: Compatibility fix for new
5122         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
5123         for making binary packages; info splitting bug has been fixed.
5125         * Documentation/user/refman.itely: Compile fixes.
5127 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
5129         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
5130         Count \midi -keywords also for a region.
5132 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5134         * lily/lookup.cc (LY_DEFINE): new function
5136         * Documentation/user/tutorial.itely: updates
5138 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
5140         * lilypond-mode.el: Allow Midi on buffer.
5141         Use only '.ly'-extension, remove '.sly' and '.fly'.
5142         Allow use of inactive regions. Invoke next Command on Master file, 
5143         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
5145 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5147         * Documentation/user/tutorial.itely: updates.
5149 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
5151         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
5153 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
5155         * lily/coherent-ligature-engraver.cc: fixed typo
5157         * lily/coherent-ligature-engraver.cc,
5158         lily/gregorian-ligature-engraver.cc,
5159         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
5160         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
5161         lily/vaticana-ligature-engraver.cc,
5162         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
5163         scm/grob-description.scm: cleanup: junked LigatureHead grob and
5164         removed all ligature specific stuff from NoteHead code
5166         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
5167         ligatures now use regular noteheads
5169         * lily/vaticana-ligature.cc: tiny code cleanups
5171         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
5172         space between two adjacent noteheads of the same pitch
5174         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
5175         description; cleanup: removed obsolete font-family settings
5177 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
5179         * lily/coherent-ligature-engraver.cc,
5180         lily/gregorian-ligature-engraver.cc,
5181         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
5182         lily/mensural-ligature-engraver.cc,
5183         lily/vaticana-ligature-engraver.cc,
5184         lily/include/gregorian-ligature-engraver.hh: updated for new
5185         Coherent_ligature_engraver; added comments that describe the basic
5186         design ideas of the ligature implementation
5188         * lily/coherent-ligature-engraver.cc,
5189         lily/include/coherent-ligature-engraver.hh: new file: shared code
5190         between mensural ligatures and Gregorian chant notation ligatures
5192 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
5194         * lilypond-mode.el: XEmacs fixes: include two definitions for the
5195         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
5196         use only two arguments in sit-for, use no arguments in
5197         read-char-exclusive, backspace is not a character (127) in XEmacs.
5199         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
5201 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
5203         * lilypond-mode.el: un-commenting works after syntax-table fix.
5205         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
5206         group, verbose commenting for syntax table.
5208         * lilypond-indent.el: add TODO for ligature slurs.
5210 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
5212         * lilypond-mode.el: Move comments of parenthesis matching away,
5213         (blink-matching-paren-on-screen) fix blinking in Emacs.
5215         * lilypond-font-lock.el: Fix parent-matching for Emacs:
5216         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
5218         * lilypond-indent.el: Add TODO for parenthesis matching.
5220 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
5222         * lilypond-mode.el: Fix XEmacs: 
5223         changed [S-iso-lefttab] to [(shift iso-lefttab)],
5224         invoke explicitly easy-menu-add (in Emacs done automatically).
5225         
5226         * lilypond.words: Add few words from input/*/*.ly.
5228 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5230         * VERSION (PATCH_LEVEL): release 1.7.18
5232         * scripts/lilypond-book.py: only print basename for printfilename
5233         option
5235         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
5236         and syntax updates.
5238 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5240         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
5241         better parametrisation. Move fatness of bulb downward.
5243         * mf/parmesan-custodes.mf (dir_down): remove underscores from
5244         glyph names. Underscores are not allowed .ps encoding files.
5246 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
5248         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
5249         variable "packed" for packed right-ragged mode
5251         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
5252         unused variable ragged; fixed indentation
5254         * Documentation/user/refman.itely: tiny cleanups in ancient
5255         clef and custos section
5257 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5259         * lily/parser.yy (Simple_music): add \applyoutput, syntax
5260         \applyoutput PROCEDURE
5262         * lily/my-lily-lexer.cc: add \applyoutput.
5264         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
5266         * lily/text-item.cc: clean text-interface description
5268 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5270         * input/{regression,test}/: use postfix for slur endings and beam
5271         begins.
5273         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
5274         style beams too. 
5276         * input/regression/lyrics-melisma-beam.ly: new file.
5278         * lily/lyric-engraver.cc (process_music): change from
5279         process_acknowledged_grobs()
5281         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
5282         functions to set and revert auto-beam settings.
5284 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5286         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
5288 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
5290         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
5291         Documentation/user/lilypond.tely: fixed some typos; updated author
5292         info
5294         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
5295         #"" -> #'flag-style = #'()
5297         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
5298         cleanup: removed dead #includes
5300         * lily/gregorian-ligature-engraver.cc,
5301         lily/include/gregorian-ligature.hh,
5302         scm/grob-property-description.scm: small cleanups, small spacing
5303         fixes
5305         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
5306         lily/vaticana-ligature.cc,
5307         lily/include/gregorian-ligature-engraver.hh,
5308         scm/grob-property-description.scm, scm/music-types.scm:
5309         "porrectus" -> "pes or flexa"
5311         * ly/engraver-init.ly, scm/grob-description.scm,
5312         scm/grob-property-description.scm: junked porrectus, now handled
5313         by ligature code
5315         * scm/grob-description.scm: bugfix: added space-alist entry for
5316         breathing sign/custos
5318 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5320         * Another grand 2003 update.
5321         
5322         * Remove mentioning of `mudela'; There's no such thing.
5324 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5326         * Documentation/user/preface.itely (Preface to version 1.8): update
5328         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
5330         * Documentation/user/converters.itely (Invoking convert-ly): revise
5332         * scripts/convert-ly.py (outfile_name): remove --assume-old.
5334         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
5336 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5338         * Documentation/user/internals.itely: more updates.
5340 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5342         * Documentation/user/refman.itely: revise 
5344         * Documentation/user/internals.itely: revise
5346         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
5348 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
5350         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
5351         beautification: reformatted ancient clefs section; cleanup: small
5352         wording fixes
5354 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
5356         * lilypond.words: added words for chant notation, sorted
5357         alphabetically through "sort lilypond.words"
5359 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
5361         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
5362         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
5363         chant notation
5365 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
5367         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
5368         prevent TeX from interpreting them as long dash
5370         * input/test/vaticana.ly: updated
5372         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
5373         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
5374         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
5375         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
5376         fixes
5378         * mf/parmesan-heads.mf: ledger endings: removed dead code
5380 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5382         * VERSION: 1.7.17 released
5383         
5384         * Documentation/user/GNUmakefile
5385         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
5386         files too.
5388         * scm/document-markup.scm: new file: document all markup
5389         functions.
5391         * scm/documentation-generate.scm: rename all documentation modules
5392         to document-*.scm
5394         * scripts/lilypond-book.py: generate link to .ly file iso. link to
5395         .png
5397         * input/test/divisiones.ly: added
5399         * input/regression/output-property.ly: new file
5401         * lily/cluster.cc: change cluster-interface to use style property
5403 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
5405         * input/test/chord-names-german.ly: modified.
5407         * scm/chords-ignatzek.scm:
5408           chord-name->german-markup: Added
5409           note-name->german-markup: Changed (now producing lowercase notenames)
5411         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
5412         
5413 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5415         * scripts/convert-ly.py (FatalConversionError.conv):
5416         divisiominima -> divisioMinima, etc.
5418         * ly/engraver-init.ly (FiguredBassContext): add
5419         Separating_line_group_engraver to Figured bass context.
5421         * ly/german-chords-init.ly: remove file
5423         * input/test/chord-names-german.ly (scm): new file.
5425         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
5427         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
5428         Chord_name_engraver
5430         * Documentation/user/refman.itely: lots of updates.
5432         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
5433         new file
5435         * input/test/bar-number-every-5-reset.ly: new file.
5437 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5439         * input/regression/chord-name-major7.ly: new file
5441         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
5442         if specced explicitly.
5444         * input/regression/chord-name-entry-11.ly: new file.
5446         * input/test/slur-beautiful.ly: new file.
5448         * Documentation/user/refman.itely: updates.
5450         * input/regression/collisions.ly (threevoice): cleanup.
5452         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
5454 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5456         * Documentation/user/*.itely: various updates.
5458         * ly/spanners-init.ly: enddecr/ endcr.
5460         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
5461         of tutorial
5463 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5465         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
5467         * lily/new-chord-name-engraver.cc (process_music): use octavation
5468         (a number) instead of original-pitch to store inversions. This
5469         fixes a problem with transposed chords with inversions.  
5471 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5473         * stepmake/aclocal.m4: Include compile fix for broken flex, as
5474         used in includable-lexer.hh.
5476         * lily/includable-lexer.cc: Bugfix: include config.h.
5478         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
5479         circumvention of Debian packaging bug.
5481 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5483         * flex-2.5.31 hits Debian/unstable.  Fixes below.
5484         
5485         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
5487         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
5488         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
5490         * lily/include/includable-lexer.hh: 
5491         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
5493         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
5495         * aclocal.m4: Regenerate.
5497         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
5498         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
5500         * scm/pdf.scm (use-modules): Include lily.
5502         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
5503         Noordkamp).
5504         (use-modules): Include lily.
5505         (lily-def): Bugfix: include tex-val in let.
5507 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
5509         * lilypond-mode.el: sensible error if lilypond.words not found.
5511         * lilypond.words: add few words.
5513 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
5515         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
5517         * mf/parmesan-scripts.mf: fixed typo in char name
5519 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5521         * VERSION: 1.7.16 released
5523         * python/lilylib.py (setup_temp): temporary directories are mode 700.
5524         (this is a security vulnerability).
5526         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
5528         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5529         add staff support.
5531 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
5533         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
5534         ly/script-init.ly, scm/script.scm: bugfix: renamed
5535         fermata->signumcongruentiae to fix naming clash with feta font
5537 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5539         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
5541         * lily/multi-measure-rest-engraver.cc
5542         (start_translation_timestep): use grace timing too for determining
5543         when to make mmrest.
5544         (start_translation_timestep): clear numbers too.
5546 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
5548         * scm/music-types.scm: compile fix: escape braces
5550         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
5551         work around font selection problem
5553         * Documentation/user/refman.itely: BreathingSign: added docu for
5554         property "text"
5556 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5558         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
5559         information.
5561 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5563         * lily/multi-measure-rest-engraver.cc (class
5564         Multi_measure_rest_engraver): make multiple Number objects, one
5565         for each MultiMeasureTextEvent.
5567         * scm/music-functions.scm (glue-mm-rest-texts): use
5568         MultiMeasureTextEvent
5570         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
5572         * Documentation/user/refman.itely (Multi measure rests): update.
5574 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5576         * lily/ly-module.cc (ly_copy_module_variables): use
5577         scm_internal_hash_fold() for iterating modules.
5579 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
5581         * Documentation/user/refman.itely: Section Custodes: added more
5582         example code
5584         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
5585         neo-mensural rests to parmesan font
5587         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
5588         header
5590 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5592         * Documentation/user/macros.itexi: @fileref macro.
5594         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
5595         each file. 
5597 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
5599         * lily/include/custos.hh, make/lilypond.suse.spec.in,
5600         Documentation/topdocs/AUTHORS.texi: updated my email address
5602         * Documentation/user/refman.itely: updated custos documentation;
5603         beautified divisiones example; beautified articulations table
5605         * lily/breathing-sign.cc: bugfix: finalis molecule
5607 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
5609         * Documentation/user/refman.itely: added docu for
5610         contemporary fermata symbols, gregorian breathing signs; small fixes
5612         * ly/gregorian-init.ly: removed obsolete #'type props
5614 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5616         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
5617         minimum-length property correctly.
5619 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5621         * scm/music-functions.scm (make-multi-measure-rest): set input
5622         locations for multimeasure rests.
5624 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
5626         * input/regression/breathing-sign.ly: updated to for ancient
5627         notation
5629 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5631         * scripts/ly2dvi.py: Add newline.
5633 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5635         * scripts/ly2dvi.py (dependency_files): Compile fix.
5637 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5639         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
5640         (make_html_menu_file): --html menu. 
5642 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5644         * scripts/ly2dvi.py (run_dvips): +add the .map file 
5646 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5648         * input/screech-boink.ly: new file.
5650 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5652         * scripts/lilypond-book.py (make_lilypond_file): convert
5653         lilypond-file to lilypond block directly, without going through
5654         begin/end lilypond text.
5655         
5657 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
5659         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
5660         scm/grob-description.scm: moved Michael's original breathing sign
5661         code in brew_molecule() to divisio_minima(); provided new
5662         brew_molecule() that effectively replaces the
5663         Text_item::brew_molecule callback (with additional fallback to
5664         Michael's original code); added callbacks for brewing divisio
5665         maior/maxima and finalis
5667         * gregorian-init.ly: added breathing sign shortcuts for virgula,
5668         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
5670         * script-init.ly: added shortfermata, longfermata,
5671         verylongfermata, varcoda
5673         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
5674         longfermata, verylongfermata, varcomma, varcoda
5676 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5678         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
5679           Remove all noquote and insert a few quote.
5680         
5681         * Documentation/user/lilypond-book.itely (Music fragment options),
5682           scripts/lilypond-book.py: Don't include quotation blocks by
5683           default. Introduce option quote instead of noquote
5685 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5687         * VERSION: 1.7.15 released
5688         
5689         * Documentation/user/lilypond.tely: omf updates.
5691         * buildscripts/texi2omf.py (omf_vars): include version.date
5693         * make/lilypond.redhat.spec.in: fixes for spec file. 
5695         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
5696         by function definition: lily now requires a recent GNU Make.
5698         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
5700         * make/ly-rules.make: remove .ly -> .tex rule
5702         * Documentation/user/refman.itely (Figured bass): revised figured
5703         bass example.
5705 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5707         * stepmake/stepmake/omf-targets.make (local-install): add
5708         scrollkeeper-update message.
5710         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
5711         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
5713         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
5715         * Documentation/user/converters.itely (Invoking midi2ly): add
5716         track/channel notice.
5718 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5720         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
5722         * lily/parser.yy (scalar): DIGIT is also a scalar.
5724         * Documentation/user/music-glossary.tely: add @omf tags
5726         * Documentation/user/lilypond.tely: add @omf tags
5728         * scm/generate-documentation.scm (string-append): add @omf tags.
5730         * stepmake/stepmake/omf-*: new files 
5732         * input/regression/multi-measure-rest.ly (texidoc): add doco
5734         * GNUmakefile.in (web-doc-install): add web-doc-install target
5736         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
5737         fixes crashes while dumping MIDI.
5739         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
5740         midi
5742 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5744         * buildscripts/texi2omf.py: new file.
5746         * mf/feta-beugel.mf: include font count, not staffsize (16) in
5747         font-name
5749 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5751         * input/regression/beam-manual-beaming.ly (texidoc): new file.
5753         * lily/sequential-iterator.cc (descend_to_child): call
5754         descend_to_child() for all types of music.
5756 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5758         * scm/translator-property-description.scm: Add
5759         bassFigureFormatFunction.  Replace some entries.
5761 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5763         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
5764         clean out.
5766 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5768         * scripts/midi2ly.py (Note.dump): never dump duration for
5769         dump_dur=0.
5771         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
5772         new function
5774         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
5775         figures using new markups. Much simpler, and should improve layout
5776         a little.
5778         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
5780 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5782         * ly/engraver-init.ly: use Hara kiri by default for 
5783         ChordNames, FiguredBass and Lyrics(Voice) context. 
5785         * lily/axis-group-engraver.cc (acknowledge_grob): use
5786         rhythmic-grob-interface for selecting items not to hara-kiri'd 
5788         * scm/new-markup.scm (markup-function-list): add bracket,
5789         vbracket.
5791         * ly/engraver-init.ly (ChordNamesContext): set
5792         minimumVerticalExtent
5794 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5796         * input/test/time-signature-double.ly: new file 
5798         * input/regression/collision-head-chords.ly (texidoc): new file.
5800         * lily/type-swallow-translator.cc: add note swallow translator 
5802         * input/test/time-signature-double.ly: new file.
5804         * lily/type-swallow-translator.cc: add Rest_swallow_translator
5806         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
5807         (FiguredBassContext): idem.
5809         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
5811         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
5813         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
5815         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
5816         .afm dependency
5818         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
5820         * python/lilylib.py (make_page_images): add function.
5822         * scripts/ly2dvi.py (run_latex): include title in preview image.
5824         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
5825         from lilypond-book for <ly2dvifile> tags in HTML.
5827         * scripts/ly2dvi.py (option_definitions): add --debug option to
5828         print out environment.
5830         * input/regression/tie-chord-partial.ly: new file.
5832 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
5834         * lilypond.words: add 3
5836 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5838         * scm/new-markup.scm (markup-function-list): add finger-markup
5840         * input/tutorial/brahms-tweaked.ly: new markup 
5842         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
5844         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
5845         crash when processing '() markup
5847         * input/regression/breathing-sign.ly (texidoc): add caesura example.
5849         * lily/breathing-sign.cc (railtracks): another caesura.
5851         * mf/feta-schrift.mf: caesura symbol. 
5853 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5855         * scripts/convert-ly.py (FatalConversionError.conv): add
5856         ly:molecule-XXX conversions.
5858         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
5860         * input/regression/multi-measure-rest-text.ly: new file.
5862         * scm/music-functions.scm (glue-mm-rest-texts): automatically
5863         convert MMREST-TEXT to MultiMeasureRestNumber settings.
5865         * ly/engraver-init.ly (ScoreContext): move tablature settings to
5866         ScoreContext
5868         * scm/new-markup.scm (center-markup): \center markup.
5870         * scm/music-functions.scm: remove pitchify scripts.
5872         * lily/music.cc (print_smob): display music name if available 
5874 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5876         * Documentation/user/refman.itely (Instrument names): remove
5877         \turnOff doco.
5879 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5881         * lily/score.cc (mark_smob): bugfix.
5883         * input/regression/rehearsal-mark.ly: new file.
5885         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
5886         report error at the current token again.
5888 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5890         * cygwin/mknetrel: Exit if doc build fails.
5892         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
5894 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5896         * scm/music-types.scm (music-descriptions): add doc strings
5898 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5900         * lily/lexer.ll: 
5901         * lily/include/my-lily-lexer.hh: 
5902         * lily/include/includable-lexer.hh: Add flex kludge.
5904         * config.hh.in: 
5905         * config.make.in: 
5906         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
5907         cruft.
5908         
5909         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
5910         code.
5912 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5914         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
5916         * lily/parser.yy (new_chord): Compile fix.
5918 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5920         * Documentation/user/refman.itely (Tuning groups of objects):
5921         remove documentation for \turnOff. 
5923         * lily/percent-repeat-engraver.cc (try_music): add correct
5924         processing moments for double-measure percents as well.
5926         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
5928         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
5929         grob prop type. 
5931         * Documentation/user/refman.itely (Printing named chords): add
5932         chord name tweak doco.
5934         * input/template/gregorian-transcription.ly: new file.
5936 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5938         * VERSION: 1.7.13 released
5939         
5940         * input/test/*: lots of cleanups/comment-outs/removals in chord
5941         examples
5942         
5943         * input/regression/*: lots of cleanups/comment-outs/removals in
5944         chord examples
5945         
5946         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
5947         options
5949         * lily/new-chord-name-engraver.cc (process_music): give original
5950         inversion pitch to chord name routine.
5952         * input/tutorial/os-score.ly: update to new markup
5954         * Documentation/user/appendices.itely: simply include
5955         chords-ignatzek. 
5957         * Documentation/user/refman.itely (Chords mode): add documentation
5958         for chord mode.
5960         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
5961         not present in chord.
5962         (construct-chord): add inversion and bass support.
5964         * lily/chord.cc: junk contents.
5966 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
5968         * Documentation/user/refman.itely:
5969         * Documentation/user/music-glossary.tely: fix. 
5971 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5973         * scm/chord-entry.scm (construct-chord): move chord construction
5974         to Scheme.
5976         * lily/parser.yy (new_chord): new setup for chord entry.
5978 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
5980         * lilypond.words:
5981         * Documentation/user/music-glossary.tely: add ambitus.
5983 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5985         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
5987         * lily/include/*.hh: string() -> to_string()
5989         * scm/chords-ignatzek.scm: new file.
5991         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
5992         standard chord name exceptions.
5994         * scm/translator-property-description.scm (chordNameSeparator):
5995         add property.
5996         (majorSevenSymbol): add property
5998         * lily/translator-scheme.cc (ly:context-properties): new function
5999         (ly:context-parent): new function.
6000         (print_smob): print context name.
6002         * lily/music.cc (ly:get-music-length): new function
6003         (print_smob): don't print properties.
6005         * lily/duration.cc (duration<?): new function
6007         * input/regression/chords-funky-ignatzek.ly: new file.
6009         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
6010         jazz chords.
6012         * lily/pitch.cc (ly:pitch-diff): new function.
6014         * input/regression/chords-ignatzek.ly: new file.
6016 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6018         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
6019         pitches for jazz chords.
6021 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6023         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
6025 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
6027         * lilypond.words: add 1
6029 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
6031         * Documentation/topdocs/AUTHORS.texi: refine.
6033 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
6035         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
6036         
6037         * lilypond.words: add one.
6039 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
6041         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
6042         Fontify bass note in chords, e.g., e in c1/e.
6043         
6044 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6046         * Documentation/user/music-glossary.tely: Dutch updates and
6047         additions (Arent Storm).
6049 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6051         * input/regression/ambitus.ly:  move file.      
6053         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
6055         * lily/event.cc (transpose): add tonic property to Key_change_req
6056         and to Key_engraver.
6058 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
6060         * Documentation/user/refman.itely: fix typo.
6062         * lilypond.words: removed wrong identifiers.
6064 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6066         * mf/feta-toevallig.mf: make flat stem shorter 
6068 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
6070         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
6072         * lilypond.words: add from Phrasing slur.
6073         
6074 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
6076         * lilypond-mode.el: allow launching multiple ViewPS processes.
6077         
6078         * lilypond.words: add from Text markup.
6080 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6082         * input/test/ossia.ly (texidoc): add comment.
6084         * input/regression/voice-follower.ly: new file.
6086         * mf/feta-toevallig.mf: make flat heavier.
6088         * lily/cluster-engraver.cc: clean up Cluster engraver
6090         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
6091         Engraver. Use Note_column to compute Y positions and deal with
6092         line break stuff.
6094 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6096         * lily/stem.cc: move french-beaming to stem.
6098 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
6100         * lilypond-font-lock.el: fontify all durations in chords.
6102         * lilypond.words: add from lily/my-lily-lexer.cc
6104 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6106         * VERSION: release 1.7.12
6108         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
6110         * lily/gregorian-ligature.cc: new file
6112         * lily/*: the Great 2003 search & replace.
6114         * Documentation/user/refman.itely (Manual repeat commands): add
6115         note about font selection.
6117 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
6119         * lilypond-mode.el: propose recompiling midi while invoking playing,
6120         not while stopping playing.
6122 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
6124         * lilypond.words: add one.
6126         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
6127         and expressional note grouping. Fontify chord modes.
6129 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
6131         * Documentation/user/music-glossary.tely (Top): translate melisma.
6133 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6135         * Documentation/user/music-glossary.tely (Top): add melisma.
6137 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
6139         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
6140         interfaces for (abstract) grob GregorianLigature
6142         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6143         renamed head* -> glyph_name*, x-shift* -> x-offset*
6145         * scm/grob-property-description.scm: bugfix: added missing descriptions
6147 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6149         * input/test/chord-names-dpnj.ly: New file.
6151         * scm/double-plus-new-chord-name.scm: Implement full and partial
6152         exceptions.
6154         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
6156         * scm/double-plus-new-chord-name.scm
6157         (double-plus-new-chord->markup): Fix sub->markup.
6160 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
6162         * lily/custos-engraver.cc: added TODO; editorial changes
6164         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
6165         consistency with other ligature engravers; removed access on (now)
6166         private variable _ligature of Ligature_engraver
6168         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
6169         renamed last_bound -> last_bound_; issue programming_error on
6170         abstract method calls; moved primitives code from
6171         Mensural_bracket_engraver to here (because almost ligature
6172         engravers will need it); renamed try_stop_ligature () ->
6173         typeset_ligature (); bugfix: store primitives of finished ligature
6174         in separate variable finished_primitives_ to avoid clash on input
6175         like "\] \["; added current_ligature () to enable access on
6176         private variable _ligature
6178         * lily/mensural-ligature-engraver.cc: removed primitives_ code
6179         (now in super class); renamed try_stop_ligature () ->
6180         typeset_ligature ()
6182         * lily/mensural-ligature.cc: issue programming_error on abstract
6183         method calls
6185         * lily/note-heads-engraver.cc: added TODO comment upon bool
6186         in_ligature
6188         * mf/parmesan-heads.mf: fixed some of set_char_box()
6190         * scm/grob-description.scm: added VaticanaLigature
6192         * scm/grob-property-description.scm: added neume prefix properties
6194         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
6195         lily/include/gregorian-ligature-engraver.hh,
6196         lily/include/gregorian-ligature.hh: new files; framework for
6197         gregorian ligature engravers such as vaticana
6199         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
6200         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
6201         vaticana style ligature implementation (still somewhat uncomplete)
6203 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6205         * VERSION: release 1.7.11
6207         * scripts/convert-ly.py: add ly:pitch-transpose rule
6209 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6211         * input/test/dpncnt.ly: New file.
6213         * lily/my-lily-lexer.cc: Add chordnames keyword.
6215         * lily/parser.yy (chordnames_block): Parse chord name exception
6216         lists, see input/test/dpncnt.ly.
6218         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
6219         function.
6221         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
6222         filter-out too.
6224         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
6225         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
6226         pitch functions (except for ly:make-pitch, but that's apparently
6227         some sort of scheme naming standard?).
6229         * scm/lily.scm (!=): define-public.
6231         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
6233 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6235         * scm/double-plus-new-chord-name.scm
6236         (double-plus-new-chord-name->markup): New file.
6238 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6240         * python/lilylib.py (make_preview): don't suppress progress for
6241         bbox extraction.
6243 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6245         * Documentation/user/appendices.itely (scheme): update for new syntax.
6247         * input/regression/chord-name-styles.ly: new file
6249         * lily/instrument-name-engraver.cc: create instrument names
6250         without barline too.  Allows instrument name on ChordNames  
6252         * scm/new-markup.scm (interpret-markup): allow simple strings as
6253         markup too.
6255 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6257         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
6258         (step->markup-accidental): Fix: add accidental.
6259         (chord::inner-name-american): 
6260         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
6261         append stray '/' if last superscript addition was 'o'.
6263         * scm/new-markup.scm (normal-size-sub-markup) 
6264         (normal-size-super-markup): New function.
6266         * lily/source-file.cc (Source_file): Add warning for possibly
6267         intentional but suspicious initialization.
6269         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
6270         add comments about cut-and-paste programming.
6272         * flower/rational.cc (lcm): Not used; comment out.
6274 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6276         * lily/new-fingering-engraver.cc (position_scripts): use
6277         fingerHorizontalDirection to determine fingering horizontal
6278         directions.
6280         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
6281         fingering support.
6283         * scripts/convert-ly.py (FatalConversionError.conv): add style
6284         conversion rule. 
6286         * scm/chord-name.scm (set-chord-name-style): new function.
6287         (new-chord-name-brew-molecule): revise to interpret markup only
6288         (new-chord->markup): cleanuppish rewrite. To be called from the
6289         new engraver.
6291         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
6292         Markup earlier, during interpreting.
6294         * input/test/{banter,jazz,american}-chords.ly (scheme): update
6295         style settings. Rename to chord-names-*.ly
6297 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6299         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
6300         markup code and update to new markup.  Most probably broke some of
6301         it.
6302         
6303 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
6305         * Documentation/user/refman.itely: added docu for ambitus and
6306         clusters
6308         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
6309         ly_quote_scm() in lookup.cc
6311         * mf/parmesan-clefs.mf: set_char_box fix
6313         * lily/cluster-engraver.cc: junk implicit protection; use
6314         Protected_scm instead
6316 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6318         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
6319         throughout.
6321         * scm/new-markup.scm: Turn-off error-triggering test code.
6323 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6325         * scm/new-markup.scm (markup-thrower-typecheck) 
6326         (markup-typecheck?):  add full typechecking functions.
6327         (make-markup-maker): add make-FOO-markup functions.
6328         (markup-argument-list-error): nice error checking messages.
6329         (make-markup): better function: less quoting escapades.
6331 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6333         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
6335 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6337         * cygwin/lilypond.hint (requires): Add cygwin.
6339         * .cvsignore: Remove stepmake (huh!?!), add lib.
6341         * GNUmakefile.in: Add libdir links for builddir runs.
6343         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
6344         instead of datadir.
6346         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
6347         local_lilypond_libdir.
6349         * config.make.in (lilypond_libdir): Add.
6351         * stepmake/stepmake/substitute-rules.make: 
6352         * stepmake/stepmake/script-rules.make: 
6353         * stepmake/stepmake/python-module-rules.make:
6354         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
6355         lilypond-python-module patch.
6357 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6359         * Documentation/user/refman.itely (Graphical interfaces): add note
6360         about xml2ly.
6362 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6364         * scripts/ly2dvi.py (run_dvips): remove trailing newline
6366 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6368         * VERSION: released 1.7.10
6370         * scripts/musedata2ly.py (): idem
6372         * scripts/midi2ly.py (dump_chord): idem
6374         * scripts/etf2ly.py (version): idem 
6376         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
6378         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
6380         * scm/tex.scm (tex-output-expression): remove eval compat
6381         glut. Other output files too.
6383         * scm/chord-name.scm: don't export anything from chord module.
6385         * input/test/american-chords.ly: idem
6387         * input/test/banter-chords.ly (texidoc): idem
6389         * input/test/Cc-chords.ly: add breakage notes.
6391         * Documentation/user/refman.itely (Text markup): rewrite manual section.
6393         * lily/parser.yy (scalar): allow \markup { } as property value. 
6395         * scm/chord-name.scm: complete new markup usage
6397         * scm/grob-description.scm (all-grob-descriptions): use new markup
6398         texts by default
6400 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6402         * scm/chord-name.scm: partial move to new markup texts.
6404 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6406         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
6408         * scm/bass-figure.scm (brew-bass-figure): make stack direction
6409         settable.
6411 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
6413         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
6414         invoked for old midi, wait for killing.
6416 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
6418         * Documentation/user/music-glossary.tely: Finnishing.
6420 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6422         * mf/feta-nummer-code.mf: some kerning pairs.
6424 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
6426         * scm/output-lib.scm (set-bar-number-visibility): Context-function
6427         Added.
6429         * Documentation/user/refman.itely (Bar numbers):
6430         set-bar-number-visibility added, modulo-bar-number removed again
6431         (sorry).
6433 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
6435         * scm/output-lib.scm (modulo-bar-number-visible): add function.
6437         * Documentation/user/refman.itely: add modulo-bar-number-visible.
6439         * Documentation/user/music-glossary.tely: translate into Finnish.
6441 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
6443         * lilypond-mode.el: add shortcut for 2midi
6445         * lilypond-font-lock.el: fontify lyrics
6447 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
6449         * scm/drums.scm : use 1.7.x names.
6451         * input/regression/drums.ly : Don't use << chords >>
6453 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
6455         * lilypond-mode.el: tidy, add TODO
6457         * make/lilypond.mandrake.spec.in: install-info quietly.
6459 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6461         * input/test/markup.ly: use new syntax.
6463 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6465         * ly/params-init.ly (interscoreline): add word-space
6467         * input/test/metronome.ly (eighthNote): idem.
6469         * input/test/script-priority.ly: use new markup
6471         * lily/parser.yy (markup): allow HEAD markup0 markup1 
6473         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
6475         * lily/parser.yy (gen_text_def): bugfix.
6476         (full_markup): allow markup identifier.
6478 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
6480         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
6481         jobs at the same time. Add horizontal lines to Command menu.
6482         Allow one compiling job -- propose killing others before a new one.
6484         * lilypond.words: add markup, teeny, etc.
6486 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
6488         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
6489         Allow only one type of midi process; launching Midi either stops
6490         midis or plays the current midi and launching MidiAll stops midis
6491         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
6492         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
6494 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6496         * lily/text-engraver.cc (process_acknowledged_grobs): use new
6497         markup  for new markup texts.
6499         * lily/mark-engraver.cc (process_music): idem
6500         
6501         * lily/instrument-name-engraver.cc (create_text): idem
6503         * scm/new-markup.scm (magnify-markup): new function.
6505         * scm/molecule.scm (stack-lines): bugfix.
6507         * lily/font-interface.cc (get_font): take font-magnification from
6508         alist chain.
6510 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6512         * lily/molecule-scheme.cc: move scheme functions to separate file.
6514         * lily/font-metric.cc  (ly_get_glyph): new function. 
6515         
6516         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
6517         (italic-markup, dynamic-markup): new functions
6518         (font-markup): new function
6520         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
6521         padding and minimum
6523 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
6525         * lily/accidental-engraver.cc:
6526         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
6528 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
6530         * lilypond.vim:
6531         * lilypond-font-lock.el: Put \longa as duration. Accept only 
6532         [a-zA-Z] for user defined identifiers. Separate note cases 
6533         with and without a duration (allow cis\longaX).
6535         * lilypond.words: Add words from Info.
6537 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6539         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
6541 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
6543         * lilypond-mode.el: Propose reverting buffer before a command if
6544         it was edited with an another editor.
6546 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6548         * lily/molecule.cc (ly_translate_molecule): new function
6550         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
6551         into libdir
6553         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
6555         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
6557 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
6559         * lilypond.words: take \words from Info-index.
6561 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6563         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
6565 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
6567         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
6569 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
6571         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
6572         and lilypond-documentation.
6574 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6576         * lily/parser.yy: Compile fix (bison 1.75).
6578 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6580         * VERSION: 1.7.9 released
6582         * scm/music-functions.scm (shift-one-duration-log): refactor.
6583         Use music-map.
6585         * input/regression/chord-tremolo.ly (texidoc): add dot test.
6587         * NEWS: update.
6589         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
6590         argument
6591         
6592         * scm/music-functions.scm (display-music): new function
6593         (music-map): change arg order.
6595         * input/regression/new-markup-syntax.scm: new file
6597         * lily/parser.yy (markup): add \markup { .. } syntax.
6599         * scm/new-markup.scm (override-markup): new function
6600         (lookup-markup): new function
6601         (music-markup): new function
6602         (lookup-markup-command): use markup-signature to store argument
6603         format for parser.
6605         * lily/lexer.ll: preliminary \markup syntax. 
6607 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
6609         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
6610         add pre/post-dependencies and menus with icons from source.
6612         * Documentation/pictures/lilypond-48x48.xpm:
6613         * Documentation/pictures/lilypond-32x32.xpm:
6614         * Documentation/pictures/lilypond-16x16.xpm: new files, background
6615         transparent.
6617         * stepmake/stepmake/generic-targets.make:
6618         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
6620 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6622         * input/regression/music-map.ly (texidoc): new file.
6624         * scm/music-functions.scm (music-map): new function
6626 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6628         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
6630 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
6632         * input/test/to-xml.ly:
6633         * lily/ligature-engraver.cc: Fixes documentation.
6635         * lilypond.mandrake.spec.in:
6636         * lilypond.redhat.spec.in: Add lilypond.words.
6638         * Documentation/user/refman.itely: Mention Info inside emacs.
6639         
6640         * lilypond.suse.spec.in:
6641         * lilypond.redhat.spec.in: 
6642         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
6644 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6646         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
6647         os.popen.read ().
6649 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6651         * scripts/ly2dvi.py (include_path): print warning if failing anything.
6653         * python/lilylib.py (error): add space
6655 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6657         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
6658         distribution.
6660 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6662         * lily/paper-outputter.cc (Paper_outputter): close port when
6663         finishing score.
6665 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6667         * scm/sodipodi.scm: Fixes.
6669 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
6671         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
6673         * buildscripts/make-font-dir.py: Fix. 
6675 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
6677         * lilypond-mode.el: Add support for Info inside Emacs.
6679 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6681         * buildscripts/make-font-dir.py: 
6682         * mf/GNUmakefile: Make sodipodi font map.
6684         * scm/sodipodi.scm: Add more output functions.
6686         * mf/feta-nummer.mf: 
6687         * mf/feta-beugel.mf: Add font_coding_scheme.
6689         * lily/paper-outputter.cc (output_header): Fix creator string.
6691 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
6693         * lilypond-mode.el (LilyPond-autocompletion): invoked with
6694         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
6696         * lilypond.words: add two (Everybody can add/remove words now!).
6698         * debian/rules:
6699         * make/lilypond.suse.spec.in:
6700         * make/lilypond.mandrake.spec.in:
6701         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
6703         * Documentation/user/refman.itely: Mention autocompletion.
6705 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6707         * scripts/ly2dvi.py: Add paper sizes.
6709         * lily/timing-engraver.cc: 
6710         * lily/time-signature.cc: 
6711         * lily/span-bar.cc: 
6712         * lily/grob-scheme.cc: Code formatting fixes.
6714         * scm/sodipodi.scm: 
6715         * scm/sketch.scm:
6716         * buildscripts/mf-to-table.py: 
6717         * buildscripts/make-font-dir.py: Font testing.
6719 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
6721         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
6722         inserts try-completion and shows all-completions.
6724         * lilypond.words: '\' -> '\\'
6726         * lilypond-mode.el: load libraries in the end, lilypond.words defines
6727         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
6728         
6729         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
6730         and LilyPond-reserved-words.
6731         
6732 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
6734         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
6735         from load-path.
6736         
6737         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
6738         the mini-buffer with Control-Shift-c.
6739         
6740 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6742         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
6743         duration. This fixes \tempo taking time.
6745 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6747         * lily/volta-engraver.cc (process_acknowledged_grobs): 
6748         Allow for text markup in repeatCommands. 
6750 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
6752         * lilypond-mode.el (LilyPond-insert-string): new function, use it
6753         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
6754         Get rid of skeleton.el-dependency.
6756         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
6758 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6760         * lily/beam-engraver.cc (stop_translation_timestep): reset
6761         now_stop_ev_
6763         * lily/scm-option.cc: add parse-protect to ly:set-option
6765         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
6767 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6769         * lily/include/ligature-bracket.hh: removed
6770         * lily/ligature-bracket.cc: removed
6772         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
6773         .tex
6775         * lily/beam.cc (set_beaming): don't change beam count on rests.
6776         (brew_molecule): always set flag-width > 0.
6778 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
6780         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
6781         chars, remove instructions; instead, refer to lilypond-init.el and
6782         Documentation/topdocs/INSTALL.texi.
6784         * lilypond.words: add identifiers and reserved words.
6786         * Documentation/topdocs/INSTALL.texi: separate sections for installing
6787         files and adding a load-path.
6789         * lilypond-init.el: Instructions, extracted from 
6790         Documentation/topdocs/INSTALL.texi. 
6791         
6792 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6794         * VERSION: 1.7.8 released 
6796         * lily/grob.cc (warning): better robustness fix.
6798 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
6800         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
6802         * lily/cluster-engraver.cc: stick better to variable naming
6803         conventions
6805         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
6806         until stop_translation_timestep()
6808         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
6809         min/max coordinates to backend, but no musical info such as
6810         pitches
6812         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
6814         * lily/grob.cc: robustness fix: warning(): do not crash if
6815         cause is not set
6817         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
6818         the much more elaborated tuplet brackets than the very naive and
6819         simple ligature bracket grob
6821 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6823         * Documentation/user/refman.itely (Analysis brackets): add
6824         horizontal bracket doco.
6826         * ly/property-init.ly (setMmRestFermata): added.
6828         * Documentation/user/refman.itely (Multi measure rests): fermatas
6829         on mm rests.
6831         * input/regression/apply-context.ly (texidoc): new file
6833         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
6834         code to be executed during interpretation. Possible applications:
6835         smart octavation, more advanced bar checks. 
6837         * lily/apply-context-iterator.cc: new file.
6839 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6841         * input/test/new-markup.ly: new file.
6843         * lily/text-item.cc (text_to_molecule): new function
6845         * scm/new-markup.scm (lambda): new file
6847         * lily/function-documentation.cc (ly_add_function_documentation):
6848         add proc property as well
6850 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6852         * Documentation/user/music-glossary.tely (Top): add custos.
6854 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
6856         * Documentation/topdocs/INSTALL.texi: advise how to include source
6857         path to Emacs load-path and improve language.
6859 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6861         * GNUmakefile.in: config.h message fix.
6863         * autogen.sh:
6864         * aclocal.m4: Regenerate.
6866         * configure.in: 
6867         * config.make.in: 
6868         * stepmake/config.make.in: 
6869         * stepmake/configure.in: 
6870         * stepmake/autogen.sh: 
6871         * stepmake/aclocal.m4: Update for autoconf 2.56.
6873 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
6875         * Documentation/topdocs/INSTALL.texi: instructions for an user how
6876         to install Emacs-mode. Instructions how to use vim-mode.
6878 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6880         * scm/music-types.scm (music-descriptions): no length for tempo event.
6882         * input/*.ly: add \version everywhere.
6883         
6884         * input/*.ly: update syntax to 1.7 + new-chords.
6886         * VERSION: 1.7.7 released.
6887         
6888         * Documentation/user/*.tely: new chord syntax.
6890         * input/regression/[bc]*.ly (texidoc): syntax updates.
6891         
6892 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
6894         * lilypond.words: add vocabulary to be used in auto-completion
6896         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
6898         * lilypond.vim: allow note name at EOF
6900 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6902         * buildscripts/new-chords.py (edit): -e option: inline editing.
6904         * input/regression/a*.ly (texidoc): syntax updates.
6906         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
6907         music): elucidations. 
6909 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
6911         * lily/include/lily-proto.hh, ly/engraver-init.ly,
6912         ly/spanners-init.ly, scm/grob-description.scm,
6913         scm/grob-property-description.scm, scm/music-types.scm,
6914         lily/cluster-engraver.cc, lily/cluster.cc,
6915         lily/include/cluster.hh, input/test/cluster.ly: cluster
6916         implementation
6918         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
6919         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
6920         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
6922         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
6924         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
6926         * scm/grob-description.scm: bugfix: by default, use default note
6927         head style when engraving ligatures
6929         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
6931         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
6932         events
6934         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
6936         * input/test/ancient-font.ly: bugfix: style -> flag-style
6938         * lily/ligature-engraver.cc: indentation fix
6940         * lily/parser.yy: indentation fixes
6941         
6942 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6944         * input/regression/measure-grouping.ly: more elaborate example.
6946         * lily/moment.cc: ly:add-moment, ly:mul-moment,
6947         ly:div-moment. New functions 
6949         * scm/music-functions.scm (set-time-signature): new function,
6950         allow inline time sig settings with measure grouping.
6952         * lily/parser.yy (command_element): move time sig construction
6953         into Scheme.
6955         * lily/side-position-interface.cc (out_of_staff): new function,
6956         like padding, but keep minimum distance from staff. Easier than
6957         linespanners (dynamics, pedals), but roughly the same effect.
6959 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
6961         * emacs-mode.el: Added spanish-note-replacements 
6962         (Carlos Betancourt, <carlos.betancourt@chello.be>).
6964         * vimrc: (Un)commenting with <(S-)F12>, tidy.
6966 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
6968         * lilypond.vim: Do not fontify cises, desis, etc.
6970         * vimrc: view dvi with <S-F6>
6972 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6974         * lily/lookup.cc (triangle): new function.
6976         * input/regression/measure-grouping.ly (texidoc): new file: show
6977         triangles and brackets for beat groups of 3 and 2.
6979         * lily/include/measure-grouping-spanner.hh (class
6980         Measure_grouping): new file.
6982         * lily/measure-grouping-spanner.cc (brew_molecule): new file
6984         * lily/measure-grouping-engraver.cc (class
6985         Measure_grouping_engraver): new file.
6987 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6989         * Merge from stable:
6991             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
6992         
6993         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
6994         stylesheet.
6996         * ly/paper19.ly: Include paper19-init.ly.
6998         * ly/paper19-init.ly: New file.
7000         * Documentation/user/tutorial.itely (First steps): Fix first
7001         example for font test.
7003         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
7005         * ChangeLog: Add 1.7.6 release marker (see below).
7007         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
7008         Add .py files.
7010 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7012         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
7014         * input/tutorial/*.ly: update to new syntax.
7016         * lily/parser.yy (Composite_music): new transpose syntax,
7017         \transpose FROM TO MUSIC. 
7019 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7021         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
7022         latex progress/error output to stderr (by default this goes to
7023         stdout).  Show lilypond progress, even when not verbose.
7025         * python/lilylib.py (system): New optional parameter to control
7026         showing of progress.
7028         * scm/backend-documentation-lib.scm (check-dangling-properties):
7029         Fix error message.
7031         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
7032         axis, extent.
7034         * scm/grob-property-description.scm (magnify): Remove.
7035         (extent, axis): Add.
7037 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7039         * VERSION: Release 1.7.6.
7041         * scripts/convert-ly.py: more uniformization substitutions.
7043         * buildscripts/new-chords.py (sub_chords): new file.
7045 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7047         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
7048         lilypond.map.  Include sauter fonts too.  Cleanups.
7050 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7052         * Documentation/user/tutorial.itely (First steps): change to new
7053         chord/tie/slur/beam notation.
7055         * lily/parser.yy (event_that_take_dir): allow postfix notation for
7056         ties.
7058         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
7059         engraver. Process ties in postfix notation, i.e. c8-~ c
7061         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
7063         * input/regression/beam-postfix-notation.ly (texidoc): new file.
7065         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
7067         * lily/beam-engraver.cc (try_music): accept new-beam-events
7069         * input/regression/chord-scripts.ly (texidoc): new file
7071         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
7072         script-events.
7074         * scm/script.scm (default-script-alist): cleanup.
7076         * lily/script-engraver.cc (make_script_from_event): cleanup.
7078         * lily/lyric-combine-music-iterator.cc
7079         (Lyric_combine_music_iterator): remove superfluous events.
7080         (melisma_busy): new function. Fix broken melismas.
7082 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
7084         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
7085         Remove nonvalid settings. Use descriptive key names.
7086         Use <Return> to indicate the pressing of that key.
7088 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7090         * scripts/lilypond-book.py (option_definitions): Typo.
7092         * scripts/ly2dvi.py: Updates.
7094         * python/lilylib.py (setup_environment, print_environment)
7095         (get_bbox, make_preview): Merge and remove from ly2dvi and
7096         lilypond-book.
7098         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
7100         * .cvsignore: Remove some cruft.
7102         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
7103         path.
7105         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
7106         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
7107         throughout.
7109         * python/lilylib.py (quiet_system): Junk
7110         (system): Display error log upon failure.
7111         (read_pipe): New function.  Cleanups and fixes.
7113         * python/*.py: Rename from *.py.in.
7114         
7115         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
7117         * GNUmakefile.in (SUBDIRS): Move python before scripts.
7119 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7121         * python/GNUmakefile: Bugfix: handle modules.
7123         * stepmake/stepmake/python-module-targets.make (default): Add
7124         compiled modules. 
7126         * stepmake/stepmake/python-module-rules.make: Add rule for byte
7127         compiling modules.
7129         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
7130         Bugfix.  (OUT_PYC_MODULES): Add.
7132 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
7134         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
7135         Use default paths. Refresh description.
7137 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7139         * VERSION: 1.7.5 released
7141         * input/regression/finger-chords.ly (texidoc): new file.
7143         * lily/script-engraver.cc (process_music): remove scriptHorizontal
7144         support
7146         * lily/fingering-engraver.cc (process_music): remove kludgy
7147         scriptHorizontal stuff.
7149         * lily/script.cc: remove staff-support property.
7151         * lily/new-fingering-engraver.cc (add_fingering): new
7152         file. Fingering engraver for new style chords.
7154 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7156         * lily/parser.yy (bare_number): allow 4 \cm (without
7157         decimal dot). (should backport to 1.6?)
7159         * ly/declarations-init.ly: use Scheme for dimension defs.
7161         * lily/parser.yy (TODO): remove hard coded dimensions, add
7162         REAL NUMBER_IDENTIFIER production.
7164         * lily/rest-collision.cc (force_shift_callback): rewrite using
7165         -done property.
7167         * scm/grob-property-description.scm (rest-collision-done): add
7168         property.
7169         
7170         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
7172 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7174         * input/regression/multi-measure-rest-center.ly: new file.
7176         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
7177         off horizontally by 0.05 ss. Fixed.
7179 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7181         * scm/pdftex.scm: Rename ly-number to ly:number->string.
7183         * Documentation/topdocs/index.tely: Remove duplicate from merge.
7185 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7187         * lily/tie.cc (get_control_points): also avoid staff lines on the
7188         just outside the outer staff lines
7190 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7192         * ly/params-init.ly: Just define style-alist, no need to
7193         define-public.
7195         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
7196         (thanks Han-Wen).
7198         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
7199         (FET_FILES): = FONT_FILES.
7201         * Merge from stable:
7203             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
7205 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7207         * VERSION: 1.7.4 released.  
7208         
7209         * scm/generate-documentation.scm (string-append): add macro
7210         definitions.
7212         * lily/text-item.cc (lookup_text): don't use virtual fonts for
7213         normal texts.
7215         * lily/multi-measure-rest-engraver.cc: make separate
7216         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
7218         * lily/multi-measure-rest.cc: remove text handling. Remove
7219         number-threshold.
7221 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7223         * scm/music-types.scm: doc patch by Graham Percival
7225 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7227         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
7228         encoding part.
7229         (Font_info.set_defaults): pixelsize now also defauts to '0'.
7230         (sketch_p): Sketch wants only first four elements of X11 font spec.
7232         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
7234         * mf/feta-autometric.mf: Write foundry and family to log.
7236         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
7237         font translation table.
7239         * buildscripts/mf-to-table.py: Better font info into afm.
7241         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
7242         1.0.9 required.
7244         * configure.in: Whine for mftrace 1.0.9.
7246 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7248         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
7250         * lily/main.cc (main_prog): don't try to load init.EXT when
7251         processing foo.EXT.
7253 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
7255         * scm/tex.scm (zigzig-line): added.
7257         * scm/ps.scm (zigzag-line): added.
7259         * ps/music-drawing-routines.ps (subvec): added.
7260         (draw_zigzag_line): added.
7261         
7262         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
7263         grob properties zigzag-width and zigzag-length.
7265         * input/regression/glissando.ly: Add some zig-zagged glissandi.
7267 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7269         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
7270         svg output, including font.
7272 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7274         * scm/lily.scm: Register sodipodi output module.
7276         * scm/sodipodi.scm: New file.
7278         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
7280         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
7281         comment, after header.
7282         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
7283         FullName.  Fix FontName key.
7285 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
7287         * lily/rest.cc (after_line_breaking): bugfix: dots after half
7288         and breve rests.
7289         
7290         * input/test/blank-notes.ly: bugfix
7292         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
7293         rests. (Kim Shrier)
7295         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
7296         
7297 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7299         * scm/tex.scm: 
7300         * scm/ps.scm: Cleanup and remove obsolete junk.
7302         * Documentation/user/internals.itely:
7303         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
7305         * lily/parser.yy: Identify shift/reduce problems.
7307         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
7308         make-style-sheet.  Too specific for convert-ly?
7310 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7312         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
7314         * input/test/*.ly: various fixes.
7316         * lily/music.cc (name): bugfix
7318         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
7320         * lily/input-file-results.cc (code): set-point-and-click! ->
7321         set-point-and-click
7322         
7323 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7325         * Use uniform ly: prefix for exported scheme primitive functions.
7327         * scm/music-types.scm: junk compat glue
7329         * scripts/convert-ly.py: add rules for stuff below, junk
7330         compatibility glue for spanrequest.
7332         * lily/parser.yy (verbose_event): remove \spanrequest,
7333         \commandspanrequest, \script. 
7334         
7335         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
7337         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
7338         for \penalty, \glissando.
7340         * VERSION: release 1.7.3
7341         
7342 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
7344         * lily/accidental-engraver.cc: Fix
7345         grace-in-the-beginning-of-measure bug caused by the resent
7346         partial-measure fix.
7348         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
7349         overlap looks too crowded)
7350         
7351 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7353         * lily/parser.yy (assignment): allow SCM expression as assignment.
7355         * lily/include/music-output-def.hh (class Music_output_def):
7356         * lily/music-output-def.cc: 
7357         * lily/paper-def.cc: 
7358         * scm/font.scm (markup-to-properties):
7359         * lily/parser.yy (music_output_def_body): 
7360         remove style_sheet_
7362 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7364         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
7365         length.
7367         * input/regression/spacing-to-grace.ly: new file.
7369         * input/regression/spacing-end-of-line.ly: new file.
7371         * lily/note-spacing.cc (get_spacing): take into account breakable
7372         stuff sticking out at the left (time sig change at line break).
7374         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
7375         raggedright code.
7377         * scm/music-functions.scm (make-voice-props-set): add
7378         staff-position for mm rests.
7380         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
7381         before grace notes a little.
7383         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
7385         * lily/break-align-interface.cc (do_alignment): right-edge spacing
7386         key adds space at the end of line. 
7388 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7390         * scm/sketch.scm: Fix beams.
7392         * buildscripts/mf-to-table.py: Add EncodingScheme.
7394         * scm/sketch.scm: Resurrect.
7396 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7398         * lily/multi-measure-rest.cc: use breve rests for measure lengths
7399         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
7401 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7403         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
7405         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
7407 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7409         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
7410         token for origin information.
7412         * lily/parser.yy (My_lily_lexer): do identifier location and
7413         cloning from lexer.
7415         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
7416         logic out of the parser. Add bar checks on both ends.
7418         * Documentation/user/refman.itely (Multi measure rests): add more
7419         notes about mm rests.
7421 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7423         * input/regression/bar-scripts.ly: Re-enable.
7425         * lily/parser.yy:
7426         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
7427         released rsn.  Bison 1.50 has a crucial bug and won't work.
7429         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
7432 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7434         * input/regression/bar-scripts.ly: Blunt documentation build fix.
7436 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7438         * Actually merge changes since 1.6.4 besides ChangeLog, and
7439         resolve conflicts.  Lots of updates, hope all is well.
7440         
7441         * cygwin/lilypond.hint (requires): Add ghostscript.
7443         * scm: Update some (c).
7444         
7445 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7447         * input/test/{various}.ly: add \header fields and texidoc strings.
7449 2002-10-05  Werner Lemberg  <wl@gnu.org>
7451         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
7452         renamed to `output_latex_quoted'.
7453         Added `output_latex_noquote'.
7454         (schedule_lilypond_block): Implement `noquote' option for LaTeX
7455         mode.
7457 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7459         * ChangeLog: Add 1.6.6 release marker.  See below.
7461         * stepmake/stepmake/po-targets.make: Remove --c++ option.
7463         * scripts/midi2ly.py: Fix global syntax warnings.
7465         * GNUmakefile.in: Generate builddir locale tree too.
7467         * scripts/ly2dvi.py:
7468         * scripts/midi2ly.py: 
7469         * scripts/mup2ly.py: 
7470         * scripts/update-lily.py:
7471         * lily/main.cc (setup_paths): Fix for locales setup.
7473 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7475         * Documentation/windows/installing.texi: Soften wording about
7476         necessity of becoming Administrator.  tommie@iae.nl reports this
7477         does not seem to be necessary for his flavour of Windows 2000.
7478         Explicitely discourage text mode mounts.
7480 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7482         * lily/rest.cc (after_line_breaking): backport dot position fix.
7484         * lily/rest-collision.cc (do_shift): also remove dots for suicided
7485         rests. Thanks to Klaus Zimmermann for finding this bug.
7487 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7489         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
7491 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7493         * Documentation/user/music-glossary.tely: fix links.
7495 2002-10-21  Werner Lemberg  <wl@gnu.org>
7497         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
7498         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
7499         scaling factor) only once and use them in the definition of
7500         \embeddedps.
7501         * ps/music-drawing-routines.ps (skeel): Removed.
7503 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7505         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
7506         Solaris7, as we don't use nested $( ) constructs.
7508 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7510         * VERSION: Release 1.6.6.
7511         
7512 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7514         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
7515         as workaround for /bin/sh problems on Solaris7.
7517 2002-10-19  Werner Lemberg  <wl@gnu.org>
7519         * GNUmakefile.in (web-doc): Fix typos.
7520         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
7521         `music-drawing-routines.ps' but emit \special{header=...} once.
7522         * scm/tex.scm (header-end): Updated.
7524 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7526         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
7527         undefined tremolo. 
7529 2002-10-15  Werner Lemberg  <wl@gnu.org>
7531         * scripts/lilypond-book.py (g_make_html): New global variable.
7532         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
7533         if `g_make_html' isn't set.
7534         [main]: Add format `texi-html'.
7535         (option_definitions): Updated.
7536         * Documentation/user/lilypond-book.itely: Updated.
7538         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
7539         * make/ly-rules.make (%.texi, %.nexi): Use it.
7540         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
7541         format to lilypond-book.
7542         * GNUmakefile.in (web-doc): Ditto.
7544 2002-10-14  Werner Lemberg  <wl@gnu.org>
7546         Further improve TeX output.  The produced files are about 40%
7547         smaller.  `lilyponddefs.tex' is now read only once.
7549         * tex/lilyponddefs.tex: Remove footer stuff.
7550         (\ifundefined): Renamed to...
7551         (\lilypondundefined): This.  Use LaTeX's definition to
7552         make it nestable and make it global.
7553         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
7554         output.
7555         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
7556         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
7557         them global.
7558         (\placebox): Renamed to...
7559         (\lyitem): This.
7560         Make it global and call \outputscale by itself.
7561         (\lybox, \lyvrule): New macros to reduce input data.
7562         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
7563         New auxiliary macros.
7564         (\SkipLilydefs, \EndLilyPondOutput): Removed.
7565         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
7566         to...
7567         (\lilypondspace): This and made it global.
7568         (\turnOnPostScript): Renamed to...
7569         (\lilypondpostscript): This and made it global.
7570         (\turnOnExperimentalFeatures): Renamed to...
7571         (\lilypondexperimentalfeatures): This and made it global.
7572         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
7573         (\lilypondsetdimen): This and made it global.
7574         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
7575         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
7576         (all, $(outdir)/music-drawing-routines.ps): New rules.
7577         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
7578         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
7579         start-system, stop-system, stop-last-system, filledbox): Updated to
7580         use the changed macros from lilyponddefs.tex.
7581         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
7583 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7585         * Documentation/windows/installing.texi: Update.
7587 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7589         * VERSION: 1.6.5 released
7591         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
7593 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7595         * scm/translator-property-description.scm (voltaOnThisStaff): add
7596         property.
7598 2002-09-28  Werner Lemberg  <wl@gnu.org>
7600         * scm/tex.scm (header-end): Suppress page numbering.
7602         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
7603         Fix quotation for HTML output.
7605 2002-09-28   Graham Percival   <gperciva@sfu.ca>
7606         
7607         * Documentation/user/refman.itely: grammar and phrasing
7608           fixes to "Note Entry" section.  Also adds a few new examples.
7610 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7612         * flower/include/string-data.icc: include string.h
7614 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7616         * scm/chord-name.scm (chord::inner-name-banter): remove space.
7618 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7620         * Documentation/user/GNUmakefile (extra-local-help): Add.
7622         * stepmake/stepmake/www-targets.make (local-help): Add.
7624 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7626         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
7627         packages.
7629         * Documentation/topdocs/README.texi (Top): building documentation
7630         (not website.)
7632 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7634         * Documentation/user/refman.itely: 
7635         * Documentation/user/tutorial.itely: 
7636         * Documentation/user/music-glossary.tely: Merge changes.
7638         * Documentation/user/glossary.html.in: 
7639         * Documentation/index.texi: 
7640         * Documentation/header.html.in: Accomodate renaming of glossary.
7641         
7642         * Documentation/user/tutorial.itely: Add some glossary references.
7643         
7644         * Documentation/user/refman.itely: Minor fixes.
7645         
7646         * Documentation/user/lilypond.tely: Add glossary do direntry.
7648         * Documentation/user/music-glossary.tely: Rename (previously:
7649         glossary.tely).  Fix anchor placement.
7651         * Documentation/user/GNUmakefile: Make music-glossary.info too.
7653 2002-09-23  Werner Lemberg  <wl@gnu.org>
7655         * scripts/lilypond-book.py (output_dict): Fix handling of
7656         various environments by avoid extraneous newlines.
7657         Rename `output-all' regexp for html to `output-html'.
7658         Replace `output-all' regexp for texi with `output-texi-quote'
7659         and `output-texi-noquote'.
7660         (compose_full_body): Don't override `linewidth' user option
7661         for `singleline'.
7662         (schedule_lilypond_block): Don't indent text specified with
7663         `intertext' option.
7664         Add new option `noquote'.
7665         (compile_all_files): Use latex instead of tex to compile ly
7666         files directly.
7668         * Documentation/user/lilypond-book.itely: Updated and revised.
7669         Improve layout.
7671         * Documentation/user/glossary.tely,
7672         Documentation/user/introduction.itely,
7673         Documentation/user/tutorial.itely,
7674         Documentation/user/refman.itely,
7675         Documentation/user/appendices.itely: Fix overfull LilyPond
7676         boxes caused by the new lilypond-book code.  Other minor
7677         fixes.
7679         * Documentation/user/macros.itexi (@texiflat): Don't emit
7680         trailing space.
7682         * scm/tex.scm (end-output, header-end): Add preamble and
7683         postamble to make lilypond output directly compilable with
7684         latex.
7686         
7687 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7689         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
7690         instructions.
7692 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7694         * Documentation/user/glossary.tely: Add titling and hyperlinks.
7696 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7698         * lily/beam.cc (connect_beams): don't crash if there are quarter
7699         notes in beams.
7701 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
7703         * Documentation/user/refman.itely: corrected ancient clef
7704         docu; added docu on ligatures
7706 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
7708         * Documentation/user/glossary.tely,
7709         Documentation/user/refman.itely, input/les-nereides.ly,
7710         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
7711         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
7712         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
7713         Stem properties: flag-style -> stroke-style, style -> flag-style.
7716 2002-09-22  Werner Lemberg  <wl@gnu.org>
7718         * scripts/lilypond-book.py: Add option `notime' to suppress
7719         printing of a time signature.  Specify default indentation of 0pt
7720         if single line fragment.  Don't emit redundant `\paper{ }'.
7722         * Documentation/user/lilypond-book.itely: Updated.
7724         * Documentation/user/glossary.tely: Completely reformatting.
7726 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7728         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
7730 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7732         * Documentation/user/tutorial.itely: Fix links.
7733         
7734         * Documentation/topdocs/index.tely:
7735         * Documentation/index.texi:
7736         * Documentation/header.html.in: Small website fixes and updates.
7738         * debian/: Debian patch by Anthony Fok.
7740 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7742         * Documentation/footer.html.in: How time flies: It's already 2002!
7744         * Documentation/topdocs/index.tely: Stable/development fix.  Use
7745         more descriptive link names than 'here'.
7747 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7749         * VERSION: 1.7.2 released
7750         * VERSION: 1.6.4 released
7751         
7752         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
7754         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
7755         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
7757         * mf/feta-din.mf (test): add x-height and space.
7759         * lily/dynamic-engraver.cc (process_music): take dynamic direction
7760         from ^_ for crescendi. Idem for slurs and phrasing slurs.
7762         * ly/grace-init.ly: add-to-grace-init: function to portably add
7763         settings to \grace. 
7765         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
7766         if we get an absolute dynamic event.
7768         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
7770         * lily/source-file.cc (get_line): oops. All line numbers were off
7771         by 2. Fix that. 
7773         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
7774         be after the note, combined with -_^, i.e. c4-(-\)-\>  
7776         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
7778         * lily/parser.yy (number_factor): remove (number) as number
7779         expression. ("Let them eat Lisp").
7781 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7783         * lily/horizontal-bracket.cc: new file.
7785         * lily/horizontal-bracket-engraver.cc: new file.
7787         * input/regression/note-group-bracket.ly: new file. Support
7788         horizontal note brackets for music analysis.
7790         * lily/stem.cc (flag): new flag-style: no-flag.
7792         * input/test/stem-cross-staff.ly: new file
7793         
7794         * Documentation/user/internals.itely: Improved formatting, fixing
7795         typos.  Added a section `Output details' to describe how the TeX
7796         code looks like.
7798         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
7800         * lily/parser.yy: remove \dynamicscript.
7802         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
7803         definitions. 
7805         * python/midi.c (midi_error): take two arguments.
7807         * Merge 1.6.5 changes:
7808         
7809 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7811         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
7812         staff-space.  Previous 1.5 was probably meant as half-spaces.
7813         (cautionary-style): parentheses (was: smaller).  This is what doco
7814         says, and it seems more logical.
7816         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
7817         for 2nd sentence.
7819 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7821         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
7823 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7825         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
7827 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7829         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
7831 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7833         * scm/translator-property-description.scm (voltaOnThisStaff): add
7834         property.
7836 2002-09-28  Werner Lemberg  <wl@gnu.org>
7838         * scm/tex.scm (header-end): Suppress page numbering.
7840         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
7841         Fix quotation for HTML output.
7843 2002-09-28   Graham Percival   <gperciva@sfu.ca>
7844         
7845         * Documentation/user/refman.itely: grammar and phrasing
7846           fixes to "Note Entry" section.  Also adds a few new examples.
7848 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7850         * flower/include/string-data.icc: include string.h
7852 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7854         * scm/chord-name.scm (chord::inner-name-banter): remove space.
7856 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7858         * Documentation/user/GNUmakefile (extra-local-help): Add.
7860         * stepmake/stepmake/www-targets.make (local-help): Add.
7862 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7864         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
7865         packages.
7867         * Documentation/topdocs/README.texi (Top): building documentation
7868         (not website.)
7870 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7872         * Documentation/user/refman.itely: 
7873         * Documentation/user/tutorial.itely: 
7874         * Documentation/user/music-glossary.tely: Merge changes.
7876         * Documentation/user/glossary.html.in: 
7877         * Documentation/index.texi: 
7878         * Documentation/header.html.in: Accomodate renaming of glossary.
7879         
7880         * Documentation/user/tutorial.itely: Add some glossary references.
7881         
7882         * Documentation/user/refman.itely: Minor fixes.
7883         
7884         * Documentation/user/lilypond.tely: Add glossary do direntry.
7886         * Documentation/user/music-glossary.tely: Rename (previously:
7887         glossary.tely).  Fix anchor placement.
7889         * Documentation/user/GNUmakefile: Make music-glossary.info too.
7891 2002-09-23  Werner Lemberg  <wl@gnu.org>
7893         * scripts/lilypond-book.py (output_dict): Fix handling of
7894         various environments by avoid extraneous newlines.
7895         Rename `output-all' regexp for html to `output-html'.
7896         Replace `output-all' regexp for texi with `output-texi-quote'
7897         and `output-texi-noquote'.
7898         (compose_full_body): Don't override `linewidth' user option
7899         for `singleline'.
7900         (schedule_lilypond_block): Don't indent text specified with
7901         `intertext' option.
7902         Add new option `noquote'.
7903         (compile_all_files): Use latex instead of tex to compile ly
7904         files directly.
7906         * Documentation/user/lilypond-book.itely: Updated and revised.
7907         Improve layout.
7909         * Documentation/user/glossary.tely,
7910         Documentation/user/introduction.itely,
7911         Documentation/user/tutorial.itely,
7912         Documentation/user/refman.itely,
7913         Documentation/user/appendices.itely: Fix overfull LilyPond
7914         boxes caused by the new lilypond-book code.  Other minor
7915         fixes.
7917         * Documentation/user/macros.itexi (@texiflat): Don't emit
7918         trailing space.
7920         * scm/tex.scm (end-output, header-end): Add preamble and
7921         postamble to make lilypond output directly compilable with
7922         latex.
7924         
7925 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7927         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
7928         instructions.
7930 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7932         * Documentation/user/glossary.tely: Add titling and hyperlinks.
7934 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7936         * lily/beam.cc (connect_beams): don't crash if there are quarter
7937         notes in beams.
7939 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
7941         * Documentation/user/refman.itely: corrected ancient clef
7942         docu; added docu on ligatures
7944 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
7946         * Documentation/user/glossary.tely,
7947         Documentation/user/refman.itely, input/les-nereides.ly,
7948         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
7949         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
7950         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
7951         Stem properties: flag-style -> stroke-style, style -> flag-style.
7953 2002-09-22  Werner Lemberg  <wl@gnu.org>
7955         * scripts/lilypond-book.py: Add option `notime' to suppress
7956         printing of a time signature.  Specify default indentation of 0pt
7957         if single line fragment.  Don't emit redundant `\paper{ }'.
7959         * Documentation/user/lilypond-book.itely: Updated.
7961         * Documentation/user/glossary.tely: Completely reformatting.
7963 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7965         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
7967 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7969         * Documentation/user/tutorial.itely: Fix links.
7970         
7971         * Documentation/topdocs/index.tely:
7972         * Documentation/index.texi:
7973         * Documentation/header.html.in: Small website fixes and updates.
7975         * debian/: Debian patch by Anthony Fok.
7977 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7979         * Documentation/footer.html.in: How time flies: It's already 2002!
7981         * Documentation/topdocs/index.tely: Stable/development fix.  Use
7982         more descriptive link names than 'here'.
7984 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7986         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
7988 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7990         * lily/part-combine-music-iterator.cc (get_state): cleanup
7991         (get_music_info): cleanup.
7993 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7995         * scm/backend-documentation-lib.scm (interface-doc-string):
7996         crosslinks between interfaces and grobs. Headings for interfaces
7997         in grob explanation.
7999 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8001         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
8002         dtd).  Add preliminary dtd.
8003         (re-sub-alist): Robustify.
8005 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8007         * lily/include/event-chord-iterator.hh,
8008         lily/context-specced-music-iterator.cc,
8009         lily/event.cc, lily/event-chord-iterator.cc: add
8011 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8013         * lily/: some (c) header fixes.
8014         
8015         * lily/request-chord.cc: Remove.
8016         
8017         * lily/include/event-chord-iterator.hh:
8018         * lily/include/event.hh:
8019         * lily/event-chord.cc: New file.
8020         
8021         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
8022         requested.
8024 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8026         * lily/ : rename Request to Event
8028         * lily/parser.yy (command_element): move clef stuff into Scheme.
8030         * lily/:  rename length_mom () to get_length()
8032         * lily/part-combine-music.cc: removed file and class.
8034         * lily/context-specced-music-iterator.cc (class
8035         Context_specced_music_iterator): new file. Obsoletes the
8036         Context_specced_music type.
8038         * scm/music-types.scm (make-repeated-music): put different kinds
8039         of repeated music into music-type table.
8041         * VERSION: 1.7.1 released.
8043         * scm/to-xml.scm: new file.
8045         * input/test/to-xml.ly (fooBar): demo of what is possible with the
8046         new Input representation: dump music as XML.
8048         * scm/engraver-documentation-lib.scm
8049         (engraver-accepts-music-types?): add links from music to engraver,
8050         from music-type to engraver.
8052         * lily/include/command-request.hh: removed
8053         lily/include/musical-request.hh: removed. Removed all _req classes
8054         except Key_change_req. Changes throughout.
8056 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8058         * lily/tuplet-engraver.cc (try_music): Compile kludge.
8060 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8062         * lily/*.cc: specify accepts for many engravers.
8064         * scm/music-documentation-lib.scm: dump music expressions and
8065         music subtypes.
8067         * scm/documentation-lib.scm: complete revision.
8068         Use GOOPS objects to store document tree explicitly. Cleaned up and
8069         sped up doco generation a lot.
8071 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8073         * input/trip.ly (fugaIILeft): add arpeggio
8075         * lily/translator-group.cc (try_music_on_nongroup_children):
8076         oops. The name symbol is in the cdr of the assoc handle.
8078         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
8079         Hyphen_req, Glissando_req, Break_req, Mark_req 
8081 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8083         * lily/musical-request.cc (music-duration-length,
8084         music-duration-compress): new functions.
8086         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
8087         throughout. Warning doesn't work yet.
8089         * lily/translator-group.cc (try_music_on_nongroup_children):
8090         new implementation: store candidate acceptors in a hashTable.
8092 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8094         * scm/music-types.scm (music-descriptions): change name to
8095         internal-class-name
8097         * scm/chord-name.scm (chord::inner-name-banter): remove space.
8099 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8101         * lily/beam.cc (connect_beams): don't crash if there are quarter
8102         notes in beams.
8104 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
8106         * Documentation/user/refman.itely: corrected ancient clef
8107         docu; added docu on ligatures
8109 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8111         * Documentation/user/glossary.tely,
8112         Documentation/user/refman.itely, input/les-nereides.ly,
8113         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
8114         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
8115         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
8116         Stem properties: flag-style -> stroke-style, style -> flag-style.
8118 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8120         * scm/music-functions.scm (music-separator?): don't use name music
8121         property.
8123 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8125         * stepmake/stepmake/generic-targets.make (help): Document check
8126         target.
8128         * lily/new-accidental-engraver.cc: Compile fix.
8130 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8132         * scripts/convert-ly.py: Add rule.
8134         * input/test/music-creation.ly:
8135         * input/test/add-staccato.ly:
8136         * input/test/add-text-script.ly: ly-make-music.
8138         * scm/drums.scm (make-head-type-elem, make-articulation-script):
8139         More ly-make-music renamings.
8141         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
8143         * lily/music-constructor.cc (make_music): Add debugging info.
8145         * scm/music-functions.scm (make-simultaneous-music,
8146         (make-sequential-music, context-spec-music):
8147         * scm/music-types.scm (music-descriptions): Get lily to run.
8149 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8151         * lily/command-request.cc (transpose_key_alist): new function.
8153         * lily/key-performer.cc (create_audio_elements): cleanup. 
8155 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8157         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
8159         * lily/include/translator.hh (ENTER_DESCRIPTION): add
8160         events-accepted field.
8162         * scm/music-types.scm: new file.
8164         * lily/parser.yy: put music type initialization into scheme,
8165         similar to grob initialization.  Changes throughout.
8167 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8169         * Documentation/user/tutorial.itely: Fix links.
8170         
8171         * Documentation/index.texi: 
8172         * Documentation/header.html.in: 
8173         * Documentation/topdocs/index.tely: Small website fixes and updates.
8175         * debian/: Debian patch by Anthony Fok.
8177 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8179         * Documentation/footer.html.in: How time flies: It's already 2002!
8181         * Documentation/topdocs/index.tely: Stable/development fix.  Use
8182         more descriptive link names than 'here'.
8184         * ROADMAP: Remove test stuff.
8186         * scripts/update-lily.py: Allow auto-building of stable and
8187         development versions.  Bugfixes.
8189 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8191         * VERSION: released 1.7.0
8193         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
8195         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
8196         positive line widths.
8198 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8200         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
8201         go.  Fix comments.
8203         * cygwin: Cygwin updates.
8205 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8207         * Documentation/windows/installing.texi (Top): version for python,
8208         urls for ghostscript (thanks to John Potelle)
8209         
8210         * lily/simultaneous-music-iterator.cc
8211         (Simultaneous_music_iterator): init children_list_ before
8212         triggering GC.
8214         * lily/*-iterator.cc: be even more careful with smobbed copy
8215         constructors. 
8217         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
8218         LeftEdge item.
8220 2002-09-15  Werner Lemberg  <wl@gnu.org>
8222         Improving LilyPond's output to make them ordinary TeX boxes with
8223         predictable dimensions.  System boxes are now vertically centered on
8224         the baseline; this offset can be further controlled with
8225         \lilypondscoreshift.
8227         * lily/system.cc (System::post_processing): Pass length of current
8228         system to `start-system' (including any horizontal indentation).
8230         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
8231         prettier.
8232         (lily-def): Append `%'.
8233         (start-system): Add parameter `wd'.  Output more TeX code to specify
8234         box dimensions.
8235         (stop-system, stop-last-system): Complement changes in
8236         `start-system'.
8237         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
8238         Updated.
8240         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
8241         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
8242         Write final `\endinput'.
8244         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
8245         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
8246         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
8247         files and macro definitions don't produce spurious spaces and
8248         paragraphs (using \endlinechar).
8249         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
8251         * Documentation/user/internals.itely: Improved formatting, fixing
8252         typos.  Added a section `Output details' to describe how the TeX
8253         code looks like.
8255 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
8257         * lily/accidental-engraver.cc: Also work with partial measures.
8259 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8261         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
8262         spanner.
8264 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8266         * lily/identifier-smob.cc (unpack_identifier): new file.
8268         * lily/lexer.ll (identifier_type): new function.  use ly-id to
8269         pass off scheme expressions as music identifiers.
8271         * scm/lily.scm: reorganisation, cleanups.
8273         * lily/main.cc: small cleanups.
8275 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8277         * lily/ly-module.{cc,hh}: new file.
8279 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
8281         * lily/accidental-engraver.cc: Also work with partial measures.
8283 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8285         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
8287 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8289         * lily/my-lily-lexer.cc: use SCM module in stead of
8290         Scheme_hash_table. Changes throughout.  
8292 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8294         * VERSION (MY_PATCH_LEVEL): make 1.7.0