]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(Snippet.output_print_filename): new
[lilypond.git] / ChangeLog
1 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4         file, process printfilename option.
5         (Snippet.__init__): rewrite: do not use global variables h or
6         index.
7         (main): really support -I option.
8         (find_toplevel_snippets): new code.
9
10         * tex/texinfo.tex: really add file.
11         
12 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13
14         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
15         compatibility.
16
17 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
18
19         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
20
21         * scm/define-translator-properties.scm (drumPitchTable): add
22         property.
23
24         * scripts/lilypond-book.py (simple_toplevel_snippets): new
25         function.
26         (help_summary): docstrings.
27         (do_file): strip the dir of input_base too.
28
29 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
30
31         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
32
33         * Documentation/user/lilypond-book.itely: Update.
34
35         * make/ly-rules.make: Update lilypond-book commands.
36
37         * Documentation/user/GNUmakefile: Update makeinfo commands,
38         lilypond-book flags.
39
40         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
41         
42         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
43
44         * scripts/filter-lilypond-book.py: Remove.
45
46         * Documentation/user/*tely: Update options for new lilypond-book.
47
48         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
49         with @macros in @includes.
50
51 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
52
53         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
54         make rest-collision only.
55
56         * lily/break-substitution.cc (substitute_one_mutable_property):
57         clear all-elements using scm_assq_remove_x(). 
58
59         * lily/rest-collision.cc (do_shift): shift single rests
60
61         * flower/include/array.hh (class Array): rename to is_empty ()
62
63         * lily/drum-note-performer.cc: new file: perform drum notes.
64
65         * VERSION (PACKAGE_NAME): release 2.1.19.
66         
67 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * scripts/filter-lilypond-book.py
70         (classic_lilypond_book_compatibility): New function.
71
72 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
73
74         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
75
76         * Grand 2003 -> 2004 search replace. 
77
78         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
79         (i.e. < > )
80
81         * ly/performer-init.ly: add DrumStaff
82
83         * lily/axis-group-engraver.cc (acknowledge_grob): also take
84         lyric-interface; this prevents lines with only extender lines from
85         being junked.
86  
87         * scm/define-grob-interfaces.scm (lyric-interface): new interface
88
89         * lily/lyric-extender.cc (brew_molecule): get line breaking and
90         extenders right, for once and for all (hopefully).
91         
92         * lily/break-substitution.cc (substitute_one_mutable_property):
93         clear old 'all-elements for System grobs.
94
95         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
96         that associatedVoiceContext is always assigned when music & lyrics
97         are found. 
98
99         * ly/engraver-init.ly: remove Lyrics context.
100         (TabVoice): add noteheads engraver
101
102         * input/test/improv.ly: update: do not use Thread switching. 
103
104         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
105         squashedPosition is a number  
106
107         * Documentation/user/refman.itely (Automatic note splitting):
108         remove Thread references.
109
110         * input/no-notation/pc-direction.ly: remove file.
111
112         * ly/engraver-init.ly: remove Thread
113
114         * input/regression/tie-chord-partial.ly: remove file.
115
116         * scripts/convert-ly.py (conv): \harmonic rule
117
118         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
119         notation for harmonic notes: <c' g''\harmonic>
120
121         * lily/lily-guile.cc (alist_to_hashq): new function
122
123         * scm/lily.scm (alist->hash-table): new function.
124
125         * Documentation/user/refman.itely (Percussion staves): update doco.
126
127         * input/regression/drums.ly (timb): updates
128
129         * lily/note-performer.cc (create_audio_elements): robustness fix.
130
131         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
132
133 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
134
135         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
136         discard valid matches.
137
138 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
139
140         * lily/drum-note-engraver.cc: new file.
141
142         * ly/drumpitch-init.ly: move drum definitions
143
144         * scm/drums.scm: remove file.
145
146         * lily/*.cc: remove abort-event everywhere.
147
148         * lily/note-heads-engraver.cc (process_music): robustification.
149
150         * lily/accidental-engraver.cc (process_acknowledged_grobs):
151         robustification.
152
153         * lily/parser.yy (simple_element): add \drums mode.
154         (simple_element): remove \pitchnames , \chordmodifiers. Use
155         variables to store this. 
156
157         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
158         outside \notes.
159
160         * VERSION: release 2.1.18.
161         
162         * input/test: remove octave-duplicate.ly
163
164 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
165
166         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
167
168 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
169
170         * lily/simultaneous-music-iterator.cc: remove clone() and copy
171         constructor from Music_iterator. Changes throughout.
172
173         * lily/include/music-iterator.hh (class Music_iterator): remove
174         Music_iterator::skip and Music_iterator::get_pending_events from
175         interface. Rename report_to -> get_outlet 
176
177         * lily/auto-change-iterator.cc: move contents from
178         new-auto-change-iterator.cc from
179
180         * scm/part-combiner.scm: determine split-list from Scheme. 
181
182         * lily/new-auto-change-iterator.cc (process): new file.
183
184         * lily/parser.yy (part_combined_music): remove old PC cruft.
185
186         * ly/engraver-init.ly: remove old
187         PC cruft.
188
189         * Documentation/user/refman.itely (The Lyrics context): note about
190         extender lines.
191
192         * lily/multi-measure-rest-engraver.cc (process_music): extra check
193         to allow 0-length mmrest events.
194
195         * scm/part-combiner.scm (determine-split-list): many bugfixes.
196
197         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
198
199         * lily/spacing-engraver.cc (finalize): robustifications.
200
201         * input/regression/new-part-combine-solo-global.ly: new file.
202
203         * scm/part-combiner.scm: rewrite.
204
205 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
206
207         * Documentation/user/refman.itely, input/puer-fragment.ly,
208         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
209         updated for proper use of lyricsto; replaced "(" and ")" ->
210         "\melisma" and "\melismaEnd"
211
212         * input/test/ancient-font.ly: small updates to reduce compile
213         warnings (TODO: junk this file)
214
215         * input/test/gregorian-scripts.ly: added comment about bug
216
217         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
218         tiny robustness fix
219
220         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
221         recent changes in the feta code); temporarily mapped mensural g
222         clef to a copy of petrucci g clef until mensural g clef will have
223         been rewritten
224
225         * mf/parmesan-heads.mf: bugfix: solved character name clashing
226         between mensural and neo-mensural heads (this broke quite a while
227         ago)
228
229         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
230
231 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
232
233         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
234         indication.  Fixes for verbatim, multi line comments.
235
236 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
237
238         * input/regression/new-part-combine-solo.ly: more cases.
239
240         * lily/slur.cc (height): robustness fix.
241
242         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
243
244         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
245         stemUp/stemDown.
246
247         * scm/music-functions.scm (determine-split-list): further analysis.
248
249         * lily/script-engraver.cc (try_music): discard duplicate
250         articulations.
251
252         * input/regression/new-part-combine-solo.ly: new file
253
254         * input/regression/new-part-combine-a2.ly: new file.
255
256         * ly/performer-init.ly: add Devnull
257
258         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
259         for \musicglyph #"accidental-*"
260         (conv): \newpartcombine rule.
261
262 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
263
264         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
265
266 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
267
268         * scripts/filter-lilypond-book.py: Handle verbatim, latex
269         textwidth, --output.
270
271 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
272
273         * scm/new-markup.scm (doubleflat): add accidental markups.
274
275         * VERSION: release 2.1.17
276         
277         * Documentation/user/refman.itely (Automatic part combining):
278         revise documentation of the part-combiner.
279
280         * input/regression/pc-switch-slur.ly (texidoc): remove file.
281         
282         * input/test/part-combine-{moment,staff}.ly: remove file.
283
284         * input/regression/pc-mmrest.ly (two): remove file.
285
286         * scm/define-music-types.scm (music-descriptions): add
287         Solo{One,Two}Event and UnisonoEvent
288
289         * lily/new-part-combine-iterator.cc (unisono): add state_
290         variable, signal changes with part-combine-event.
291
292         * input/regression/new-part-combine-text.ly: new file.
293
294         * lily/part-combine-engraver.cc: new file.
295
296 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
297
298         * scripts/filter-lilypond-book.py: Handle snippet options.
299
300 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
301
302         * scm/music-functions.scm (determine-split-list): detect solo1/2
303         and unisono.
304
305         * lily/new-lyric-combine-music-iterator.cc (construct_children):
306         revert fix, document why.
307
308         * lily/tie-performer.cc (process_music): new function. Set melisma
309         property.
310
311         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
312         always smaller than bracket size.
313         (make_bracket): oops. Size of the gap was off by factor 2
314
315         * input/test/text-rotate.ly: new file.
316
317         * scm/new-markup.scm (markup): a macro that provides a
318         LilyPond-like syntax in scheme for building markups, in order to
319         help markup command definition. (Nicolas Sceaux)
320
321         * input/test/lyrics-skip-notes.ly: new example.
322
323         * lily/parser.yy (post_event): make HYPHEN into postfix event.
324
325         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
326         use is_alias() iso. == . This fixes lyrics on
327         GregorianTranscriptions. 
328
329 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
330
331         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
332         \thispagestyle{lastpage} to avoid that it's printed on the second
333         last page when there's only a single score line on the last page.
334         (The page breaking mechanism in TeX played some ugly tricks to us.)
335
336 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
337
338         * scripts/filter-lilypond-book.py: Further development.
339
340         * input/regression/collision-dots-move.ly: New test.
341
342         * lily/note-collision.cc (check_meshing_chords): Move dots on left
343         hand side note head of non-merged collision to the right.
344
345         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
346         Construct children before accessing property from emtpy
347         lyrics_context_.
348         (construct_children): Find thread before finding LyricsVoice.
349         Create LyricsVoice one if none found, fixes crash (thanks Erik
350         Sandberg).
351
352 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
353
354         * cygwin/: Forward port.
355
356 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
357
358         * buildscripts/install-info-html.sh: Use Bash.
359
360         * cygwin/mknetrel: Patch from Bert.
361
362 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
363
364         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
365
366         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
367         try to copy *png, index.html (Bertalan Fodor).
368
369         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
370
371 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
372
373         * lily/note-collision.cc (check_meshing_chords): Do not remove
374         dots (from down head) when merging similar heads (thanks Matthias
375         Kilian).  Simplify merge_possible tests and other cleanups
376
377         * input/regression/collision-merge-differently-dotted.ly: Add test
378         for disappearing dots on similar heads for both voices.
379
380 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
381
382         * Documentation/user/invoking.itexi (Invoking lilypond): Document
383         that tagline overrides copyright for single page scores. Correct
384         the default tagline value.
385
386 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
387
388         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
389
390 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
391
392         * buildscripts/lilypond-login.sh: Avoid warning about undefined
393         TEXMF if it's previously unset.
394
395 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
396
397         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
398
399         * input/test/trills.ly: fix the unfolding of lineprall.
400
401         * input/test/figured-bass-alternative.ly: fix accidental.
402
403 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
404
405         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
406         
407         * input/no-notation/dos-guile.ly: 
408         * input/no-notation/dos-ps.ly: 
409         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
410         
411         * input/no-notation/safe-include.ly:
412         * input/no-notation/safe-guile.ly:
413         * input/no-notation/safe-ps.ly: 
414         * input/no-notation/safe-tex.ly: New file.
415
416         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
417         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
418         options now.
419         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
420         When in --safe-mode, set environment openout_any=p[aranoid].
421
422         * tex/ltest.tex: 
423         * tex/lilyponddefs.tex: Add \nofiles.
424
425         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
426         options.
427
428         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
429         This allows building the user manual using a binary installation
430         and a matching unpacked source tree.
431
432         * scm/lily.scm (safe-module): New variable. 
433
434         * lily/includable-lexer.cc (new_input): Fix error messages.
435
436         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
437         If SAFE, evaluate in safe-module.  Change callers.
438
439         * lily/main.cc (Long_option_init): Reinstate safe-mode.
440
441         * lily/lexer.ll (embedded_scm): While processing main-input,
442         invoke ly_parse_scm with safe mode if running in safe-mode.
443         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
444         in init.ly for safe-mode.
445
446 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
447
448         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
449         compatibility with old versions of geometry.sty (compat2
450         already implied includehead).
451         Change the page layout slightly so bottom + footskip = top +
452         headheight + headsep = 16mm, the remaining paperheight-32mm
453         are used for the music. Increase footskip to 5mm, so the top of
454         the footer text doesn't touch the music.
455
456 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
457
458         * VERSION: release 2.1.16
459         
460         * scm/music-functions.scm (determine-split-list): bugfix: only use
461         new-active for both voices if both indexes advance. This fixes the
462         biggest outstanding problem with new-pc. 
463
464         * lily/new-part-combine-iterator.cc (construct_children): set more
465         directions.
466
467 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
468
469         * scripts/convert-ly.py (conv): add instrument rule.
470
471         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
472
473         * lily/side-position-interface.cc: remove add_staff_support ()
474         Change all callers to use staff-padding.
475
476         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
477         make_spanner().
478
479         * lily/a2-engraver.cc (process_acknowledged_grobs): 
480
481         * lily/text-engraver.cc: remove scriptHorizontal property.
482
483         * lily/beam.cc (least_squares): also set least-squares-dy for
484         special case of slanted 2-stem beam to center.
485
486         * lily/side-position-interface.cc (out_of_staff): move contents of
487         out_of_staff into aligned_side.
488         remove out_of_staff().
489
490         * input/regression/measure-grouping.ly: fix warning.
491
492         * lily/side-position-interface.cc: add staff-padding support to
493         Side_position_interface::aligned_side.
494
495         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
496         one get_property too many.
497
498         * flower/include/drul-array.hh (linear_combination): new function
499         (scale_drul): new function
500
501         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
502         operations on empty intervals are silly.
503
504 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
505
506         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
507         (iso gh_scm2int), fixes crash in new part-combiner.
508
509         * configure.in: Up mftrace to 1.0.27.
510
511 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
512
513         * VERSION: release 2.1.15
514         
515         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
516         align all stanza numbers.
517
518 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
519
520         * Documentation/user/{introduction.itely,refman.itely,
521         converters.itely}: fix some text inside parentheses; text should
522         be readable (even) if parentheses are either replaced with commas 
523         or dropped out.
524
525 2004-01-25  Werner Lemberg  <wl@gnu.org>
526
527         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
528         input/test/vaticana.ly, input/test/ancient-font.ly,
529         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
530         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
531         ly/params-as-init.ly, scm/define-grobs.scm,
532         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
533
534         * ly/params-as-init.ly: Removed.  Obsolete.
535         * buildscripts/lilypond.words.py: Updated.
536
537 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
538
539         * mf/parmesan-clefs.mf: switch off mensural G clefs.
540
541         * mf/feta-din{4,5,7,9}.mf: remove.
542         
543         * lily/engraver.cc (internal_make_item): centralize item/spanner
544         factory.
545
546         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
547         do correct chord conversion for ^"sim."  (backportme)
548         (FatalConversionError.sub_articulations): substitute ^"foo" in
549         chords too. (backportme)
550
551         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
552         for Fingering.
553
554         * lily/side-position-interface.cc (out_of_staff): don't do
555         anything if staff-padding not defined. 
556
557         * mf/feta-params.mf (stafflines): introduce linethickness as
558         general blackness of the font.
559
560         * lily/stem.cc (position_noteheads): rounding error robustness.
561
562         * input/regression/rest-collision-beam.ly: move beam/rest stuff
563         from beam-collision.ly 
564
565         * lily/beam.cc (rest_collision_callback): remove direction.
566
567         * scm/define-grobs.scm (all-grob-descriptions): remove
568         enclose-bounds in OttavaBracket and PianoPedalBracket
569
570         * scm/new-markup.scm (def-markup-command) new macro, which takes
571         care of defining the COMMAND-markup and make-COMMAND-markup
572         procedures, setting markup-signature and keyword-signature object
573         properties, and pushing the markup command in
574         markup-function-list.
575
576         All markup commands are defined thanks to it.  Users may also use
577         it to define their own markup commands. (Nicolas Sceaux)
578
579         * scm/new-markup.scm: Scheme style clean-up: there should be no
580         parenthesis alone on a line; LET* should not be used where LET is
581         enough. (Nicolas Sceaux)
582
583 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
584
585         * scripts/filter-lilypond-book.py: Add script.
586
587 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
588
589         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
590
591 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
592
593         * Documentation/user/refman.itely (Fingering instructions): add
594         single note chords. 
595
596         * lily/multi-measure-rest-engraver.cc: use a single
597         MultiMeasureEvent for mm rests. This prevents problems with the
598         new part combiner.
599
600         * scm/music-functions.scm (determine-split-list): analysis has
601         global effect: a difference halfway a phrase makes the entire
602         phrase be typeset as apart.
603         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
604
605 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
606
607         * ly/performer-init.ly: add Devnull.
608
609         * Documentation/user/refman.itely (Font selection): remove paper20
610         ref.
611         
612 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
613
614         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
615
616 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
617
618         * scm/music-functions.scm (determine-split-list): bugfixes.
619
620         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
621
622         * input/test/scales-greek.ly: use C as base, results in different
623         alterations at the clef.
624
625         * input/regression/pedal-ped.ly: new file.
626
627         * input/regression/pedal-bracket.ly: new file.
628
629         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
630         replace after_line_breaking()
631
632         * lily/line-interface.cc (line): read thickness.
633         (line): dash-fraction = 0 always for dotted-line style.
634
635         * input/test/staff-lines.ly (lower): bugfix.
636
637         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
638         \accepts Devnull into Score.
639
640         * scm/lily.scm: remove bla.scm load.
641
642 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
643
644         * VERSION: release 2.1.14
645         
646         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
647
648         * lily/side-position-interface.cc (general_side_position): add
649         Staff_symbol_referencer::staff_space ().
650
651         * lily/include/context-def.hh: rename from translator-def.hh
652
653 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
654
655         * input/template/piano-dynamics.ly (pedal): Updated definition of
656         Dynamics such that \cresc works, for example.
657
658 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
659
660         * lily/stem.cc (calc_stem_info): use
661         Staff_symbol_referencer::staff_space
662
663         * lily/beam-quanting.cc (quanting): scale Stem_info 
664
665         * lily/beam.cc (rest_collision_callback): use minimum-distance
666         property for rest/beam collisions.
667         (rest_collision_callback): bugfixes.
668
669         * lily/system.cc (post_processing): extra-offset is now relative
670         to the size of the current staff.
671
672         * scm/music-functions.scm (notice-the-events-for-pc): record all
673         voices, only analyze "one" and "two".
674
675         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
676         not parent. 
677
678         * lily/new-part-combine-iterator.cc (construct_children): create
679         Devnull from Voice context
680
681         * scm/music-functions.scm (determine-split-list): bugfixes.
682
683         * lily/lily-guile.cc (robust_scm2int): new function
684
685         * lily/staff-symbol-referencer.cc (line_thickness): new
686         function. Use throughout.
687
688         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
689         in its own context.  Add to preset font-size.
690
691         * lily/stem.cc (thickness): new function.
692
693         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
694         compute thickness from ledger-line-thickness.
695
696         * lily/note-head.cc (brew_ledger_lines): use
697         Staff_symbol::get_ledger_line_thickness ().
698
699         * lily/beam.cc (rest_collision_callback): use
700         Staff_symbol_referencer::staff_space().
701
702         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
703         Mus1 Mus2
704
705         * lily/include/translator.hh (class Translator): add accepts_list_
706         so  \with { \denies / \accepts } also works.
707
708         * scm/music-functions.scm (determine-split-list): determine split
709         list from music events.
710
711         * lily/new-part-combine-iterator.cc: more states.
712
713         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
714
715 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
716
717         * lily/system.cc (set_loose_columns): use the right prebroken cols
718         for interpolating loose column position.
719
720         * lily/text-spanner.cc (brew_molecule): default to no vertical
721         lines.
722
723         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
724         take space.
725
726         * scm/define-grobs.scm (all-grob-descriptions): less padding.
727
728 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
729
730         * scripts/convert-ly.py: Do not test filename when processing
731         stdin.
732
733         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
734
735 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
736
737         * lily/axis-group-engraver.cc (finalize): extra check; if
738         process_music () is never called, then staffline_ == 0.
739
740         * lily/simultaneous-music-iterator.cc (pending_moment): don't
741         check run_always ().
742         
743         * VERSION: release 2.1.13
744
745         * input/regression/note-head-style.ly (pattern): cleanup.
746
747         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
748         downloading.
749
750         * scm/output-lib.scm (shift-right-at-line-begin): new function:
751         kludge rehearsalmark placement.
752
753         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
754         , ly:spanner?
755
756         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
757         close to note head for accidentals.
758
759         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
760         tuplet direction.
761
762         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
763
764 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
765
766         * lily/include/music-iterator.hh (class Music_iterator): add
767         substitute_outlet() to iterator API.
768
769         * lily/new-part-combine-iterator.cc (construct_children):
770         New_pc_iterator: new class, better part combining.
771
772         * lily/tie-column.cc (werner_directions): new function
773
774         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
775
776         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
777         empty objects group spanner as parent
778
779         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
780         slope against graphical slope.
781
782         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
783         for ottava bracket.
784
785         * lily/side-position-interface.cc (general_side_position):
786         opps. reinstate *dir.
787
788         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
789         parser run.
790
791         * lily/tuplet-bracket.cc: remove calc_dy ().
792
793         * Documentation/user/refman.itely (Balloon help): document balloon
794         help
795
796 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
797
798         * scm/document-backend.scm (check-dangling-properties): Grob
799         properties are defined define-grob-properties.scm.
800         
801 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
802         
803         * VERSION: release 2.1.12
804
805         * scm/define-grobs.scm (all-grob-descriptions): larger font for
806         ChordName
807
808         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
809         relation to surroundings.
810
811         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
812         Y-extent to the note-extents: stay clear of the staff.
813
814 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
815
816         * Documentation/user/GNUmakefile
817         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
818         iso. copy.
819
820         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
821
822         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
823
824         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
825
826         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
827
828         * lily/line-interface.cc (line): remove thickness from calling interface.
829
830         * lily/hairpin.cc: use Line_interface
831
832         * lily/line-interface.cc: new file. Line_interface for everything
833         with dotted/dashed lines.
834         
835
836         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
837
838         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
839         for constructing ottava brackets.
840         
841         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
842         the note heads.
843
844         * Documentation/user/internals.itely (Engravers and performers):
845         fix broken link.
846
847         * scm/music-functions.scm (make-mark-set): new function.
848
849         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
850         functionally identical to beam.
851
852         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
853         () with beam (). 
854
855         * Documentation/user/refman.itely (Rehearsal marks): document new
856         functionality.
857
858         * input/regression/rehearsal-mark-number.ly: new file.
859
860         * input/regression/rehearsal-mark-letter.ly: new file.
861
862         * scm/translation-functions.scm (number->mark-string): new function
863         (format-mark-letters): new function
864         (format-mark-numbers): new function
865
866         * lily/mark-engraver.cc (process_music): rehearsalMark is now
867         integer; formatting is done through markFormatter property.
868         
869         * scm/define-translator-properties.scm: fold all *-done properties
870         into positioning-done.
871
872         * lily/beam.cc (position_beam): new function
873         (brew_molecule): make sure that positions are calced before making
874         the molecule.
875
876         * scm/output*.scm (beam):  take 4th argument for function.
877
878         * ps/music-drawing-routines.ps: take blot as 4th argument.
879
880         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
881         stem to avoid small dents.
882         
883
884 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
885
886         * VERSION: release 2.1.11
887
888         * input/regression/balloon.ly: new file.
889
890         * lily/balloon.cc (brew_molecule): new file: draw boxes around
891         objects, and make help texts. 
892
893         * scm/new-markup.scm (parse-simple-duration): parse duration
894         string to log & dots. (Thanks Nicolas!)
895
896         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note rule.
897
898 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
899
900         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
901         Lemberg).
902
903         * THANKS: alphabetic order.
904
905 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
906
907         * input/regression/note-head-harmonic.ly: new file.
908
909         * Documentation/user/internals.itely (Technical manual): explain
910         difference between music, translation, layout.
911
912         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
913
914         * scm/output-ascii-script.scm (bracket): rounding bfs.
915
916         * scripts/convert-ly.py (conv): add \include "paper" rule. 
917
918         * ly/paper*.ly: remove files. 
919         
920         * scm/paper.scm (set-staff-size): new function: set default
921         staff-size.
922
923         * scripts/convert-ly.py (conv): add conversion rule.
924
925         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
926         function.
927
928         * scm/paper.scm: new file.
929         (set-staff-size): new function 
930         (set-paper-size): new function
931
932         * lily/parser.yy (music_output_def_body): restructure definition,
933         so first Scheme statement in \paper also happens in new scope. 
934
935         * lily/system.cc (post_processing): move uniquify_list () to
936         dumping molecule stage.
937
938         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
939         this will mess up scores that use barchecks to shorten measures.
940
941         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
942         at 20pt too.
943
944         * Documentation/user/tutorial.itely (Printing lyrics): document
945         \lyricsto
946
947         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
948
949         * Documentation/user/refman.itely (Fermatas): document \lyricsto
950
951         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
952         if Voice is not found.
953
954         * VERSION: release 2.1.10
955         
956         * input/{test,regression}/: remove old-relative 
957
958         * lily/lexer.ll: add empty markup signature. 
959
960         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
961         strut markup
962
963         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
964
965         * scm/define-translator-properties.scm: update melismata property
966         doco.
967
968         * lily/system.cc (output_lines): revert uniquify_list() patch,
969         strange side effects seen.
970         
971         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
972         dash-period < 0.
973
974         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
975         for flute. 
976
977 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
978
979         * input/regression/*.ly: use newaddlyrics iso. addlyrics
980
981         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
982
983         * lily/lyric-extender.cc (brew_molecule): behave decently in case
984         of line breaks.
985         (brew_molecule): add padding to left, not right.
986
987         * lily/system.cc (uniquify_list): new function
988         (output_lines): uniquify_list () on all-elements. This fixes
989         double symbols in the output.
990
991         * lily/beam.cc (rest_collision_callback): don't move anything if
992         staff-position is set.
993
994         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
995
996         * lily/system.cc (typeset_grob): warn if adding twice.
997
998         * lily/sequential-iterator.cc (run_always): implement run_always().
999         (also in other files.)
1000         
1001         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
1002
1003         * lily/event.cc (to_relative_octave): add octave-check.
1004
1005         * Documentation/user/refman.itely (Line breaking): add noBreak.
1006
1007         * scm/new-markup.scm (normalsize-markup): add function.
1008         (sans-markup): new function.
1009
1010         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
1011         come earlier nowadays.  This fixes beams on grace notes.
1012         
1013         * scm/music-functions.scm (direction-polyphonic-grobs): new
1014         variable, share between override and revert. This fixes script
1015         directions in polyphonic sections. (backportme)
1016
1017 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1018
1019         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
1020         breakpoints.
1021
1022         * lily/break-align-interface.cc: add doco
1023
1024         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
1025
1026 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1027
1028         * VERSION: release 2.1.9
1029
1030         * scm/document-markup.scm (markup-doc-node): add note about naming.
1031
1032         * scm/new-markup.scm (left-align-markup): bugfix. 
1033
1034         * Documentation/user/refman.itely (Ottava brackets): more doco for
1035         ottava.
1036
1037         * lily/side-position-interface.cc (out_of_staff): also do
1038         out_of_staff() correctly for d == DOWN.
1039
1040         * lily/text-spanner.cc (brew_molecule): only put vertical line and
1041         horizontal line if they move to the right.
1042         
1043         * scm/define-grobs.scm (all-grob-descriptions): set
1044         text-repeat-if-broken for ottava spanner
1045
1046         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
1047         property.
1048
1049         * mf/feta18.mf: design size is 18 not 22.5
1050
1051         * lily/new-lyric-combine-music-iterator.cc (process): new file.
1052         Add a single LyricsVoice to a melody. Melismata may be set
1053         individually.
1054
1055         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
1056
1057         * lily/dot-column.cc: add stdio.h
1058
1059 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1060
1061         * lily/item.cc: documentation for break-visibility (Thanks, John).
1062
1063 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1064
1065         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
1066
1067         * lily/translator-def.cc: rename Translator_def to Context_def.
1068
1069         * Documentation/user/internals.itely (Lexical details): clarify
1070         string def.
1071
1072         * Documentation/user/refman.itely (Rhythmic music): add link to
1073         RhythmicStaff 
1074
1075 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1076
1077         * lily/translator.cc: document start_translation_timestep()
1078
1079         * scm/output-tex.scm (tex-encoded-fontswitch): use
1080         round for rounding (inexact->exact yields rationals)
1081
1082         * lily/*.cc: remove superfluous start_translation_timestep() calls.
1083
1084         * lily/translator-group.cc (get_simple_trans_list): 
1085         new function; construct simple_trans_list_ lazily.
1086         
1087 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1088
1089         * lily/paper-outputter.cc (output_scope): Check if number before
1090         checking exact (guile cvs).
1091
1092         * scm/*: Escape backslashes in scheme strings (guile cvs).
1093
1094 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1095
1096         * Documentation/user/refman.itely (Tablatures basic): annotate
1097         seealso sections.
1098
1099         * lily/*.cc: cleanup of engraver initialize() functions.
1100
1101         * lily/repeat-acknowledge-engraver.cc
1102         (start_translation_timestep): remove first_b_
1103
1104         * lily/tab-note-heads-engraver.cc: listen to string number events
1105         inside < > too. (backportme).
1106
1107         * Documentation/user/refman.itely (Text scripts): add fatText to
1108         index.
1109
1110 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1111
1112         * VERSION: 2.1.8
1113
1114         * stepmake/bin/add-html-footer.py (built): add Wiki links to
1115         footer.
1116
1117         * lily/parser.yy (translator_mod): allow \with { \remove .. }
1118
1119         * lily/bar-check-iterator.cc (process): only warn if
1120         barCheckLastFail was changed.
1121
1122         * scm/define-translator-properties.scm (barCheckLastFail): add
1123         property.
1124
1125         * lily/main.cc (main_prog): print summary of failed files.
1126
1127         * lily/axis-group-engraver.cc: move all spanner creation to
1128         process_music (). Now staffs can be adjusted with \override too.
1129         (Jan, you are a brilliant programmer!)
1130         
1131         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
1132
1133 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1134
1135         * Documentation/user/tutorial.itely (Integrating text and music):
1136         Show the commands to produce a PDF as well.
1137
1138 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1139
1140         * lily/translator-def.cc (get_translator_names): accept user
1141         tweaks too. 
1142
1143         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
1144         as big as normal heads. 
1145
1146         * input/*ly: run convert-ly
1147         
1148         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
1149         () if dependencies are fluked.
1150
1151         * scm/document-translation.scm (engraver-doc-string): update on
1152         latest string/symbol conventions.
1153
1154         * lily/translator-ctors.cc: use Scheme_hash_table.
1155
1156         * lily/translator-def.cc (get_translator_names): new function
1157         (add_context_mod): new function
1158         (get_accepted): new function
1159
1160         * lily/parser.yy (context_mod): put all modifications of
1161         \translator { } in a single production, encode as SCM.
1162
1163         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
1164         to use read-only lists, so additions to the definition can be
1165         prepended easily.  
1166
1167         * Documentation/user/invoking.itexi (Editor support): add node on
1168         editor support.
1169
1170         * Documentation/user/refman.itely (Bar check): add lyrics example
1171         of bar checks. 
1172
1173         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
1174
1175         * scripts/convert-ly.py (conv): add conversion rule.
1176
1177         * lily/parser.yy: use \change iso. \translator for staff switch.
1178
1179         * lily/my-lily-lexer.cc: add \change.
1180
1181         * scm/define-translator-properties.scm
1182         (default-melisma-properties): add definition.
1183
1184 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1185
1186         * Documentation/user/refman.itely (Bar lines): clarification of
1187         systemStartDelimiter. 
1188
1189         * input/test/slur-shape.ly (x): remove file.
1190
1191         * lily/translator-group.cc (apply_property_operations): new function.
1192
1193 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1194
1195         * lily/parser.yy (optional_prop_ops): allow \with {
1196         PROPERTYSETTINGS } following \context or \new.
1197
1198         * lily/my-lily-lexer.cc: add \with.
1199
1200         * lily/parser.yy (property_operation): clean up definition of
1201         property operations.
1202         (property_op_to_music): new function.
1203         (context_spec_music): new function
1204
1205         * VERSION: 2.1.7 released.
1206         
1207         * input/regression/collision-merge-dots.ly: new file.
1208
1209         * lily/note-collision.cc (check_meshing_chords): if merging heads,
1210         then kill the dots too. 
1211
1212         * lily/separating-line-group-engraver.cc (acknowledge_grob):
1213         set/unset breakableSeparationItem
1214
1215         * lily/separation-item.cc (relative_width): add function.
1216
1217         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
1218         only-prebreak-interface
1219
1220         * lily/system.cc (output_lines): only junk only-prebreak-interface
1221         grobs.
1222
1223         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1224         read breakableSeparationItem
1225
1226         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
1227
1228         * lily/system.cc (output_lines): don't suicide Spacing_items. 
1229
1230         * lily/dot-column.cc (dot_config_badness): new function:
1231         select the best scoring dot configuration: dots should go close to
1232         the note heads, but be shifted up or down according to conventions.
1233         (print_dot_configuration): idem.
1234         (shift_one): idem
1235         (remove_collision): idem.
1236
1237         * input/regression/dots.ly: add more test cases.
1238
1239 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1240
1241         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
1242
1243         * flower/include/interval.hh: rename elem_b to contains 
1244
1245         * lily/tie.cc: change 'heads to 'head-pair.
1246
1247         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
1248         fill in 'heads field.
1249
1250         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
1251         minimum-length for short ones, and shorten so collisions with the
1252         next syllable are avoided.
1253
1254         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
1255         near-zero slopes.
1256         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
1257
1258         * lily/dots.cc: remove quantized_position callback. All Y
1259         positioning is done by dot-column.cc
1260
1261         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
1262         exhaustive test of all dot positions. This fixes disappearing dots
1263         in dotted chords.
1264
1265 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1266
1267         * mf/feta-klef.mf (test_staff): fatten up G clef
1268         (test_staff): fatten up f clef.
1269         
1270
1271 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1272
1273         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
1274         * input/les-nereides.ly: Use latin1 characters for title, like
1275         Morgenlied.
1276
1277 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1278
1279         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
1280         cmb10).
1281
1282         * lily/lyric-extender.cc (brew_molecule): add little space before
1283         extender line.
1284
1285         * lily/beam-quanting.cc (score_forbidden_quants): check if
1286         outer stafflines fall in any beam gaps.
1287
1288         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
1289         for lyric texts.
1290
1291 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1292
1293         * VERSION: 2.1.6 released.
1294
1295         * lily/beam-quanting.cc (quanting): add inspect-quants property:
1296         this shows the demerits of a user-defined beam position pair.
1297
1298         * scm/define-grobs.scm (all-grob-descriptions): set
1299         beamed-extreme-minimum-free-lengths to a different value.
1300
1301         * lily/scm-option.cc: add debug-beam scm-option
1302
1303         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
1304
1305 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1306
1307         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
1308
1309         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
1310         space after barline.
1311
1312         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
1313
1314         * lily/spacing-spanner.cc (breakable_column_spacing): take average
1315         of spacing wishes, not maximum. Only do this for delta-t == 0. In
1316         the other case, take standard column-breakable spacing. Do not
1317         warn about "no spacing wishes".
1318
1319         This fixes wide spaces after barlines in very loose lines.
1320
1321         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
1322
1323 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1324
1325         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
1326         acknowledge_grob lyric-syllable, not lyric-text.
1327
1328         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
1329         dashes of length #'length separated by #'dash-period. 
1330
1331         * lily/lyric-extender.cc (brew_molecule): idem
1332
1333         * lily/multi-measure-rest.cc (big_rest): idem
1334
1335         * lily/system-start-delimiter.cc (simple_bar): idem
1336
1337         * lily/bar-line.cc (simple_barline): use rounded box
1338
1339         * VERSION: release 2.1.5
1340
1341         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
1342         music): move note about dvips to more visible place.
1343
1344         * lily/lyric-phrasing-engraver.cc: move from
1345         new-phrasing-engraver.cc, remove old cruft (syllable-group,
1346         lyric-phrasing-engraver.hh)
1347         
1348         * lyric-align.ly: remove file
1349         
1350         * scripts/convert-ly.py (FatalConversionError.func): add removal
1351         rule for automaticMelismata
1352
1353         * ly/engraver-init.ly (ScoreContext): switch on
1354         New_phrasing_engraver by default.
1355
1356         * lily/slur-engraver.cc (class Slur_engraver):
1357         process_acknowledged_grobs -> process_music.
1358         (try_music): signal melismata correctly.
1359
1360         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
1361         word-space, right-trim-amount, and extend past right bound only
1362         for note heads.
1363
1364         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
1365         lyric-extender support: add note-heads to the extender
1366         automatically.
1367
1368         * lily/parser.yy: extender is now post_event. 
1369
1370         * lily/accidental-engraver.cc (number_accidentals): remove
1371         spurious warning about non-parent contexts.
1372
1373         * lily/music-output-def.cc (assign_translator): \translator { }
1374         for a Foo context implicitly redefines \FooContext.
1375
1376         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
1377         fixes.
1378
1379         * lily/slur.cc (brew_molecule): don't use stafflinethickness
1380         doubly in slur weight. 
1381
1382         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
1383         combination.
1384
1385         * scm/define-grobs.scm (all-grob-descriptions): change clef -
1386         staffbar distance.
1387
1388         * scripts/lilypond.py (global_latex_preamble): crank down size of
1389         the margins. Now there is a 12 mm top and bottom margin, which
1390         should correspond with the printable area of modern printers.
1391
1392         This enlarges the music height of the printable page a little.
1393
1394         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
1395         signs. Use \markup instead.
1396         (accreg_pen): tweak for accordeon asterisk.
1397
1398 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1399
1400         * lily/melisma-engraver.cc (try_music): use melisma_busy()
1401
1402         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
1403
1404         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
1405
1406         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
1407
1408         * scm/define-grobs.scm (all-grob-descriptions): change
1409         StanzaNumber description: make side support, i.s.o. breakable.
1410         use Instrument_name_engraver for texts in the margin.
1411
1412         * scm/define-translator-properties.scm: remove
1413         melismaEngraverBusy, stz property.
1414
1415         * *.cc: naming: change empty_b () into is_empty ()
1416
1417         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
1418
1419         * input/regression/lyric-phrasing-new.ly: new file.
1420
1421         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
1422         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
1423         melismata are now left-aligned.
1424
1425 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1426
1427         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
1428
1429         * mf/feta19.mf: remove.
1430         
1431         * mf/feta-klef.mf (test_staff): more tweaks
1432
1433         * mf/feta-toevallig.mf: more small size tweaks.
1434
1435         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
1436         rests for smaller sizes.
1437
1438         * mf/feta-bolletjes.mf: fix cross heads.
1439
1440         * VERSION: release 2.1.4
1441         
1442         * scripts/convert-ly.py (FatalConversionError.func): add rule for
1443         deprecated #'ancient font family
1444
1445         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
1446         it is a string or number.
1447
1448         * scm/output-lib.scm (note-head-style->attachment-coordinates):
1449         change calling convention of stem-attachment function. 
1450
1451         * buildscripts/mf-to-table.py: read and dump WX/WY fields
1452
1453         * mf/feta-autometric.mf: dump WX/WY fields too
1454         
1455         * mf/parmesan-heads.mf: idem.
1456
1457         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
1458         attachment coordinates.
1459
1460         * lily/note-head.cc (stem_attachment_coordinate): read stem
1461         attachment from the notehead glyphs WX/WY fields.
1462
1463         * lily/include/font-metric.hh (struct Font_metric): add methods
1464         get_indexed_wxwy (), make a distinction between looking up by
1465         index and ASCII  
1466
1467         * mf/feta-bolletjes.mf: rewrite note head MF code.
1468         (test_outlines): make heads more rotund for smaller sizes. 
1469
1470 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1471
1472         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
1473         throughout. Font scaling fixes throughout.
1474
1475         * mf/feta-sleur,slur.mf: remove. 
1476
1477         * mf/feta-slag.mf: rewrite.
1478
1479 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1480
1481         * VERSION: release 2.1.3
1482
1483         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
1484
1485         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
1486
1487         * lily/mark-engraver.cc (process_music): fix mark
1488         \default. (backportme)
1489
1490         * stepmake/stepmake/automatically-generated.sub.make (default):
1491         use -n for head/tail commands. 
1492
1493         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
1494         heads with the same pitch.
1495
1496 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1497
1498         * lily/recording-group-engraver.cc (finalize): set protected_scm
1499         member to '() before finalizing.
1500
1501         * lily/translator-group.cc (finalize): remove removal_processing () 
1502
1503         * lily/recording-group-engraver.cc: new engraver: record
1504         synchronized start & end times for each music object.
1505
1506         * lily/parser.yy (toplevel_expression): execute score rendering
1507         during parsing. Cleanup output-filename handling; this is no
1508         longer done with global variables.
1509         (translator_spec_body): allow \type modification too.
1510
1511         * lily/score.cc:  ly:run-translator: new function
1512         (LY_DEFINE): ly:render-output new function.
1513
1514         Separate interpreting and rendering, and make available as
1515         functions at Scheme level.
1516
1517 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1518
1519         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
1520         (musicxml-node->string):
1521         (xml-node->string):
1522         (music-to-musicxml): New function.
1523
1524 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1525
1526         * VERSION: 2.1.2 released
1527
1528         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
1529
1530         * scm/font.scm (paper20-font-vector): discouple font design sizes
1531         from sizes specified in .ly file: store all design sizes of a font
1532         in a single vector.
1533
1534         * lily/font-select.cc (get_font_by_design_size): new function
1535
1536         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
1537         add parmesan,feta in sizes 14 and 18.
1538         
1539         * mf/feta-toevallig.mf: use blot diameter for double sharp.
1540
1541         * lily/font-size-engraver.cc (acknowledge_grob): change definition
1542         of fontSize: this now sets font-size
1543
1544 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1545
1546         * VERSION: 2.1.1 released
1547         
1548         * Documentation/user/refman.itely (Tuning objects): add note about
1549         concurrent tweaks in different contexts. 
1550
1551         * lily/tie-engraver.cc (acknowledge_grob): use
1552         Staff_symbol_referencer::get_position iso. reading staff-position
1553         directly.
1554
1555         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
1556         currentMusicalColumn as left span-point for bracket. The bracket
1557         is too long when there are accidentals.
1558
1559 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1560
1561         * buildscripts/lilypond-profile.sh,
1562         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
1563         Thanks to Reuben Thomas <rrt@mupsych.org>
1564
1565 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
1566
1567         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
1568         Wurbel <wurbel@univ-tln.fr>.
1569
1570 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1571
1572         * scripts/midi2ly.py: Add space after chords.
1573
1574 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
1575
1576         * input/regression/{many}: add few @code{ ... }.
1577
1578 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1579
1580         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
1581         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
1582         Removed cmbx5, cmbx6 (which are included in teTeX)
1583         and cmbxti14 which is not used in fonts.scm.
1584
1585 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
1586
1587         * lily/midi-item.cc: fine tune quarter tones.
1588
1589 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
1590
1591         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
1592         new function, warn how many cents are missing in fine tuning.
1593
1594 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
1595
1596         * input/bugs/rhytmicstaff-tie.ly: add file.
1597
1598         * THANKS: Create skeleton for 2.1.
1599
1600 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
1601
1602         * input/test/bar-lines.ly (TODO): dashed "|".
1603
1604 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
1605
1606         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
1607         input/regression/tie-chord.ly: Fix spell for tying.
1608
1609         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
1610
1611         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
1612         new file (renamed, see above).
1613
1614         * Documentation/user/lilypond-book.itely
1615         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
1616         * input/example-1.ly input/example-2.ly input/example-3.ly
1617         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
1618         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
1619         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
1620         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
1621         * scripts/lilypond-book.py scripts/lilypond.py
1622         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
1623         * vimrc: replace ly2dvi with lilypond and remove silly comments.
1624
1625         * Documentation/user/lilypond.tely: update version.
1626
1627         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
1628         Remove extra spaces in each @node, fixes spaces.
1629
1630 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1631
1632         * scripts/lilypond-book.py (output_dict): Add definition of
1633         \lilypondbook also for LaTeX output. Solves several bug reports.
1634
1635 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
1636
1637         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
1638
1639 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
1640
1641         * input/test/transposition.ly: Fix key signatures, given in comments.
1642
1643 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1644
1645         * scm/midi.scm (instrument-names-alist),
1646         Documentation/user/appendices.itely: Correct spelling of shakuhachi
1647
1648 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1649
1650         * input/test/temporary-stave.ly (texidoc): New example based on an
1651         email question from Ralph Little.
1652
1653 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1654
1655         * VERSION: release 2.1.0
1656         
1657         * lily/note-performer.cc (try_music): accept busy-playing-event.
1658
1659         * lily/swallow-perf.cc (try_music): return false for
1660         busy-playing-event and melisma-playing-event.
1661
1662 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1663
1664         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
1665         >> in \score.
1666
1667 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1668
1669         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
1670         that articulation_substitute will not move beam start again.
1671         (articulation_substitute): Bugfix: remove stray space so that new
1672         old chords ending '>>' does not get broken up.
1673         (sub_chord): Use TAB for indentation (not spaces).
1674         
1675         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
1676         Bugfix for startup: Use ?^ instead of ?\^.
1677
1678 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1679
1680         * lily/lyric-combine-music-iterator.cc
1681         (Lyric_combine_music_iterator): change init order, to prevent GC
1682         segfaults.
1683
1684         * lily/context-specced-music-iterator.cc (construct_children): 
1685         only change  translator if found. This fixes a core dump problem.
1686
1687 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1688
1689         * scm/slur.scm (default-slur-extremity-rules): use equal? for
1690         comparison.
1691
1692         * mf/feta-bolletjes.mf: make hole in half note little
1693         smaller for stem attachment.
1694
1695         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
1696
1697         * mf/feta-banier.mf: don't draw stem with flag, just small square
1698         attachment.
1699
1700         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
1701
1702         * mf/feta-banier.mf: remove upstem/downstem characters.
1703
1704         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
1705
1706         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
1707         stafflinethickness (in the default)
1708
1709         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
1710
1711         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
1712
1713         * Documentation/topdocs/INSTALL.texi (Top): reorder.
1714
1715         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
1716
1717         * lily/include/directional-element-interface.hh:
1718         junk class, make {get,set}_grob_direction functions.
1719
1720         * lily/slur.cc (get_attachment): do something sensible when
1721         attaching to stem without heads (eg. a rest).
1722
1723         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
1724         forcing up to staff.  remove #'support-head property
1725         (brew_molecule): small cleanup.
1726         (flag): remove #'grace property.
1727
1728 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1729
1730         * cygwin/postinstall-lilypond.sh: 
1731         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
1732         (Volker Zell).
1733
1734 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1735
1736         * scripts/lilypond-book.py: resurrect 'eps' option. 
1737         (TexiPaper.to_eps): use -Ppdf for EPS files.
1738
1739         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
1740
1741         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
1742
1743         * VERSION: release 2.0.1
1744
1745         * lily/bezier.cc (get_other_coordinate): change assert into
1746         warning.
1747
1748         * lily/note-head.cc (internal_brew_molecule): make left protusion
1749         smaller, to accomodate for natural sign.
1750         (internal_brew_molecule): only do this when the accidental is
1751         close enough.
1752         (extent): new function
1753
1754         * lily/skyline.cc (merge_skyline): new function
1755         (heighten_skyline): new function
1756
1757         * lily/accidental-placement.cc (position_accidentals) 
1758         (position_accidentals): fix todo.
1759
1760 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1761
1762         * input/test/+.ly (texidoc): put version number inline.
1763
1764         * GNUmakefile.in: remove rsync-web target.
1765         
1766         * input/regression/bar-scripts.ly (onestaff): raggedright
1767
1768 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1769
1770         * lily/*.cc: remove #if 0'd code in couple of places.
1771
1772         * lily/midi-stream.cc (operator <<): rewrite.
1773
1774         * lily/note-head.cc (internal_brew_molecule): 
1775         only make ledgers when the Staff symbol has lines.
1776
1777         * ly/property-init.ly (arpeggioBracket): simplify
1778
1779         * lily/translator-group.cc (execute_pushpop_property): use
1780         SCM_EQ_P for comparing keys. This fixes reverting
1781         auto-beam-settings.
1782
1783 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1784 *
1785         * lily/midi-stream.cc (operator <<): Also write MIDI string when
1786         midi_debug_global_b.
1787         (operator <<): Normalise loop.
1788
1789 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1790
1791         * scripts/lilypond.py (escape_path): revise.
1792
1793         * scm/music-functions.scm (set-output-property): new function.
1794         
1795 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1796
1797         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
1798         use addmakeflags again.
1799
1800         * cygwin/lily-wins.py (escape_shell): New function; use it.
1801
1802         * scripts/lilypond.py (escape_shell): Escape quotes and other
1803         spaces too.  Do not escape escaping backslashes.
1804
1805         * make/srcdir.make.in (web-install): Must call install-WWW now.
1806
1807         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
1808         dependency
1809
1810 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1811
1812         * scripts/lilypond.py (escape_path): escape quotes too. 
1813
1814         * Documentation/user/lilypond.tely (Unified index): rename Index
1815         to accomodate Windows breakage.
1816
1817         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
1818
1819         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
1820         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
1821         target not a source.
1822
1823 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1824
1825         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
1826         addmakeflags.  Build and install doc and web also when building on
1827         Cygwin.
1828
1829         * mf/GNUmakefile: Bugfix.
1830
1831         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
1832         target web.
1833
1834         * cygwin/lily-wins.py: Quote filename.
1835
1836 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1837
1838         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
1839
1840 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1841
1842         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
1843         settings.
1844
1845         * configure.in: Require g++ > 3.0.4.
1846
1847         * mf/GNUmakefile: Bugfix: Add list.ly target.
1848         
1849         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
1850
1851         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
1852         make omf directory, add uninstall targets.
1853
1854 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1855
1856         * lily/tie-performer.cc (initialize): init prev_event
1857
1858         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
1859
1860         * lily/script-engraver.cc (make_script_from_event): don't crash on
1861         non-string articulation-type.
1862
1863         * lily/new-fingering-engraver.cc (add_script): don't crash on
1864         0 scripts 
1865         (acknowledge_grob): warn about text script events.
1866
1867 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
1868
1869         * buildscript/lilypond.words: fix path for drums.scm.
1870
1871 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1872
1873         * lily/spacing-spanner.cc (note_spacing): don't make longer
1874         durations than measure-length.
1875
1876         * VERSION: release 2.0.0
1877
1878         * GNUmakefile.in (rsync-web): version independent rsync target.
1879
1880         * input/test/+.ly (texidoc): idem.
1881
1882         * input/regression/+.ly: print version number.
1883
1884         * input/regression/accidentals.ly (mel): shorten.
1885
1886         * input/regression/accidental-octave.ly (texidoc): shorten.
1887
1888         * input/regression/hairpin-dashed.ly (texidoc): docstring.
1889
1890         * input/regression/completion-heads-polyphony.ly: octave
1891
1892         * input/regression/beam-manual.ly: remove
1893
1894         * input/regression/beam-chord.ly: remove
1895
1896         * input/regression/grace-dynamic.ly: remove
1897         
1898         * input/regression/grace-volta-repeat.ly: octave fixes.
1899
1900         * input/regression/hairpin-dashed.ly (texidoc): doc string.
1901
1902         * lily/parser.yy (step_number): semitones for chord entry too.
1903         (make_chord_step): more robust code, semitones. 
1904
1905         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
1906
1907         * input/regression/breathing-sign.ly (texidoc): split ancient and
1908         normal breathing signs.
1909
1910         * scm/define-grobs.scm (all-grob-descriptions): swap
1911         beamed-extreme-minimum-free-lengths and
1912         beamed-minimum-free-lengths; the 'extreme' case should allow
1913         shorter stems. This fixes forced directions on beamed 32nd and
1914         shorter notes.
1915
1916         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
1917         quartertones, not semitones.
1918         (NoteNamesContext): swallow more event types
1919
1920         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
1921
1922         * VERSION (PACKAGE_NAME): release 1.9.10
1923
1924 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1925
1926         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
1927         set note head as cause of note-column.  This gives a better error
1928         message.
1929
1930 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1931
1932         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
1933
1934 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1935
1936         * mf/GNUmakefile (pfa_warning): instruct 
1937
1938         * stepmake/aclocal.m4: typo.
1939
1940         * Documentation/user/cheatsheet.itely: more verbose examples.
1941
1942         * input/regression/clefs.ly: remove bogus docstring.
1943
1944 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1945
1946         * GNUmakefile.in (SUBDIRS): Add elisp.
1947
1948         * elisp/lilypond-mode.el: 
1949         * elisp/lilypond-init.el: 
1950         * elisp/lilypond-indent.el: 
1951         * elisp/lilypond-font-lock.el: Move from top dir.
1952
1953         * stepmake/stepmake/elisp-vars.make: New file.
1954
1955         * config.make.in (elispdir): Add.
1956
1957         * Documentation/topdocs/INSTALL.texi: Typo.
1958
1959         * make/ly-rules.make: Test for files instead of touching void and
1960         ignoring errors.
1961
1962         * GNUmakefile.in:
1963         * make/lilypond.redhat.spec.in:
1964         * debian/rules: Fix lilypond.words stuff a bit.  For running from
1965         <builddir>, adding
1966         
1967              (push "<builddir>/share/lilypond/elisp" load-path)
1968
1969         to your ~/.emacs.el should give you LilyPond-mode again.
1970
1971         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
1972         regexp for DOS/Windows, we are too paranoid to fix others.
1973
1974 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1975
1976         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
1977
1978         * input/test/chord-names-jazz.ly (banterProperties): fix
1979
1980         * lily/parser.yy (bass_mod): bass figure alterations are semi
1981         tones, not quarter tones
1982
1983         * lily/beam.cc (set_stem_lengths): only lengthen stems
1984         for gapped beams.
1985
1986         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
1987         by beamcount.
1988
1989         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
1990         a warning that the warning may erroneous.
1991
1992         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
1993         target.
1994
1995         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
1996         targets.
1997
1998         * GNUmakefile.in ($(config_h)): config.h should depend on
1999         config.hh.in .
2000         (lilypond.words): remove fontball stuff.
2001
2002         * stepmake/aclocal.m4: only print config.cache warning if it exists.
2003
2004         * configure.in: remove pktrace reference.
2005
2006         * GNUmakefile.in (rsync-web): permissions and ownership for
2007         website.
2008
2009         * lily/volta-engraver.cc (staff_eligible): new function.
2010         (stop_translation_timestep): kill off spanners if not eligible.
2011
2012         * VERSION (PATCH_LEVEL): release 1.9.9
2013
2014         * input/regression/beam-quanting-32nd.ly (texidoc): new file
2015
2016         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
2017         length is more important than forbidden quants.
2018         
2019 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
2020
2021         * buildscripts/lilypond.words: order words in search order,
2022         add lilypond.words.vim to be generated.
2023
2024         * lilypond.vim: use lilypond.words.vim for keyword matching.
2025
2026         * lilypond-mode.el: use search order. fix word selection rules.
2027
2028         * lilypond-font-lock.el: fix fontifying long durations.
2029
2030         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
2031
2032 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2033
2034         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
2035
2036         * stepmake/stepmake/generic-targets.make:
2037         * stepmake/stepmake/bin/make-version.py: 
2038         * stepmake/aclocal.m4:
2039         * make/stepmake.make:
2040         * make/toplevel-version.make: Build fixes: remove last traces of
2041           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
2042
2043         * lily/beam.cc: Add gap-count property.
2044
2045 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2046
2047         * scm/define-grob-properties.scm (gap-count): add gap-count
2048
2049         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
2050
2051 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2052
2053         * cygwin/mknetrel.doc: Typo.
2054
2055         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
2056
2057         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
2058
2059 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2060
2061         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
2062         sizes. Remove support for 'ledger'(=tabloid+landscape).
2063
2064 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2065
2066         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
2067         sauter PFAs.
2068
2069         * configure.in: remove VERSION stuff once again.
2070
2071         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
2072
2073         * scm/define-grobs.scm (all-grob-descriptions): use sans family
2074         for chord names.
2075
2076         * mf/GNUmakefile: always trace pfa fonts.
2077         (SAUTER_FONTS): add cmss[567] too fonts
2078
2079         * configure.in: require mftrace. 
2080
2081         * lily/staff-performer.cc (new_instrument_string): don't look at
2082         instrument property.
2083
2084         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
2085         is_direction is the C++ one. Similar for ly_axis_p and
2086         ly_number_pair_p
2087
2088 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2089
2090         * lily/beam.cc (brew_molecule): read gap-count to determine
2091         number of tremolo (gapped) beams.
2092
2093         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
2094         shorter than 1/8
2095
2096         * flower/include/array.hh (default_compare): new function
2097
2098         * cygwin/mknetrel: Native fixes.
2099
2100         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
2101
2102 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2103
2104         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
2105         feature for Windows.
2106
2107         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
2108
2109         * cygwin/mknetrel: Updates for native use on Cygwin.
2110
2111         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
2112
2113         * stepmake/stepmake/help2man-rules.make: 
2114         * cygwin/mknetrel: Bugfix for manpages.
2115
2116         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
2117         $(builddir).  Stepmake is a normal subdirectory now, that is not
2118         configured.  Another srcdir build fix.
2119
2120         * Documentation/topdocs/INSTALL.texi,
2121         buildscripts/lilypond.words.py, lilypond-font-lock.el,
2122         lilypond-init.el, lilypond-mode.el, debian/rules,
2123         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
2124         rename generated file lilypond.words to lilypond.words.el.
2125
2126 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
2127
2128         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
2129
2130         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
2131         GNUmakefile.in.
2132
2133 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2134
2135         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
2136         when cross building.
2137
2138         * configure.in: srcdir build fix.
2139
2140         * cygwin/GNUmakefile:
2141         * cygwin/lily-wins.py:
2142         * cygwin/postremove-lilypond.sh: 
2143         * cygwin/postinstall-lilypond.sh: Merge from stable.
2144
2145         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
2146         s/ly2dvi/lilypond/.
2147
2148 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2149
2150         * lily/slur.cc (after_line_breaking): only set control points if
2151         none supplied yet.
2152
2153         * input/test/slur-manual.ly: new file.
2154
2155         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
2156         <<  >> chords too.
2157
2158         * VERSION (PACKAGE_NAME): release 1.9.8
2159
2160         * scripts/lilypond.py (escape_path): escape spaces in directory names
2161
2162         * input/test/text-spanner.ly: fixes.
2163
2164 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
2165
2166         * buildscripts/lilypond.words.py: add drum names as note names to
2167         Emacs-mode.
2168
2169 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2170
2171         * input/regression/hairpin-dashed.ly: new file.
2172
2173         * scripts/convert-ly.py (conv): warn about dash-length.
2174
2175         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
2176         automatically if we get a new one.
2177
2178         * lily/lookup.cc (dashed_line): new function
2179
2180         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
2181         dash-fraction.
2182
2183 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
2184
2185         * buildscripts/lilypond.words.py: extract note names.
2186
2187         * lilypond-mode.el: take note names from lilypond.words -file.
2188         small fix in the use of string-match.
2189
2190         * lilypond-font-lock.el: use lilypond.words for note names, add 
2191         maxima to note a duration.
2192
2193 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2194
2195         * lily/breathing-sign.cc: remove railtracks() function. 
2196
2197         * input/regression/arpeggio-bracket.ly (texidoc): add file.
2198
2199         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
2200         (brew_molecule): bugfix don't make arpeggio shorter when
2201         arpeggio-direction is set.
2202
2203         *  debian/rules: small corrections in the (Pedro K)
2204
2205         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
2206         examples.
2207
2208         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
2209         special (repeat) bar comes along.
2210
2211         * input/regression/auto-beam-bar.ly: update.
2212
2213         * scripts/lilypond-book.py (output_dict): remove support for the
2214         EPS option.
2215
2216         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
2217         VerticalAlignment and VerticalAxisGroup this fixes the size
2218         computations for the entire system.
2219  
2220         * input/les-nereides.ly (bass): remove superfluous fontSize.
2221
2222         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
2223         causes directory of file to be added to include path.
2224
2225         * input/regression/beam-break.ly: test single stem beams.
2226
2227         * input/regression/system-start-bracket.ly: fix.
2228
2229         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
2230
2231         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
2232
2233         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
2234         (score_stem_lengths): do something sensible for single stem beams.
2235
2236         * lily/beam.cc (least_squares): add kludge for single stem beams.
2237
2238         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
2239         keySignature to list of broken things.
2240
2241         * input/regression/keys.ly: fix.
2242
2243         * VERSION (PACKAGE_NAME): release 1.9.7
2244
2245         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
2246
2247         * Documentation/user/refman.itely (Pitches): doc quarter tones.
2248
2249         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
2250         (quartertone_pitch): new function
2251
2252         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
2253         flat. WARNING: FONT CHANGED.
2254
2255         * ly/nederlands.ly: add -eh and -ih for quarter tones.
2256
2257         * lily/accidental-placement.cc (add_accidental): support for
2258         quarter tones.
2259
2260         * ly/LANGUAGEs.ly: use symbols for alterations.
2261
2262         * mf/feta-toevallig.mf: change accidental codes. 
2263
2264         * scm/lily.scm (ly:get-option): switch on debugging only for
2265         --verbose.
2266
2267         * lily/lily-guile.cc: remove ly:verbose?
2268
2269         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
2270
2271         * lily/parser.yy (TODO): only do gh_call() for apply with
2272         procedure argument.
2273
2274         * lily/tie-engraver.cc (start_translation_timestep): move melisma
2275         stuff in accordance with new timing of tie-events.
2276
2277         * lily/my-lily-lexer.cc: remove \outputproperty
2278
2279         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
2280
2281         * scm/define-translator-properties.scm (melismaBusyProperties):
2282         add melismaBusyProperties property.
2283
2284 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2285
2286         * input/test/ambitus-mixed.ly (texidoc): new file.
2287
2288         * buildscripts/mutopia-index.py (find): prune debugging
2289
2290         * lily/side-position-interface.cc: doc updates
2291
2292         * Documentation/user/refman.itely: updates, tweaks.
2293
2294         * lily/parser.yy (Simple_music): remove outputproperty
2295
2296         * make/stepmake.make: use VERSION again; importing VERSION via
2297         autoconf dependencies is too hairy.
2298
2299 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
2300
2301         * lilypond-mode.el: allow `-' for keywords and identifiers.
2302
2303 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2304
2305         * VERSION: release 1.9.6
2306         
2307         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
2308         iso. ly2dvi.
2309
2310         * Documentation/user/*.itely: fixes everywhere
2311
2312         * lily/completion-note-heads-engraver.cc: rewrite engraver:
2313         produce ties from the engraver itself, do not broadcast TieEvent.
2314
2315         * lily/my-lily-lexer.cc: remove pitch & duration.
2316
2317         * lily/parser.yy (TODO): remove \pitch and \duration
2318
2319         * input/test/explicit.ly: remove file.
2320
2321         * Documentation/user/refman.itely (Pitches): remove \pitch 
2322         \duration command.
2323
2324 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
2325
2326         * buildscripts/lilypond.words.py: add all slur types to Emacs
2327         insertion menu, suppose everything is postfixed by dropping 
2328         unnecessary `-' -marks.
2329
2330 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2331
2332         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
2333         tremoloed stems.
2334
2335         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
2336         head for flagged stems.
2337
2338         * lily/stem.cc (get_default_stem_end_position): futz with extra
2339         stem length if there is a stem tremolo.
2340
2341         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
2342         it would be too small.
2343
2344         * lily/font-metric.cc: return #f for non-existent glyph.
2345         
2346         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
2347         exported through config.make.
2348
2349         * input/regression/clef-oct.ly: new file.
2350
2351         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
2352         transposition.
2353
2354         * input/template/*.ly: remove old relative.
2355
2356         * ly/english.ly: add X names for double sharp.
2357
2358 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2359
2360         * lily/font-select.cc: new file handle font selection routines.
2361
2362         * lily/parser.yy: add ; (Patrick Atamaniuk)
2363
2364         * input/test/time-signature-double.ly: use markups for double time
2365         sigs.
2366
2367         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
2368         ChordNames.SeparationItem #'padding for adjusting space after chords.
2369         
2370         * lily/music-output-def.cc (LY_DEFINE): 
2371         new function ly:paper-lookup.
2372         
2373         * mf/parmesan-clefs.mf: use # quantities for char_box
2374         offsets. Fixes overflow errors in the PFA. 
2375
2376         * scm/new-markup.scm (strut-markup): change calling interface for
2377         markup. Pass paper-def, not grob. This would allow \markup to be
2378         used separately from grobs.
2379
2380         * lily/paper-def.cc: new function ly:paper-font; this function
2381         replaces ly:get-font.
2382
2383         * lily/include/font-interface.hh (struct Font_interface): take
2384         Paper_def iso. Grob for get_font().
2385
2386 2003-09-14  Graham Percival  <gperlist@shaw.ca>
2387
2388         * Documentation/user/ tutorial.itely, refman.itely: add warning
2389         about \key and accidentals.
2390
2391 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2392
2393         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
2394
2395         * Documentation/user/*.itely: manual tweaks
2396
2397 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
2398
2399         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
2400         cleanup; bugfix: exact_center
2401
2402         * Documentation/user/refman.itely: added more documentation on
2403         ambitus according to recent questions on lilypond-user list
2404
2405 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2406
2407         * input/regression/ottava.ly (texidoc): demo 15ma too.
2408
2409         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
2410
2411         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
2412         octave fixes.
2413
2414 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2415
2416         * lily/lexer.ll: add \r to the rules for newlines; this fixes
2417         problems on older Mac editors.
2418
2419 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
2420
2421         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
2422
2423 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
2424
2425         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
2426         mf/parmesan-clefs.mf: added comments on character alignment and
2427         set_char_box() conventions
2428
2429         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
2430         set_char_box()'s
2431
2432         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
2433
2434 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
2435
2436         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
2437
2438 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
2439
2440         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
2441         shortened to avoid almost-collision with staff line; code cleanup;
2442         other custodes: fixed char boxes; code cleanup
2443
2444 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2445
2446         * configure.in: release 1.9.5
2447         
2448         * scripts/lilypond.py (global_latex_preamble): only set
2449         twosideshift if 'twoside' is in latexoptions 
2450
2451         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
2452
2453         * VERSION: remove
2454
2455         * scripts/*2ly.py: update <> syntax
2456
2457 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2458
2459         * lily/chord-name-engraver.cc (process_music): add origin for
2460         chord name.
2461
2462         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
2463
2464         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
2465         bass notes for exceptions too.
2466
2467         * scm/define-grobs.scm (all-grob-descriptions): rename
2468         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
2469
2470         * scm/define-grob-properties.scm (remove-first): add remove-first
2471         property for orchestral scores.
2472
2473         * Documentation/user/*.itely: switch <<>> and <> 
2474
2475         * lily/glissando-engraver.cc (process_music): bugfix: move line to
2476         last_line only once. This fixes the two consecutive glissandi problem.
2477
2478 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
2479
2480         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
2481         error message "flexa-width undefined"
2482
2483         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
2484         lily/include/gregorian-ligature.hh: print warning when ignoring
2485         head prefixes on flexa shapes
2486
2487         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
2488         space before a series of inclinatum heads
2489
2490         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
2491         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
2492         cleanups
2493
2494         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
2495         and char_box
2496
2497 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
2498
2499         * input/regression/breathing-sign.ly: tiny fixes
2500
2501         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
2502         semantical collision with vaticana ligatures
2503
2504         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2505         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
2506         now consistent with mensural ligatures
2507
2508         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2509         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
2510         context pitches and staff position; dto. for virga stem; removed
2511         obsolete virga and clivis characters from parmesan font (WARNING:
2512         font changed)
2513
2514         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
2515         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
2516
2517         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2518         scm/define-grob-properties.scm: consistency fix: renamed
2519         join_left->add_cauda
2520
2521         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
2522         appendix length; bugfix: yoffs_bt for reverse direction punctum
2523         characters
2524
2525         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2526         small cleanups; added more docu
2527
2528         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
2529         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
2530         computation to CoherentLigatureEngraver
2531
2532         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
2533         scm/define-grob-properties.scm: bugfix: added missing linea and
2534         cavum properties; bugfix: removed dead semivocalis property
2535
2536         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
2537         length; redesigned quilisma, stropha and auctum
2538
2539         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
2540         line thickness
2541
2542         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
2543         Documentation/user/refman.itely: bugfix: introduced shifted
2544         epiphonus head to avoid collision with adjacent plica
2545
2546 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2547
2548         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
2549
2550         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
2551
2552 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2553
2554         * Documentation/user/tutorial.itely (A lead sheet): remove
2555         duplicate chords.
2556
2557         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
2558
2559 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2560
2561         * Documentation/bibliography/computer-notation.bib (isbn): add
2562         xivcim publication.
2563
2564 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
2565
2566         * GNUmakefile.in: drop lilypond.words for generation.
2567
2568 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
2569
2570         * buildscripts/lilypond.words.py: take filename (also) from an arg.
2571
2572         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
2573
2574 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2575
2576         * input/test/figured-bass-alternate.ly (fl): new file.
2577
2578         * Documentation/topdocs/README.texi (Top): clarifications.
2579
2580         * Documentation/bibliography/computer-notation.bib (isbn): add phd
2581         theses of Gieseking and Renz.
2582
2583         * GNUmakefile.in (README_FILES): remove README.mandrake.
2584
2585 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
2586
2587         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
2588         from source files and search patterns listed in the script.
2589
2590         * GNUmakefile.in: add target `lilypond.words'.
2591
2592         * lilypond.words: remove file, generated by `make lilypond.words'.
2593
2594         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
2595
2596 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
2597
2598         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
2599
2600 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2601
2602         * VERSION: 1.9.4 released
2603
2604         * scripts/convert-ly.py (FatalConversionError.figures_replace):
2605         rule for < > <-> << >> substitution
2606
2607         * lily/lexer.ll: exchange meaning of << >> and < > 
2608
2609         * VERSION (PACKAGE_NAME): 1.9.3 released
2610
2611         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
2612         pages unconditionally.
2613
2614 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2615
2616         * Documentation/user/music-glossary.tely (Top): small syntax
2617         fixes.
2618
2619         * scm/music-functions.scm (remove-tag): filter \tagged music
2620         expressions.
2621
2622         * input/regression/tag-filter.ly (texidoc): new file.
2623
2624         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
2625         symbol2 .. ) etc. 
2626
2627         * scripts/convert-ly.py (FatalConversionError.conv): fingering
2628         convert rule.
2629
2630         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
2631
2632         * lily/new-fingering-engraver.cc (position_scripts): don't crash
2633         for borderline cases (e.g. 1 fingering.)
2634         (position_scripts): revise interface, use fingerOrientations to
2635         set fingering positions.
2636
2637         * scm/document-translation.scm (context-doc): add aliases to
2638         automated documentation.
2639
2640         * make/lilypond-vars.make: remove stepmake compat glue.
2641
2642         * make/generic-vars.make: remove cruft.
2643
2644         * lily/main.cc (main): don't identify binary.
2645
2646 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2647
2648         * lily/include/translator.hh (class Translator): remove
2649         type_string_ , use symbol for context name throughout.
2650         Changes through whole source tree.
2651
2652         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
2653         set PDF as default, and always make PDF.
2654
2655         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
2656
2657 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
2658
2659         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
2660         Documentation/user/refman.itely input/regression/allfontstyle.ly
2661         input/regression/grace-types.ly:
2662         fix spelling for acciaccatura (Webster's 1913).
2663
2664 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2665
2666         * lily/main.cc (usage): adjust blurb, include url.
2667
2668         * input/regression/breathing-sign.ly (texidoc): transpose up
2669
2670 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
2671
2672         * input/regression/breathing-sign.ly: changed ancient examples to
2673         be relevant (by request of Han-Wen); updated BreathingSign text
2674         property according to new syntax.
2675
2676         * ly/gregorian-init.ly: updated BreathingSign text property
2677         according to new syntax
2678
2679 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2680
2681         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
2682         (Clef): index entries for clefs.
2683
2684         * python/lilylib.py (system): remove errorlog files.
2685         
2686 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
2687
2688         * lilypond.words: add \new and new graces. Add dynamics to menus
2689         keeping 1.8.x compatibility; after all the engraving relating to 
2690         notes becomes postfixed `-' marks will be removed.
2691
2692 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2693
2694         * lily/molecule.cc (align_to): idem.
2695
2696         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
2697         
2698         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
2699         accacciatura everywhere.
2700
2701         * VERSION (PACKAGE_NAME): released 1.9.2
2702
2703         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
2704
2705         * scm/document-markup.scm (markup-doc-node): sort markup function
2706         list.
2707
2708         * lily/paper-outputter.cc (output_version): change "Lily was here"
2709         into  "Engraved by LilyPond"
2710
2711         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
2712         on unquoted strings before \notenames.
2713
2714         * lily/parser.yy (lyric_element): allow markup as lyric text. This
2715         increases the number of s/r reductions to 4.
2716
2717         * scm/new-markup.scm (fraction-markup): \fraction command.
2718
2719         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
2720         mode
2721
2722         * lily/lookup.cc (round_filled_box): rename function.
2723         (LY_DEFINE): round-filled-box: change signature.
2724
2725         * Documentation/user/refman.itely: revise section explaining grace
2726         notes.
2727
2728         * lily/translator-scheme.cc (LY_DEFINE): add ! to
2729         ly:set-context-property
2730
2731         * input/*/*.ly (vmus): use \new everywhere.
2732
2733         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
2734
2735         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
2736         default
2737
2738         * scm/music-functions.scm (set-stop-grace-properties)
2739         (set-start-grace-properties, add-grace-property): new functions
2740         for modular grace tweak control.
2741
2742         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
2743         
2744 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2745
2746         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
2747
2748         * GNUmakefile.in (install-pfa-fonts):
2749         (get-pfa-fonts): New target.
2750
2751         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
2752         install-pfa-fonts help.
2753
2754 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2755
2756         * lily/translator-scheme.cc (LY_DEFINE):
2757         ly:context-pushpop-property new function.
2758         (LY_DEFINE): new function ly:translator-find  
2759         new function ly:translator?
2760         (LY_DEFINE): new function ly:context?
2761
2762         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
2763
2764         * python/lilylib.py (read_pipe): only store and display error log
2765         if verbose not set.
2766         (read_pipe): only display log if it contains something.
2767
2768 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2769
2770         * Documentation/misc/GNUmakefile: Re-add.
2771         (TEXTS): Add CHANGES.
2772
2773 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
2774
2775         * lilypond.words: add \newcontext.
2776
2777 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2778
2779         * lily/tie-performer.cc (stop_translation_timestep): only flush
2780         tied_notes when we have actually made a tie. Fixes bugs with ties
2781         in polyphonic scores.
2782
2783 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2784
2785         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
2786         they do not exist.
2787
2788 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2789
2790         * VERSION (PACKAGE_NAME): released 1.9.1 
2791
2792         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
2793         Instrument_name_engraver
2794
2795         * lily/tie-performer.cc (create_audio_elements): bugfix
2796
2797         * Documentation/user/music-glossary.tely (Top): comment out
2798         font-style statements.
2799
2800         * input/test/force-hshift.ly: revise example.
2801
2802         * Documentation/bibliography/engraving.bib (note): typos.
2803
2804         * configure.in: bump GCC requirements to 3.x
2805
2806         * lily/include/audio-item.hh (class Audio_tie): rename
2807         note_l_drul_ to note_drul_
2808
2809         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
2810
2811         * lily/parser.yy (relative_music): whoops. All \relative were off
2812         by ...  a lot .... Ahem.
2813
2814         * scm/define-music-types.scm (music-descriptions): idem.
2815
2816         * lily/beam-engraver.cc: move new-beam-event to beam-event
2817
2818         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
2819         to Tie_engraver
2820
2821         * input/regression/bar-number.ly: remove unnecessary old-relative
2822         options.
2823         
2824         * Documentation/user/internals.itely (Creating contexts): document
2825         \newcontext
2826
2827         * lily/parser.yy (Composite_music): add \newcontext
2828
2829         * Documentation/user/refman.itely (MIDI block): add note about
2830         dotted tempos.
2831
2832         * scm/font.scm: remove old markup legacy
2833
2834         * GNUmakefile.in (web-clean): remake share/ after web-clean.
2835
2836         * lily/breathing-sign.cc (brew_molecule): remove function
2837
2838         * lily/text-item.cc: remove old-style markups.
2839         (interpret_markup): C++ version of markup function
2840         (brew_molecule): idem.
2841
2842         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
2843         as Scheme variable.
2844
2845         * scripts/convert-ly.py (conv): dashes rule.
2846         Apply rule.
2847
2848         * Documentation/user/lilypond-book.itely: syntax fixes. 
2849
2850 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2851
2852         * VERSION (PACKAGE_NAME): release 1.9.0
2853
2854         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2855         note about dvips. (Should backport.)
2856
2857         * scripts/convert-ly.py
2858         (FatalConversionError.articulation_substitute): add
2859         convert-new-chords code. Remove convert-new-chords.py
2860
2861         * Documentation/user/refman.itely (Octave check): document
2862         \octave.
2863
2864         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
2865         \relative changes.
2866
2867         * lily/parser.yy (command_element): octave check:
2868
2869            \octave PITCH
2870
2871         checks that PITCH (without octave) yields PITCH (with octave) in
2872         \relative
2873
2874         * lily/relative-octave-music.cc (to_relative_octave): octave check.
2875
2876         * lily/scm-option.cc: ly:set-option now has the default argument
2877         #t.
2878
2879         * lily/lexer.ll: add \renameinput
2880
2881         * python/lilylib.py (command_name): robustifications.
2882
2883         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
2884         /dev/stderr. This is ash compatible.
2885
2886         * ly/init.ly: add warning if compatibility was not necessary.
2887
2888         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
2889
2890         * flower/include/string-handle.icc: formatting cleanups, rename
2891         references by ref_count_.
2892
2893 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
2894
2895         * make/lilypond.mandrake.spec.in: syncronize the spec file with
2896         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
2897         package libs separately, fix conflicting php variable out=/dev/vc/
2898         invoking `unset out', declare menus, use only one icon-file, fix
2899         doc-path in menu.
2900
2901 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2902
2903         * scripts/convert-ly.py (FatalConversionError.conv): typo
2904
2905         * Documentation/misc/GNUmakefile: restore misc directory.
2906
2907         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
2908
2909         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
2910         Petites-Preludes 
2911
2912         * input/test/partial-blank.ly (quickmeasure): syntax
2913
2914         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
2915         attachment property.
2916
2917         * Documentation/user/refman.itely: remove superfluous -'s 
2918         (Grace notes): ) fixes.
2919
2920         * lily/music.cc: generic compress(), transpose() functions. Remove
2921         others.
2922
2923         * lily/parser.yy (gen_text_def): remove support for #'(italic )
2924         style markup entry.
2925
2926         * lily/parser.yy: all articulations postfix; remove obligatory -
2927         for [,  ) and \!
2928         
2929         * lily/music.cc (to_relative_octave): write generic
2930         to_relative_octave function; various relative cleanups.
2931         Hmmm.
2932
2933         * lily/scm-option.cc: add options new-relative and old-relative
2934
2935         * po/sv.po: new po file.
2936
2937         * Documentation/user/refman.itely (Dynamics): website
2938         fixes. (should backport!)
2939
2940 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
2941
2942         * make/lilypond.mandrake.spec.in: declare version only once.
2943
2944 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2945
2946         * lily/simultaneous-music.cc (to_relative_octave): undo relative
2947         meaning for now.
2948
2949 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2950
2951         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
2952
2953         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
2954
2955         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
2956
2957         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
2958
2959         * lily/music.cc (var): add ly:music-transpose function.
2960
2961         * lily/parser.yy (pre_events): remove prefix articulations.
2962
2963         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
2964
2965         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
2966
2967         * Documentation/user/refman.itely (Text markup): add comment about
2968         markup in header.
2969
2970 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2971
2972         * lily/paper-outputter.cc (write_header_fields_to_file): 
2973         only dump value if it is a string.
2974
2975         * flower/include/dictionary.hh: remove.
2976         
2977         * Documentation/ChangeLog-1.5: add back old log.
2978
2979         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
2980         .pfas from a .deb.
2981
2982 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2983
2984         * Documentation/bibliography/engraving.bib: add entry for
2985         Jaschinski's Notation
2986
2987 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2988
2989         * Documentation/user/refman.itely (Beaming): add note about
2990         allowBeamBreak
2991
2992 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
2993
2994         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
2995         GregorianTranscription contexts
2996
2997         * ly/engraver-init.ly: vaticana contexts: minor fixes
2998
2999         * Documentation/user/refman.itely (Ancient notation): added note
3000         on appendix length bug
3001
3002         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
3003         input/test/vaticana.ly: use vaticana contexts; small fixes
3004
3005 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3006
3007         * flower/hash.cc: Remove.
3008
3009         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
3010         to (nonexistent?) hash_func_ identifier.
3011
3012         * python/midi.c (midi_error, midi_warning): Use char const* for
3013         __FUNCTION__ argument.
3014
3015         * python/gettext.py: Remove.  We already require python 2.1, which
3016         includes gettext.py.
3017
3018         * configure.in: Require python 2.1, as INSTALL.texi says.
3019         it.
3020
3021         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
3022         versions 1.50 and 1.75.  Remove note about lexer patch.
3023
3024 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3025
3026         * Documentation/topdocs/INSTALL.texi: Update type1 font
3027         description to actual situation.  Add comment about new font ball
3028         layout.
3029
3030         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
3031         in $LILYPONDPREFIX suffices for installation.
3032
3033 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3034
3035         * debian/control (Build-Depends): Add flex-old as alternative to
3036         flex.  Deprecate bison 1.75.
3037
3038 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
3039
3040         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
3041         Vaticana contexts
3042
3043         * Documentation/user/refman.itely (Ancient notation): documented
3044         some bugs; tiny fixes; added docu on Vaticana contexts
3045
3046         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
3047         scripts
3048
3049 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
3050
3051         * Documentation/user/refman.itely (Ancient notation): added some
3052         introductory words; added section on ancient time signatures;
3053         added some @seealso and @refcommands; small fixes and
3054         beautifications
3055
3056 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
3057
3058         * input/regression/note-head-style.ly: many fixes and updates
3059
3060         * Documentation/user/refman.itely: added small sections on ancient
3061         accidentals, rests and flags; revised ancient note head section;
3062         small wording/spelling fixes
3063
3064         * input/test/rests.ly: layout fixes
3065
3066 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
3067
3068         * input/puer-fragment.ly: bugfix: central C position of do clef
3069
3070         * ly/gregorian-init.ly: workaround: add small padding space before
3071         divisiones (the correct fix would be the spacing engine to handle
3072         this)
3073
3074 2003-08-13  Graham Percival  <gperlist@shaw.ca>
3075
3076         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
3077         cue-notes.ly: minor fixes.
3078
3079 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
3080
3081         * Documentation/user/refman.itely: bugfix: remove obsolete link to
3082         input/test/custos-style.ly
3083
3084         * Documentation/index.html.in: bugfix: link to Tutorial.html
3085
3086         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
3087         to neumes; bugfix: "et": epiphonus, not just a simple pes
3088
3089 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
3090
3091         * lilypond-mode.el: split `Insert Tag' if it is long enough.
3092
3093         * lilypond.words: add new features: markup, column, center, \[ \].
3094         
3095 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
3096
3097         * Documentation/topdocs/NEWS.texi, DEDICATION,
3098         stepmake/bin/add-html-footer.py
3099         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
3100         input/mutopia/J.S.Bach/wtk1-fugue1.ly
3101         input/mutopia/J.S.Bach/wtk1-prelude1.ly
3102         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
3103         added (only) after a sentence which is complete; if the sentence is 
3104         not ended a comma `,' or nothing is used. fix also spaces.
3105
3106 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3107
3108         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
3109         requirements to plain 1.6.
3110
3111         * buildscripts/mutopia-index.py (read_lilypond_header): update
3112         mutopia-index.py to 1.4 syntax [sic]
3113
3114 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
3115
3116         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
3117
3118 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3119
3120         * Documentation/index.html.in: url for regression pdf
3121
3122         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
3123
3124         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
3125
3126         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
3127
3128         * VERSION: 1.8.0 released
3129         
3130         * GNUmakefile.in (local-WWW-post): footify build fix.
3131
3132         * configure.in: require GUILE 1.6.4
3133
3134         * Documentation/user/GNUmakefile: don't copy *.png for
3135         lilypond-internals
3136
3137         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
3138         local-WWW-post target.
3139         (rsync-web): add rsync-web target
3140
3141         * Documentation/user/introduction.itely (Music notation and
3142         engraving): add neume example
3143
3144         * input/puer-fragment.ly (cantus): add puer-fragment
3145
3146 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3147
3148         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
3149         to notes, so that equalizer is actualy being used.
3150
3151         * scm/midi.scm (instrument-equalizer-alist):
3152         (absolute-volume-alist): Define public, so that user can copy or
3153         override.
3154
3155         * lily/key-performer.cc (create_audio_elements): Check for minor
3156         key.  Only if key is minor, set MIDI key to minor.
3157
3158 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3159
3160         * Documentation/user/refman.itely (Hiding staffs): fixes.
3161
3162         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
3163
3164         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
3165         vertical extents to deal with Hara kiri correctly.
3166
3167         * input/regression/hara-kiri-short.ly: remove
3168
3169         * input/regression/hara-kiri-pianostaff.ly: update test.
3170
3171         * Documentation/user/*.tely: remove WEBTITLE
3172
3173         * scm/output-tex.scm (comment): idem.
3174
3175         * scm/output-pdftex.scm: remove GUILE 1.4 glue
3176
3177         * scm/music-functions.scm (make-lyric-event): new function
3178
3179         * scm/lily.scm (lilypond-version): new function
3180
3181         * input/test/version-output.ly: new file.
3182
3183         * Documentation/user/lilypond.tely: add version number to
3184         front-page.
3185
3186 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3187
3188         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
3189
3190 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3191
3192         * input/template/gregorian-transcription.ly (barTwo): syntax update.
3193
3194         * Documentation/user/refman.itely (Hiding staffs): rename node.
3195
3196 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3197
3198         * input/regression/new-markup-syntax.ly (texidoc): remove
3199         molecule-callback override.
3200
3201 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3202
3203         * input/les-nereides.ly: Mark tweaks with %tweak.
3204
3205         * Debian patch, see debian/changelog (Anthony Fok).
3206
3207 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3208
3209         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
3210         problem.
3211
3212 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3213
3214         * Documentation/user/refman.itely (Text markup): Fix language bug.
3215
3216 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3217
3218         * input/* : postfix syntax fixes.
3219
3220         * Documentation/user/refman.itely (Text markup): add note about
3221         raise/lower with ^ or _ .
3222         
3223         * po/fi.po: fix \\apply strings.
3224
3225         * lily/parser.yy (open_event): warn for prefix articulations.
3226
3227 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
3228
3229         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
3230         fix also on parmesan font.
3231
3232 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3233
3234         * VERSION 1.7.30 released
3235         
3236         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
3237
3238         * buildscripts/mutopia-index.py (headertext): rewording
3239
3240 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3241
3242         * scm/new-markup.scm (strut-markup): new markup function.
3243
3244         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
3245         space also when no accidental is there.
3246
3247 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3248
3249         * input/les-nereides.ly: Updates.
3250
3251 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
3252
3253         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
3254         which repeats the tag insertion selected from "Insert tag" menu.
3255
3256 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3257
3258         * lily/all-font-metrics.cc (find_font): load AFM files first only
3259         for feta fonts. This fixes problems with TeXlive and other TeX
3260         distros that include AFM files for the CM fonts. 
3261
3262         * scm/font.scm (qualifiers-to-font-name): remove.
3263
3264         * lily/paper-def.cc: remove get_var.
3265
3266         * input/trip.ly: remove file.
3267         
3268         * input/regression/spacing-note-flags.ly (raggedright): remove
3269         stafflinethickness
3270
3271         * input/les-nereides.ly: update to new syntax, cleanups.
3272
3273 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3274
3275         * Documentation/user/refman.itely: Clarify shortest-note problem
3276         of autobeamer.
3277
3278 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
3279
3280         * lilypond-mode.el: Add each word to regexps only once.
3281
3282         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
3283         is based on the syntax definitions in lilypond.words. Remove all 
3284         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
3285         LilyPond->Insert menu is generated by the entries in lilypond.words 
3286         to which have been given a syntax definition.
3287
3288         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
3289         \notes, \relative, \score, \simultaneous, \transpose.
3290
3291         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
3292
3293         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
3294         
3295         * lilypond-mode.el: add menu keywords separately.
3296
3297         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
3298
3299 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3300
3301         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
3302         current ugly installation method for PFA fonts.
3303
3304 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
3305
3306         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
3307         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
3308
3309         * Documentation/user/music-glossary.tely: update legato.
3310
3311 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3312
3313         * lexer-gcc-3.0.patch: Remove.
3314
3315         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
3316
3317 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3318
3319         * debian/rules (binary-arch): remove NEWS.
3320
3321 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
3322
3323         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
3324         stepmake/bin{ many }: polish the `--help's of different scripts;
3325         model taken from the core-utils of Linux.
3326
3327         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
3328
3329 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3330
3331         * flower/parse-afm.cc (parseCharMetrics): add warnings.
3332
3333         * flower/libc-extension.cc: idem.
3334
3335         * flower/include/libc-extension.hh: protect against isinf macros.
3336
3337 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
3338
3339         * { many }: Use two uppercase letters in LilyPond.
3340
3341         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
3342
3343         * VERSION: 1.7.29 released.
3344         
3345 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3346
3347         * lily/tie.cc: add TODO comment.
3348
3349         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
3350
3351         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
3352         linejoins and linecaps. This fixes problems with occasional spikes
3353         on slur/tie endings.
3354         
3355         * input/regression/font-name.ly: don't use PS fonts for
3356         compatibility reasons. 
3357
3358         * mutopia/claop.py (accents): update to 1.8
3359
3360         * Documentation/user/music-glossary.tely (Top): remove 13pt.
3361
3362         * Documentation/user/macros.itexi: don't color glossary links.
3363
3364         * Documentation/user/invoking.itexi (Error messages): new section
3365
3366 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3367
3368         * input/regression/font-name.ly: add file.
3369
3370         * scm/document-backend.scm (grob-doc): remove <hr> from
3371         lilypond-internals
3372
3373         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
3374         reqd version to 1.6.4 
3375
3376         * lily/font-interface.cc (get_font): bugfix: take font-name from
3377         alist chain too. This fixes font-name override for \markup.
3378
3379 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3380
3381         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
3382
3383         * input/test/polymetric-differing-notes.ly: Compile fix.
3384
3385 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
3386
3387         * Documentation/user/refman.itely: fixed typo
3388
3389         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
3390         before flexa
3391
3392 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
3393
3394         * input/test/{ many }: search & fix some typos.
3395
3396 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3397
3398         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
3399         images.
3400
3401         * scm/music-functions.scm (make-voice-props-set): set Script /
3402         TextScript dir for polyphony too.
3403
3404         * scm/define-grobs.scm (all-grob-descriptions): decrease space
3405         before clef.
3406
3407         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
3408
3409 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
3410
3411         * Documentation/user/refman.itely (Percussion): Small
3412         clarifications and fixes.
3413
3414         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
3415         threads. This fixes different heads playing simultaneously.
3416
3417 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
3418
3419         * Documentation/user/{ many }: increase readability (read through 
3420         User manual from `one big page').
3421
3422 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3423
3424         * input/test/polymetric-differing-notes.ly: add example with
3425         disparate note values.
3426
3427         * input/test/polymetric.ly: rename from poly-metric
3428
3429         * scripts/ly2dvi.py (include_path): bugfix: use outbase
3430         iso. outname.
3431
3432         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
3433         G-clef bbox to real char extents. This fixes the G-clef being
3434         offset too much to the right.
3435         document perc clef offset.
3436
3437         WARNING: FONT CHANGED.
3438
3439         * Documentation/user/tutorial.itely (Tutorial): move menu.
3440
3441 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3442
3443         * buildscripts/lilypond-profile.sh (Error): trim error message.
3444
3445         * Documentation/user/invoking.itexi (Invoking the lilypond
3446         binary): add note about path.
3447
3448         * Documentation/user/macros.itexi: add @c at EOL, hopefully
3449         suppresses superfluous spaces.
3450
3451 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3452
3453         * buildscripts/lilypond-profile.sh: Add documentation to error
3454         message.
3455
3456         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
3457
3458 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3459
3460         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
3461         <mike@ossmann.com>)
3462
3463         * Documentation/bibliography/computer-notation.bib (pages): prune
3464         unscientific language.
3465
3466         * Documentation/user/GNUmakefile: copy unsplit file to
3467         lilypond.html (idem for lilypond-internals).
3468
3469         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
3470
3471         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
3472
3473         * python/lilylib.py (lilypond_version): 2.1 proof version check.
3474
3475         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
3476         fix.
3477         
3478 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
3479
3480         * Documentation/user/{ various }: bind text snippets with their
3481         examples, e.g. by punctuation: This is an example.
3482
3483 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3484
3485         * ly/performer-init.ly (VoiceContext): Typos.
3486
3487         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
3488         builds, leave final-install to toplevel srcdir makefile.
3489
3490         * make/srcdir.make.in (install): New target.
3491
3492 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3493
3494         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
3495         This fixes core dump on MIDI output (Simon Weatherill).
3496
3497         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
3498         on local-WWW-post.
3499
3500 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3501
3502         * make/lilypond.redhat.spec.in: add dvips to reqs.
3503
3504 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3505
3506         * make/srcdir.make.in (web): Add special web target.
3507
3508         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
3509         from inner $(LOOP).
3510
3511         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
3512
3513         * stepmake/stepmake/generic-targets.make (www-targets-help):
3514         * GNUmakefile.in (web-install): Install in $(webdir).
3515
3516         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
3517
3518         * cygwin/changelog: 
3519         * cygwin/mknetrel: Update.
3520
3521         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
3522         (html-doc): Remove (use: web).
3523
3524         * stepmake/stepmake/script-rules.make: 
3525         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
3526         Fix $(config_make) dependencies for srcdir build.
3527
3528         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
3529         target for srcdir build.
3530
3531         * stepmake/make/stepmake.make: 
3532         * make/srcdir.make.in: 
3533         * GNUmakefile.in:
3534         * make/stepmake.make (config_make): Rename variable (was:
3535         configuration).
3536
3537 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3538
3539         * Documentation/user/internals.itely (Manipulating music
3540         expressions): run lilypond on example too.
3541
3542         * flower/include/libc-extension.hh: move lrint define to
3543         header. bugfix.
3544         
3545 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3546
3547         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
3548         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
3549         do we recurse whole tree?).
3550
3551         * GNUmakefile.in (html-doc): Resurrect.
3552
3553         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
3554         obsolete $(package-icon) dependency.
3555
3556 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3557
3558         * Documentation/user/refman.itely (Automatic staff changes):
3559         add seealso 
3560
3561         * Documentation/index.html.in: link to bigpage.
3562
3563         * Documentation/user/tutorial.itely (Tutorial): streamline.
3564
3565         * Documentation/index.html.in: url typo.
3566
3567         * VERSION (PACKAGE_NAME): release 1.7.28
3568
3569         * python/lilylib.py (error_log): remove '/' from name.
3570
3571         * input/regression/pedal.ly: remove; dups input/test/
3572         
3573         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
3574
3575         * Documentation/index.html.in: python style doco index.
3576
3577         * Documentation/{footer,header}.html.in (src): remove, 
3578
3579         * Documentation/pictures: remove all but lelie-logo.xpm.
3580
3581         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
3582         before running makeinfo.
3583
3584         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
3585         @code{}
3586
3587 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3588
3589         * input/test/bar-number-regular-interval.ly: rename.
3590
3591         * Documentation/user/*: various fixes. 
3592
3593 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
3594
3595         * Documentation/{ many }: polish for update-all-menus. typos.
3596
3597         * po/fi.po: fixes.
3598
3599         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
3600
3601         * buildscripts/mutopia-index.py: polish.
3602
3603         * input/regression/{ many }, input/test{ many }: polish texidocs.
3604
3605 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3606
3607         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
3608
3609         * lily/text-spanner.cc (brew_molecule): use bracket-flare
3610         iso. edge-widen.
3611
3612         * lily/piano-pedal-engraver.cc (process_music): change from
3613         process_acknowledged ()
3614
3615         * lily/piano-pedal-bracket.cc: new file. Change
3616         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
3617         cleaned up.
3618
3619         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
3620
3621         * input/regression/tuplets.ly (texidoc): rename file.
3622
3623         * po/fr.po: update
3624
3625         * buildscripts/lilypond-profile.sh: error message if script is not
3626         sourced.
3627
3628         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
3629         bracket-flare
3630         (make_bracket): simplify code.
3631
3632         * lily/parser.yy (verbose_command_req): catch typos in \key scale
3633         argument.
3634
3635         * python/lilylib.py (lilypond_version_check): new function
3636
3637         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
3638
3639         * scripts/ly2dvi.py (run_lilypond): add version check.
3640
3641         * scripts/lilypond-book.py (option_definitions): typo
3642
3643         * scripts/ly2dvi.py (include_path): typo
3644
3645         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
3646
3647         * lily/parse-scm.cc (parse_handler): typo
3648
3649         * Documentation/user/macros.itexi: use @heading for headings.
3650
3651         * Documentation/user/refman.itely: updates, fixes.
3652
3653 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
3654
3655         * po/fi.po: add Finnish translations. fixes.
3656
3657         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
3658
3659         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
3660         from lily/glissando-engraver.cc.
3661
3662 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3663
3664         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
3665         for non-first _broken_ bracket.
3666
3667         * Documentation/user/refman.itely: corrections.
3668
3669 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3670
3671         * lily/new-fingering-engraver.cc (position_scripts): add heads to
3672         support of the fingerings.
3673
3674         * po/fr.po: French translation update.
3675
3676         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
3677         strings.
3678
3679 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3680
3681         * Documentation/user/introduction.itely: Small fixes.
3682
3683 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
3684
3685         * Documentation/topdocs/AUTHORS.texi: polish.
3686
3687 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3688
3689         * Documentation/user/introduction.itely: revise
3690
3691         * Documentation/user/tutorial.itely: reorganise.
3692
3693         * Documentation/topdocs/index.tely: remove.
3694
3695         * Documentation/header.html.in: prune.
3696
3697         * GNUmakefile.in: clean up web building.
3698
3699         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
3700         target.
3701
3702 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
3703
3704         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
3705
3706         * lilypond-mode.el: turn on blink-matching-paren.
3707
3708 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3709
3710         * scm/output-sodipodi.scm (svg-header): Fix typo.
3711
3712 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3713
3714         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
3715         fixes a security hole.
3716
3717         * scripts/lilypond-book.py (original_dir): remove temp_dir
3718
3719         * scm/document-translation.scm: use @code tags.
3720
3721 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
3722
3723         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
3724
3725         * lilypond-mode.el: add a buffer-local post-command-hook to set
3726         context dependent syntax-table after each cursor event. Remove old
3727         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
3728
3729         * lilypond-indent.el: update comments.
3730
3731         * Documentation/footer.html.in: add period.
3732
3733 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3734
3735         * make/lilypond.redhat.spec.in (Group): don't strip binary.
3736
3737         * scm/document-translation.scm (document-property-operation): add
3738         @code{} tags.
3739
3740         * VERSION (PACKAGE_NAME): release 1.7.27
3741
3742         * config.make.in: add PAPER variable
3743
3744         * buildscripts/new-chords.py (help): add help text
3745
3746         * Documentation/user/introduction.itely (Typography and program
3747         architecture):  fixes.
3748
3749         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
3750         for texinfo and dvips. This fixes problems with PDF output of the
3751         wrong size.
3752
3753         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
3754         DVIPS_PAPERSIZE variable
3755
3756         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
3757         TEXINFO_PAPERSIZE variable 
3758
3759 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3760
3761         * mf/feta-macros.mf: whoops: only draw lines for test situations.
3762
3763         * mf/feta-toevallig.mf: lowres fixes.
3764
3765 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3766
3767         * NEWS: Typo and fill-paragraph fixes.
3768
3769         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
3770         cast #define.
3771
3772         * configure.in: 
3773         * config.hh.in: Check for lrint.
3774
3775 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3776
3777         * VERSION: 1.7.26 released
3778
3779         * lily/separation-item.cc: add padding property.
3780
3781         * input/test/*.ly: various fixes, remove solo-a2.ly
3782
3783         * scm/new-markup.scm (brew-new-markup-molecule): arg order
3784         bugfix. Fixes old-style markup compatibility.
3785
3786         * Documentation/user/introduction.itely (Introduction): historical
3787         elucidations
3788
3789         * Documentation/user/music-glossary.tely (Top): linewidth fix.
3790
3791         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
3792
3793         * Documentation/index.texi (Top): cleanup.
3794
3795         * Documentation/user/introduction.itely (Introduction): rewrite
3796         introduction, 
3797         (Music notation and  engraving): about notation. Add flat-picture
3798
3799 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3800
3801         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
3802         separation items. This keeps lyrics from bumping into each other.
3803
3804 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3805
3806         * GNUmakefile.in (topdocs-web): New target.
3807         (local-web): Depend on topdocs-web; fixes html-doc.
3808
3809 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3810
3811         * po/lilypond.pot: run po-replace
3812
3813         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
3814
3815         * scm/drums.scm (reset-drum-kit): new function.
3816
3817         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
3818
3819         * scripts/update-lily.py: remove
3820         
3821         * VERSION: release 1.7.25
3822         
3823         * Documentation/user/introduction.itely (Introduction): rewrite
3824         start of introduction.
3825
3826 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
3827
3828         * lily/all-font-metrics.cc: fixed typo
3829
3830 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
3831
3832         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
3833         LilyPond-mode-context-set-syntax-table): new functions to define
3834         the syntax table according to context.
3835
3836         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
3837
3838 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3839
3840         * Documentation/user/refman.itely (Figured bass): 
3841         language nit courtesy http://www.vocabula.com
3842
3843         * GNUmakefile.in: remove no kpathsea hack.
3844
3845         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
3846         doco.
3847
3848         * GNUmakefile.in: remove web-doc target.
3849
3850         * lily/all-font-metrics.cc (find_afm): add message about
3851         buildscripts/clean-fonts.sh 
3852
3853         * scm/define-music-properties.scm (figure): use string for 'figure
3854
3855         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
3856
3857         * input/regression/ : add raggedright = ##t where applicable. 
3858         
3859         * scm/bass-figure.scm (make-bass-figure-markup): add
3860         alignBassFigureAccidentals property.
3861
3862         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
3863         bracket.
3864
3865         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
3866         syllables widths into account for minimum-length.
3867
3868         * input/test/staff-container.ly: update file
3869
3870         * input/test/stem.ly: remove
3871
3872         * lily/event.cc (LY_DEFINE): add ly: prefix.
3873
3874         * input/test/clef-manual-control.ly: from manual-clef
3875
3876         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
3877
3878         * input/test/different-time-signatures.ly: move to poly-metric.ly
3879
3880         * input/test/hara-kiri*,scales.ly: remove
3881         
3882         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
3883         with chord-names-jazz.ly)
3884
3885         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
3886         get scalable cm fonts too.
3887
3888         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
3889         --encoding for mftrace if present.
3890
3891         * input/regression/slur-area.ly: move from test/
3892
3893         * input/test/: remove simple-slur-endings slur-attachment
3894         slur-broken-cross-staff slur-broken.ly slur-damping.ly
3895         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
3896         slur-symmetry slur-symmetry tie-broken.ly
3897
3898         * scm/drums.scm (set-drum-kit): add function.
3899
3900         * Documentation/user/refman.itely (Percussion staves): use
3901         set-drum-kit
3902
3903         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
3904         too
3905         (Global_measure.set_timesig): handle 3/8 time sig too.
3906
3907         * scm/output-lib.scm (note-head-style->attachment-coordinates):
3908         note about triangle note heads.
3909
3910         * scm/drums.scm: use alist for instrument-settings. This fixes the
3911         bug with assigning to drums in the .ly file.
3912
3913         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
3914         CHANGED.
3915
3916         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
3917         cluster-beacon-interface
3918
3919         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
3920
3921         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
3922
3923         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
3924
3925         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
3926         to get positions.
3927
3928         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
3929         make ClusterSpannerBeacon to record Y positions. This removes the
3930         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
3931         make cluster-note-events.
3932
3933 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3934
3935         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
3936
3937         * configure.in: Use lily/main.cc as identifying source file.
3938
3939         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
3940
3941         * config.hh.in: 
3942         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
3943
3944         * configure.in: Require PYTHON >= 2.0.
3945
3946         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
3947           $PYTHON for include dir location.
3948         (STEPMAKE_PYTHON): New function.  Use
3949         
3950             PYTHON=foo ./configure
3951
3952           to override.
3953
3954 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3955
3956         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
3957         something.
3958
3959         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
3960         ftp.lilypond.org everywhere.
3961
3962 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3963
3964         * lily/text-item.cc (interpret_new_markup): do only if new-markup
3965         detected.
3966
3967         * Documentation/user/refman.itely (Grace notes): note on explicit
3968         contexts
3969
3970 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
3971
3972         * lilypond-font-lock.el: add a comment about LilyPond specific
3973         escape characters: ^, - and _, in the syntax table.
3974
3975         * Documentation/user/appendices.itely: a majuscule fix.
3976
3977 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3978
3979         * input/test/trills.ly (endHorizScript): fixes.
3980
3981         * input/test/chord-names-jazz.ly: merge in alternate Jazz
3982         notation, move from regression.
3983
3984         * input/test/script-stack.ly: change name from stacked-scripts
3985
3986         * input/test/ossia.ly: octave errors.
3987
3988         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
3989         for midi-volume-equaliser
3990
3991 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3992
3993         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
3994         cm fonts.
3995
3996         * mf/feta-beugel.mf: don't multiply font_count by 10.
3997
3998         * lily/lookup.cc (horizontal_line): new function. Use
3999         horizontal-line in output backends.
4000
4001         * Documentation/user/tutorial.itely (An orchestral part): new
4002         section on orchestral stuff and identifiers.
4003
4004 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
4005
4006         * lilypond-mode.el: comment-out paren-highlighting, it still causes
4007         some interference to other modes.
4008
4009 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4010
4011         * lily/spacing-spanner.cc (musical_column_spacing): use average,
4012         not maximum of spacing wishes in polyphonic situations.
4013
4014         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
4015         number
4016
4017         * lilypond-indent.el: remove paren matching. 
4018
4019         * lily/text-item.cc (interpret_new_markup): new function
4020         use iso. text2molecule.
4021
4022         * lily/main.cc (notice): change FSF address 
4023
4024         * po/de.po: update PO file to 1.6.
4025
4026 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
4027
4028         * Documentation/user/ {many}: Add periods and remove spaces.
4029         
4030 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
4031
4032         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
4033         Disable buffer-locally default paren hook and make a new one. 
4034
4035         * lilypond-mode.el: Turn off locally paren-mode, but turn on
4036         locally LilyPond-paren-mode. Add todo for mouse double-click.
4037
4038 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
4039
4040         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
4041         Disable buffer-locally default paren idle timer and make a new one. 
4042
4043         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
4044         locally LilyPond-show-paren-mode. Add to menu a toggle for
4045         LilyPond-show-paren-function.
4046
4047 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4048
4049         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
4050
4051 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
4052
4053         * Documentation/user/refman.itely: spelling fix.
4054
4055         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
4056         paren highlight function definitions. add todo for
4057         LilyPond-show-paren-mode.
4058
4059 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4060
4061         * input/template/jazz-combo.ly: new file.
4062
4063 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4064
4065         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
4066         lo-res fixes.
4067
4068         * mf/feta-schrift.mf: bugfix in varcoda sign.
4069         WARNING: FONT CHANGED
4070
4071         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
4072         in accordance with lexer.ll.   
4073
4074 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4075
4076         * Documentation/user/tutorial.itely: Edit introduction.
4077
4078 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4079
4080         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
4081         ly:grob-staff-position
4082
4083 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4084
4085         * scm/to-xml.scm: import srfi-1
4086
4087         * VERSION (MAJOR_VERSION):  release 1.7.24
4088
4089         * python/lilylib.py (make_ps_images): make multipage _really_ work.
4090
4091         * scripts/lilypond-book.py (do_file): put texidoc before image.
4092         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
4093
4094         * input/regression/*.ly: fix snippet octaves 
4095
4096         * input/test/spanner-after-break-tweak.ly: import
4097         broken-spanner-adjustment
4098
4099         * input/no-notation/midi-transposing.ly: move from input/test/
4100
4101         * input/test/: remove chord-markup
4102
4103         * input/regression/instrument-name-partial.ly: move from input/test.
4104
4105         * input/test/vertical-text.ly: remove
4106
4107         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
4108         space above lyrics lines.
4109
4110         * input/test/uniform-breaking.ly: remove file.
4111
4112         * lily/gourlay-breaking.cc (combine_demerits): add comment about
4113         uniform spacing density. 
4114
4115         * input/test/chords.ly (keys): remove file.
4116
4117         * scm/documentation-lib.scm (oop): use srfi-1 too.
4118
4119         * input/regression/*.ly: add \version
4120
4121         * Documentation/user/*.itely: various fixes.
4122
4123         * buildscripts/mf-to-table.py (base): break table every three
4124         symbols.
4125
4126         * input/:  remove %% new-chords-done %% .
4127
4128         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
4129         os-music.ly
4130         
4131 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4132
4133         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
4134
4135         * scm/new-markup.scm (box-markup): new function.
4136         (box-markup): new function. Contributed by Dick Schoeller
4137         <schoeller@attbi.com>
4138
4139         * scm/lily.scm: remove reduce-no-unit 
4140         (list-insert-separator): use fold-right
4141
4142         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
4143         of arguments. 
4144
4145         * NEWS: more neutral language for ancient notation 
4146
4147         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
4148         inside pointing beaming for chord tremolo.
4149
4150         * Documentation/user/lilypond-book.itely: minor editing
4151
4152 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
4153
4154         * NEWS: added news for 1.8 regarding ancient notation
4155
4156         * Documentation/user/refman.itely (Gregorian square neumes
4157         ligatures): fixed typo
4158
4159         * lily/vaticana-ligature-engraver.cc,
4160         lily/include/vaticana-ligature.hh: bugfix: use special heads for
4161         lower/upper head of Pes only when heads are stacked
4162
4163         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4164         scm/define-grob-properties.scm: cleanup: make "join-left" a
4165         boolean grob property and save delta pitch in grob property
4166         "delta-pitch" instead
4167
4168         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
4169
4170 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4171
4172         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
4173         completely borked
4174
4175         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
4176         (try_music): bug fix: beam multiplicity was completely borked.
4177
4178         * scm/lily.scm: remove tail, filter-list, filter-out-list,
4179         first-n, butfirst-n in favor of srfi-1 functions.
4180         remove string-join, string-pad in favor of srfi-13 functions.
4181
4182         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
4183
4184         * NEWS: use complete sentences.
4185
4186         * Documentation/user/introduction.itely (Example applications):
4187         add note about databases and lilypond-book.
4188
4189         * input/test/volta.ly: remove file
4190
4191         * input/regression/volta-broken-left-edge.ly: simplify file
4192
4193 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4194
4195         * Documentation/user/refman.itely (Constructing a tweak): new
4196         subsection.
4197
4198         * Documentation/user/tutorial.itely (Fine tuning layout): add
4199         common tweaks.
4200
4201         * scm/define-grobs.scm (TextScript): use new brewer.
4202
4203 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4204
4205         * VERSION: release 1.7.23
4206
4207         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
4208
4209         * python/lilylib.py (make_ps_images): bugfixes.
4210
4211         * input/regression/volta-multi-staff.ly: new file.
4212
4213         * Documentation/user/macros.itexi: refcommands, refcommand macros.
4214
4215         * Documentation/user/tutorial.itely (Piano staffs): new section.
4216         (Setting variables): new section
4217         (Fine tuning layout): new section
4218
4219         * input/just-friends.ly: remove file. Superseeded by
4220         input/test/chords-without-melody.ly
4221
4222         * ly/property-init.ly: add all commands to refman.
4223
4224         * scm/define-translator-properties.scm: remove
4225         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
4226
4227         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
4228         name. Underscores botch up PS output.
4229
4230         * scm/define-translator-properties.scm: remove
4231         textNonEmpty, oneBeat, regularSpacingDelta
4232
4233         * scripts/convert-ly.py (FatalConversionError.conv): conversion
4234         rule for automaticBars.
4235
4236         * lily/timing-engraver.cc (start_translation_timestep): change
4237         barNonAuto to automaticBars
4238
4239 2003-06-30  Graham Percival  <gperlist@shaw.ca>
4240
4241         * input/test/perform-tie.ly: delete file.
4242
4243 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
4244
4245         * Documentation/user/refman.itely (Gregorian square neumes
4246         ligatures): bugfix: do not show ledger lines in neumes table
4247         (fixed by setting staff symbol to transparent rather than removing
4248         it from staff context)
4249
4250 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4251
4252         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
4253         glue into brew-new-markup-molecule.
4254
4255         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
4256
4257         * Documentation/user/introduction.itely (Computerized typography):
4258         new section
4259
4260         * Documentation/user/tutorial.itely (An orchestral part): remove
4261         pc example from tutorial.
4262
4263         * input/tutorial/lilbook.tex: use screech-boink
4264
4265         * scripts/lilypond-book.py (compile_all_files): split formatting
4266         output body and scheduling lilypond compilation.
4267         (format_lilypond_output_bodies): new function
4268         (format_lilypond_block): new function
4269         (html_pages): allow multi-page images in HTML
4270
4271         * python/lilylib.py (make_ps_images): rename function from
4272         make_preview, merge with make_page_images
4273
4274 2003-06-28  Graham Percival  <gperlist@shaw.ca>
4275
4276         * input/test/key-clefs.ly: moved to regression.
4277
4278         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
4279
4280         * input/no-notation/README: added note about midi-*.ly files.
4281
4282         * input/test/two-key.ly: moved to no-notation/parse5.ly
4283
4284         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
4285         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
4286
4287         * input/test/ {various}: modified comments, marked some for deletion.
4288
4289         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
4290
4291         * input/test/mmrest-collision: moved to regression.
4292
4293 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4294
4295         * scm/chord-name.scm (note-name->markup): don't superscript root
4296         alterations in chordnames.
4297
4298 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4299
4300         * Documentation/user/refman.itely (Multi measure rests): more
4301         index/cross-referencing.
4302
4303         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
4304
4305         * scm/font.scm: remove properties-to-font-name code.
4306
4307         * scm/define-grob-properties.scm: remove 'type
4308
4309         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
4310         conversion
4311
4312         * lily/text-spanner.cc: change 'type grob prop to 'style 
4313
4314         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
4315         "first" flag to decide whether to make a start-repeat
4316
4317         * input/regression/grace-volta-repeat-2.ly: new file.
4318
4319 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4320
4321         * lilypond-indent.el: rename generic functions to LilyPond-*
4322
4323 2003-06-22  Graham Percival  <gperlist@shaw.ca>
4324
4325         * input/test/thumb.ly: delete, merged into refman.
4326
4327         * Documentation/user/refman.itely: added thumb info to Fingering.
4328
4329         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
4330         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
4331         vertical-align.ly : deleted files.
4332
4333 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4334
4335         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
4336
4337         * lily/line-spanner.cc (broken_trend_offset): remove function.
4338         (get_broken_offset): idem.
4339         (brew_molecule): rewrite the line-break case.
4340
4341         * input/regression/follow-voice-break.ly:  new file.
4342
4343         * lily/line-spanner.cc (after_line_breaking): remove lines at the
4344         start of a system.
4345
4346 2003-06-20  Graham Percival  <gperlist@shaw.ca>
4347
4348         * input/test/tuplet-rest.ly: moved to regression.
4349
4350         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
4351         deleted file.
4352
4353         * input/test/ {many} : marked file for possible deletion.
4354
4355 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4356
4357         * input/regression/beam-funky.ly: add note about (disputed)
4358         correct beaming.
4359
4360         * ly/engraver-init.ly (ScoreContext): put key-signature after
4361         staff-bar
4362         
4363 2003-06-20  Graham Percival  <gperlist@shaw.ca>
4364
4365         * input/test/ broken.ly lyric-phrasing.ly: deleted.
4366
4367         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
4368
4369         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
4370
4371         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
4372         stem-extend was deleted (it was duplicate example, and not as
4373         good).
4374
4375         * input/test/[s-z]*.ly: add texidoc index.
4376
4377 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4378
4379         * lily/slur.cc (get_boundary_notecolumn_y): change name from
4380         get_first_notecolumn_y
4381
4382         * lily/spanner.cc (broken_spanner_index): new function.
4383
4384 2003-06-19  Graham Percival  <gperlist@shaw.ca>
4385
4386         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
4387         lyric-hyphen.ly : moved to regression.
4388
4389         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
4390         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
4391
4392         * input/test/instrument-name-mmrest.ly: moved to
4393         ../regression/multi-measure-rest-instr-name.ly
4394
4395         * input/test/knee-sym.ly: moved to
4396         ../regression/beam-knee-symmetry.ly.
4397
4398         * input/test/hymn.ly: change comments.
4399
4400         * input/test/[p-r]*.ly: add texidoc index.
4401
4402 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4403
4404         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
4405         to postfix syntax
4406         
4407         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
4408         syntax.
4409
4410         * VERSION: release 1.7.22
4411
4412 2003-06-18  Graham Percival  <gperlist@shaw.ca>
4413
4414         * input/test/[h-k]*.ly: added texidoc index.
4415
4416         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
4417
4418         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
4419
4420         * input/test/ various : mark files for deletion or moving to regression.
4421
4422         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
4423
4424         * input/test/[l-o]*.ly: added texidoc index.
4425
4426 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4427
4428         * scm/music-functions.scm (make-ottava-set): 
4429         only do ottavation if centralCPosition is set.
4430
4431         * lily/translator-scheme.cc (ly:context-property-where-defined):
4432         return '() if not found.
4433
4434 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
4435
4436         * lilypond-mode.el (LilyPond-un-comment-region): removed.
4437         Use one command for both commenting and uncommenting.
4438
4439         * lilypond-indent.el (LilyPond-comment-region): new function,
4440         (un)comments each line separately.
4441
4442         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
4443         
4444         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
4445         imenu is not added by default; adapted from f90.el,
4446         makes Help-menu, which does not fit, visible in XEmacs.
4447         
4448 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
4449
4450         * lilypond-mode.el: Set show-paren-mode local; minor-mode
4451         show-paren-mode sets blink-matching-paren-on-screen local.
4452         Try to make show-paren-function to paren-highlight local.
4453
4454         * lilypond-indent.el (LilyPond-scan-sexps): new function.
4455         Copy definitions of Emacs' show-paren-function and
4456         XEmacs' paren-highlight and make minimal changes;
4457         add comments about locality. 
4458         Fix matching first open-paren-char in '<< .. >>'.
4459
4460 2003-06-16  Graham Percival  <gperlist@shaw.ca>
4461
4462         * input/test/g*: added texidoc index.
4463
4464         * input/test/[a-g]*: added raggedright==#t when it
4465          seemed appropiate.
4466
4467         * input/test/ fake-grace.ly figured-bass.ly : removed file.
4468
4469         * Documentation/topdoc/INSTALL.texi: removed false warnings
4470         about gcc 3.3.
4471
4472 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4473
4474         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
4475
4476         * input/test/chords-without-melody.ly (texidoc): add from
4477         input/just-friends.ly
4478
4479         * input/regression/size{13--26}.ly: move from input/
4480
4481         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
4482         input/{star-spangled-banner,twinkle}.ly: remove 
4483         
4484         * lily/slur.cc: remove slur over rest warnings.
4485
4486         * lily/note-spacing.cc (get_spacing): include left part of right
4487         object in fixed space. This fixes stretched space before
4488         accidentals.
4489
4490         * input/regression/spacing-accidental-stretch.ly: new file.
4491
4492 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
4493
4494         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
4495         Reduce to 16pt.
4496
4497 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4498
4499         * input/regression/spacing-knee.ly: docstring
4500
4501         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
4502
4503         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
4504         input/tutorial/{test,solar,flowing}.ly: remove
4505
4506         * input/rhythm.ly: remove
4507
4508         * input/mutopia/F.Schubert/standchen.ly: update syntax.
4509
4510         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
4511         update syntax. 
4512
4513         * scm/define-grobs.scm (all-grob-descriptions): set
4514         knee-spacing-correction to 1.0
4515
4516         * lily/note-spacing.cc (stem_dir_correction): compute knee
4517         correction using stem-thickness and head width.
4518
4519         * input/regression/beam-quanting-horizontal.ly: update texidoc
4520
4521         * scm/define-grobs.scm (all-grob-descriptions): set
4522         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
4523         This fixes 32nd beams for noteheads in spaces quants.
4524
4525         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
4526
4527 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
4528
4529         * README.mandrake: Change lilypond-extras to lilypond-documentation.
4530
4531 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4532
4533         * input/test/dpncnt.ly,part-combine-score.ly: remove.
4534
4535         * VERSION (PACKAGE_NAME): release 1.7.21
4536
4537         * input/regression/stem-shorten.ly: new file.
4538
4539         * lily/stem.cc (get_default_stem_end_position): revise stem
4540         shortening code.
4541
4542         * input/regression/spacing-multi-tuplet.ly: move from input/test/
4543
4544         * input/test/{scripts,volta-start,sleur}.ly: remove
4545         
4546         * input/regression/span-bar.ly: smaller file.
4547
4548         * input/regression/spacing-{natural,tight,loose}.ly: remove
4549
4550         * input/test/markup.ly: remove
4551
4552         * scripts/lilypond-book.py: put printfilename in separate chunk,
4553         so texidoc is printed after the filename.  
4554
4555 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
4556
4557         * make/lilypond.mandrake.spec.in: fix docdirs.
4558
4559 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4560
4561         * input/regression/beam-french.ly: bugfix.
4562
4563         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
4564
4565         * input/regression/(various).ly: add raggedright = #t.
4566
4567         * input/regression/auto-beam.ly: move from abe.ly
4568
4569 2003-06-13  Graham Percival  <gperlist@shaw.ca>
4570
4571         * input/test/f*.ly: added texinfo index.
4572         
4573         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
4574
4575 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4576
4577         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
4578         quant penalty for beam just outside staff.
4579
4580         * input/regression/beam-quanting-horizontal.ly (texidoc): move
4581         from beam-pos.ly,  remove non-horizontal tests. 
4582
4583         * input/test/(various): cleanup header info. 
4584
4585         * input/test/tchaikovsky.ly: remove file.
4586
4587         * scm/chord-generic-names.scm: move from
4588         double-plus-new-chord-name.scm
4589
4590         * input/test/orchestscore.ly: remove file
4591
4592         * Documentation/user/refman.itely (Vocal music): update documentation.
4593
4594         * scm/define-translator-properties.scm (chordNoteNamer): remove
4595         chordNameStyle, use chordNameFunction
4596
4597         * scm/chord-name.scm (set-chord-name-style): remove
4598         set-chord-name-style. Use \property chordNameFunction.
4599
4600 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4601
4602         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4603         music): remove @TeX{} command.
4604
4605 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4606
4607         * lilypond-indent.el (scan-sexps): Renamed to
4608         aargh-this-breaks-other-emacs-modes-scan-sexps.
4609
4610 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
4611
4612         * lilypond-indent.el: Fix: match concurrent one-char opening and 
4613         closing slurs: '()', etc. Add comments.
4614
4615         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
4616
4617         * lilypond-font-lock.el: match unending string at eof.
4618
4619         * make/lilypond.mandrake.spec.in: refreshed packed file list.
4620         
4621 2003-06-10  Graham Percival  <gperlist@shaw.ca>
4622
4623         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
4624         input/test/beam-dir.ly input/test/beam-position.ly    
4625         input/test/beam-suspect.ly input/test/beam-trend.ly    
4626         input/test/beams.ly input/test/crescendo-text.ly : deleted
4627         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
4628         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
4629         * input/test/default-bars.ly: moved to bar-always.ly
4630         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
4631
4632 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4633
4634         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
4635
4636 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4637
4638         * scm/chord-ignatzek-names.scm (remove-step): rename file.
4639
4640 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
4641
4642         * lilypond-indent.el: Match better slurs in scheme expressions.
4643         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
4644
4645         * Documentation/user/invoking.itexi: document Emacs' paren matching.
4646
4647 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4648
4649         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
4650
4651         * input/ac-extra-voice.ly: Add texidoc.
4652
4653         * ly/chord-modifiers-init.ly: 
4654         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
4655         and chordNameExceptionsPartial for new chord names.
4656
4657         * input/test/chord-names-dpnj.ly: 
4658         * input/test/dpncnt.ly: Update.
4659
4660         * scm/chord-name.scm: 
4661         * scm/double-plus-new-chord-name.scm: Add compatibility for new
4662         chord selection and options.
4663
4664         * ly/chord-modifiers-init.ly: Add exceptions 
4665
4666         * scm/define-translator-properties.scm (chordNameStyle) 
4667         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
4668
4669 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
4670
4671         * ly/property-init.ly (germanChords): Added.
4672         (semiGermanChords): Added.
4673         
4674         * input/test/chord-names-german.ly: Use new macros
4675         
4676 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
4677
4678         * lilypond-indent.el: Use similar parenthesis highlighting for 
4679         Emacs and XEmacs through redefinitions of parenthesis highlighting 
4680         functions; removed LilyPond-show-paren-function. Fix indenting.
4681         Turn paren-matching on also in XEmacs.
4682
4683         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
4684         as needed by parenthesis highlighting functions (in scan-sexp).
4685
4686 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4687
4688         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
4689         function.
4690         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
4691
4692 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
4693
4694         * lilypond-indent.el: tune regexp for show-paren-function.
4695
4696 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4697
4698         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
4699         for all LilyPond-produced tex snippets.
4700
4701         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
4702         fixes one line --preview output of ly2dvi.
4703
4704 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
4705
4706         * lilypond-indent.el: match only one type of slurs in
4707         LilyPond-show-paren-function.
4708
4709 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4710
4711         * debian/GNUmakefile (EXTRA_DIST_FILES): 
4712         * debian/lilypond1.7.dirs: 
4713         * debian/lilypond1.7-doc.dirs: New file.
4714
4715         * input/regression/chord-name-exceptions.ly: Add parameter for
4716         ignatzekExceptions.  Quote hash in docstring.
4717
4718 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
4719
4720         * lilypond-indent.el (show-paren-function): define show-paren-function
4721         as LilyPond-blink-matching-open and use it for closing parens.
4722         Let LilyPond-blink-matching-open know whether a bracket was inserted.
4723
4724         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
4725         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
4726         LilyPond-blink-matching-paren in order to match both open and close
4727         brackets.
4728         
4729 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
4730
4731         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
4732         testing by modifying the code from FSF Emacs paren.el. Add comments.
4733
4734 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4735
4736         * input/test/dpncnt.ly: Transpose example to match new
4737         default \chords octave.  Add comment.
4738         
4739         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
4740         comment about octave change.
4741
4742 2003-06-04  Graham Percival  <gperlist@shaw.ca>
4743
4744         * input/test/[d,e]: added texinfo index tags.
4745         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
4746
4747 2003-06-04  Graham Percival  <gperlist@shaw.ca>
4748
4749         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
4750
4751 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
4752
4753         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
4754         as in blink-matching-open.
4755
4756 2003-06-03  Graham Percival  <gperlist@shaw.ca>
4757
4758         * input/test/[a-c]: more comments in files.
4759         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
4760         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
4761         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
4762         mark file for proposed deletion.
4763         * input/test: renaming files:
4764         auto-beam-4-8.ly to beam-auto-4-8.ly
4765         auto-beam-override.ly to beam-auto-override.ly
4766         auto-beam.ly to beam-auto.ly
4767         blank.ly to blank-paper.ly
4768         absolute-volume.ly to dynamic-absolute-volume.ly
4769
4770 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4771
4772         * input/test/dpncnt.ly: 
4773         * input/test/chord-names-dpnj.ly: Resurrect.
4774
4775         * lily/my-lily-lexer.cc: Remove chordnames keyword.
4776
4777         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
4778
4779         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
4780         Better docstring, add parameter OMIT-ROOT, tidy up.
4781
4782 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
4783
4784         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
4785
4786 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4787
4788         * scm/output-ascii-script.scm (as-font-alist-alist):
4789         (as-properties-to-font-name):
4790         (as-make-style-sheet): Remove.
4791
4792         * scm/font.scm (as-make-font-list): New function.
4793         (as-font-sheet-alist): New variable.
4794
4795         * ly/paper-as9-init.ly: 
4796         * ly/paper-as5-init.ly: Update.
4797
4798         * ly/paper-as5.ly:
4799         * ly/paper-as9.ly: New file.
4800
4801 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4802
4803         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
4804
4805 2003-05-28  Graham Percival  <gperlist@shaw.ca>
4806         * input/sondag-morgen/*: removed due to copyright concerns.
4807         * input/[a,b]*.ly: added a newline at the end of the texinfo
4808         doc string (produces better output in HTML version).
4809         * input/c*.ly: added texinfo index and added comments to
4810         aid in future changes to input/test/ files.
4811
4812 2003-05-28  Graham Percival  <gperlist@shaw.ca>
4813         
4814         * Documentation/user/refman.itely: fixed build problem (missing
4815         file) caused by previous renaming.
4816
4817 2003-05-28  Graham Percival  <gperlist@shaw.ca>
4818         
4819         * input/test/[a,b]*.ly: added texinfo index and added comments to
4820         aid in future changes to input/test/ files.
4821         * input/test/bar-number-every-5-reset.ly: renamed to
4822         bar-number-every-five-reset.ly
4823         * input/test/bar-script-visibility.ly: renamed to
4824         bar-number-show-all.ly
4825
4826 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4827
4828         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
4829         to Voice.
4830
4831         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
4832         out note-line and glissando functionality.
4833         
4834         * lily/line-spanner.cc (brew_molecule): cleanup.
4835
4836 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4837
4838         * scripts/as2text.scm: Use rdelim module.
4839         (start-system): Rename from start-line.
4840         (stop-system): Rename from stop-line.
4841         (af-gulp-file): Use string iso symbol for getenv.
4842
4843         * scm/output-ascii-script.scm: Add guile and lily modules.
4844         (font-name-alist): New variable.
4845         (draw-line): New function.
4846
4847         * scm/output-lib.scm (func, arg->string): Re-add from archive.
4848         (Were these silently removed, without ChangeLog entry?)
4849
4850 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4851
4852         * scm/music-functions.scm (make-ottava-set): bugfixes: also
4853         process 2nd ottava correctly.
4854
4855 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
4856
4857         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
4858
4859 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4860
4861         * Documentation/user/converters.itely (Invoking midi2ly): Update.
4862
4863 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4864
4865         * VERSION: release 1.7.20
4866         
4867         * lily/text-spanner.cc (brew_molecule): clean up function. This
4868         fixes bugs with broken 8va spanners.
4869
4870         * lily/simple-spacer.cc (solve): also compute force for raggedright.
4871         This prevents spurious line-breaks with raggedright
4872         
4873 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4874
4875         * lily/key-performer.cc (create_audio_elements): always use major
4876         key
4877
4878         * Documentation/user/internals.itely: updates
4879
4880         * input/regression/beam-break.ly: new file.
4881
4882         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
4883         beams if starting or terminating stems have 'beaming set.)
4884
4885         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
4886         property.
4887
4888         * lily/parser.yy (verbose_command_req): add comment about scales.
4889
4890 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
4891
4892         * lilypond-indent.el: adjust regexps in bracket-matching.
4893
4894 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
4895
4896         * Documentation/user/refman.itely: more tiny fixes
4897
4898         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
4899         "Chord names"; added table with input syntax for solesmes neumes
4900         table; added some words about rationale on input syntax design
4901
4902         * lily/gregorian-ligature-engraver.cc,
4903         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4904         lily/include/gregorian-ligature.hh: bugfix: horizontal head
4905         alignment of Pes Initio Debilis
4906
4907         * Documentation/user/refman.itely,
4908         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4909         mf/parmesan-heads.mf: fixed most of the head selection/alignment
4910         bugs in the solesmes neumes table
4911
4912 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
4913
4914         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
4915         Similarly, match '[' and ']' by skipping '\[' and '\]'.
4916
4917         * lilypond-mode.el: fix tag-score. small improvements.
4918
4919 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4920
4921         * .cvsignore: Add aclocal.m4.
4922
4923         * lily/music-constructor.cc: Include <assert.h>.
4924
4925 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4926
4927         * ly/engraver-init.ly (HaraKiriStaffContext): use
4928         RemoveEmptyStaffContext instead.
4929
4930         * Documentation/user/refman.itely: updates
4931
4932 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
4933
4934         * Documentation/user/refman.itely: added solesmes neumes table;
4935         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
4936         bugfix: "Ornaments" -> "Articulations"
4937
4938         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
4939
4940 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
4941
4942         * lilypond-indent.el: Add a message about trying to match \] or \).
4943         
4944 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
4945         
4946         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
4947         obsolete "arithmetic_*"
4948
4949         * input/bugs/ligatures.ly: removed (will be put into a different
4950         directory later)
4951
4952 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4953
4954         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
4955         libkpathsea (Maurizio Tomasi).
4956
4957 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4958
4959         * input/regression/repeat-slash.ly (texidoc): new file
4960
4961         * lily/slash-repeat-engraver.cc (try_music): new file, handle
4962         slash repeats separately. Slash repeats and %
4963         repeats can now be nested.
4964
4965 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
4966
4967         * lilypond-indent.el: Add preliminary test for closing \] and \).
4968         
4969 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
4970
4971         * lily/gregorian-ligature-engraver.cc,
4972         lily/vaticana-ligature-engraver.cc,
4973         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
4974         mf/parmesan-heads.mf: various semivocalis related bugfixes
4975
4976         * input/bugs/ligatures.ly: new file demonstrating problems with
4977         ligatures
4978         
4979 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
4980
4981         * lilypond-mode.el,
4982         lilypond-font-lock.el,
4983         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
4984
4985 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
4986
4987         * lilypond-mode.el: Remove outdated code. Stress the difference 
4988         between Emacs and XEmacs definitions.
4989
4990         * lilypond-mode.el,
4991         lilypond-indent.el: Define a function interactive only when necessary.
4992
4993 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
4994
4995         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
4996         Use inactive regions also in XEmacs.
4997
4998 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4999
5000         * Documentation/user/refman.itely (Repeat syntax): more updates
5001
5002         * lily/simple-spacer.cc (solve): move solution process into
5003         solve(). This fixes a bug with collisions and raggedright = ##t.
5004  
5005         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
5006
5007         * ly/engraver-init.ly: remove GraceContext. Update examples.
5008
5009 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5010
5011         * GNUmakefile.in (fonts): Also make fontball.
5012
5013         * Website fixes:
5014
5015         * ly/engraver-init.ly (GraceContext): Add.
5016
5017         * run:
5018
5019             convert-ly $(find . -name *.ly)
5020
5021         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
5022         new chords.
5023
5024 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5025
5026         * VERSION: 1.7.19 released
5027         
5028         * scm/music-functions.scm (set-octavation): new function.
5029
5030         * input/regression/ottava.ly: new file
5031
5032         * lily/translator-scheme.cc (LY_DEFINE): new function
5033         ly:unset-context-property
5034         (LY_DEFINE) new function ly:context-property-where-defined: 
5035
5036 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
5037
5038         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
5039
5040         * lilypond.words: add few.
5041
5042         * input/test/script-chart.ly: fix typo.
5043
5044 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5045
5046         * scm/define-grobs.scm: uniform naming for definitions and output
5047         routine files. 
5048
5049         * ly/engraver-init.ly (ChoirStaffContext): add \description from
5050         scm/context-description.scm
5051
5052         * lily/parser.yy (translator_spec_body): add \description to the
5053         \translator{} body syntax.
5054
5055         * lily/ottava-engraver.cc: new file.
5056
5057         * scm/chord-name.scm (natural-chord-alteration): replace old
5058         chord stuff. 
5059
5060         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
5061
5062         * Documentation/user/refman.itely (Metronome marks): update doco.
5063
5064         * input/regression/markup-note.ly: new file
5065
5066         * input/regression/metronome-marking.ly: new file
5067
5068         * lily/metronome-engraver.cc: new file. Print \tempo markings.
5069
5070         * scm/new-markup.scm (note-markup): make a note glyph, useful for
5071         metronome marks.
5072
5073 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5074
5075         * Documentation/user/GNUmakefile: Compatibility fix for new
5076         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
5077         for making binary packages; info splitting bug has been fixed.
5078
5079         * Documentation/user/refman.itely: Compile fixes.
5080
5081 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
5082
5083         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
5084         Count \midi -keywords also for a region.
5085
5086 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5087
5088         * lily/lookup.cc (LY_DEFINE): new function
5089
5090         * Documentation/user/tutorial.itely: updates
5091
5092 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
5093
5094         * lilypond-mode.el: Allow Midi on buffer.
5095         Use only '.ly'-extension, remove '.sly' and '.fly'.
5096         Allow use of inactive regions. Invoke next Command on Master file, 
5097         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
5098
5099 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5100
5101         * Documentation/user/tutorial.itely: updates.
5102
5103 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
5104
5105         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
5106
5107 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
5108
5109         * lily/coherent-ligature-engraver.cc: fixed typo
5110
5111         * lily/coherent-ligature-engraver.cc,
5112         lily/gregorian-ligature-engraver.cc,
5113         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
5114         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
5115         lily/vaticana-ligature-engraver.cc,
5116         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
5117         scm/grob-description.scm: cleanup: junked LigatureHead grob and
5118         removed all ligature specific stuff from NoteHead code
5119
5120         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
5121         ligatures now use regular noteheads
5122
5123         * lily/vaticana-ligature.cc: tiny code cleanups
5124
5125         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
5126         space between two adjacent noteheads of the same pitch
5127
5128         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
5129         description; cleanup: removed obsolete font-family settings
5130
5131 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
5132
5133         * lily/coherent-ligature-engraver.cc,
5134         lily/gregorian-ligature-engraver.cc,
5135         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
5136         lily/mensural-ligature-engraver.cc,
5137         lily/vaticana-ligature-engraver.cc,
5138         lily/include/gregorian-ligature-engraver.hh: updated for new
5139         Coherent_ligature_engraver; added comments that describe the basic
5140         design ideas of the ligature implementation
5141
5142         * lily/coherent-ligature-engraver.cc,
5143         lily/include/coherent-ligature-engraver.hh: new file: shared code
5144         between mensural ligatures and Gregorian chant notation ligatures
5145
5146 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
5147
5148         * lilypond-mode.el: XEmacs fixes: include two definitions for the
5149         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
5150         use only two arguments in sit-for, use no arguments in
5151         read-char-exclusive, backspace is not a character (127) in XEmacs.
5152
5153         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
5154
5155 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
5156
5157         * lilypond-mode.el: un-commenting works after syntax-table fix.
5158
5159         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
5160         group, verbose commenting for syntax table.
5161
5162         * lilypond-indent.el: add TODO for ligature slurs.
5163
5164 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
5165
5166         * lilypond-mode.el: Move comments of parenthesis matching away,
5167         (blink-matching-paren-on-screen) fix blinking in Emacs.
5168
5169         * lilypond-font-lock.el: Fix parent-matching for Emacs:
5170         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
5171
5172         * lilypond-indent.el: Add TODO for parenthesis matching.
5173
5174 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
5175
5176         * lilypond-mode.el: Fix XEmacs: 
5177         changed [S-iso-lefttab] to [(shift iso-lefttab)],
5178         invoke explicitly easy-menu-add (in Emacs done automatically).
5179         
5180         * lilypond.words: Add few words from input/*/*.ly.
5181
5182 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5183
5184         * VERSION (PATCH_LEVEL): release 1.7.18
5185
5186         * scripts/lilypond-book.py: only print basename for printfilename
5187         option
5188
5189         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
5190         and syntax updates.
5191
5192 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5193
5194         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
5195         better parametrisation. Move fatness of bulb downward.
5196
5197         * mf/parmesan-custodes.mf (dir_down): remove underscores from
5198         glyph names. Underscores are not allowed .ps encoding files.
5199
5200 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
5201
5202         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
5203         variable "packed" for packed right-ragged mode
5204
5205         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
5206         unused variable ragged; fixed indentation
5207
5208         * Documentation/user/refman.itely: tiny cleanups in ancient
5209         clef and custos section
5210
5211 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5212
5213         * lily/parser.yy (Simple_music): add \applyoutput, syntax
5214         \applyoutput PROCEDURE
5215
5216         * lily/my-lily-lexer.cc: add \applyoutput.
5217
5218         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
5219
5220         * lily/text-item.cc: clean text-interface description
5221
5222 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5223
5224         * input/{regression,test}/: use postfix for slur endings and beam
5225         begins.
5226
5227         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
5228         style beams too. 
5229
5230         * input/regression/lyrics-melisma-beam.ly: new file.
5231
5232         * lily/lyric-engraver.cc (process_music): change from
5233         process_acknowledged_grobs()
5234
5235         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
5236         functions to set and revert auto-beam settings.
5237
5238 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5239
5240         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
5241
5242 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
5243
5244         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
5245         Documentation/user/lilypond.tely: fixed some typos; updated author
5246         info
5247
5248         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
5249         #"" -> #'flag-style = #'()
5250
5251         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
5252         cleanup: removed dead #includes
5253
5254         * lily/gregorian-ligature-engraver.cc,
5255         lily/include/gregorian-ligature.hh,
5256         scm/grob-property-description.scm: small cleanups, small spacing
5257         fixes
5258
5259         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
5260         lily/vaticana-ligature.cc,
5261         lily/include/gregorian-ligature-engraver.hh,
5262         scm/grob-property-description.scm, scm/music-types.scm:
5263         "porrectus" -> "pes or flexa"
5264
5265         * ly/engraver-init.ly, scm/grob-description.scm,
5266         scm/grob-property-description.scm: junked porrectus, now handled
5267         by ligature code
5268
5269         * scm/grob-description.scm: bugfix: added space-alist entry for
5270         breathing sign/custos
5271
5272 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5273
5274         * Another grand 2003 update.
5275         
5276         * Remove mentioning of `mudela'; There's no such thing.
5277
5278 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5279
5280         * Documentation/user/preface.itely (Preface to version 1.8): update
5281
5282         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
5283
5284         * Documentation/user/converters.itely (Invoking convert-ly): revise
5285
5286         * scripts/convert-ly.py (outfile_name): remove --assume-old.
5287
5288         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
5289
5290 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5291
5292         * Documentation/user/internals.itely: more updates.
5293
5294 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5295
5296         * Documentation/user/refman.itely: revise 
5297
5298         * Documentation/user/internals.itely: revise
5299
5300         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
5301
5302 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
5303
5304         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
5305         beautification: reformatted ancient clefs section; cleanup: small
5306         wording fixes
5307
5308 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
5309
5310         * lilypond.words: added words for chant notation, sorted
5311         alphabetically through "sort lilypond.words"
5312
5313 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
5314
5315         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
5316         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
5317         chant notation
5318
5319 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
5320
5321         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
5322         prevent TeX from interpreting them as long dash
5323
5324         * input/test/vaticana.ly: updated
5325
5326         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
5327         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
5328         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
5329         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
5330         fixes
5331
5332         * mf/parmesan-heads.mf: ledger endings: removed dead code
5333
5334 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5335
5336         * VERSION: 1.7.17 released
5337         
5338         * Documentation/user/GNUmakefile
5339         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
5340         files too.
5341
5342         * scm/document-markup.scm: new file: document all markup
5343         functions.
5344
5345         * scm/documentation-generate.scm: rename all documentation modules
5346         to document-*.scm
5347
5348         * scripts/lilypond-book.py: generate link to .ly file iso. link to
5349         .png
5350
5351         * input/test/divisiones.ly: added
5352
5353         * input/regression/output-property.ly: new file
5354
5355         * lily/cluster.cc: change cluster-interface to use style property
5356
5357 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
5358
5359         * input/test/chord-names-german.ly: modified.
5360
5361         * scm/chords-ignatzek.scm:
5362           chord-name->german-markup: Added
5363           note-name->german-markup: Changed (now producing lowercase notenames)
5364
5365         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
5366         
5367 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5368
5369         * scripts/convert-ly.py (FatalConversionError.conv):
5370         divisiominima -> divisioMinima, etc.
5371
5372         * ly/engraver-init.ly (FiguredBassContext): add
5373         Separating_line_group_engraver to Figured bass context.
5374
5375         * ly/german-chords-init.ly: remove file
5376
5377         * input/test/chord-names-german.ly (scm): new file.
5378
5379         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
5380
5381         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
5382         Chord_name_engraver
5383
5384         * Documentation/user/refman.itely: lots of updates.
5385
5386         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
5387         new file
5388
5389         * input/test/bar-number-every-5-reset.ly: new file.
5390
5391 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5392
5393         * input/regression/chord-name-major7.ly: new file
5394
5395         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
5396         if specced explicitly.
5397
5398         * input/regression/chord-name-entry-11.ly: new file.
5399
5400         * input/test/slur-beautiful.ly: new file.
5401
5402         * Documentation/user/refman.itely: updates.
5403
5404         * input/regression/collisions.ly (threevoice): cleanup.
5405
5406         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
5407
5408 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5409
5410         * Documentation/user/*.itely: various updates.
5411
5412         * ly/spanners-init.ly: enddecr/ endcr.
5413
5414         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
5415         of tutorial
5416
5417 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5418
5419         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
5420
5421         * lily/new-chord-name-engraver.cc (process_music): use octavation
5422         (a number) instead of original-pitch to store inversions. This
5423         fixes a problem with transposed chords with inversions.  
5424
5425 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5426
5427         * stepmake/aclocal.m4: Include compile fix for broken flex, as
5428         used in includable-lexer.hh.
5429
5430         * lily/includable-lexer.cc: Bugfix: include config.h.
5431
5432         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
5433         circumvention of Debian packaging bug.
5434
5435 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5436
5437         * flex-2.5.31 hits Debian/unstable.  Fixes below.
5438         
5439         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
5440
5441         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
5442         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
5443
5444         * lily/include/includable-lexer.hh: 
5445         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
5446
5447         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
5448
5449         * aclocal.m4: Regenerate.
5450
5451         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
5452         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
5453
5454         * scm/pdf.scm (use-modules): Include lily.
5455
5456         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
5457         Noordkamp).
5458         (use-modules): Include lily.
5459         (lily-def): Bugfix: include tex-val in let.
5460
5461 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
5462
5463         * lilypond-mode.el: sensible error if lilypond.words not found.
5464
5465         * lilypond.words: add few words.
5466
5467 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
5468
5469         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
5470
5471         * mf/parmesan-scripts.mf: fixed typo in char name
5472
5473 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5474
5475         * VERSION: 1.7.16 released
5476
5477         * python/lilylib.py (setup_temp): temporary directories are mode 700.
5478         (this is a security vulnerability).
5479
5480         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
5481
5482         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5483         add staff support.
5484
5485 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
5486
5487         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
5488         ly/script-init.ly, scm/script.scm: bugfix: renamed
5489         fermata->signumcongruentiae to fix naming clash with feta font
5490
5491 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5492
5493         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
5494
5495         * lily/multi-measure-rest-engraver.cc
5496         (start_translation_timestep): use grace timing too for determining
5497         when to make mmrest.
5498         (start_translation_timestep): clear numbers too.
5499
5500 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
5501
5502         * scm/music-types.scm: compile fix: escape braces
5503
5504         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
5505         work around font selection problem
5506
5507         * Documentation/user/refman.itely: BreathingSign: added docu for
5508         property "text"
5509
5510 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5511
5512         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
5513         information.
5514
5515 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5516
5517         * lily/multi-measure-rest-engraver.cc (class
5518         Multi_measure_rest_engraver): make multiple Number objects, one
5519         for each MultiMeasureTextEvent.
5520
5521         * scm/music-functions.scm (glue-mm-rest-texts): use
5522         MultiMeasureTextEvent
5523
5524         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
5525
5526         * Documentation/user/refman.itely (Multi measure rests): update.
5527
5528 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5529
5530         * lily/ly-module.cc (ly_copy_module_variables): use
5531         scm_internal_hash_fold() for iterating modules.
5532
5533 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
5534
5535         * Documentation/user/refman.itely: Section Custodes: added more
5536         example code
5537
5538         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
5539         neo-mensural rests to parmesan font
5540
5541         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
5542         header
5543
5544 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5545
5546         * Documentation/user/macros.itexi: @fileref macro.
5547
5548         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
5549         each file. 
5550
5551 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
5552
5553         * lily/include/custos.hh, make/lilypond.suse.spec.in,
5554         Documentation/topdocs/AUTHORS.texi: updated my email address
5555
5556         * Documentation/user/refman.itely: updated custos documentation;
5557         beautified divisiones example; beautified articulations table
5558
5559         * lily/breathing-sign.cc: bugfix: finalis molecule
5560
5561 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
5562
5563         * Documentation/user/refman.itely: added docu for
5564         contemporary fermata symbols, gregorian breathing signs; small fixes
5565
5566         * ly/gregorian-init.ly: removed obsolete #'type props
5567
5568 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5569
5570         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
5571         minimum-length property correctly.
5572
5573 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5574
5575         * scm/music-functions.scm (make-multi-measure-rest): set input
5576         locations for multimeasure rests.
5577
5578 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
5579
5580         * input/regression/breathing-sign.ly: updated to for ancient
5581         notation
5582
5583 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5584
5585         * scripts/ly2dvi.py: Add newline.
5586
5587 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5588
5589         * scripts/ly2dvi.py (dependency_files): Compile fix.
5590
5591 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5592
5593         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
5594         (make_html_menu_file): --html menu. 
5595
5596 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5597
5598         * scripts/ly2dvi.py (run_dvips): +add the .map file 
5599
5600 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5601
5602         * input/screech-boink.ly: new file.
5603
5604 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5605
5606         * scripts/lilypond-book.py (make_lilypond_file): convert
5607         lilypond-file to lilypond block directly, without going through
5608         begin/end lilypond text.
5609         
5610
5611 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
5612
5613         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
5614         scm/grob-description.scm: moved Michael's original breathing sign
5615         code in brew_molecule() to divisio_minima(); provided new
5616         brew_molecule() that effectively replaces the
5617         Text_item::brew_molecule callback (with additional fallback to
5618         Michael's original code); added callbacks for brewing divisio
5619         maior/maxima and finalis
5620
5621         * gregorian-init.ly: added breathing sign shortcuts for virgula,
5622         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
5623
5624         * script-init.ly: added shortfermata, longfermata,
5625         verylongfermata, varcoda
5626
5627         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
5628         longfermata, verylongfermata, varcomma, varcoda
5629
5630 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
5631
5632         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
5633           Remove all noquote and insert a few quote.
5634         
5635         * Documentation/user/lilypond-book.itely (Music fragment options),
5636           scripts/lilypond-book.py: Don't include quotation blocks by
5637           default. Introduce option quote instead of noquote
5638
5639 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5640
5641         * VERSION: 1.7.15 released
5642         
5643         * Documentation/user/lilypond.tely: omf updates.
5644
5645         * buildscripts/texi2omf.py (omf_vars): include version.date
5646
5647         * make/lilypond.redhat.spec.in: fixes for spec file. 
5648
5649         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
5650         by function definition: lily now requires a recent GNU Make.
5651
5652         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
5653
5654         * make/ly-rules.make: remove .ly -> .tex rule
5655
5656         * Documentation/user/refman.itely (Figured bass): revised figured
5657         bass example.
5658
5659 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5660
5661         * stepmake/stepmake/omf-targets.make (local-install): add
5662         scrollkeeper-update message.
5663
5664         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
5665         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
5666
5667         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
5668
5669         * Documentation/user/converters.itely (Invoking midi2ly): add
5670         track/channel notice.
5671
5672 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5673
5674         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
5675
5676         * lily/parser.yy (scalar): DIGIT is also a scalar.
5677
5678         * Documentation/user/music-glossary.tely: add @omf tags
5679
5680         * Documentation/user/lilypond.tely: add @omf tags
5681
5682         * scm/generate-documentation.scm (string-append): add @omf tags.
5683
5684         * stepmake/stepmake/omf-*: new files 
5685
5686         * input/regression/multi-measure-rest.ly (texidoc): add doco
5687
5688         * GNUmakefile.in (web-doc-install): add web-doc-install target
5689
5690         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
5691         fixes crashes while dumping MIDI.
5692
5693         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
5694         midi
5695
5696 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5697
5698         * buildscripts/texi2omf.py: new file.
5699
5700         * mf/feta-beugel.mf: include font count, not staffsize (16) in
5701         font-name
5702
5703 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5704
5705         * input/regression/beam-manual-beaming.ly (texidoc): new file.
5706
5707         * lily/sequential-iterator.cc (descend_to_child): call
5708         descend_to_child() for all types of music.
5709
5710 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5711
5712         * scm/translator-property-description.scm: Add
5713         bassFigureFormatFunction.  Replace some entries.
5714
5715 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5716
5717         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
5718         clean out.
5719
5720 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5721
5722         * scripts/midi2ly.py (Note.dump): never dump duration for
5723         dump_dur=0.
5724
5725         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
5726         new function
5727
5728         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
5729         figures using new markups. Much simpler, and should improve layout
5730         a little.
5731
5732         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
5733
5734 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5735
5736         * ly/engraver-init.ly: use Hara kiri by default for 
5737         ChordNames, FiguredBass and Lyrics(Voice) context. 
5738
5739         * lily/axis-group-engraver.cc (acknowledge_grob): use
5740         rhythmic-grob-interface for selecting items not to hara-kiri'd 
5741
5742         * scm/new-markup.scm (markup-function-list): add bracket,
5743         vbracket.
5744
5745         * ly/engraver-init.ly (ChordNamesContext): set
5746         minimumVerticalExtent
5747
5748 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5749
5750         * input/test/time-signature-double.ly: new file 
5751
5752         * input/regression/collision-head-chords.ly (texidoc): new file.
5753
5754         * lily/type-swallow-translator.cc: add note swallow translator 
5755
5756         * input/test/time-signature-double.ly: new file.
5757
5758         * lily/type-swallow-translator.cc: add Rest_swallow_translator
5759
5760         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
5761         (FiguredBassContext): idem.
5762
5763         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
5764
5765         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
5766
5767         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
5768
5769         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
5770         .afm dependency
5771
5772         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
5773
5774         * python/lilylib.py (make_page_images): add function.
5775
5776         * scripts/ly2dvi.py (run_latex): include title in preview image.
5777
5778         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
5779         from lilypond-book for <ly2dvifile> tags in HTML.
5780
5781         * scripts/ly2dvi.py (option_definitions): add --debug option to
5782         print out environment.
5783
5784         * input/regression/tie-chord-partial.ly: new file.
5785
5786 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
5787
5788         * lilypond.words: add 3
5789
5790 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5791
5792         * scm/new-markup.scm (markup-function-list): add finger-markup
5793
5794         * input/tutorial/brahms-tweaked.ly: new markup 
5795
5796         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
5797
5798         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
5799         crash when processing '() markup
5800
5801         * input/regression/breathing-sign.ly (texidoc): add caesura example.
5802
5803         * lily/breathing-sign.cc (railtracks): another caesura.
5804
5805         * mf/feta-schrift.mf: caesura symbol. 
5806
5807 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5808
5809         * scripts/convert-ly.py (FatalConversionError.conv): add
5810         ly:molecule-XXX conversions.
5811
5812         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
5813
5814         * input/regression/multi-measure-rest-text.ly: new file.
5815
5816         * scm/music-functions.scm (glue-mm-rest-texts): automatically
5817         convert MMREST-TEXT to MultiMeasureRestNumber settings.
5818
5819         * ly/engraver-init.ly (ScoreContext): move tablature settings to
5820         ScoreContext
5821
5822         * scm/new-markup.scm (center-markup): \center markup.
5823
5824         * scm/music-functions.scm: remove pitchify scripts.
5825
5826         * lily/music.cc (print_smob): display music name if available 
5827
5828 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5829
5830         * Documentation/user/refman.itely (Instrument names): remove
5831         \turnOff doco.
5832
5833 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5834
5835         * lily/score.cc (mark_smob): bugfix.
5836
5837         * input/regression/rehearsal-mark.ly: new file.
5838
5839         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
5840         report error at the current token again.
5841
5842 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5843
5844         * cygwin/mknetrel: Exit if doc build fails.
5845
5846         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
5847
5848 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5849
5850         * scm/music-types.scm (music-descriptions): add doc strings
5851
5852 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5853
5854         * lily/lexer.ll: 
5855         * lily/include/my-lily-lexer.hh: 
5856         * lily/include/includable-lexer.hh: Add flex kludge.
5857
5858         * config.hh.in: 
5859         * config.make.in: 
5860         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
5861         cruft.
5862         
5863         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
5864         code.
5865
5866 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5867
5868         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
5869
5870         * lily/parser.yy (new_chord): Compile fix.
5871
5872 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5873
5874         * Documentation/user/refman.itely (Tuning groups of objects):
5875         remove documentation for \turnOff. 
5876
5877         * lily/percent-repeat-engraver.cc (try_music): add correct
5878         processing moments for double-measure percents as well.
5879
5880         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
5881
5882         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
5883         grob prop type. 
5884
5885         * Documentation/user/refman.itely (Printing named chords): add
5886         chord name tweak doco.
5887
5888         * input/template/gregorian-transcription.ly: new file.
5889
5890 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5891
5892         * VERSION: 1.7.13 released
5893         
5894         * input/test/*: lots of cleanups/comment-outs/removals in chord
5895         examples
5896         
5897         * input/regression/*: lots of cleanups/comment-outs/removals in
5898         chord examples
5899         
5900         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
5901         options
5902
5903         * lily/new-chord-name-engraver.cc (process_music): give original
5904         inversion pitch to chord name routine.
5905
5906         * input/tutorial/os-score.ly: update to new markup
5907
5908         * Documentation/user/appendices.itely: simply include
5909         chords-ignatzek. 
5910
5911         * Documentation/user/refman.itely (Chords mode): add documentation
5912         for chord mode.
5913
5914         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
5915         not present in chord.
5916         (construct-chord): add inversion and bass support.
5917
5918         * lily/chord.cc: junk contents.
5919
5920 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
5921
5922         * Documentation/user/refman.itely:
5923         * Documentation/user/music-glossary.tely: fix. 
5924
5925 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5926
5927         * scm/chord-entry.scm (construct-chord): move chord construction
5928         to Scheme.
5929
5930         * lily/parser.yy (new_chord): new setup for chord entry.
5931
5932 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
5933
5934         * lilypond.words:
5935         * Documentation/user/music-glossary.tely: add ambitus.
5936
5937 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5938
5939         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
5940
5941         * lily/include/*.hh: string() -> to_string()
5942
5943         * scm/chords-ignatzek.scm: new file.
5944
5945         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
5946         standard chord name exceptions.
5947
5948         * scm/translator-property-description.scm (chordNameSeparator):
5949         add property.
5950         (majorSevenSymbol): add property
5951
5952         * lily/translator-scheme.cc (ly:context-properties): new function
5953         (ly:context-parent): new function.
5954         (print_smob): print context name.
5955
5956         * lily/music.cc (ly:get-music-length): new function
5957         (print_smob): don't print properties.
5958
5959         * lily/duration.cc (duration<?): new function
5960
5961         * input/regression/chords-funky-ignatzek.ly: new file.
5962
5963         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
5964         jazz chords.
5965
5966         * lily/pitch.cc (ly:pitch-diff): new function.
5967
5968         * input/regression/chords-ignatzek.ly: new file.
5969
5970 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5971
5972         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
5973         pitches for jazz chords.
5974
5975 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5976
5977         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
5978
5979 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
5980
5981         * lilypond.words: add 1
5982
5983 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
5984
5985         * Documentation/topdocs/AUTHORS.texi: refine.
5986
5987 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5988
5989         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
5990         
5991         * lilypond.words: add one.
5992
5993 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
5994
5995         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
5996         Fontify bass note in chords, e.g., e in c1/e.
5997         
5998 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5999
6000         * Documentation/user/music-glossary.tely: Dutch updates and
6001         additions (Arent Storm).
6002
6003 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6004
6005         * input/regression/ambitus.ly:  move file.      
6006
6007         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
6008
6009         * lily/event.cc (transpose): add tonic property to Key_change_req
6010         and to Key_engraver.
6011
6012 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
6013
6014         * Documentation/user/refman.itely: fix typo.
6015
6016         * lilypond.words: removed wrong identifiers.
6017
6018 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6019
6020         * mf/feta-toevallig.mf: make flat stem shorter 
6021
6022 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
6023
6024         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
6025
6026         * lilypond.words: add from Phrasing slur.
6027         
6028 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
6029
6030         * lilypond-mode.el: allow launching multiple ViewPS processes.
6031         
6032         * lilypond.words: add from Text markup.
6033
6034 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6035
6036         * input/test/ossia.ly (texidoc): add comment.
6037
6038         * input/regression/voice-follower.ly: new file.
6039
6040         * mf/feta-toevallig.mf: make flat heavier.
6041
6042         * lily/cluster-engraver.cc: clean up Cluster engraver
6043
6044         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
6045         Engraver. Use Note_column to compute Y positions and deal with
6046         line break stuff.
6047
6048 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6049
6050         * lily/stem.cc: move french-beaming to stem.
6051
6052 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
6053
6054         * lilypond-font-lock.el: fontify all durations in chords.
6055
6056         * lilypond.words: add from lily/my-lily-lexer.cc
6057
6058 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6059
6060         * VERSION: release 1.7.12
6061
6062         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
6063
6064         * lily/gregorian-ligature.cc: new file
6065
6066         * lily/*: the Great 2003 search & replace.
6067
6068         * Documentation/user/refman.itely (Manual repeat commands): add
6069         note about font selection.
6070
6071 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
6072
6073         * lilypond-mode.el: propose recompiling midi while invoking playing,
6074         not while stopping playing.
6075
6076 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
6077
6078         * lilypond.words: add one.
6079
6080         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
6081         and expressional note grouping. Fontify chord modes.
6082
6083 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
6084
6085         * Documentation/user/music-glossary.tely (Top): translate melisma.
6086
6087 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6088
6089         * Documentation/user/music-glossary.tely (Top): add melisma.
6090
6091 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
6092
6093         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
6094         interfaces for (abstract) grob GregorianLigature
6095
6096         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6097         renamed head* -> glyph_name*, x-shift* -> x-offset*
6098
6099         * scm/grob-property-description.scm: bugfix: added missing descriptions
6100
6101 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6102
6103         * input/test/chord-names-dpnj.ly: New file.
6104
6105         * scm/double-plus-new-chord-name.scm: Implement full and partial
6106         exceptions.
6107
6108         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
6109
6110         * scm/double-plus-new-chord-name.scm
6111         (double-plus-new-chord->markup): Fix sub->markup.
6112
6113
6114 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
6115
6116         * lily/custos-engraver.cc: added TODO; editorial changes
6117
6118         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
6119         consistency with other ligature engravers; removed access on (now)
6120         private variable _ligature of Ligature_engraver
6121
6122         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
6123         renamed last_bound -> last_bound_; issue programming_error on
6124         abstract method calls; moved primitives code from
6125         Mensural_bracket_engraver to here (because almost ligature
6126         engravers will need it); renamed try_stop_ligature () ->
6127         typeset_ligature (); bugfix: store primitives of finished ligature
6128         in separate variable finished_primitives_ to avoid clash on input
6129         like "\] \["; added current_ligature () to enable access on
6130         private variable _ligature
6131
6132         * lily/mensural-ligature-engraver.cc: removed primitives_ code
6133         (now in super class); renamed try_stop_ligature () ->
6134         typeset_ligature ()
6135
6136         * lily/mensural-ligature.cc: issue programming_error on abstract
6137         method calls
6138
6139         * lily/note-heads-engraver.cc: added TODO comment upon bool
6140         in_ligature
6141
6142         * mf/parmesan-heads.mf: fixed some of set_char_box()
6143
6144         * scm/grob-description.scm: added VaticanaLigature
6145
6146         * scm/grob-property-description.scm: added neume prefix properties
6147
6148         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
6149         lily/include/gregorian-ligature-engraver.hh,
6150         lily/include/gregorian-ligature.hh: new files; framework for
6151         gregorian ligature engravers such as vaticana
6152
6153         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
6154         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
6155         vaticana style ligature implementation (still somewhat uncomplete)
6156
6157 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6158
6159         * VERSION: release 1.7.11
6160
6161         * scripts/convert-ly.py: add ly:pitch-transpose rule
6162
6163 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6164
6165         * input/test/dpncnt.ly: New file.
6166
6167         * lily/my-lily-lexer.cc: Add chordnames keyword.
6168
6169         * lily/parser.yy (chordnames_block): Parse chord name exception
6170         lists, see input/test/dpncnt.ly.
6171
6172         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
6173         function.
6174
6175         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
6176         filter-out too.
6177
6178         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
6179         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
6180         pitch functions (except for ly:make-pitch, but that's apparently
6181         some sort of scheme naming standard?).
6182
6183         * scm/lily.scm (!=): define-public.
6184
6185         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
6186
6187 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6188
6189         * scm/double-plus-new-chord-name.scm
6190         (double-plus-new-chord-name->markup): New file.
6191
6192 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6193
6194         * python/lilylib.py (make_preview): don't suppress progress for
6195         bbox extraction.
6196
6197 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6198
6199         * Documentation/user/appendices.itely (scheme): update for new syntax.
6200
6201         * input/regression/chord-name-styles.ly: new file
6202
6203         * lily/instrument-name-engraver.cc: create instrument names
6204         without barline too.  Allows instrument name on ChordNames  
6205
6206         * scm/new-markup.scm (interpret-markup): allow simple strings as
6207         markup too.
6208
6209 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6210
6211         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
6212         (step->markup-accidental): Fix: add accidental.
6213         (chord::inner-name-american): 
6214         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
6215         append stray '/' if last superscript addition was 'o'.
6216
6217         * scm/new-markup.scm (normal-size-sub-markup) 
6218         (normal-size-super-markup): New function.
6219
6220         * lily/source-file.cc (Source_file): Add warning for possibly
6221         intentional but suspicious initialization.
6222
6223         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
6224         add comments about cut-and-paste programming.
6225
6226         * flower/rational.cc (lcm): Not used; comment out.
6227
6228 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6229
6230         * lily/new-fingering-engraver.cc (position_scripts): use
6231         fingerHorizontalDirection to determine fingering horizontal
6232         directions.
6233  
6234         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
6235         fingering support.
6236
6237         * scripts/convert-ly.py (FatalConversionError.conv): add style
6238         conversion rule. 
6239
6240         * scm/chord-name.scm (set-chord-name-style): new function.
6241         (new-chord-name-brew-molecule): revise to interpret markup only
6242         (new-chord->markup): cleanuppish rewrite. To be called from the
6243         new engraver.
6244
6245         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
6246         Markup earlier, during interpreting.
6247
6248         * input/test/{banter,jazz,american}-chords.ly (scheme): update
6249         style settings. Rename to chord-names-*.ly
6250
6251 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6252
6253         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
6254         markup code and update to new markup.  Most probably broke some of
6255         it.
6256         
6257 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
6258
6259         * Documentation/user/refman.itely: added docu for ambitus and
6260         clusters
6261
6262         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
6263         ly_quote_scm() in lookup.cc
6264
6265         * mf/parmesan-clefs.mf: set_char_box fix
6266
6267         * lily/cluster-engraver.cc: junk implicit protection; use
6268         Protected_scm instead
6269
6270 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6271
6272         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
6273         throughout.
6274
6275         * scm/new-markup.scm: Turn-off error-triggering test code.
6276
6277 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6278
6279         * scm/new-markup.scm (markup-thrower-typecheck) 
6280         (markup-typecheck?):  add full typechecking functions.
6281         (make-markup-maker): add make-FOO-markup functions.
6282         (markup-argument-list-error): nice error checking messages.
6283         (make-markup): better function: less quoting escapades.
6284
6285 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6286
6287         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
6288
6289 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6290
6291         * cygwin/lilypond.hint (requires): Add cygwin.
6292
6293         * .cvsignore: Remove stepmake (huh!?!), add lib.
6294
6295         * GNUmakefile.in: Add libdir links for builddir runs.
6296
6297         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
6298         instead of datadir.
6299
6300         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
6301         local_lilypond_libdir.
6302
6303         * config.make.in (lilypond_libdir): Add.
6304
6305         * stepmake/stepmake/substitute-rules.make: 
6306         * stepmake/stepmake/script-rules.make: 
6307         * stepmake/stepmake/python-module-rules.make:
6308         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
6309         lilypond-python-module patch.
6310
6311 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6312
6313         * Documentation/user/refman.itely (Graphical interfaces): add note
6314         about xml2ly.
6315
6316 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6317
6318         * scripts/ly2dvi.py (run_dvips): remove trailing newline
6319
6320 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6321
6322         * VERSION: released 1.7.10
6323
6324         * scripts/musedata2ly.py (): idem
6325
6326         * scripts/midi2ly.py (dump_chord): idem
6327
6328         * scripts/etf2ly.py (version): idem 
6329
6330         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
6331
6332         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
6333
6334         * scm/tex.scm (tex-output-expression): remove eval compat
6335         glut. Other output files too.
6336
6337         * scm/chord-name.scm: don't export anything from chord module.
6338
6339         * input/test/american-chords.ly: idem
6340
6341         * input/test/banter-chords.ly (texidoc): idem
6342
6343         * input/test/Cc-chords.ly: add breakage notes.
6344
6345         * Documentation/user/refman.itely (Text markup): rewrite manual section.
6346
6347         * lily/parser.yy (scalar): allow \markup { } as property value. 
6348
6349         * scm/chord-name.scm: complete new markup usage
6350
6351         * scm/grob-description.scm (all-grob-descriptions): use new markup
6352         texts by default
6353
6354 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6355
6356         * scm/chord-name.scm: partial move to new markup texts.
6357
6358 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6359
6360         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
6361
6362         * scm/bass-figure.scm (brew-bass-figure): make stack direction
6363         settable.
6364
6365 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
6366
6367         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
6368         invoked for old midi, wait for killing.
6369
6370 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
6371
6372         * Documentation/user/music-glossary.tely: Finnishing.
6373
6374 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6375
6376         * mf/feta-nummer-code.mf: some kerning pairs.
6377
6378 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
6379
6380         * scm/output-lib.scm (set-bar-number-visibility): Context-function
6381         Added.
6382
6383         * Documentation/user/refman.itely (Bar numbers):
6384         set-bar-number-visibility added, modulo-bar-number removed again
6385         (sorry).
6386
6387 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
6388
6389         * scm/output-lib.scm (modulo-bar-number-visible): add function.
6390
6391         * Documentation/user/refman.itely: add modulo-bar-number-visible.
6392
6393         * Documentation/user/music-glossary.tely: translate into Finnish.
6394
6395 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
6396
6397         * lilypond-mode.el: add shortcut for 2midi
6398
6399         * lilypond-font-lock.el: fontify lyrics
6400
6401 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
6402
6403         * scm/drums.scm : use 1.7.x names.
6404
6405         * input/regression/drums.ly : Don't use << chords >>
6406
6407 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
6408
6409         * lilypond-mode.el: tidy, add TODO
6410
6411         * make/lilypond.mandrake.spec.in: install-info quietly.
6412
6413 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6414
6415         * input/test/markup.ly: use new syntax.
6416
6417 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6418
6419         * ly/params-init.ly (interscoreline): add word-space
6420
6421         * input/test/metronome.ly (eighthNote): idem.
6422
6423         * input/test/script-priority.ly: use new markup
6424
6425         * lily/parser.yy (markup): allow HEAD markup0 markup1 
6426
6427         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
6428
6429         * lily/parser.yy (gen_text_def): bugfix.
6430         (full_markup): allow markup identifier.
6431
6432 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
6433
6434         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
6435         jobs at the same time. Add horizontal lines to Command menu.
6436         Allow one compiling job -- propose killing others before a new one.
6437
6438         * lilypond.words: add markup, teeny, etc.
6439
6440 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
6441
6442         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
6443         Allow only one type of midi process; launching Midi either stops
6444         midis or plays the current midi and launching MidiAll stops midis
6445         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
6446         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
6447
6448 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6449
6450         * lily/text-engraver.cc (process_acknowledged_grobs): use new
6451         markup  for new markup texts.
6452
6453         * lily/mark-engraver.cc (process_music): idem
6454         
6455         * lily/instrument-name-engraver.cc (create_text): idem
6456
6457         * scm/new-markup.scm (magnify-markup): new function.
6458
6459         * scm/molecule.scm (stack-lines): bugfix.
6460
6461         * lily/font-interface.cc (get_font): take font-magnification from
6462         alist chain.
6463
6464 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6465
6466         * lily/molecule-scheme.cc: move scheme functions to separate file.
6467
6468         * lily/font-metric.cc  (ly_get_glyph): new function. 
6469         
6470         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
6471         (italic-markup, dynamic-markup): new functions
6472         (font-markup): new function
6473
6474         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
6475         padding and minimum
6476
6477 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
6478
6479         * lily/accidental-engraver.cc:
6480         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
6481
6482 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
6483
6484         * lilypond.vim:
6485         * lilypond-font-lock.el: Put \longa as duration. Accept only 
6486         [a-zA-Z] for user defined identifiers. Separate note cases 
6487         with and without a duration (allow cis\longaX).
6488
6489         * lilypond.words: Add words from Info.
6490
6491 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6492
6493         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
6494
6495 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
6496
6497         * lilypond-mode.el: Propose reverting buffer before a command if
6498         it was edited with an another editor.
6499
6500 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6501
6502         * lily/molecule.cc (ly_translate_molecule): new function
6503
6504         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
6505         into libdir
6506
6507         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
6508
6509         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
6510
6511 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
6512
6513         * lilypond.words: take \words from Info-index.
6514
6515 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6516
6517         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
6518
6519 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
6520
6521         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
6522
6523 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
6524
6525         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
6526         and lilypond-documentation.
6527
6528 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6529
6530         * lily/parser.yy: Compile fix (bison 1.75).
6531
6532 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6533
6534         * VERSION: 1.7.9 released
6535
6536         * scm/music-functions.scm (shift-one-duration-log): refactor.
6537         Use music-map.
6538
6539         * input/regression/chord-tremolo.ly (texidoc): add dot test.
6540
6541         * NEWS: update.
6542
6543         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
6544         argument
6545         
6546         * scm/music-functions.scm (display-music): new function
6547         (music-map): change arg order.
6548
6549         * input/regression/new-markup-syntax.scm: new file
6550
6551         * lily/parser.yy (markup): add \markup { .. } syntax.
6552
6553         * scm/new-markup.scm (override-markup): new function
6554         (lookup-markup): new function
6555         (music-markup): new function
6556         (lookup-markup-command): use markup-signature to store argument
6557         format for parser.
6558
6559         * lily/lexer.ll: preliminary \markup syntax. 
6560
6561 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
6562
6563         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
6564         add pre/post-dependencies and menus with icons from source.
6565
6566         * Documentation/pictures/lilypond-48x48.xpm:
6567         * Documentation/pictures/lilypond-32x32.xpm:
6568         * Documentation/pictures/lilypond-16x16.xpm: new files, background
6569         transparent.
6570
6571         * stepmake/stepmake/generic-targets.make:
6572         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
6573
6574 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6575
6576         * input/regression/music-map.ly (texidoc): new file.
6577
6578         * scm/music-functions.scm (music-map): new function
6579
6580 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6581
6582         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
6583
6584 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
6585
6586         * input/test/to-xml.ly:
6587         * lily/ligature-engraver.cc: Fixes documentation.
6588
6589         * lilypond.mandrake.spec.in:
6590         * lilypond.redhat.spec.in: Add lilypond.words.
6591
6592         * Documentation/user/refman.itely: Mention Info inside emacs.
6593         
6594         * lilypond.suse.spec.in:
6595         * lilypond.redhat.spec.in: 
6596         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
6597
6598 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6599
6600         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
6601         os.popen.read ().
6602
6603 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6604
6605         * scripts/ly2dvi.py (include_path): print warning if failing anything.
6606
6607         * python/lilylib.py (error): add space
6608
6609 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6610
6611         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
6612         distribution.
6613
6614 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6615
6616         * lily/paper-outputter.cc (Paper_outputter): close port when
6617         finishing score.
6618
6619 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6620
6621         * scm/sodipodi.scm: Fixes.
6622
6623 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
6624
6625         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
6626
6627         * buildscripts/make-font-dir.py: Fix. 
6628
6629 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
6630
6631         * lilypond-mode.el: Add support for Info inside Emacs.
6632
6633 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6634
6635         * buildscripts/make-font-dir.py: 
6636         * mf/GNUmakefile: Make sodipodi font map.
6637
6638         * scm/sodipodi.scm: Add more output functions.
6639
6640         * mf/feta-nummer.mf: 
6641         * mf/feta-beugel.mf: Add font_coding_scheme.
6642
6643         * lily/paper-outputter.cc (output_header): Fix creator string.
6644
6645 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
6646
6647         * lilypond-mode.el (LilyPond-autocompletion): invoked with
6648         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
6649
6650         * lilypond.words: add two (Everybody can add/remove words now!).
6651
6652         * debian/rules:
6653         * make/lilypond.suse.spec.in:
6654         * make/lilypond.mandrake.spec.in:
6655         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
6656
6657         * Documentation/user/refman.itely: Mention autocompletion.
6658
6659 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6660
6661         * scripts/ly2dvi.py: Add paper sizes.
6662
6663         * lily/timing-engraver.cc: 
6664         * lily/time-signature.cc: 
6665         * lily/span-bar.cc: 
6666         * lily/grob-scheme.cc: Code formatting fixes.
6667
6668         * scm/sodipodi.scm: 
6669         * scm/sketch.scm:
6670         * buildscripts/mf-to-table.py: 
6671         * buildscripts/make-font-dir.py: Font testing.
6672
6673 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
6674
6675         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
6676         inserts try-completion and shows all-completions.
6677
6678         * lilypond.words: '\' -> '\\'
6679
6680         * lilypond-mode.el: load libraries in the end, lilypond.words defines
6681         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
6682         
6683         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
6684         and LilyPond-reserved-words.
6685         
6686 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
6687
6688         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
6689         from load-path.
6690         
6691         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
6692         the mini-buffer with Control-Shift-c.
6693         
6694 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6695
6696         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
6697         duration. This fixes \tempo taking time.
6698
6699 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6700
6701         * lily/volta-engraver.cc (process_acknowledged_grobs): 
6702         Allow for text markup in repeatCommands. 
6703
6704 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
6705
6706         * lilypond-mode.el (LilyPond-insert-string): new function, use it
6707         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
6708         Get rid of skeleton.el-dependency.
6709
6710         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
6711
6712 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6713
6714         * lily/beam-engraver.cc (stop_translation_timestep): reset
6715         now_stop_ev_
6716
6717         * lily/scm-option.cc: add parse-protect to ly:set-option
6718
6719         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
6720
6721 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6722
6723         * lily/include/ligature-bracket.hh: removed
6724         * lily/ligature-bracket.cc: removed
6725
6726         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
6727         .tex
6728
6729         * lily/beam.cc (set_beaming): don't change beam count on rests.
6730         (brew_molecule): always set flag-width > 0.
6731
6732 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
6733
6734         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
6735         chars, remove instructions; instead, refer to lilypond-init.el and
6736         Documentation/topdocs/INSTALL.texi.
6737
6738         * lilypond.words: add identifiers and reserved words.
6739
6740         * Documentation/topdocs/INSTALL.texi: separate sections for installing
6741         files and adding a load-path.
6742
6743         * lilypond-init.el: Instructions, extracted from 
6744         Documentation/topdocs/INSTALL.texi. 
6745         
6746 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6747
6748         * VERSION: 1.7.8 released 
6749
6750         * lily/grob.cc (warning): better robustness fix.
6751
6752 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
6753
6754         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
6755
6756         * lily/cluster-engraver.cc: stick better to variable naming
6757         conventions
6758
6759         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
6760         until stop_translation_timestep()
6761
6762         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
6763         min/max coordinates to backend, but no musical info such as
6764         pitches
6765
6766         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
6767
6768         * lily/grob.cc: robustness fix: warning(): do not crash if
6769         cause is not set
6770
6771         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
6772         the much more elaborated tuplet brackets than the very naive and
6773         simple ligature bracket grob
6774
6775 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6776
6777         * Documentation/user/refman.itely (Analysis brackets): add
6778         horizontal bracket doco.
6779
6780         * ly/property-init.ly (setMmRestFermata): added.
6781
6782         * Documentation/user/refman.itely (Multi measure rests): fermatas
6783         on mm rests.
6784
6785         * input/regression/apply-context.ly (texidoc): new file
6786
6787         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
6788         code to be executed during interpretation. Possible applications:
6789         smart octavation, more advanced bar checks. 
6790
6791         * lily/apply-context-iterator.cc: new file.
6792
6793 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6794
6795         * input/test/new-markup.ly: new file.
6796
6797         * lily/text-item.cc (text_to_molecule): new function
6798
6799         * scm/new-markup.scm (lambda): new file
6800
6801         * lily/function-documentation.cc (ly_add_function_documentation):
6802         add proc property as well
6803
6804 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6805
6806         * Documentation/user/music-glossary.tely (Top): add custos.
6807
6808 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
6809
6810         * Documentation/topdocs/INSTALL.texi: advise how to include source
6811         path to Emacs load-path and improve language.
6812
6813 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6814
6815         * GNUmakefile.in: config.h message fix.
6816
6817         * autogen.sh:
6818         * aclocal.m4: Regenerate.
6819
6820         * configure.in: 
6821         * config.make.in: 
6822         * stepmake/config.make.in: 
6823         * stepmake/configure.in: 
6824         * stepmake/autogen.sh: 
6825         * stepmake/aclocal.m4: Update for autoconf 2.56.
6826
6827 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
6828
6829         * Documentation/topdocs/INSTALL.texi: instructions for an user how
6830         to install Emacs-mode. Instructions how to use vim-mode.
6831
6832 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6833
6834         * scm/music-types.scm (music-descriptions): no length for tempo event.
6835
6836         * input/*.ly: add \version everywhere.
6837         
6838         * input/*.ly: update syntax to 1.7 + new-chords.
6839
6840         * VERSION: 1.7.7 released.
6841         
6842         * Documentation/user/*.tely: new chord syntax.
6843
6844         * input/regression/[bc]*.ly (texidoc): syntax updates.
6845         
6846 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
6847
6848         * lilypond.words: add vocabulary to be used in auto-completion
6849
6850         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
6851
6852         * lilypond.vim: allow note name at EOF
6853
6854 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6855
6856         * buildscripts/new-chords.py (edit): -e option: inline editing.
6857
6858         * input/regression/a*.ly (texidoc): syntax updates.
6859
6860         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
6861         music): elucidations. 
6862
6863 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
6864
6865         * lily/include/lily-proto.hh, ly/engraver-init.ly,
6866         ly/spanners-init.ly, scm/grob-description.scm,
6867         scm/grob-property-description.scm, scm/music-types.scm,
6868         lily/cluster-engraver.cc, lily/cluster.cc,
6869         lily/include/cluster.hh, input/test/cluster.ly: cluster
6870         implementation
6871
6872         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
6873         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
6874         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
6875
6876         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
6877
6878         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
6879
6880         * scm/grob-description.scm: bugfix: by default, use default note
6881         head style when engraving ligatures
6882
6883         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
6884
6885         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
6886         events
6887
6888         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
6889
6890         * input/test/ancient-font.ly: bugfix: style -> flag-style
6891
6892         * lily/ligature-engraver.cc: indentation fix
6893
6894         * lily/parser.yy: indentation fixes
6895         
6896 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6897
6898         * input/regression/measure-grouping.ly: more elaborate example.
6899
6900         * lily/moment.cc: ly:add-moment, ly:mul-moment,
6901         ly:div-moment. New functions 
6902
6903         * scm/music-functions.scm (set-time-signature): new function,
6904         allow inline time sig settings with measure grouping.
6905
6906         * lily/parser.yy (command_element): move time sig construction
6907         into Scheme.
6908
6909         * lily/side-position-interface.cc (out_of_staff): new function,
6910         like padding, but keep minimum distance from staff. Easier than
6911         linespanners (dynamics, pedals), but roughly the same effect.
6912
6913 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
6914
6915         * emacs-mode.el: Added spanish-note-replacements 
6916         (Carlos Betancourt, <carlos.betancourt@chello.be>).
6917
6918         * vimrc: (Un)commenting with <(S-)F12>, tidy.
6919
6920 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
6921
6922         * lilypond.vim: Do not fontify cises, desis, etc.
6923
6924         * vimrc: view dvi with <S-F6>
6925
6926 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6927
6928         * lily/lookup.cc (triangle): new function.
6929
6930         * input/regression/measure-grouping.ly (texidoc): new file: show
6931         triangles and brackets for beat groups of 3 and 2.
6932
6933         * lily/include/measure-grouping-spanner.hh (class
6934         Measure_grouping): new file.
6935
6936         * lily/measure-grouping-spanner.cc (brew_molecule): new file
6937
6938         * lily/measure-grouping-engraver.cc (class
6939         Measure_grouping_engraver): new file.
6940
6941 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6942
6943         * Merge from stable:
6944
6945             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
6946         
6947         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
6948         stylesheet.
6949
6950         * ly/paper19.ly: Include paper19-init.ly.
6951
6952         * ly/paper19-init.ly: New file.
6953
6954         * Documentation/user/tutorial.itely (First steps): Fix first
6955         example for font test.
6956
6957         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
6958
6959         * ChangeLog: Add 1.7.6 release marker (see below).
6960
6961         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
6962         Add .py files.
6963
6964 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6965
6966         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
6967
6968         * input/tutorial/*.ly: update to new syntax.
6969
6970         * lily/parser.yy (Composite_music): new transpose syntax,
6971         \transpose FROM TO MUSIC. 
6972
6973 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6974
6975         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
6976         latex progress/error output to stderr (by default this goes to
6977         stdout).  Show lilypond progress, even when not verbose.
6978
6979         * python/lilylib.py (system): New optional parameter to control
6980         showing of progress.
6981
6982         * scm/backend-documentation-lib.scm (check-dangling-properties):
6983         Fix error message.
6984
6985         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
6986         axis, extent.
6987
6988         * scm/grob-property-description.scm (magnify): Remove.
6989         (extent, axis): Add.
6990
6991 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6992
6993         * VERSION: Release 1.7.6.
6994
6995         * scripts/convert-ly.py: more uniformization substitutions.
6996
6997         * buildscripts/new-chords.py (sub_chords): new file.
6998
6999 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7000
7001         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
7002         lilypond.map.  Include sauter fonts too.  Cleanups.
7003
7004 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7005
7006         * Documentation/user/tutorial.itely (First steps): change to new
7007         chord/tie/slur/beam notation.
7008
7009         * lily/parser.yy (event_that_take_dir): allow postfix notation for
7010         ties.
7011
7012         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
7013         engraver. Process ties in postfix notation, i.e. c8-~ c
7014
7015         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
7016
7017         * input/regression/beam-postfix-notation.ly (texidoc): new file.
7018
7019         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
7020
7021         * lily/beam-engraver.cc (try_music): accept new-beam-events
7022
7023         * input/regression/chord-scripts.ly (texidoc): new file
7024
7025         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
7026         script-events.
7027
7028         * scm/script.scm (default-script-alist): cleanup.
7029
7030         * lily/script-engraver.cc (make_script_from_event): cleanup.
7031
7032         * lily/lyric-combine-music-iterator.cc
7033         (Lyric_combine_music_iterator): remove superfluous events.
7034         (melisma_busy): new function. Fix broken melismas.
7035
7036 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
7037
7038         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
7039         Remove nonvalid settings. Use descriptive key names.
7040         Use <Return> to indicate the pressing of that key.
7041
7042 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7043
7044         * scripts/lilypond-book.py (option_definitions): Typo.
7045
7046         * scripts/ly2dvi.py: Updates.
7047
7048         * python/lilylib.py (setup_environment, print_environment)
7049         (get_bbox, make_preview): Merge and remove from ly2dvi and
7050         lilypond-book.
7051
7052         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
7053
7054         * .cvsignore: Remove some cruft.
7055
7056         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
7057         path.
7058
7059         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
7060         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
7061         throughout.
7062
7063         * python/lilylib.py (quiet_system): Junk
7064         (system): Display error log upon failure.
7065         (read_pipe): New function.  Cleanups and fixes.
7066
7067         * python/*.py: Rename from *.py.in.
7068         
7069         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
7070
7071         * GNUmakefile.in (SUBDIRS): Move python before scripts.
7072
7073 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7074
7075         * python/GNUmakefile: Bugfix: handle modules.
7076
7077         * stepmake/stepmake/python-module-targets.make (default): Add
7078         compiled modules. 
7079
7080         * stepmake/stepmake/python-module-rules.make: Add rule for byte
7081         compiling modules.
7082
7083         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
7084         Bugfix.  (OUT_PYC_MODULES): Add.
7085
7086 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
7087
7088         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
7089         Use default paths. Refresh description.
7090
7091 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7092
7093         * VERSION: 1.7.5 released
7094
7095         * input/regression/finger-chords.ly (texidoc): new file.
7096
7097         * lily/script-engraver.cc (process_music): remove scriptHorizontal
7098         support
7099
7100         * lily/fingering-engraver.cc (process_music): remove kludgy
7101         scriptHorizontal stuff.
7102
7103         * lily/script.cc: remove staff-support property.
7104
7105         * lily/new-fingering-engraver.cc (add_fingering): new
7106         file. Fingering engraver for new style chords.
7107
7108 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7109
7110         * lily/parser.yy (bare_number): allow 4 \cm (without
7111         decimal dot). (should backport to 1.6?)
7112
7113         * ly/declarations-init.ly: use Scheme for dimension defs.
7114
7115         * lily/parser.yy (TODO): remove hard coded dimensions, add
7116         REAL NUMBER_IDENTIFIER production.
7117
7118         * lily/rest-collision.cc (force_shift_callback): rewrite using
7119         -done property.
7120
7121         * scm/grob-property-description.scm (rest-collision-done): add
7122         property.
7123         
7124         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
7125
7126 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7127
7128         * input/regression/multi-measure-rest-center.ly: new file.
7129
7130         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
7131         off horizontally by 0.05 ss. Fixed.
7132
7133 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7134
7135         * scm/pdftex.scm: Rename ly-number to ly:number->string.
7136
7137         * Documentation/topdocs/index.tely: Remove duplicate from merge.
7138
7139 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7140
7141         * lily/tie.cc (get_control_points): also avoid staff lines on the
7142         just outside the outer staff lines
7143
7144 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7145
7146         * ly/params-init.ly: Just define style-alist, no need to
7147         define-public.
7148
7149         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
7150         (thanks Han-Wen).
7151
7152         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
7153         (FET_FILES): = FONT_FILES.
7154
7155         * Merge from stable:
7156
7157             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
7158
7159 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7160
7161         * VERSION: 1.7.4 released.  
7162         
7163         * scm/generate-documentation.scm (string-append): add macro
7164         definitions.
7165
7166         * lily/text-item.cc (lookup_text): don't use virtual fonts for
7167         normal texts.
7168
7169         * lily/multi-measure-rest-engraver.cc: make separate
7170         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
7171
7172         * lily/multi-measure-rest.cc: remove text handling. Remove
7173         number-threshold.
7174
7175 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7176
7177         * scm/music-types.scm: doc patch by Graham Percival
7178
7179 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7180
7181         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
7182         encoding part.
7183         (Font_info.set_defaults): pixelsize now also defauts to '0'.
7184         (sketch_p): Sketch wants only first four elements of X11 font spec.
7185
7186         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
7187
7188         * mf/feta-autometric.mf: Write foundry and family to log.
7189
7190         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
7191         font translation table.
7192
7193         * buildscripts/mf-to-table.py: Better font info into afm.
7194
7195         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
7196         1.0.9 required.
7197
7198         * configure.in: Whine for mftrace 1.0.9.
7199
7200 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7201
7202         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
7203
7204         * lily/main.cc (main_prog): don't try to load init.EXT when
7205         processing foo.EXT.
7206
7207 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
7208
7209         * scm/tex.scm (zigzig-line): added.
7210
7211         * scm/ps.scm (zigzag-line): added.
7212
7213         * ps/music-drawing-routines.ps (subvec): added.
7214         (draw_zigzag_line): added.
7215         
7216         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
7217         grob properties zigzag-width and zigzag-length.
7218
7219         * input/regression/glissando.ly: Add some zig-zagged glissandi.
7220
7221 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7222
7223         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
7224         svg output, including font.
7225
7226 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7227
7228         * scm/lily.scm: Register sodipodi output module.
7229
7230         * scm/sodipodi.scm: New file.
7231
7232         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
7233
7234         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
7235         comment, after header.
7236         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
7237         FullName.  Fix FontName key.
7238
7239 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
7240
7241         * lily/rest.cc (after_line_breaking): bugfix: dots after half
7242         and breve rests.
7243         
7244         * input/test/blank-notes.ly: bugfix
7245
7246         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
7247         rests. (Kim Shrier)
7248
7249         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
7250         
7251 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7252
7253         * scm/tex.scm: 
7254         * scm/ps.scm: Cleanup and remove obsolete junk.
7255
7256         * Documentation/user/internals.itely:
7257         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
7258
7259         * lily/parser.yy: Identify shift/reduce problems.
7260
7261         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
7262         make-style-sheet.  Too specific for convert-ly?
7263
7264 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7265
7266         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
7267
7268         * input/test/*.ly: various fixes.
7269
7270         * lily/music.cc (name): bugfix
7271
7272         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
7273
7274         * lily/input-file-results.cc (code): set-point-and-click! ->
7275         set-point-and-click
7276         
7277 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7278
7279         * Use uniform ly: prefix for exported scheme primitive functions.
7280
7281         * scm/music-types.scm: junk compat glue
7282
7283         * scripts/convert-ly.py: add rules for stuff below, junk
7284         compatibility glue for spanrequest.
7285
7286         * lily/parser.yy (verbose_event): remove \spanrequest,
7287         \commandspanrequest, \script. 
7288         
7289         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
7290
7291         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
7292         for \penalty, \glissando.
7293
7294         * VERSION: release 1.7.3
7295         
7296 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
7297
7298         * lily/accidental-engraver.cc: Fix
7299         grace-in-the-beginning-of-measure bug caused by the resent
7300         partial-measure fix.
7301
7302         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
7303         overlap looks too crowded)
7304         
7305 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7306
7307         * lily/parser.yy (assignment): allow SCM expression as assignment.
7308
7309         * lily/include/music-output-def.hh (class Music_output_def):
7310         * lily/music-output-def.cc: 
7311         * lily/paper-def.cc: 
7312         * scm/font.scm (markup-to-properties):
7313         * lily/parser.yy (music_output_def_body): 
7314         remove style_sheet_
7315
7316 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7317
7318         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
7319         length.
7320
7321         * input/regression/spacing-to-grace.ly: new file.
7322
7323         * input/regression/spacing-end-of-line.ly: new file.
7324
7325         * lily/note-spacing.cc (get_spacing): take into account breakable
7326         stuff sticking out at the left (time sig change at line break).
7327
7328         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
7329         raggedright code.
7330
7331         * scm/music-functions.scm (make-voice-props-set): add
7332         staff-position for mm rests.
7333  
7334         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
7335         before grace notes a little.
7336
7337         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
7338
7339         * lily/break-align-interface.cc (do_alignment): right-edge spacing
7340         key adds space at the end of line. 
7341
7342 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7343
7344         * scm/sketch.scm: Fix beams.
7345
7346         * buildscripts/mf-to-table.py: Add EncodingScheme.
7347
7348         * scm/sketch.scm: Resurrect.
7349
7350 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7351
7352         * lily/multi-measure-rest.cc: use breve rests for measure lengths
7353         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
7354
7355 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7356
7357         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
7358
7359         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
7360
7361 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7362
7363         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
7364         token for origin information.
7365
7366         * lily/parser.yy (My_lily_lexer): do identifier location and
7367         cloning from lexer.
7368
7369         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
7370         logic out of the parser. Add bar checks on both ends.
7371
7372         * Documentation/user/refman.itely (Multi measure rests): add more
7373         notes about mm rests.
7374
7375 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7376
7377         * input/regression/bar-scripts.ly: Re-enable.
7378
7379         * lily/parser.yy:
7380         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
7381         released rsn.  Bison 1.50 has a crucial bug and won't work.
7382
7383         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
7384
7385
7386 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7387
7388         * input/regression/bar-scripts.ly: Blunt documentation build fix.
7389
7390 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7391
7392         * Actually merge changes since 1.6.4 besides ChangeLog, and
7393         resolve conflicts.  Lots of updates, hope all is well.
7394         
7395         * cygwin/lilypond.hint (requires): Add ghostscript.
7396
7397         * scm: Update some (c).
7398         
7399 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7400
7401         * input/test/{various}.ly: add \header fields and texidoc strings.
7402
7403 2002-10-05  Werner Lemberg  <wl@gnu.org>
7404
7405         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
7406         renamed to `output_latex_quoted'.
7407         Added `output_latex_noquote'.
7408         (schedule_lilypond_block): Implement `noquote' option for LaTeX
7409         mode.
7410
7411 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7412
7413         * ChangeLog: Add 1.6.6 release marker.  See below.
7414
7415         * stepmake/stepmake/po-targets.make: Remove --c++ option.
7416
7417         * scripts/midi2ly.py: Fix global syntax warnings.
7418
7419         * GNUmakefile.in: Generate builddir locale tree too.
7420
7421         * scripts/ly2dvi.py:
7422         * scripts/midi2ly.py: 
7423         * scripts/mup2ly.py: 
7424         * scripts/update-lily.py:
7425         * lily/main.cc (setup_paths): Fix for locales setup.
7426
7427 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7428
7429         * Documentation/windows/installing.texi: Soften wording about
7430         necessity of becoming Administrator.  tommie@iae.nl reports this
7431         does not seem to be necessary for his flavour of Windows 2000.
7432         Explicitely discourage text mode mounts.
7433
7434 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7435
7436         * lily/rest.cc (after_line_breaking): backport dot position fix.
7437
7438         * lily/rest-collision.cc (do_shift): also remove dots for suicided
7439         rests. Thanks to Klaus Zimmermann for finding this bug.
7440
7441 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7442
7443         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
7444
7445 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7446
7447         * Documentation/user/music-glossary.tely: fix links.
7448
7449 2002-10-21  Werner Lemberg  <wl@gnu.org>
7450
7451         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
7452         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
7453         scaling factor) only once and use them in the definition of
7454         \embeddedps.
7455         * ps/music-drawing-routines.ps (skeel): Removed.
7456
7457 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7458
7459         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
7460         Solaris7, as we don't use nested $( ) constructs.
7461
7462 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7463
7464         * VERSION: Release 1.6.6.
7465         
7466 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7467
7468         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
7469         as workaround for /bin/sh problems on Solaris7.
7470
7471 2002-10-19  Werner Lemberg  <wl@gnu.org>
7472
7473         * GNUmakefile.in (web-doc): Fix typos.
7474         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
7475         `music-drawing-routines.ps' but emit \special{header=...} once.
7476         * scm/tex.scm (header-end): Updated.
7477
7478 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7479
7480         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
7481         undefined tremolo. 
7482
7483 2002-10-15  Werner Lemberg  <wl@gnu.org>
7484
7485         * scripts/lilypond-book.py (g_make_html): New global variable.
7486         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
7487         if `g_make_html' isn't set.
7488         [main]: Add format `texi-html'.
7489         (option_definitions): Updated.
7490         * Documentation/user/lilypond-book.itely: Updated.
7491
7492         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
7493         * make/ly-rules.make (%.texi, %.nexi): Use it.
7494         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
7495         format to lilypond-book.
7496         * GNUmakefile.in (web-doc): Ditto.
7497
7498 2002-10-14  Werner Lemberg  <wl@gnu.org>
7499
7500         Further improve TeX output.  The produced files are about 40%
7501         smaller.  `lilyponddefs.tex' is now read only once.
7502
7503         * tex/lilyponddefs.tex: Remove footer stuff.
7504         (\ifundefined): Renamed to...
7505         (\lilypondundefined): This.  Use LaTeX's definition to
7506         make it nestable and make it global.
7507         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
7508         output.
7509         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
7510         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
7511         them global.
7512         (\placebox): Renamed to...
7513         (\lyitem): This.
7514         Make it global and call \outputscale by itself.
7515         (\lybox, \lyvrule): New macros to reduce input data.
7516         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
7517         New auxiliary macros.
7518         (\SkipLilydefs, \EndLilyPondOutput): Removed.
7519         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
7520         to...
7521         (\lilypondspace): This and made it global.
7522         (\turnOnPostScript): Renamed to...
7523         (\lilypondpostscript): This and made it global.
7524         (\turnOnExperimentalFeatures): Renamed to...
7525         (\lilypondexperimentalfeatures): This and made it global.
7526         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
7527         (\lilypondsetdimen): This and made it global.
7528         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
7529         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
7530         (all, $(outdir)/music-drawing-routines.ps): New rules.
7531         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
7532         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
7533         start-system, stop-system, stop-last-system, filledbox): Updated to
7534         use the changed macros from lilyponddefs.tex.
7535         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
7536
7537 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7538
7539         * Documentation/windows/installing.texi: Update.
7540
7541 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7542
7543         * VERSION: 1.6.5 released
7544
7545         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
7546
7547 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7548
7549         * scm/translator-property-description.scm (voltaOnThisStaff): add
7550         property.
7551
7552 2002-09-28  Werner Lemberg  <wl@gnu.org>
7553
7554         * scm/tex.scm (header-end): Suppress page numbering.
7555
7556         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
7557         Fix quotation for HTML output.
7558
7559 2002-09-28   Graham Percival   <gperciva@sfu.ca>
7560         
7561         * Documentation/user/refman.itely: grammar and phrasing
7562           fixes to "Note Entry" section.  Also adds a few new examples.
7563
7564 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7565
7566         * flower/include/string-data.icc: include string.h
7567
7568 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7569
7570         * scm/chord-name.scm (chord::inner-name-banter): remove space.
7571
7572 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7573
7574         * Documentation/user/GNUmakefile (extra-local-help): Add.
7575
7576         * stepmake/stepmake/www-targets.make (local-help): Add.
7577
7578 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7579
7580         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
7581         packages.
7582
7583         * Documentation/topdocs/README.texi (Top): building documentation
7584         (not website.)
7585
7586 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7587
7588         * Documentation/user/refman.itely: 
7589         * Documentation/user/tutorial.itely: 
7590         * Documentation/user/music-glossary.tely: Merge changes.
7591
7592         * Documentation/user/glossary.html.in: 
7593         * Documentation/index.texi: 
7594         * Documentation/header.html.in: Accomodate renaming of glossary.
7595         
7596         * Documentation/user/tutorial.itely: Add some glossary references.
7597         
7598         * Documentation/user/refman.itely: Minor fixes.
7599         
7600         * Documentation/user/lilypond.tely: Add glossary do direntry.
7601
7602         * Documentation/user/music-glossary.tely: Rename (previously:
7603         glossary.tely).  Fix anchor placement.
7604
7605         * Documentation/user/GNUmakefile: Make music-glossary.info too.
7606
7607 2002-09-23  Werner Lemberg  <wl@gnu.org>
7608
7609         * scripts/lilypond-book.py (output_dict): Fix handling of
7610         various environments by avoid extraneous newlines.
7611         Rename `output-all' regexp for html to `output-html'.
7612         Replace `output-all' regexp for texi with `output-texi-quote'
7613         and `output-texi-noquote'.
7614         (compose_full_body): Don't override `linewidth' user option
7615         for `singleline'.
7616         (schedule_lilypond_block): Don't indent text specified with
7617         `intertext' option.
7618         Add new option `noquote'.
7619         (compile_all_files): Use latex instead of tex to compile ly
7620         files directly.
7621
7622         * Documentation/user/lilypond-book.itely: Updated and revised.
7623         Improve layout.
7624
7625         * Documentation/user/glossary.tely,
7626         Documentation/user/introduction.itely,
7627         Documentation/user/tutorial.itely,
7628         Documentation/user/refman.itely,
7629         Documentation/user/appendices.itely: Fix overfull LilyPond
7630         boxes caused by the new lilypond-book code.  Other minor
7631         fixes.
7632
7633         * Documentation/user/macros.itexi (@texiflat): Don't emit
7634         trailing space.
7635
7636         * scm/tex.scm (end-output, header-end): Add preamble and
7637         postamble to make lilypond output directly compilable with
7638         latex.
7639
7640         
7641 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7642
7643         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
7644         instructions.
7645
7646 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7647
7648         * Documentation/user/glossary.tely: Add titling and hyperlinks.
7649
7650 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7651
7652         * lily/beam.cc (connect_beams): don't crash if there are quarter
7653         notes in beams.
7654
7655 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
7656
7657         * Documentation/user/refman.itely: corrected ancient clef
7658         docu; added docu on ligatures
7659
7660 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
7661
7662         * Documentation/user/glossary.tely,
7663         Documentation/user/refman.itely, input/les-nereides.ly,
7664         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
7665         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
7666         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
7667         Stem properties: flag-style -> stroke-style, style -> flag-style.
7668
7669
7670 2002-09-22  Werner Lemberg  <wl@gnu.org>
7671
7672         * scripts/lilypond-book.py: Add option `notime' to suppress
7673         printing of a time signature.  Specify default indentation of 0pt
7674         if single line fragment.  Don't emit redundant `\paper{ }'.
7675
7676         * Documentation/user/lilypond-book.itely: Updated.
7677
7678         * Documentation/user/glossary.tely: Completely reformatting.
7679
7680 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7681
7682         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
7683
7684 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7685
7686         * Documentation/user/tutorial.itely: Fix links.
7687         
7688         * Documentation/topdocs/index.tely:
7689         * Documentation/index.texi:
7690         * Documentation/header.html.in: Small website fixes and updates.
7691
7692         * debian/: Debian patch by Anthony Fok.
7693
7694 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7695
7696         * Documentation/footer.html.in: How time flies: It's already 2002!
7697
7698         * Documentation/topdocs/index.tely: Stable/development fix.  Use
7699         more descriptive link names than 'here'.
7700
7701 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7702
7703         * VERSION: 1.7.2 released
7704         * VERSION: 1.6.4 released
7705         
7706         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
7707
7708         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
7709         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
7710
7711         * mf/feta-din.mf (test): add x-height and space.
7712
7713         * lily/dynamic-engraver.cc (process_music): take dynamic direction
7714         from ^_ for crescendi. Idem for slurs and phrasing slurs.
7715
7716         * ly/grace-init.ly: add-to-grace-init: function to portably add
7717         settings to \grace. 
7718
7719         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
7720         if we get an absolute dynamic event.
7721  
7722         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
7723
7724         * lily/source-file.cc (get_line): oops. All line numbers were off
7725         by 2. Fix that. 
7726
7727         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
7728         be after the note, combined with -_^, i.e. c4-(-\)-\>  
7729
7730         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
7731
7732         * lily/parser.yy (number_factor): remove (number) as number
7733         expression. ("Let them eat Lisp").
7734
7735 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7736
7737         * lily/horizontal-bracket.cc: new file.
7738
7739         * lily/horizontal-bracket-engraver.cc: new file.
7740
7741         * input/regression/note-group-bracket.ly: new file. Support
7742         horizontal note brackets for music analysis.
7743
7744         * lily/stem.cc (flag): new flag-style: no-flag.
7745
7746         * input/test/stem-cross-staff.ly: new file
7747         
7748         * Documentation/user/internals.itely: Improved formatting, fixing
7749         typos.  Added a section `Output details' to describe how the TeX
7750         code looks like.
7751
7752         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
7753
7754         * lily/parser.yy: remove \dynamicscript.
7755
7756         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
7757         definitions. 
7758
7759         * python/midi.c (midi_error): take two arguments.
7760
7761         * Merge 1.6.5 changes:
7762         
7763 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7764
7765         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
7766         staff-space.  Previous 1.5 was probably meant as half-spaces.
7767         (cautionary-style): parentheses (was: smaller).  This is what doco
7768         says, and it seems more logical.
7769
7770         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
7771         for 2nd sentence.
7772
7773 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7774
7775         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
7776
7777 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7778
7779         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
7780
7781 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7782
7783         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
7784
7785 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7786
7787         * scm/translator-property-description.scm (voltaOnThisStaff): add
7788         property.
7789
7790 2002-09-28  Werner Lemberg  <wl@gnu.org>
7791
7792         * scm/tex.scm (header-end): Suppress page numbering.
7793
7794         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
7795         Fix quotation for HTML output.
7796
7797 2002-09-28   Graham Percival   <gperciva@sfu.ca>
7798         
7799         * Documentation/user/refman.itely: grammar and phrasing
7800           fixes to "Note Entry" section.  Also adds a few new examples.
7801
7802 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7803
7804         * flower/include/string-data.icc: include string.h
7805
7806 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7807
7808         * scm/chord-name.scm (chord::inner-name-banter): remove space.
7809
7810 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7811
7812         * Documentation/user/GNUmakefile (extra-local-help): Add.
7813
7814         * stepmake/stepmake/www-targets.make (local-help): Add.
7815
7816 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7817
7818         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
7819         packages.
7820
7821         * Documentation/topdocs/README.texi (Top): building documentation
7822         (not website.)
7823
7824 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7825
7826         * Documentation/user/refman.itely: 
7827         * Documentation/user/tutorial.itely: 
7828         * Documentation/user/music-glossary.tely: Merge changes.
7829
7830         * Documentation/user/glossary.html.in: 
7831         * Documentation/index.texi: 
7832         * Documentation/header.html.in: Accomodate renaming of glossary.
7833         
7834         * Documentation/user/tutorial.itely: Add some glossary references.
7835         
7836         * Documentation/user/refman.itely: Minor fixes.
7837         
7838         * Documentation/user/lilypond.tely: Add glossary do direntry.
7839
7840         * Documentation/user/music-glossary.tely: Rename (previously:
7841         glossary.tely).  Fix anchor placement.
7842
7843         * Documentation/user/GNUmakefile: Make music-glossary.info too.
7844
7845 2002-09-23  Werner Lemberg  <wl@gnu.org>
7846
7847         * scripts/lilypond-book.py (output_dict): Fix handling of
7848         various environments by avoid extraneous newlines.
7849         Rename `output-all' regexp for html to `output-html'.
7850         Replace `output-all' regexp for texi with `output-texi-quote'
7851         and `output-texi-noquote'.
7852         (compose_full_body): Don't override `linewidth' user option
7853         for `singleline'.
7854         (schedule_lilypond_block): Don't indent text specified with
7855         `intertext' option.
7856         Add new option `noquote'.
7857         (compile_all_files): Use latex instead of tex to compile ly
7858         files directly.
7859
7860         * Documentation/user/lilypond-book.itely: Updated and revised.
7861         Improve layout.
7862
7863         * Documentation/user/glossary.tely,
7864         Documentation/user/introduction.itely,
7865         Documentation/user/tutorial.itely,
7866         Documentation/user/refman.itely,
7867         Documentation/user/appendices.itely: Fix overfull LilyPond
7868         boxes caused by the new lilypond-book code.  Other minor
7869         fixes.
7870
7871         * Documentation/user/macros.itexi (@texiflat): Don't emit
7872         trailing space.
7873
7874         * scm/tex.scm (end-output, header-end): Add preamble and
7875         postamble to make lilypond output directly compilable with
7876         latex.
7877
7878         
7879 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7880
7881         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
7882         instructions.
7883
7884 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7885
7886         * Documentation/user/glossary.tely: Add titling and hyperlinks.
7887
7888 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7889
7890         * lily/beam.cc (connect_beams): don't crash if there are quarter
7891         notes in beams.
7892
7893 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
7894
7895         * Documentation/user/refman.itely: corrected ancient clef
7896         docu; added docu on ligatures
7897
7898 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
7899
7900         * Documentation/user/glossary.tely,
7901         Documentation/user/refman.itely, input/les-nereides.ly,
7902         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
7903         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
7904         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
7905         Stem properties: flag-style -> stroke-style, style -> flag-style.
7906
7907 2002-09-22  Werner Lemberg  <wl@gnu.org>
7908
7909         * scripts/lilypond-book.py: Add option `notime' to suppress
7910         printing of a time signature.  Specify default indentation of 0pt
7911         if single line fragment.  Don't emit redundant `\paper{ }'.
7912
7913         * Documentation/user/lilypond-book.itely: Updated.
7914
7915         * Documentation/user/glossary.tely: Completely reformatting.
7916
7917 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7918
7919         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
7920
7921 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7922
7923         * Documentation/user/tutorial.itely: Fix links.
7924         
7925         * Documentation/topdocs/index.tely:
7926         * Documentation/index.texi:
7927         * Documentation/header.html.in: Small website fixes and updates.
7928
7929         * debian/: Debian patch by Anthony Fok.
7930
7931 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7932
7933         * Documentation/footer.html.in: How time flies: It's already 2002!
7934
7935         * Documentation/topdocs/index.tely: Stable/development fix.  Use
7936         more descriptive link names than 'here'.
7937
7938 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7939
7940         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
7941
7942 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7943
7944         * lily/part-combine-music-iterator.cc (get_state): cleanup
7945         (get_music_info): cleanup.
7946
7947 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7948
7949         * scm/backend-documentation-lib.scm (interface-doc-string):
7950         crosslinks between interfaces and grobs. Headings for interfaces
7951         in grob explanation.
7952
7953 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7954
7955         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
7956         dtd).  Add preliminary dtd.
7957         (re-sub-alist): Robustify.
7958
7959 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7960
7961         * lily/include/event-chord-iterator.hh,
7962         lily/context-specced-music-iterator.cc,
7963         lily/event.cc, lily/event-chord-iterator.cc: add
7964
7965 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7966
7967         * lily/: some (c) header fixes.
7968         
7969         * lily/request-chord.cc: Remove.
7970         
7971         * lily/include/event-chord-iterator.hh:
7972         * lily/include/event.hh:
7973         * lily/event-chord.cc: New file.
7974         
7975         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
7976         requested.
7977
7978 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7979
7980         * lily/ : rename Request to Event
7981
7982         * lily/parser.yy (command_element): move clef stuff into Scheme.
7983
7984         * lily/:  rename length_mom () to get_length()
7985
7986         * lily/part-combine-music.cc: removed file and class.
7987
7988         * lily/context-specced-music-iterator.cc (class
7989         Context_specced_music_iterator): new file. Obsoletes the
7990         Context_specced_music type.
7991
7992         * scm/music-types.scm (make-repeated-music): put different kinds
7993         of repeated music into music-type table.
7994
7995         * VERSION: 1.7.1 released.
7996
7997         * scm/to-xml.scm: new file.
7998
7999         * input/test/to-xml.ly (fooBar): demo of what is possible with the
8000         new Input representation: dump music as XML.
8001
8002         * scm/engraver-documentation-lib.scm
8003         (engraver-accepts-music-types?): add links from music to engraver,
8004         from music-type to engraver.
8005
8006         * lily/include/command-request.hh: removed
8007         lily/include/musical-request.hh: removed. Removed all _req classes
8008         except Key_change_req. Changes throughout.
8009
8010 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8011
8012         * lily/tuplet-engraver.cc (try_music): Compile kludge.
8013
8014 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8015
8016         * lily/*.cc: specify accepts for many engravers.
8017
8018         * scm/music-documentation-lib.scm: dump music expressions and
8019         music subtypes.
8020
8021         * scm/documentation-lib.scm: complete revision.
8022         Use GOOPS objects to store document tree explicitly. Cleaned up and
8023         sped up doco generation a lot.
8024
8025 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8026
8027         * input/trip.ly (fugaIILeft): add arpeggio
8028
8029         * lily/translator-group.cc (try_music_on_nongroup_children):
8030         oops. The name symbol is in the cdr of the assoc handle.
8031
8032         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
8033         Hyphen_req, Glissando_req, Break_req, Mark_req 
8034
8035 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8036
8037         * lily/musical-request.cc (music-duration-length,
8038         music-duration-compress): new functions.
8039
8040         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
8041         throughout. Warning doesn't work yet.
8042
8043         * lily/translator-group.cc (try_music_on_nongroup_children):
8044         new implementation: store candidate acceptors in a hashTable.
8045
8046 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8047
8048         * scm/music-types.scm (music-descriptions): change name to
8049         internal-class-name
8050
8051         * scm/chord-name.scm (chord::inner-name-banter): remove space.
8052
8053 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8054
8055         * lily/beam.cc (connect_beams): don't crash if there are quarter
8056         notes in beams.
8057
8058 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
8059
8060         * Documentation/user/refman.itely: corrected ancient clef
8061         docu; added docu on ligatures
8062
8063 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8064
8065         * Documentation/user/glossary.tely,
8066         Documentation/user/refman.itely, input/les-nereides.ly,
8067         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
8068         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
8069         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
8070         Stem properties: flag-style -> stroke-style, style -> flag-style.
8071
8072 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8073
8074         * scm/music-functions.scm (music-separator?): don't use name music
8075         property.
8076
8077 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8078
8079         * stepmake/stepmake/generic-targets.make (help): Document check
8080         target.
8081
8082         * lily/new-accidental-engraver.cc: Compile fix.
8083
8084 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8085
8086         * scripts/convert-ly.py: Add rule.
8087
8088         * input/test/music-creation.ly:
8089         * input/test/add-staccato.ly:
8090         * input/test/add-text-script.ly: ly-make-music.
8091
8092         * scm/drums.scm (make-head-type-elem, make-articulation-script):
8093         More ly-make-music renamings.
8094
8095         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
8096
8097         * lily/music-constructor.cc (make_music): Add debugging info.
8098
8099         * scm/music-functions.scm (make-simultaneous-music,
8100         (make-sequential-music, context-spec-music):
8101         * scm/music-types.scm (music-descriptions): Get lily to run.
8102
8103 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8104
8105         * lily/command-request.cc (transpose_key_alist): new function.
8106
8107         * lily/key-performer.cc (create_audio_elements): cleanup. 
8108
8109 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8110
8111         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
8112
8113         * lily/include/translator.hh (ENTER_DESCRIPTION): add
8114         events-accepted field.
8115
8116         * scm/music-types.scm: new file.
8117
8118         * lily/parser.yy: put music type initialization into scheme,
8119         similar to grob initialization.  Changes throughout.
8120
8121 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8122
8123         * Documentation/user/tutorial.itely: Fix links.
8124         
8125         * Documentation/index.texi: 
8126         * Documentation/header.html.in: 
8127         * Documentation/topdocs/index.tely: Small website fixes and updates.
8128
8129         * debian/: Debian patch by Anthony Fok.
8130
8131 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8132
8133         * Documentation/footer.html.in: How time flies: It's already 2002!
8134
8135         * Documentation/topdocs/index.tely: Stable/development fix.  Use
8136         more descriptive link names than 'here'.
8137
8138         * ROADMAP: Remove test stuff.
8139
8140         * scripts/update-lily.py: Allow auto-building of stable and
8141         development versions.  Bugfixes.
8142
8143 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8144
8145         * VERSION: released 1.7.0
8146
8147         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
8148
8149         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
8150         positive line widths.
8151
8152 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8153
8154         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
8155         go.  Fix comments.
8156
8157         * cygwin: Cygwin updates.
8158
8159 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8160
8161         * Documentation/windows/installing.texi (Top): version for python,
8162         urls for ghostscript (thanks to John Potelle)
8163         
8164         * lily/simultaneous-music-iterator.cc
8165         (Simultaneous_music_iterator): init children_list_ before
8166         triggering GC.
8167
8168         * lily/*-iterator.cc: be even more careful with smobbed copy
8169         constructors. 
8170
8171         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
8172         LeftEdge item.
8173
8174 2002-09-15  Werner Lemberg  <wl@gnu.org>
8175
8176         Improving LilyPond's output to make them ordinary TeX boxes with
8177         predictable dimensions.  System boxes are now vertically centered on
8178         the baseline; this offset can be further controlled with
8179         \lilypondscoreshift.
8180
8181         * lily/system.cc (System::post_processing): Pass length of current
8182         system to `start-system' (including any horizontal indentation).
8183
8184         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
8185         prettier.
8186         (lily-def): Append `%'.
8187         (start-system): Add parameter `wd'.  Output more TeX code to specify
8188         box dimensions.
8189         (stop-system, stop-last-system): Complement changes in
8190         `start-system'.
8191         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
8192         Updated.
8193
8194         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
8195         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
8196         Write final `\endinput'.
8197
8198         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
8199         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
8200         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
8201         files and macro definitions don't produce spurious spaces and
8202         paragraphs (using \endlinechar).
8203         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
8204
8205         * Documentation/user/internals.itely: Improved formatting, fixing
8206         typos.  Added a section `Output details' to describe how the TeX
8207         code looks like.
8208
8209 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
8210
8211         * lily/accidental-engraver.cc: Also work with partial measures.
8212
8213 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8214
8215         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
8216         spanner.
8217
8218 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8219
8220         * lily/identifier-smob.cc (unpack_identifier): new file.
8221
8222         * lily/lexer.ll (identifier_type): new function.  use ly-id to
8223         pass off scheme expressions as music identifiers.
8224
8225         * scm/lily.scm: reorganisation, cleanups.
8226
8227         * lily/main.cc: small cleanups.
8228
8229 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8230
8231         * lily/ly-module.{cc,hh}: new file.
8232
8233 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
8234
8235         * lily/accidental-engraver.cc: Also work with partial measures.
8236
8237 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8238
8239         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
8240
8241 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8242
8243         * lily/my-lily-lexer.cc: use SCM module in stead of
8244         Scheme_hash_table. Changes throughout.  
8245
8246 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8247
8248         * VERSION (MY_PATCH_LEVEL): make 1.7.0
8249