]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
1 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * Documentation/user/cheatsheet.itely: more verbose examples.
4
5         * input/regression/clefs.ly: remove bogus docstring.
6
7 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8
9         * GNUmakefile.in (SUBDIRS): Add elisp.
10
11         * elisp/lilypond-mode.el: 
12         * elisp/lilypond-init.el: 
13         * elisp/lilypond-indent.el: 
14         * elisp/lilypond-font-lock.el: Move from top dir.
15
16         * stepmake/stepmake/elisp-vars.make: New file.
17
18         * config.make.in (elispdir): Add.
19
20         * Documentation/topdocs/INSTALL.texi: Typo.
21
22         * make/ly-rules.make: Test for files instead of touching void and
23         ignoring errors.
24
25         * GNUmakefile.in:
26         * make/lilypond.redhat.spec.in:
27         * debian/rules: Fix lilypond.words stuff a bit.  For running from
28         <builddir>, adding
29         
30              (push "<builddir>/share/lilypond/elisp" load-path)
31
32         to your ~/.emacs.el should give you LilyPond-mode again.
33
34         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
35         regexp for DOS/Windows, we are too paranoid to fix others.
36
37 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
38
39         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
40
41         * input/test/chord-names-jazz.ly (banterProperties): fix
42
43         * lily/parser.yy (bass_mod): bass figure alterations are semi
44         tones, not quarter tones
45
46         * lily/beam.cc (set_stem_lengths): only lengthen stems
47         for gapped beams.
48
49         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
50         by beamcount.
51
52         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
53         a warning that the warning may erroneous.
54
55         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
56         target.
57
58         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
59         targets.
60
61         * GNUmakefile.in ($(config_h)): config.h should depend on
62         config.hh.in .
63         (lilypond.words): remove fontball stuff.
64
65         * stepmake/aclocal.m4: only print config.cache warning if it exists.
66
67         * configure.in: remove pktrace reference.
68
69         * GNUmakefile.in (rsync-web): permissions and ownership for
70         website.
71
72         * lily/volta-engraver.cc (staff_eligible): new function.
73         (stop_translation_timestep): kill off spanners if not eligible.
74
75         * VERSION (PATCH_LEVEL): release 1.9.9
76
77         * input/regression/beam-quanting-32nd.ly (texidoc): new file
78
79         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
80         length is more important than forbidden quants.
81         
82 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
83
84         * buildscripts/lilypond.words: order words in search order,
85         add lilypond.words.vim to be generated.
86
87         * lilypond.vim: use lilypond.words.vim for keyword matching.
88
89         * lilypond-mode.el: use search order. fix word selection rules.
90
91         * lilypond-font-lock.el: fix fontifying long durations.
92
93         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
94
95 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
96
97         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
98
99         * stepmake/stepmake/generic-targets.make:
100         * stepmake/stepmake/bin/make-version.py: 
101         * stepmake/aclocal.m4:
102         * make/stepmake.make:
103         * make/toplevel-version.make: Build fixes: remove last traces of
104           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
105
106         * lily/beam.cc: Add gap-count property.
107
108 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
109
110         * scm/define-grob-properties.scm (gap-count): add gap-count
111
112         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
113
114 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
115
116         * cygwin/mknetrel.doc: Typo.
117
118         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
119
120         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
121
122 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
123
124         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
125         sizes. Remove support for 'ledger'(=tabloid+landscape).
126
127 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
128
129         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
130         sauter PFAs.
131
132         * configure.in: remove VERSION stuff once again.
133
134         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
135
136         * scm/define-grobs.scm (all-grob-descriptions): use sans family
137         for chord names.
138
139         * mf/GNUmakefile: always trace pfa fonts.
140         (SAUTER_FONTS): add cmss[567] too fonts
141
142         * configure.in: require mftrace. 
143
144         * lily/staff-performer.cc (new_instrument_string): don't look at
145         instrument property.
146
147         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
148         is_direction is the C++ one. Similar for ly_axis_p and
149         ly_number_pair_p
150
151 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
152
153         * lily/beam.cc (brew_molecule): read gap-count to determine
154         number of tremolo (gapped) beams.
155
156         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
157         shorter than 1/8
158
159         * flower/include/array.hh (default_compare): new function
160
161         * cygwin/mknetrel: Native fixes.
162
163         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
164
165 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
166
167         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
168         feature for Windows.
169
170         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
171
172         * cygwin/mknetrel: Updates for native use on Cygwin.
173
174         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
175
176         * stepmake/stepmake/help2man-rules.make: 
177         * cygwin/mknetrel: Bugfix for manpages.
178
179         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
180         $(builddir).  Stepmake is a normal subdirectory now, that is not
181         configured.  Another srcdir build fix.
182
183         * Documentation/topdocs/INSTALL.texi,
184         buildscripts/lilypond.words.py, lilypond-font-lock.el,
185         lilypond-init.el, lilypond-mode.el, debian/rules,
186         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
187         rename generated file lilypond.words to lilypond.words.el.
188
189 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
190
191         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
192
193         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
194         GNUmakefile.in.
195
196 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
197
198         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
199         when cross building.
200
201         * configure.in: srcdir build fix.
202
203         * cygwin/GNUmakefile:
204         * cygwin/lily-wins.py:
205         * cygwin/postremove-lilypond.sh: 
206         * cygwin/postinstall-lilypond.sh: Merge from stable.
207
208         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
209         s/ly2dvi/lilypond/.
210
211 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
212
213         * lily/slur.cc (after_line_breaking): only set control points if
214         none supplied yet.
215
216         * input/test/slur-manual.ly: new file.
217
218         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
219         <<  >> chords too.
220
221         * VERSION (PACKAGE_NAME): release 1.9.8
222
223         * scripts/lilypond.py (escape_path): escape spaces in directory names
224
225         * input/test/text-spanner.ly: fixes.
226
227 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
228
229         * buildscripts/lilypond.words.py: add drum names as note names to
230         Emacs-mode.
231
232 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
233
234         * input/regression/hairpin-dashed.ly: new file.
235
236         * scripts/convert-ly.py (conv): warn about dash-length.
237
238         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
239         automatically if we get a new one.
240
241         * lily/lookup.cc (dashed_line): new function
242
243         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
244         dash-fraction.
245
246 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
247
248         * buildscripts/lilypond.words.py: extract note names.
249
250         * lilypond-mode.el: take note names from lilypond.words -file.
251         small fix in the use of string-match.
252
253         * lilypond-font-lock.el: use lilypond.words for note names, add 
254         maxima to note a duration.
255
256 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
257
258         * lily/breathing-sign.cc: remove railtracks() function. 
259
260         * input/regression/arpeggio-bracket.ly (texidoc): add file.
261
262         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
263         (brew_molecule): bugfix don't make arpeggio shorter when
264         arpeggio-direction is set.
265
266         *  debian/rules: small corrections in the (Pedro K)
267
268         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
269         examples.
270
271         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
272         special (repeat) bar comes along.
273
274         * input/regression/auto-beam-bar.ly: update.
275
276         * scripts/lilypond-book.py (output_dict): remove support for the
277         EPS option.
278
279         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
280         VerticalAlignment and VerticalAxisGroup this fixes the size
281         computations for the entire system.
282  
283         * input/les-nereides.ly (bass): remove superfluous fontSize.
284
285         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
286         causes directory of file to be added to include path.
287
288         * input/regression/beam-break.ly: test single stem beams.
289
290         * input/regression/system-start-bracket.ly: fix.
291
292         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
293
294         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
295
296         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
297         (score_stem_lengths): do something sensible for single stem beams.
298
299         * lily/beam.cc (least_squares): add kludge for single stem beams.
300
301         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
302         keySignature to list of broken things.
303
304         * input/regression/keys.ly: fix.
305
306         * VERSION (PACKAGE_NAME): release 1.9.7
307
308         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
309
310         * Documentation/user/refman.itely (Pitches): doc quarter tones.
311
312         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
313         (quartertone_pitch): new function
314
315         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
316         flat. WARNING: FONT CHANGED.
317
318         * ly/nederlands.ly: add -eh and -ih for quarter tones.
319
320         * lily/accidental-placement.cc (add_accidental): support for
321         quarter tones.
322
323         * ly/LANGUAGEs.ly: use symbols for alterations.
324
325         * mf/feta-toevallig.mf: change accidental codes. 
326
327         * scm/lily.scm (ly:get-option): switch on debugging only for
328         --verbose.
329
330         * lily/lily-guile.cc: remove ly:verbose?
331
332         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
333
334         * lily/parser.yy (TODO): only do gh_call() for apply with
335         procedure argument.
336
337         * lily/tie-engraver.cc (start_translation_timestep): move melisma
338         stuff in accordance with new timing of tie-events.
339
340         * lily/my-lily-lexer.cc: remove \outputproperty
341
342         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
343
344         * scm/define-translator-properties.scm (melismaBusyProperties):
345         add melismaBusyProperties property.
346
347 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
348
349         * input/test/ambitus-mixed.ly (texidoc): new file.
350
351         * buildscripts/mutopia-index.py (find): prune debugging
352
353         * lily/side-position-interface.cc: doc updates
354
355         * Documentation/user/refman.itely: updates, tweaks.
356
357         * lily/parser.yy (Simple_music): remove outputproperty
358
359         * make/stepmake.make: use VERSION again; importing VERSION via
360         autoconf dependencies is too hairy.
361
362 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
363
364         * lilypond-mode.el: allow `-' for keywords and identifiers.
365
366 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
367
368         * VERSION: release 1.9.6
369         
370         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
371         iso. ly2dvi.
372
373         * Documentation/user/*.itely: fixes everywhere
374
375         * lily/completion-note-heads-engraver.cc: rewrite engraver:
376         produce ties from the engraver itself, do not broadcast TieEvent.
377
378         * lily/my-lily-lexer.cc: remove pitch & duration.
379
380         * lily/parser.yy (TODO): remove \pitch and \duration
381
382         * input/test/explicit.ly: remove file.
383
384         * Documentation/user/refman.itely (Pitches): remove \pitch 
385         \duration command.
386
387 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
388
389         * buildscripts/lilypond.words.py: add all slur types to Emacs
390         insertion menu, suppose everything is postfixed by dropping 
391         unnecessary `-' -marks.
392
393 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
394
395         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
396         tremoloed stems.
397
398         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
399         head for flagged stems.
400
401         * lily/stem.cc (get_default_stem_end_position): futz with extra
402         stem length if there is a stem tremolo.
403
404         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
405         it would be too small.
406
407         * lily/font-metric.cc: return #f for non-existent glyph.
408         
409         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
410         exported through config.make.
411
412         * input/regression/clef-oct.ly: new file.
413
414         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
415         transposition.
416
417         * input/template/*.ly: remove old relative.
418
419         * ly/english.ly: add X names for double sharp.
420
421 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
422
423         * lily/font-select.cc: new file handle font selection routines.
424
425         * lily/parser.yy: add ; (Patrick Atamaniuk)
426
427         * input/test/time-signature-double.ly: use markups for double time
428         sigs.
429
430         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
431         ChordNames.SeparationItem #'padding for adjusting space after chords.
432         
433         * lily/music-output-def.cc (LY_DEFINE): 
434         new function ly:paper-lookup.
435         
436         * mf/parmesan-clefs.mf: use # quantities for char_box
437         offsets. Fixes overflow errors in the PFA. 
438
439         * scm/new-markup.scm (strut-markup): change calling interface for
440         markup. Pass paper-def, not grob. This would allow \markup to be
441         used separately from grobs.
442
443         * lily/paper-def.cc: new function ly:paper-font; this function
444         replaces ly:get-font.
445
446         * lily/include/font-interface.hh (struct Font_interface): take
447         Paper_def iso. Grob for get_font().
448
449 2003-09-14  Graham Percival  <gperlist@shaw.ca>
450
451         * Documentation/user/ tutorial.itely, refman.itely: add warning
452         about \key and accidentals.
453
454 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
455
456         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
457
458         * Documentation/user/*.itely: manual tweaks
459
460 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
461
462         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
463         cleanup; bugfix: exact_center
464
465         * Documentation/user/refman.itely: added more documentation on
466         ambitus according to recent questions on lilypond-user list
467
468 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
469
470         * input/regression/ottava.ly (texidoc): demo 15ma too.
471
472         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
473
474         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
475         octave fixes.
476
477 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
478
479         * lily/lexer.ll: add \r to the rules for newlines; this fixes
480         problems on older Mac editors.
481
482 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
483
484         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
485
486 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
487
488         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
489         mf/parmesan-clefs.mf: added comments on character alignment and
490         set_char_box() conventions
491
492         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
493         set_char_box()'s
494
495         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
496
497 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
498
499         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
500
501 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
502
503         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
504         shortened to avoid almost-collision with staff line; code cleanup;
505         other custodes: fixed char boxes; code cleanup
506
507 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
508
509         * configure.in: release 1.9.5
510         
511         * scripts/lilypond.py (global_latex_preamble): only set
512         twosideshift if 'twoside' is in latexoptions 
513
514         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
515
516         * VERSION: remove
517
518         * scripts/*2ly.py: update <> syntax
519
520 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
521
522         * lily/chord-name-engraver.cc (process_music): add origin for
523         chord name.
524
525         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
526
527         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
528         bass notes for exceptions too.
529
530         * scm/define-grobs.scm (all-grob-descriptions): rename
531         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
532
533         * scm/define-grob-properties.scm (remove-first): add remove-first
534         property for orchestral scores.
535
536         * Documentation/user/*.itely: switch <<>> and <> 
537
538         * lily/glissando-engraver.cc (process_music): bugfix: move line to
539         last_line only once. This fixes the two consecutive glissandi problem.
540
541 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
542
543         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
544         error message "flexa-width undefined"
545
546         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
547         lily/include/gregorian-ligature.hh: print warning when ignoring
548         head prefixes on flexa shapes
549
550         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
551         space before a series of inclinatum heads
552
553         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
554         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
555         cleanups
556
557         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
558         and char_box
559
560 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
561
562         * input/regression/breathing-sign.ly: tiny fixes
563
564         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
565         semantical collision with vaticana ligatures
566
567         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
568         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
569         now consistent with mensural ligatures
570
571         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
572         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
573         context pitches and staff position; dto. for virga stem; removed
574         obsolete virga and clivis characters from parmesan font (WARNING:
575         font changed)
576
577         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
578         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
579
580         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
581         scm/define-grob-properties.scm: consistency fix: renamed
582         join_left->add_cauda
583
584         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
585         appendix length; bugfix: yoffs_bt for reverse direction punctum
586         characters
587
588         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
589         small cleanups; added more docu
590
591         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
592         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
593         computation to CoherentLigatureEngraver
594
595         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
596         scm/define-grob-properties.scm: bugfix: added missing linea and
597         cavum properties; bugfix: removed dead semivocalis property
598
599         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
600         length; redesigned quilisma, stropha and auctum
601
602         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
603         line thickness
604
605         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
606         Documentation/user/refman.itely: bugfix: introduced shifted
607         epiphonus head to avoid collision with adjacent plica
608
609 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
610
611         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
612
613         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
614
615 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
616
617         * Documentation/user/tutorial.itely (A lead sheet): remove
618         duplicate chords.
619
620         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
621
622 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
623
624         * Documentation/bibliography/computer-notation.bib (isbn): add
625         xivcim publication.
626
627 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
628
629         * GNUmakefile.in: drop lilypond.words for generation.
630
631 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
632
633         * buildscripts/lilypond.words.py: take filename (also) from an arg.
634
635         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
636
637 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
638
639         * input/test/figured-bass-alternate.ly (fl): new file.
640
641         * Documentation/topdocs/README.texi (Top): clarifications.
642
643         * Documentation/bibliography/computer-notation.bib (isbn): add phd
644         theses of Gieseking and Renz.
645
646         * GNUmakefile.in (README_FILES): remove README.mandrake.
647
648 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
649
650         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
651         from source files and search patterns listed in the script.
652
653         * GNUmakefile.in: add target `lilypond.words'.
654
655         * lilypond.words: remove file, generated by `make lilypond.words'.
656
657         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
658
659 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
660
661         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
662
663 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
664
665         * VERSION: 1.9.4 released
666
667         * scripts/convert-ly.py (FatalConversionError.figures_replace):
668         rule for < > <-> << >> substitution
669
670         * lily/lexer.ll: exchange meaning of << >> and < > 
671
672         * VERSION (PACKAGE_NAME): 1.9.3 released
673
674         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
675         pages unconditionally.
676
677 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
678
679         * Documentation/user/music-glossary.tely (Top): small syntax
680         fixes.
681
682         * scm/music-functions.scm (remove-tag): filter \tagged music
683         expressions.
684
685         * input/regression/tag-filter.ly (texidoc): new file.
686
687         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
688         symbol2 .. ) etc. 
689
690         * scripts/convert-ly.py (FatalConversionError.conv): fingering
691         convert rule.
692
693         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
694
695         * lily/new-fingering-engraver.cc (position_scripts): don't crash
696         for borderline cases (e.g. 1 fingering.)
697         (position_scripts): revise interface, use fingerOrientations to
698         set fingering positions.
699
700         * scm/document-translation.scm (context-doc): add aliases to
701         automated documentation.
702
703         * make/lilypond-vars.make: remove stepmake compat glue.
704
705         * make/generic-vars.make: remove cruft.
706
707         * lily/main.cc (main): don't identify binary.
708
709 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
710
711         * lily/include/translator.hh (class Translator): remove
712         type_string_ , use symbol for context name throughout.
713         Changes through whole source tree.
714
715         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
716         set PDF as default, and always make PDF.
717
718         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
719
720 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
721
722         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
723         Documentation/user/refman.itely input/regression/allfontstyle.ly
724         input/regression/grace-types.ly:
725         fix spelling for acciaccatura (Webster's 1913).
726
727 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
728
729         * lily/main.cc (usage): adjust blurb, include url.
730
731         * input/regression/breathing-sign.ly (texidoc): transpose up
732
733 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
734
735         * input/regression/breathing-sign.ly: changed ancient examples to
736         be relevant (by request of Han-Wen); updated BreathingSign text
737         property according to new syntax.
738
739         * ly/gregorian-init.ly: updated BreathingSign text property
740         according to new syntax
741
742 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
743
744         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
745         (Clef): index entries for clefs.
746
747         * python/lilylib.py (system): remove errorlog files.
748         
749 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
750
751         * lilypond.words: add \new and new graces. Add dynamics to menus
752         keeping 1.8.x compatibility; after all the engraving relating to 
753         notes becomes postfixed `-' marks will be removed.
754
755 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
756
757         * lily/molecule.cc (align_to): idem.
758
759         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
760         
761         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
762         accacciatura everywhere.
763
764         * VERSION (PACKAGE_NAME): released 1.9.2
765
766         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
767
768         * scm/document-markup.scm (markup-doc-node): sort markup function
769         list.
770
771         * lily/paper-outputter.cc (output_version): change "Lily was here"
772         into  "Engraved by LilyPond"
773
774         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
775         on unquoted strings before \notenames.
776
777         * lily/parser.yy (lyric_element): allow markup as lyric text. This
778         increases the number of s/r reductions to 4.
779
780         * scm/new-markup.scm (fraction-markup): \fraction command.
781
782         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
783         mode
784
785         * lily/lookup.cc (round_filled_box): rename function.
786         (LY_DEFINE): round-filled-box: change signature.
787
788         * Documentation/user/refman.itely: revise section explaining grace
789         notes.
790
791         * lily/translator-scheme.cc (LY_DEFINE): add ! to
792         ly:set-context-property
793
794         * input/*/*.ly (vmus): use \new everywhere.
795
796         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
797
798         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
799         default
800
801         * scm/music-functions.scm (set-stop-grace-properties)
802         (set-start-grace-properties, add-grace-property): new functions
803         for modular grace tweak control.
804
805         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
806         
807 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
808
809         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
810
811         * GNUmakefile.in (install-pfa-fonts):
812         (get-pfa-fonts): New target.
813
814         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
815         install-pfa-fonts help.
816
817 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
818
819         * lily/translator-scheme.cc (LY_DEFINE):
820         ly:context-pushpop-property new function.
821         (LY_DEFINE): new function ly:translator-find  
822         new function ly:translator?
823         (LY_DEFINE): new function ly:context?
824
825         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
826
827         * python/lilylib.py (read_pipe): only store and display error log
828         if verbose not set.
829         (read_pipe): only display log if it contains something.
830
831 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
832
833         * Documentation/misc/GNUmakefile: Re-add.
834         (TEXTS): Add CHANGES.
835
836 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
837
838         * lilypond.words: add \newcontext.
839
840 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
841
842         * lily/tie-performer.cc (stop_translation_timestep): only flush
843         tied_notes when we have actually made a tie. Fixes bugs with ties
844         in polyphonic scores.
845
846 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
847
848         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
849         they do not exist.
850
851 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
852
853         * VERSION (PACKAGE_NAME): released 1.9.1 
854
855         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
856         Instrument_name_engraver
857
858         * lily/tie-performer.cc (create_audio_elements): bugfix
859
860         * Documentation/user/music-glossary.tely (Top): comment out
861         font-style statements.
862
863         * input/test/force-hshift.ly: revise example.
864
865         * Documentation/bibliography/engraving.bib (note): typos.
866
867         * configure.in: bump GCC requirements to 3.x
868
869         * lily/include/audio-item.hh (class Audio_tie): rename
870         note_l_drul_ to note_drul_
871
872         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
873
874         * lily/parser.yy (relative_music): whoops. All \relative were off
875         by ...  a lot .... Ahem.
876
877         * scm/define-music-types.scm (music-descriptions): idem.
878
879         * lily/beam-engraver.cc: move new-beam-event to beam-event
880
881         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
882         to Tie_engraver
883
884         * input/regression/bar-number.ly: remove unnecessary old-relative
885         options.
886         
887         * Documentation/user/internals.itely (Creating contexts): document
888         \newcontext
889
890         * lily/parser.yy (Composite_music): add \newcontext
891
892         * Documentation/user/refman.itely (MIDI block): add note about
893         dotted tempos.
894
895         * scm/font.scm: remove old markup legacy
896
897         * GNUmakefile.in (web-clean): remake share/ after web-clean.
898
899         * lily/breathing-sign.cc (brew_molecule): remove function
900
901         * lily/text-item.cc: remove old-style markups.
902         (interpret_markup): C++ version of markup function
903         (brew_molecule): idem.
904
905         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
906         as Scheme variable.
907
908         * scripts/convert-ly.py (conv): dashes rule.
909         Apply rule.
910
911         * Documentation/user/lilypond-book.itely: syntax fixes. 
912
913 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
914
915         * VERSION (PACKAGE_NAME): release 1.9.0
916
917         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
918         note about dvips. (Should backport.)
919
920         * scripts/convert-ly.py
921         (FatalConversionError.articulation_substitute): add
922         convert-new-chords code. Remove convert-new-chords.py
923
924         * Documentation/user/refman.itely (Octave check): document
925         \octave.
926
927         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
928         \relative changes.
929
930         * lily/parser.yy (command_element): octave check:
931
932            \octave PITCH
933
934         checks that PITCH (without octave) yields PITCH (with octave) in
935         \relative
936
937         * lily/relative-octave-music.cc (to_relative_octave): octave check.
938
939         * lily/scm-option.cc: ly:set-option now has the default argument
940         #t.
941
942         * lily/lexer.ll: add \renameinput
943
944         * python/lilylib.py (command_name): robustifications.
945
946         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
947         /dev/stderr. This is ash compatible.
948
949         * ly/init.ly: add warning if compatibility was not necessary.
950
951         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
952
953         * flower/include/string-handle.icc: formatting cleanups, rename
954         references by ref_count_.
955
956 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
957
958         * make/lilypond.mandrake.spec.in: syncronize the spec file with
959         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
960         package libs separately, fix conflicting php variable out=/dev/vc/
961         invoking `unset out', declare menus, use only one icon-file, fix
962         doc-path in menu.
963
964 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
965
966         * scripts/convert-ly.py (FatalConversionError.conv): typo
967
968         * Documentation/misc/GNUmakefile: restore misc directory.
969
970         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
971
972         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
973         Petites-Preludes 
974
975         * input/test/partial-blank.ly (quickmeasure): syntax
976
977         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
978         attachment property.
979
980         * Documentation/user/refman.itely: remove superfluous -'s 
981         (Grace notes): ) fixes.
982
983         * lily/music.cc: generic compress(), transpose() functions. Remove
984         others.
985
986         * lily/parser.yy (gen_text_def): remove support for #'(italic )
987         style markup entry.
988
989         * lily/parser.yy: all articulations postfix; remove obligatory -
990         for [,  ) and \!
991         
992         * lily/music.cc (to_relative_octave): write generic
993         to_relative_octave function; various relative cleanups.
994         Hmmm.
995
996         * lily/scm-option.cc: add options new-relative and old-relative
997
998         * po/sv.po: new po file.
999
1000         * Documentation/user/refman.itely (Dynamics): website
1001         fixes. (should backport!)
1002
1003 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
1004
1005         * make/lilypond.mandrake.spec.in: declare version only once.
1006
1007 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1008
1009         * lily/simultaneous-music.cc (to_relative_octave): undo relative
1010         meaning for now.
1011
1012 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1013
1014         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
1015
1016         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
1017
1018         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
1019
1020         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
1021
1022         * lily/music.cc (var): add ly:music-transpose function.
1023
1024         * lily/parser.yy (pre_events): remove prefix articulations.
1025
1026         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
1027
1028         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
1029
1030         * Documentation/user/refman.itely (Text markup): add comment about
1031         markup in header.
1032
1033 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1034
1035         * lily/paper-outputter.cc (write_header_fields_to_file): 
1036         only dump value if it is a string.
1037
1038         * flower/include/dictionary.hh: remove.
1039         
1040         * Documentation/ChangeLog-1.5: add back old log.
1041
1042         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
1043         .pfas from a .deb.
1044
1045 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1046
1047         * Documentation/bibliography/engraving.bib: add entry for
1048         Jaschinski's Notation
1049
1050 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1051
1052         * Documentation/user/refman.itely (Beaming): add note about
1053         allowBeamBreak
1054
1055 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
1056
1057         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
1058         GregorianTranscription contexts
1059
1060         * ly/engraver-init.ly: vaticana contexts: minor fixes
1061
1062         * Documentation/user/refman.itely (Ancient notation): added note
1063         on appendix length bug
1064
1065         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
1066         input/test/vaticana.ly: use vaticana contexts; small fixes
1067
1068 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1069
1070         * flower/hash.cc: Remove.
1071
1072         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
1073         to (nonexistent?) hash_func_ identifier.
1074
1075         * python/midi.c (midi_error, midi_warning): Use char const* for
1076         __FUNCTION__ argument.
1077
1078         * python/gettext.py: Remove.  We already require python 2.1, which
1079         includes gettext.py.
1080
1081         * configure.in: Require python 2.1, as INSTALL.texi says.
1082         it.
1083
1084         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
1085         versions 1.50 and 1.75.  Remove note about lexer patch.
1086
1087 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1088
1089         * Documentation/topdocs/INSTALL.texi: Update type1 font
1090         description to actual situation.  Add comment about new font ball
1091         layout.
1092
1093         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
1094         in $LILYPONDPREFIX suffices for installation.
1095
1096 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1097
1098         * debian/control (Build-Depends): Add flex-old as alternative to
1099         flex.  Deprecate bison 1.75.
1100
1101 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
1102
1103         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
1104         Vaticana contexts
1105
1106         * Documentation/user/refman.itely (Ancient notation): documented
1107         some bugs; tiny fixes; added docu on Vaticana contexts
1108
1109         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
1110         scripts
1111
1112 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
1113
1114         * Documentation/user/refman.itely (Ancient notation): added some
1115         introductory words; added section on ancient time signatures;
1116         added some @seealso and @refcommands; small fixes and
1117         beautifications
1118
1119 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
1120
1121         * input/regression/note-head-style.ly: many fixes and updates
1122
1123         * Documentation/user/refman.itely: added small sections on ancient
1124         accidentals, rests and flags; revised ancient note head section;
1125         small wording/spelling fixes
1126
1127         * input/test/rests.ly: layout fixes
1128
1129 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
1130
1131         * input/puer-fragment.ly: bugfix: central C position of do clef
1132
1133         * ly/gregorian-init.ly: workaround: add small padding space before
1134         divisiones (the correct fix would be the spacing engine to handle
1135         this)
1136
1137 2003-08-13  Graham Percival  <gperlist@shaw.ca>
1138
1139         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
1140         cue-notes.ly: minor fixes.
1141
1142 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
1143
1144         * Documentation/user/refman.itely: bugfix: remove obsolete link to
1145         input/test/custos-style.ly
1146
1147         * Documentation/index.html.in: bugfix: link to Tutorial.html
1148
1149         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
1150         to neumes; bugfix: "et": epiphonus, not just a simple pes
1151
1152 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
1153
1154         * lilypond-mode.el: split `Insert Tag' if it is long enough.
1155
1156         * lilypond.words: add new features: markup, column, center, \[ \].
1157         
1158 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
1159
1160         * Documentation/topdocs/NEWS.texi, DEDICATION,
1161         stepmake/bin/add-html-footer.py
1162         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
1163         input/mutopia/J.S.Bach/wtk1-fugue1.ly
1164         input/mutopia/J.S.Bach/wtk1-prelude1.ly
1165         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
1166         added (only) after a sentence which is complete; if the sentence is 
1167         not ended a comma `,' or nothing is used. fix also spaces.
1168
1169 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1170
1171         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
1172         requirements to plain 1.6.
1173
1174         * buildscripts/mutopia-index.py (read_lilypond_header): update
1175         mutopia-index.py to 1.4 syntax [sic]
1176
1177 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
1178
1179         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
1180
1181 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1182
1183         * Documentation/index.html.in: url for regression pdf
1184
1185         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
1186
1187         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
1188
1189         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
1190
1191         * VERSION: 1.8.0 released
1192         
1193         * GNUmakefile.in (local-WWW-post): footify build fix.
1194
1195         * configure.in: require GUILE 1.6.4
1196
1197         * Documentation/user/GNUmakefile: don't copy *.png for
1198         lilypond-internals
1199
1200         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
1201         local-WWW-post target.
1202         (rsync-web): add rsync-web target
1203
1204         * Documentation/user/introduction.itely (Music notation and
1205         engraving): add neume example
1206
1207         * input/puer-fragment.ly (cantus): add puer-fragment
1208
1209 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1210
1211         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
1212         to notes, so that equalizer is actualy being used.
1213
1214         * scm/midi.scm (instrument-equalizer-alist):
1215         (absolute-volume-alist): Define public, so that user can copy or
1216         override.
1217
1218         * lily/key-performer.cc (create_audio_elements): Check for minor
1219         key.  Only if key is minor, set MIDI key to minor.
1220
1221 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1222
1223         * Documentation/user/refman.itely (Hiding staffs): fixes.
1224
1225         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
1226
1227         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
1228         vertical extents to deal with Hara kiri correctly.
1229
1230         * input/regression/hara-kiri-short.ly: remove
1231
1232         * input/regression/hara-kiri-pianostaff.ly: update test.
1233
1234         * Documentation/user/*.tely: remove WEBTITLE
1235
1236         * scm/output-tex.scm (comment): idem.
1237
1238         * scm/output-pdftex.scm: remove GUILE 1.4 glue
1239
1240         * scm/music-functions.scm (make-lyric-event): new function
1241
1242         * scm/lily.scm (lilypond-version): new function
1243
1244         * input/test/version-output.ly: new file.
1245
1246         * Documentation/user/lilypond.tely: add version number to
1247         front-page.
1248
1249 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1250
1251         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
1252
1253 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1254
1255         * input/template/gregorian-transcription.ly (barTwo): syntax update.
1256
1257         * Documentation/user/refman.itely (Hiding staffs): rename node.
1258
1259 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1260
1261         * input/regression/new-markup-syntax.ly (texidoc): remove
1262         molecule-callback override.
1263
1264 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1265
1266         * input/les-nereides.ly: Mark tweaks with %tweak.
1267
1268         * Debian patch, see debian/changelog (Anthony Fok).
1269
1270 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1271
1272         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
1273         problem.
1274
1275 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1276
1277         * Documentation/user/refman.itely (Text markup): Fix language bug.
1278
1279 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1280
1281         * input/* : postfix syntax fixes.
1282
1283         * Documentation/user/refman.itely (Text markup): add note about
1284         raise/lower with ^ or _ .
1285         
1286         * po/fi.po: fix \\apply strings.
1287
1288         * lily/parser.yy (open_event): warn for prefix articulations.
1289
1290 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
1291
1292         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
1293         fix also on parmesan font.
1294
1295 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1296
1297         * VERSION 1.7.30 released
1298         
1299         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
1300
1301         * buildscripts/mutopia-index.py (headertext): rewording
1302
1303 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1304
1305         * scm/new-markup.scm (strut-markup): new markup function.
1306
1307         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
1308         space also when no accidental is there.
1309
1310 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1311
1312         * input/les-nereides.ly: Updates.
1313
1314 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
1315
1316         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
1317         which repeats the tag insertion selected from "Insert tag" menu.
1318
1319 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1320
1321         * lily/all-font-metrics.cc (find_font): load AFM files first only
1322         for feta fonts. This fixes problems with TeXlive and other TeX
1323         distros that include AFM files for the CM fonts. 
1324
1325         * scm/font.scm (qualifiers-to-font-name): remove.
1326
1327         * lily/paper-def.cc: remove get_var.
1328
1329         * input/trip.ly: remove file.
1330         
1331         * input/regression/spacing-note-flags.ly (raggedright): remove
1332         stafflinethickness
1333
1334         * input/les-nereides.ly: update to new syntax, cleanups.
1335
1336 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1337
1338         * Documentation/user/refman.itely: Clarify shortest-note problem
1339         of autobeamer.
1340
1341 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
1342
1343         * lilypond-mode.el: Add each word to regexps only once.
1344
1345         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
1346         is based on the syntax definitions in lilypond.words. Remove all 
1347         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
1348         LilyPond->Insert menu is generated by the entries in lilypond.words 
1349         to which have been given a syntax definition.
1350
1351         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
1352         \notes, \relative, \score, \simultaneous, \transpose.
1353
1354         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
1355
1356         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
1357         
1358         * lilypond-mode.el: add menu keywords separately.
1359
1360         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
1361
1362 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1363
1364         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
1365         current ugly installation method for PFA fonts.
1366
1367 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
1368
1369         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
1370         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
1371
1372         * Documentation/user/music-glossary.tely: update legato.
1373
1374 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1375
1376         * lexer-gcc-3.0.patch: Remove.
1377
1378         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
1379
1380 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1381
1382         * debian/rules (binary-arch): remove NEWS.
1383
1384 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
1385
1386         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
1387         stepmake/bin{ many }: polish the `--help's of different scripts;
1388         model taken from the core-utils of Linux.
1389
1390         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
1391
1392 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1393
1394         * flower/parse-afm.cc (parseCharMetrics): add warnings.
1395
1396         * flower/libc-extension.cc: idem.
1397
1398         * flower/include/libc-extension.hh: protect against isinf macros.
1399
1400 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
1401
1402         * { many }: Use two uppercase letters in LilyPond.
1403
1404         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
1405
1406         * VERSION: 1.7.29 released.
1407         
1408 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1409
1410         * lily/tie.cc: add TODO comment.
1411
1412         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
1413
1414         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
1415         linejoins and linecaps. This fixes problems with occasional spikes
1416         on slur/tie endings.
1417         
1418         * input/regression/font-name.ly: don't use PS fonts for
1419         compatibility reasons. 
1420
1421         * mutopia/claop.py (accents): update to 1.8
1422
1423         * Documentation/user/music-glossary.tely (Top): remove 13pt.
1424
1425         * Documentation/user/macros.itexi: don't color glossary links.
1426
1427         * Documentation/user/invoking.itexi (Error messages): new section
1428
1429 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1430
1431         * input/regression/font-name.ly: add file.
1432
1433         * scm/document-backend.scm (grob-doc): remove <hr> from
1434         lilypond-internals
1435
1436         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
1437         reqd version to 1.6.4 
1438
1439         * lily/font-interface.cc (get_font): bugfix: take font-name from
1440         alist chain too. This fixes font-name override for \markup.
1441
1442 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1443
1444         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
1445
1446         * input/test/polymetric-differing-notes.ly: Compile fix.
1447
1448 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
1449
1450         * Documentation/user/refman.itely: fixed typo
1451
1452         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
1453         before flexa
1454
1455 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1456
1457         * input/test/{ many }: search & fix some typos.
1458
1459 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1460
1461         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
1462         images.
1463
1464         * scm/music-functions.scm (make-voice-props-set): set Script /
1465         TextScript dir for polyphony too.
1466
1467         * scm/define-grobs.scm (all-grob-descriptions): decrease space
1468         before clef.
1469
1470         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
1471
1472 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
1473
1474         * Documentation/user/refman.itely (Percussion): Small
1475         clarifications and fixes.
1476
1477         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
1478         threads. This fixes different heads playing simultaneously.
1479
1480 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1481
1482         * Documentation/user/{ many }: increase readability (read through 
1483         User manual from `one big page').
1484
1485 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1486
1487         * input/test/polymetric-differing-notes.ly: add example with
1488         disparate note values.
1489
1490         * input/test/polymetric.ly: rename from poly-metric
1491
1492         * scripts/ly2dvi.py (include_path): bugfix: use outbase
1493         iso. outname.
1494
1495         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
1496         G-clef bbox to real char extents. This fixes the G-clef being
1497         offset too much to the right.
1498         document perc clef offset.
1499
1500         WARNING: FONT CHANGED.
1501
1502         * Documentation/user/tutorial.itely (Tutorial): move menu.
1503
1504 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1505
1506         * buildscripts/lilypond-profile.sh (Error): trim error message.
1507
1508         * Documentation/user/invoking.itexi (Invoking the lilypond
1509         binary): add note about path.
1510
1511         * Documentation/user/macros.itexi: add @c at EOL, hopefully
1512         suppresses superfluous spaces.
1513
1514 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1515
1516         * buildscripts/lilypond-profile.sh: Add documentation to error
1517         message.
1518
1519         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
1520
1521 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1522
1523         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
1524         <mike@ossmann.com>)
1525
1526         * Documentation/bibliography/computer-notation.bib (pages): prune
1527         unscientific language.
1528
1529         * Documentation/user/GNUmakefile: copy unsplit file to
1530         lilypond.html (idem for lilypond-internals).
1531
1532         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
1533
1534         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
1535
1536         * python/lilylib.py (lilypond_version): 2.1 proof version check.
1537
1538         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
1539         fix.
1540         
1541 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
1542
1543         * Documentation/user/{ various }: bind text snippets with their
1544         examples, e.g. by punctuation: This is an example.
1545
1546 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1547
1548         * ly/performer-init.ly (VoiceContext): Typos.
1549
1550         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
1551         builds, leave final-install to toplevel srcdir makefile.
1552
1553         * make/srcdir.make.in (install): New target.
1554
1555 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1556
1557         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
1558         This fixes core dump on MIDI output (Simon Weatherill).
1559
1560         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
1561         on local-WWW-post.
1562
1563 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1564
1565         * make/lilypond.redhat.spec.in: add dvips to reqs.
1566
1567 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1568
1569         * make/srcdir.make.in (web): Add special web target.
1570
1571         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
1572         from inner $(LOOP).
1573
1574         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
1575
1576         * stepmake/stepmake/generic-targets.make (www-targets-help):
1577         * GNUmakefile.in (web-install): Install in $(webdir).
1578
1579         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
1580
1581         * cygwin/changelog: 
1582         * cygwin/mknetrel: Update.
1583
1584         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
1585         (html-doc): Remove (use: web).
1586
1587         * stepmake/stepmake/script-rules.make: 
1588         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
1589         Fix $(config_make) dependencies for srcdir build.
1590
1591         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
1592         target for srcdir build.
1593
1594         * stepmake/make/stepmake.make: 
1595         * make/srcdir.make.in: 
1596         * GNUmakefile.in:
1597         * make/stepmake.make (config_make): Rename variable (was:
1598         configuration).
1599
1600 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1601
1602         * Documentation/user/internals.itely (Manipulating music
1603         expressions): run lilypond on example too.
1604
1605         * flower/include/libc-extension.hh: move lrint define to
1606         header. bugfix.
1607         
1608 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1609
1610         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
1611         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
1612         do we recurse whole tree?).
1613
1614         * GNUmakefile.in (html-doc): Resurrect.
1615
1616         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
1617         obsolete $(package-icon) dependency.
1618
1619 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1620
1621         * Documentation/user/refman.itely (Automatic staff changes):
1622         add seealso 
1623
1624         * Documentation/index.html.in: link to bigpage.
1625
1626         * Documentation/user/tutorial.itely (Tutorial): streamline.
1627
1628         * Documentation/index.html.in: url typo.
1629
1630         * VERSION (PACKAGE_NAME): release 1.7.28
1631
1632         * python/lilylib.py (error_log): remove '/' from name.
1633
1634         * input/regression/pedal.ly: remove; dups input/test/
1635         
1636         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
1637
1638         * Documentation/index.html.in: python style doco index.
1639
1640         * Documentation/{footer,header}.html.in (src): remove, 
1641
1642         * Documentation/pictures: remove all but lelie-logo.xpm.
1643
1644         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
1645         before running makeinfo.
1646
1647         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
1648         @code{}
1649
1650 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1651
1652         * input/test/bar-number-regular-interval.ly: rename.
1653
1654         * Documentation/user/*: various fixes. 
1655
1656 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
1657
1658         * Documentation/{ many }: polish for update-all-menus. typos.
1659
1660         * po/fi.po: fixes.
1661
1662         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
1663
1664         * buildscripts/mutopia-index.py: polish.
1665
1666         * input/regression/{ many }, input/test{ many }: polish texidocs.
1667
1668 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1669
1670         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
1671
1672         * lily/text-spanner.cc (brew_molecule): use bracket-flare
1673         iso. edge-widen.
1674
1675         * lily/piano-pedal-engraver.cc (process_music): change from
1676         process_acknowledged ()
1677
1678         * lily/piano-pedal-bracket.cc: new file. Change
1679         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
1680         cleaned up.
1681
1682         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
1683
1684         * input/regression/tuplets.ly (texidoc): rename file.
1685
1686         * po/fr.po: update
1687
1688         * buildscripts/lilypond-profile.sh: error message if script is not
1689         sourced.
1690
1691         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
1692         bracket-flare
1693         (make_bracket): simplify code.
1694
1695         * lily/parser.yy (verbose_command_req): catch typos in \key scale
1696         argument.
1697
1698         * python/lilylib.py (lilypond_version_check): new function
1699
1700         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
1701
1702         * scripts/ly2dvi.py (run_lilypond): add version check.
1703
1704         * scripts/lilypond-book.py (option_definitions): typo
1705
1706         * scripts/ly2dvi.py (include_path): typo
1707
1708         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
1709
1710         * lily/parse-scm.cc (parse_handler): typo
1711
1712         * Documentation/user/macros.itexi: use @heading for headings.
1713
1714         * Documentation/user/refman.itely: updates, fixes.
1715
1716 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
1717
1718         * po/fi.po: add Finnish translations. fixes.
1719
1720         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
1721
1722         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
1723         from lily/glissando-engraver.cc.
1724
1725 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1726
1727         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
1728         for non-first _broken_ bracket.
1729
1730         * Documentation/user/refman.itely: corrections.
1731
1732 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1733
1734         * lily/new-fingering-engraver.cc (position_scripts): add heads to
1735         support of the fingerings.
1736
1737         * po/fr.po: French translation update.
1738
1739         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
1740         strings.
1741
1742 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1743
1744         * Documentation/user/introduction.itely: Small fixes.
1745
1746 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
1747
1748         * Documentation/topdocs/AUTHORS.texi: polish.
1749
1750 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1751
1752         * Documentation/user/introduction.itely: revise
1753
1754         * Documentation/user/tutorial.itely: reorganise.
1755
1756         * Documentation/topdocs/index.tely: remove.
1757
1758         * Documentation/header.html.in: prune.
1759
1760         * GNUmakefile.in: clean up web building.
1761
1762         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
1763         target.
1764
1765 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
1766
1767         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
1768
1769         * lilypond-mode.el: turn on blink-matching-paren.
1770
1771 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1772
1773         * scm/output-sodipodi.scm (svg-header): Fix typo.
1774
1775 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1776
1777         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
1778         fixes a security hole.
1779
1780         * scripts/lilypond-book.py (original_dir): remove temp_dir
1781
1782         * scm/document-translation.scm: use @code tags.
1783
1784 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
1785
1786         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
1787
1788         * lilypond-mode.el: add a buffer-local post-command-hook to set
1789         context dependent syntax-table after each cursor event. Remove old
1790         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
1791
1792         * lilypond-indent.el: update comments.
1793
1794         * Documentation/footer.html.in: add period.
1795
1796 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1797
1798         * make/lilypond.redhat.spec.in (Group): don't strip binary.
1799
1800         * scm/document-translation.scm (document-property-operation): add
1801         @code{} tags.
1802
1803         * VERSION (PACKAGE_NAME): release 1.7.27
1804
1805         * config.make.in: add PAPER variable
1806
1807         * buildscripts/new-chords.py (help): add help text
1808
1809         * Documentation/user/introduction.itely (Typography and program
1810         architecture):  fixes.
1811
1812         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
1813         for texinfo and dvips. This fixes problems with PDF output of the
1814         wrong size.
1815
1816         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
1817         DVIPS_PAPERSIZE variable
1818
1819         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1820         TEXINFO_PAPERSIZE variable 
1821
1822 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1823
1824         * mf/feta-macros.mf: whoops: only draw lines for test situations.
1825
1826         * mf/feta-toevallig.mf: lowres fixes.
1827
1828 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1829
1830         * NEWS: Typo and fill-paragraph fixes.
1831
1832         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
1833         cast #define.
1834
1835         * configure.in: 
1836         * config.hh.in: Check for lrint.
1837
1838 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1839
1840         * VERSION: 1.7.26 released
1841
1842         * lily/separation-item.cc: add padding property.
1843
1844         * input/test/*.ly: various fixes, remove solo-a2.ly
1845
1846         * scm/new-markup.scm (brew-new-markup-molecule): arg order
1847         bugfix. Fixes old-style markup compatibility.
1848
1849         * Documentation/user/introduction.itely (Introduction): historical
1850         elucidations
1851
1852         * Documentation/user/music-glossary.tely (Top): linewidth fix.
1853
1854         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
1855
1856         * Documentation/index.texi (Top): cleanup.
1857
1858         * Documentation/user/introduction.itely (Introduction): rewrite
1859         introduction, 
1860         (Music notation and  engraving): about notation. Add flat-picture
1861
1862 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1863
1864         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
1865         separation items. This keeps lyrics from bumping into each other.
1866
1867 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1868
1869         * GNUmakefile.in (topdocs-web): New target.
1870         (local-web): Depend on topdocs-web; fixes html-doc.
1871
1872 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1873
1874         * po/lilypond.pot: run po-replace
1875
1876         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
1877
1878         * scm/drums.scm (reset-drum-kit): new function.
1879
1880         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
1881
1882         * scripts/update-lily.py: remove
1883         
1884         * VERSION: release 1.7.25
1885         
1886         * Documentation/user/introduction.itely (Introduction): rewrite
1887         start of introduction.
1888
1889 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
1890
1891         * lily/all-font-metrics.cc: fixed typo
1892
1893 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
1894
1895         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
1896         LilyPond-mode-context-set-syntax-table): new functions to define
1897         the syntax table according to context.
1898
1899         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
1900
1901 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1902
1903         * Documentation/user/refman.itely (Figured bass): 
1904         language nit courtesy http://www.vocabula.com
1905
1906         * GNUmakefile.in: remove no kpathsea hack.
1907
1908         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
1909         doco.
1910
1911         * GNUmakefile.in: remove web-doc target.
1912
1913         * lily/all-font-metrics.cc (find_afm): add message about
1914         buildscripts/clean-fonts.sh 
1915
1916         * scm/define-music-properties.scm (figure): use string for 'figure
1917
1918         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
1919
1920         * input/regression/ : add raggedright = ##t where applicable. 
1921         
1922         * scm/bass-figure.scm (make-bass-figure-markup): add
1923         alignBassFigureAccidentals property.
1924
1925         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
1926         bracket.
1927
1928         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
1929         syllables widths into account for minimum-length.
1930
1931         * input/test/staff-container.ly: update file
1932
1933         * input/test/stem.ly: remove
1934
1935         * lily/event.cc (LY_DEFINE): add ly: prefix.
1936
1937         * input/test/clef-manual-control.ly: from manual-clef
1938
1939         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
1940
1941         * input/test/different-time-signatures.ly: move to poly-metric.ly
1942
1943         * input/test/hara-kiri*,scales.ly: remove
1944         
1945         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
1946         with chord-names-jazz.ly)
1947
1948         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
1949         get scalable cm fonts too.
1950
1951         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
1952         --encoding for mftrace if present.
1953
1954         * input/regression/slur-area.ly: move from test/
1955
1956         * input/test/: remove simple-slur-endings slur-attachment
1957         slur-broken-cross-staff slur-broken.ly slur-damping.ly
1958         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
1959         slur-symmetry slur-symmetry tie-broken.ly
1960
1961         * scm/drums.scm (set-drum-kit): add function.
1962
1963         * Documentation/user/refman.itely (Percussion staves): use
1964         set-drum-kit
1965
1966         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
1967         too
1968         (Global_measure.set_timesig): handle 3/8 time sig too.
1969
1970         * scm/output-lib.scm (note-head-style->attachment-coordinates):
1971         note about triangle note heads.
1972
1973         * scm/drums.scm: use alist for instrument-settings. This fixes the
1974         bug with assigning to drums in the .ly file.
1975
1976         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
1977         CHANGED.
1978
1979         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
1980         cluster-beacon-interface
1981
1982         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
1983
1984         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
1985
1986         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
1987
1988         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
1989         to get positions.
1990
1991         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
1992         make ClusterSpannerBeacon to record Y positions. This removes the
1993         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
1994         make cluster-note-events.
1995
1996 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1997
1998         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
1999
2000         * configure.in: Use lily/main.cc as identifying source file.
2001
2002         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
2003
2004         * config.hh.in: 
2005         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
2006
2007         * configure.in: Require PYTHON >= 2.0.
2008
2009         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
2010           $PYTHON for include dir location.
2011         (STEPMAKE_PYTHON): New function.  Use
2012         
2013             PYTHON=foo ./configure
2014
2015           to override.
2016
2017 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2018
2019         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
2020         something.
2021
2022         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
2023         ftp.lilypond.org everywhere.
2024
2025 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2026
2027         * lily/text-item.cc (interpret_new_markup): do only if new-markup
2028         detected.
2029
2030         * Documentation/user/refman.itely (Grace notes): note on explicit
2031         contexts
2032
2033 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
2034
2035         * lilypond-font-lock.el: add a comment about LilyPond specific
2036         escape characters: ^, - and _, in the syntax table.
2037
2038         * Documentation/user/appendices.itely: a majuscule fix.
2039
2040 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2041
2042         * input/test/trills.ly (endHorizScript): fixes.
2043
2044         * input/test/chord-names-jazz.ly: merge in alternate Jazz
2045         notation, move from regression.
2046
2047         * input/test/script-stack.ly: change name from stacked-scripts
2048
2049         * input/test/ossia.ly: octave errors.
2050
2051         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
2052         for midi-volume-equaliser
2053
2054 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2055
2056         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
2057         cm fonts.
2058
2059         * mf/feta-beugel.mf: don't multiply font_count by 10.
2060
2061         * lily/lookup.cc (horizontal_line): new function. Use
2062         horizontal-line in output backends.
2063
2064         * Documentation/user/tutorial.itely (An orchestral part): new
2065         section on orchestral stuff and identifiers.
2066
2067 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
2068
2069         * lilypond-mode.el: comment-out paren-highlighting, it still causes
2070         some interference to other modes.
2071
2072 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2073
2074         * lily/spacing-spanner.cc (musical_column_spacing): use average,
2075         not maximum of spacing wishes in polyphonic situations.
2076
2077         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
2078         number
2079
2080         * lilypond-indent.el: remove paren matching. 
2081
2082         * lily/text-item.cc (interpret_new_markup): new function
2083         use iso. text2molecule.
2084
2085         * lily/main.cc (notice): change FSF address 
2086
2087         * po/de.po: update PO file to 1.6.
2088
2089 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
2090
2091         * Documentation/user/ {many}: Add periods and remove spaces.
2092         
2093 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
2094
2095         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
2096         Disable buffer-locally default paren hook and make a new one. 
2097
2098         * lilypond-mode.el: Turn off locally paren-mode, but turn on
2099         locally LilyPond-paren-mode. Add todo for mouse double-click.
2100
2101 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
2102
2103         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
2104         Disable buffer-locally default paren idle timer and make a new one. 
2105
2106         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
2107         locally LilyPond-show-paren-mode. Add to menu a toggle for
2108         LilyPond-show-paren-function.
2109
2110 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2111
2112         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
2113
2114 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
2115
2116         * Documentation/user/refman.itely: spelling fix.
2117
2118         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
2119         paren highlight function definitions. add todo for
2120         LilyPond-show-paren-mode.
2121
2122 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2123
2124         * input/template/jazz-combo.ly: new file.
2125
2126 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2127
2128         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
2129         lo-res fixes.
2130
2131         * mf/feta-schrift.mf: bugfix in varcoda sign.
2132         WARNING: FONT CHANGED
2133
2134         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
2135         in accordance with lexer.ll.   
2136
2137 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2138
2139         * Documentation/user/tutorial.itely: Edit introduction.
2140
2141 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2142
2143         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
2144         ly:grob-staff-position
2145
2146 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2147
2148         * scm/to-xml.scm: import srfi-1
2149
2150         * VERSION (MAJOR_VERSION):  release 1.7.24
2151
2152         * python/lilylib.py (make_ps_images): make multipage _really_ work.
2153
2154         * scripts/lilypond-book.py (do_file): put texidoc before image.
2155         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
2156
2157         * input/regression/*.ly: fix snippet octaves 
2158
2159         * input/test/spanner-after-break-tweak.ly: import
2160         broken-spanner-adjustment
2161
2162         * input/no-notation/midi-transposing.ly: move from input/test/
2163
2164         * input/test/: remove chord-markup
2165
2166         * input/regression/instrument-name-partial.ly: move from input/test.
2167
2168         * input/test/vertical-text.ly: remove
2169
2170         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
2171         space above lyrics lines.
2172
2173         * input/test/uniform-breaking.ly: remove file.
2174
2175         * lily/gourlay-breaking.cc (combine_demerits): add comment about
2176         uniform spacing density. 
2177
2178         * input/test/chords.ly (keys): remove file.
2179
2180         * scm/documentation-lib.scm (oop): use srfi-1 too.
2181
2182         * input/regression/*.ly: add \version
2183
2184         * Documentation/user/*.itely: various fixes.
2185
2186         * buildscripts/mf-to-table.py (base): break table every three
2187         symbols.
2188
2189         * input/:  remove %% new-chords-done %% .
2190
2191         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
2192         os-music.ly
2193         
2194 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2195
2196         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
2197
2198         * scm/new-markup.scm (box-markup): new function.
2199         (box-markup): new function. Contributed by Dick Schoeller
2200         <schoeller@attbi.com>
2201
2202         * scm/lily.scm: remove reduce-no-unit 
2203         (list-insert-separator): use fold-right
2204
2205         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
2206         of arguments. 
2207
2208         * NEWS: more neutral language for ancient notation 
2209
2210         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
2211         inside pointing beaming for chord tremolo.
2212
2213         * Documentation/user/lilypond-book.itely: minor editing
2214
2215 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
2216
2217         * NEWS: added news for 1.8 regarding ancient notation
2218
2219         * Documentation/user/refman.itely (Gregorian square neumes
2220         ligatures): fixed typo
2221
2222         * lily/vaticana-ligature-engraver.cc,
2223         lily/include/vaticana-ligature.hh: bugfix: use special heads for
2224         lower/upper head of Pes only when heads are stacked
2225
2226         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2227         scm/define-grob-properties.scm: cleanup: make "join-left" a
2228         boolean grob property and save delta pitch in grob property
2229         "delta-pitch" instead
2230
2231         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
2232
2233 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2234
2235         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
2236         completely borked
2237
2238         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
2239         (try_music): bug fix: beam multiplicity was completely borked.
2240
2241         * scm/lily.scm: remove tail, filter-list, filter-out-list,
2242         first-n, butfirst-n in favor of srfi-1 functions.
2243         remove string-join, string-pad in favor of srfi-13 functions.
2244
2245         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
2246
2247         * NEWS: use complete sentences.
2248
2249         * Documentation/user/introduction.itely (Example applications):
2250         add note about databases and lilypond-book.
2251
2252         * input/test/volta.ly: remove file
2253
2254         * input/regression/volta-broken-left-edge.ly: simplify file
2255
2256 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2257
2258         * Documentation/user/refman.itely (Constructing a tweak): new
2259         subsection.
2260
2261         * Documentation/user/tutorial.itely (Fine tuning layout): add
2262         common tweaks.
2263
2264         * scm/define-grobs.scm (TextScript): use new brewer.
2265
2266 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2267
2268         * VERSION: release 1.7.23
2269
2270         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
2271
2272         * python/lilylib.py (make_ps_images): bugfixes.
2273
2274         * input/regression/volta-multi-staff.ly: new file.
2275
2276         * Documentation/user/macros.itexi: refcommands, refcommand macros.
2277
2278         * Documentation/user/tutorial.itely (Piano staffs): new section.
2279         (Setting variables): new section
2280         (Fine tuning layout): new section
2281
2282         * input/just-friends.ly: remove file. Superseeded by
2283         input/test/chords-without-melody.ly
2284
2285         * ly/property-init.ly: add all commands to refman.
2286
2287         * scm/define-translator-properties.scm: remove
2288         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
2289
2290         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
2291         name. Underscores botch up PS output.
2292
2293         * scm/define-translator-properties.scm: remove
2294         textNonEmpty, oneBeat, regularSpacingDelta
2295
2296         * scripts/convert-ly.py (FatalConversionError.conv): conversion
2297         rule for automaticBars.
2298
2299         * lily/timing-engraver.cc (start_translation_timestep): change
2300         barNonAuto to automaticBars
2301
2302 2003-06-30  Graham Percival  <gperlist@shaw.ca>
2303
2304         * input/test/perform-tie.ly: delete file.
2305
2306 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
2307
2308         * Documentation/user/refman.itely (Gregorian square neumes
2309         ligatures): bugfix: do not show ledger lines in neumes table
2310         (fixed by setting staff symbol to transparent rather than removing
2311         it from staff context)
2312
2313 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2314
2315         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
2316         glue into brew-new-markup-molecule.
2317
2318         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
2319
2320         * Documentation/user/introduction.itely (Computerized typography):
2321         new section
2322
2323         * Documentation/user/tutorial.itely (An orchestral part): remove
2324         pc example from tutorial.
2325
2326         * input/tutorial/lilbook.tex: use screech-boink
2327
2328         * scripts/lilypond-book.py (compile_all_files): split formatting
2329         output body and scheduling lilypond compilation.
2330         (format_lilypond_output_bodies): new function
2331         (format_lilypond_block): new function
2332         (html_pages): allow multi-page images in HTML
2333
2334         * python/lilylib.py (make_ps_images): rename function from
2335         make_preview, merge with make_page_images
2336
2337 2003-06-28  Graham Percival  <gperlist@shaw.ca>
2338
2339         * input/test/key-clefs.ly: moved to regression.
2340
2341         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
2342
2343         * input/no-notation/README: added note about midi-*.ly files.
2344
2345         * input/test/two-key.ly: moved to no-notation/parse5.ly
2346
2347         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
2348         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
2349
2350         * input/test/ {various}: modified comments, marked some for deletion.
2351
2352         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
2353
2354         * input/test/mmrest-collision: moved to regression.
2355
2356 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2357
2358         * scm/chord-name.scm (note-name->markup): don't superscript root
2359         alterations in chordnames.
2360
2361 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2362
2363         * Documentation/user/refman.itely (Multi measure rests): more
2364         index/cross-referencing.
2365
2366         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
2367
2368         * scm/font.scm: remove properties-to-font-name code.
2369
2370         * scm/define-grob-properties.scm: remove 'type
2371
2372         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
2373         conversion
2374
2375         * lily/text-spanner.cc: change 'type grob prop to 'style 
2376
2377         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
2378         "first" flag to decide whether to make a start-repeat
2379
2380         * input/regression/grace-volta-repeat-2.ly: new file.
2381
2382 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2383
2384         * lilypond-indent.el: rename generic functions to LilyPond-*
2385
2386 2003-06-22  Graham Percival  <gperlist@shaw.ca>
2387
2388         * input/test/thumb.ly: delete, merged into refman.
2389
2390         * Documentation/user/refman.itely: added thumb info to Fingering.
2391
2392         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
2393         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
2394         vertical-align.ly : deleted files.
2395
2396 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2397
2398         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
2399
2400         * lily/line-spanner.cc (broken_trend_offset): remove function.
2401         (get_broken_offset): idem.
2402         (brew_molecule): rewrite the line-break case.
2403
2404         * input/regression/follow-voice-break.ly:  new file.
2405
2406         * lily/line-spanner.cc (after_line_breaking): remove lines at the
2407         start of a system.
2408
2409 2003-06-20  Graham Percival  <gperlist@shaw.ca>
2410
2411         * input/test/tuplet-rest.ly: moved to regression.
2412
2413         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
2414         deleted file.
2415
2416         * input/test/ {many} : marked file for possible deletion.
2417
2418 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2419
2420         * input/regression/beam-funky.ly: add note about (disputed)
2421         correct beaming.
2422
2423         * ly/engraver-init.ly (ScoreContext): put key-signature after
2424         staff-bar
2425         
2426 2003-06-20  Graham Percival  <gperlist@shaw.ca>
2427
2428         * input/test/ broken.ly lyric-phrasing.ly: deleted.
2429
2430         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
2431
2432         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
2433
2434         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
2435         stem-extend was deleted (it was duplicate example, and not as
2436         good).
2437
2438         * input/test/[s-z]*.ly: add texidoc index.
2439
2440 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2441
2442         * lily/slur.cc (get_boundary_notecolumn_y): change name from
2443         get_first_notecolumn_y
2444
2445         * lily/spanner.cc (broken_spanner_index): new function.
2446
2447 2003-06-19  Graham Percival  <gperlist@shaw.ca>
2448
2449         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
2450         lyric-hyphen.ly : moved to regression.
2451
2452         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
2453         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
2454
2455         * input/test/instrument-name-mmrest.ly: moved to
2456         ../regression/multi-measure-rest-instr-name.ly
2457
2458         * input/test/knee-sym.ly: moved to
2459         ../regression/beam-knee-symmetry.ly.
2460
2461         * input/test/hymn.ly: change comments.
2462
2463         * input/test/[p-r]*.ly: add texidoc index.
2464
2465 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2466
2467         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
2468         to postfix syntax
2469         
2470         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
2471         syntax.
2472
2473         * VERSION: release 1.7.22
2474
2475 2003-06-18  Graham Percival  <gperlist@shaw.ca>
2476
2477         * input/test/[h-k]*.ly: added texidoc index.
2478
2479         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
2480
2481         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
2482
2483         * input/test/ various : mark files for deletion or moving to regression.
2484
2485         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
2486
2487         * input/test/[l-o]*.ly: added texidoc index.
2488
2489 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2490
2491         * scm/music-functions.scm (make-ottava-set): 
2492         only do ottavation if centralCPosition is set.
2493
2494         * lily/translator-scheme.cc (ly:context-property-where-defined):
2495         return '() if not found.
2496
2497 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
2498
2499         * lilypond-mode.el (LilyPond-un-comment-region): removed.
2500         Use one command for both commenting and uncommenting.
2501
2502         * lilypond-indent.el (LilyPond-comment-region): new function,
2503         (un)comments each line separately.
2504
2505         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
2506         
2507         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
2508         imenu is not added by default; adapted from f90.el,
2509         makes Help-menu, which does not fit, visible in XEmacs.
2510         
2511 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
2512
2513         * lilypond-mode.el: Set show-paren-mode local; minor-mode
2514         show-paren-mode sets blink-matching-paren-on-screen local.
2515         Try to make show-paren-function to paren-highlight local.
2516
2517         * lilypond-indent.el (LilyPond-scan-sexps): new function.
2518         Copy definitions of Emacs' show-paren-function and
2519         XEmacs' paren-highlight and make minimal changes;
2520         add comments about locality. 
2521         Fix matching first open-paren-char in '<< .. >>'.
2522
2523 2003-06-16  Graham Percival  <gperlist@shaw.ca>
2524
2525         * input/test/g*: added texidoc index.
2526
2527         * input/test/[a-g]*: added raggedright==#t when it
2528          seemed appropiate.
2529
2530         * input/test/ fake-grace.ly figured-bass.ly : removed file.
2531
2532         * Documentation/topdoc/INSTALL.texi: removed false warnings
2533         about gcc 3.3.
2534
2535 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2536
2537         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
2538
2539         * input/test/chords-without-melody.ly (texidoc): add from
2540         input/just-friends.ly
2541
2542         * input/regression/size{13--26}.ly: move from input/
2543
2544         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
2545         input/{star-spangled-banner,twinkle}.ly: remove 
2546         
2547         * lily/slur.cc: remove slur over rest warnings.
2548
2549         * lily/note-spacing.cc (get_spacing): include left part of right
2550         object in fixed space. This fixes stretched space before
2551         accidentals.
2552
2553         * input/regression/spacing-accidental-stretch.ly: new file.
2554
2555 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
2556
2557         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
2558         Reduce to 16pt.
2559
2560 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2561
2562         * input/regression/spacing-knee.ly: docstring
2563
2564         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
2565
2566         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
2567         input/tutorial/{test,solar,flowing}.ly: remove
2568
2569         * input/rhythm.ly: remove
2570
2571         * input/mutopia/F.Schubert/standchen.ly: update syntax.
2572
2573         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
2574         update syntax. 
2575
2576         * scm/define-grobs.scm (all-grob-descriptions): set
2577         knee-spacing-correction to 1.0
2578
2579         * lily/note-spacing.cc (stem_dir_correction): compute knee
2580         correction using stem-thickness and head width.
2581
2582         * input/regression/beam-quanting-horizontal.ly: update texidoc
2583
2584         * scm/define-grobs.scm (all-grob-descriptions): set
2585         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
2586         This fixes 32nd beams for noteheads in spaces quants.
2587
2588         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
2589
2590 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
2591
2592         * README.mandrake: Change lilypond-extras to lilypond-documentation.
2593
2594 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2595
2596         * input/test/dpncnt.ly,part-combine-score.ly: remove.
2597
2598         * VERSION (PACKAGE_NAME): release 1.7.21
2599
2600         * input/regression/stem-shorten.ly: new file.
2601
2602         * lily/stem.cc (get_default_stem_end_position): revise stem
2603         shortening code.
2604
2605         * input/regression/spacing-multi-tuplet.ly: move from input/test/
2606
2607         * input/test/{scripts,volta-start,sleur}.ly: remove
2608         
2609         * input/regression/span-bar.ly: smaller file.
2610
2611         * input/regression/spacing-{natural,tight,loose}.ly: remove
2612
2613         * input/test/markup.ly: remove
2614
2615         * scripts/lilypond-book.py: put printfilename in separate chunk,
2616         so texidoc is printed after the filename.  
2617
2618 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
2619
2620         * make/lilypond.mandrake.spec.in: fix docdirs.
2621
2622 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2623
2624         * input/regression/beam-french.ly: bugfix.
2625
2626         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
2627
2628         * input/regression/(various).ly: add raggedright = #t.
2629
2630         * input/regression/auto-beam.ly: move from abe.ly
2631
2632 2003-06-13  Graham Percival  <gperlist@shaw.ca>
2633
2634         * input/test/f*.ly: added texinfo index.
2635         
2636         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
2637
2638 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2639
2640         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
2641         quant penalty for beam just outside staff.
2642
2643         * input/regression/beam-quanting-horizontal.ly (texidoc): move
2644         from beam-pos.ly,  remove non-horizontal tests. 
2645
2646         * input/test/(various): cleanup header info. 
2647
2648         * input/test/tchaikovsky.ly: remove file.
2649
2650         * scm/chord-generic-names.scm: move from
2651         double-plus-new-chord-name.scm
2652
2653         * input/test/orchestscore.ly: remove file
2654
2655         * Documentation/user/refman.itely (Vocal music): update documentation.
2656
2657         * scm/define-translator-properties.scm (chordNoteNamer): remove
2658         chordNameStyle, use chordNameFunction
2659
2660         * scm/chord-name.scm (set-chord-name-style): remove
2661         set-chord-name-style. Use \property chordNameFunction.
2662
2663 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2664
2665         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2666         music): remove @TeX{} command.
2667
2668 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2669
2670         * lilypond-indent.el (scan-sexps): Renamed to
2671         aargh-this-breaks-other-emacs-modes-scan-sexps.
2672
2673 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
2674
2675         * lilypond-indent.el: Fix: match concurrent one-char opening and 
2676         closing slurs: '()', etc. Add comments.
2677
2678         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
2679
2680         * lilypond-font-lock.el: match unending string at eof.
2681
2682         * make/lilypond.mandrake.spec.in: refreshed packed file list.
2683         
2684 2003-06-10  Graham Percival  <gperlist@shaw.ca>
2685
2686         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
2687         input/test/beam-dir.ly input/test/beam-position.ly    
2688         input/test/beam-suspect.ly input/test/beam-trend.ly    
2689         input/test/beams.ly input/test/crescendo-text.ly : deleted
2690         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
2691         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
2692         * input/test/default-bars.ly: moved to bar-always.ly
2693         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
2694
2695 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2696
2697         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
2698
2699 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2700
2701         * scm/chord-ignatzek-names.scm (remove-step): rename file.
2702
2703 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
2704
2705         * lilypond-indent.el: Match better slurs in scheme expressions.
2706         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
2707
2708         * Documentation/user/invoking.itexi: document Emacs' paren matching.
2709
2710 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2711
2712         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
2713
2714         * input/ac-extra-voice.ly: Add texidoc.
2715
2716         * ly/chord-modifiers-init.ly: 
2717         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
2718         and chordNameExceptionsPartial for new chord names.
2719
2720         * input/test/chord-names-dpnj.ly: 
2721         * input/test/dpncnt.ly: Update.
2722
2723         * scm/chord-name.scm: 
2724         * scm/double-plus-new-chord-name.scm: Add compatibility for new
2725         chord selection and options.
2726
2727         * ly/chord-modifiers-init.ly: Add exceptions 
2728
2729         * scm/define-translator-properties.scm (chordNameStyle) 
2730         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
2731
2732 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
2733
2734         * ly/property-init.ly (germanChords): Added.
2735         (semiGermanChords): Added.
2736         
2737         * input/test/chord-names-german.ly: Use new macros
2738         
2739 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
2740
2741         * lilypond-indent.el: Use similar parenthesis highlighting for 
2742         Emacs and XEmacs through redefinitions of parenthesis highlighting 
2743         functions; removed LilyPond-show-paren-function. Fix indenting.
2744         Turn paren-matching on also in XEmacs.
2745
2746         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
2747         as needed by parenthesis highlighting functions (in scan-sexp).
2748
2749 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2750
2751         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
2752         function.
2753         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
2754
2755 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
2756
2757         * lilypond-indent.el: tune regexp for show-paren-function.
2758
2759 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2760
2761         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
2762         for all LilyPond-produced tex snippets.
2763
2764         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
2765         fixes one line --preview output of ly2dvi.
2766
2767 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
2768
2769         * lilypond-indent.el: match only one type of slurs in
2770         LilyPond-show-paren-function.
2771
2772 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2773
2774         * debian/GNUmakefile (EXTRA_DIST_FILES): 
2775         * debian/lilypond1.7.dirs: 
2776         * debian/lilypond1.7-doc.dirs: New file.
2777
2778         * input/regression/chord-name-exceptions.ly: Add parameter for
2779         ignatzekExceptions.  Quote hash in docstring.
2780
2781 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
2782
2783         * lilypond-indent.el (show-paren-function): define show-paren-function
2784         as LilyPond-blink-matching-open and use it for closing parens.
2785         Let LilyPond-blink-matching-open know whether a bracket was inserted.
2786
2787         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
2788         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
2789         LilyPond-blink-matching-paren in order to match both open and close
2790         brackets.
2791         
2792 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
2793
2794         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
2795         testing by modifying the code from FSF Emacs paren.el. Add comments.
2796
2797 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2798
2799         * input/test/dpncnt.ly: Transpose example to match new
2800         default \chords octave.  Add comment.
2801         
2802         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
2803         comment about octave change.
2804
2805 2003-06-04  Graham Percival  <gperlist@shaw.ca>
2806
2807         * input/test/[d,e]: added texinfo index tags.
2808         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
2809
2810 2003-06-04  Graham Percival  <gperlist@shaw.ca>
2811
2812         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
2813
2814 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
2815
2816         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
2817         as in blink-matching-open.
2818
2819 2003-06-03  Graham Percival  <gperlist@shaw.ca>
2820
2821         * input/test/[a-c]: more comments in files.
2822         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
2823         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
2824         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
2825         mark file for proposed deletion.
2826         * input/test: renaming files:
2827         auto-beam-4-8.ly to beam-auto-4-8.ly
2828         auto-beam-override.ly to beam-auto-override.ly
2829         auto-beam.ly to beam-auto.ly
2830         blank.ly to blank-paper.ly
2831         absolute-volume.ly to dynamic-absolute-volume.ly
2832
2833 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2834
2835         * input/test/dpncnt.ly: 
2836         * input/test/chord-names-dpnj.ly: Resurrect.
2837
2838         * lily/my-lily-lexer.cc: Remove chordnames keyword.
2839
2840         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
2841
2842         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
2843         Better docstring, add parameter OMIT-ROOT, tidy up.
2844
2845 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
2846
2847         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
2848
2849 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2850
2851         * scm/output-ascii-script.scm (as-font-alist-alist):
2852         (as-properties-to-font-name):
2853         (as-make-style-sheet): Remove.
2854
2855         * scm/font.scm (as-make-font-list): New function.
2856         (as-font-sheet-alist): New variable.
2857
2858         * ly/paper-as9-init.ly: 
2859         * ly/paper-as5-init.ly: Update.
2860
2861         * ly/paper-as5.ly:
2862         * ly/paper-as9.ly: New file.
2863
2864 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2865
2866         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
2867
2868 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2869         * input/sondag-morgen/*: removed due to copyright concerns.
2870         * input/[a,b]*.ly: added a newline at the end of the texinfo
2871         doc string (produces better output in HTML version).
2872         * input/c*.ly: added texinfo index and added comments to
2873         aid in future changes to input/test/ files.
2874
2875 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2876         
2877         * Documentation/user/refman.itely: fixed build problem (missing
2878         file) caused by previous renaming.
2879
2880 2003-05-28  Graham Percival  <gperlist@shaw.ca>
2881         
2882         * input/test/[a,b]*.ly: added texinfo index and added comments to
2883         aid in future changes to input/test/ files.
2884         * input/test/bar-number-every-5-reset.ly: renamed to
2885         bar-number-every-five-reset.ly
2886         * input/test/bar-script-visibility.ly: renamed to
2887         bar-number-show-all.ly
2888
2889 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2890
2891         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
2892         to Voice.
2893
2894         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
2895         out note-line and glissando functionality.
2896         
2897         * lily/line-spanner.cc (brew_molecule): cleanup.
2898
2899 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2900
2901         * scripts/as2text.scm: Use rdelim module.
2902         (start-system): Rename from start-line.
2903         (stop-system): Rename from stop-line.
2904         (af-gulp-file): Use string iso symbol for getenv.
2905
2906         * scm/output-ascii-script.scm: Add guile and lily modules.
2907         (font-name-alist): New variable.
2908         (draw-line): New function.
2909
2910         * scm/output-lib.scm (func, arg->string): Re-add from archive.
2911         (Were these silently removed, without ChangeLog entry?)
2912
2913 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2914
2915         * scm/music-functions.scm (make-ottava-set): bugfixes: also
2916         process 2nd ottava correctly.
2917
2918 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
2919
2920         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
2921
2922 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2923
2924         * Documentation/user/converters.itely (Invoking midi2ly): Update.
2925
2926 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2927
2928         * VERSION: release 1.7.20
2929         
2930         * lily/text-spanner.cc (brew_molecule): clean up function. This
2931         fixes bugs with broken 8va spanners.
2932
2933         * lily/simple-spacer.cc (solve): also compute force for raggedright.
2934         This prevents spurious line-breaks with raggedright
2935         
2936 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2937
2938         * lily/key-performer.cc (create_audio_elements): always use major
2939         key
2940
2941         * Documentation/user/internals.itely: updates
2942
2943         * input/regression/beam-break.ly: new file.
2944
2945         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
2946         beams if starting or terminating stems have 'beaming set.)
2947
2948         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
2949         property.
2950
2951         * lily/parser.yy (verbose_command_req): add comment about scales.
2952
2953 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
2954
2955         * lilypond-indent.el: adjust regexps in bracket-matching.
2956
2957 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
2958
2959         * Documentation/user/refman.itely: more tiny fixes
2960
2961         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
2962         "Chord names"; added table with input syntax for solesmes neumes
2963         table; added some words about rationale on input syntax design
2964
2965         * lily/gregorian-ligature-engraver.cc,
2966         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2967         lily/include/gregorian-ligature.hh: bugfix: horizontal head
2968         alignment of Pes Initio Debilis
2969
2970         * Documentation/user/refman.itely,
2971         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
2972         mf/parmesan-heads.mf: fixed most of the head selection/alignment
2973         bugs in the solesmes neumes table
2974
2975 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
2976
2977         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
2978         Similarly, match '[' and ']' by skipping '\[' and '\]'.
2979
2980         * lilypond-mode.el: fix tag-score. small improvements.
2981
2982 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2983
2984         * .cvsignore: Add aclocal.m4.
2985
2986         * lily/music-constructor.cc: Include <assert.h>.
2987
2988 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2989
2990         * ly/engraver-init.ly (HaraKiriStaffContext): use
2991         RemoveEmptyStaffContext instead.
2992
2993         * Documentation/user/refman.itely: updates
2994
2995 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
2996
2997         * Documentation/user/refman.itely: added solesmes neumes table;
2998         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
2999         bugfix: "Ornaments" -> "Articulations"
3000
3001         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
3002
3003 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
3004
3005         * lilypond-indent.el: Add a message about trying to match \] or \).
3006         
3007 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
3008         
3009         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
3010         obsolete "arithmetic_*"
3011
3012         * input/bugs/ligatures.ly: removed (will be put into a different
3013         directory later)
3014
3015 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3016
3017         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
3018         libkpathsea (Maurizio Tomasi).
3019
3020 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3021
3022         * input/regression/repeat-slash.ly (texidoc): new file
3023
3024         * lily/slash-repeat-engraver.cc (try_music): new file, handle
3025         slash repeats separately. Slash repeats and %
3026         repeats can now be nested.
3027
3028 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
3029
3030         * lilypond-indent.el: Add preliminary test for closing \] and \).
3031         
3032 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
3033
3034         * lily/gregorian-ligature-engraver.cc,
3035         lily/vaticana-ligature-engraver.cc,
3036         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
3037         mf/parmesan-heads.mf: various semivocalis related bugfixes
3038
3039         * input/bugs/ligatures.ly: new file demonstrating problems with
3040         ligatures
3041         
3042 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
3043
3044         * lilypond-mode.el,
3045         lilypond-font-lock.el,
3046         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
3047
3048 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
3049
3050         * lilypond-mode.el: Remove outdated code. Stress the difference 
3051         between Emacs and XEmacs definitions.
3052
3053         * lilypond-mode.el,
3054         lilypond-indent.el: Define a function interactive only when necessary.
3055
3056 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
3057
3058         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
3059         Use inactive regions also in XEmacs.
3060
3061 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3062
3063         * Documentation/user/refman.itely (Repeat syntax): more updates
3064
3065         * lily/simple-spacer.cc (solve): move solution process into
3066         solve(). This fixes a bug with collisions and raggedright = ##t.
3067  
3068         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
3069
3070         * ly/engraver-init.ly: remove GraceContext. Update examples.
3071
3072 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3073
3074         * GNUmakefile.in (fonts): Also make fontball.
3075
3076         * Website fixes:
3077
3078         * ly/engraver-init.ly (GraceContext): Add.
3079
3080         * run:
3081
3082             convert-ly $(find . -name *.ly)
3083
3084         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
3085         new chords.
3086
3087 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3088
3089         * VERSION: 1.7.19 released
3090         
3091         * scm/music-functions.scm (set-octavation): new function.
3092
3093         * input/regression/ottava.ly: new file
3094
3095         * lily/translator-scheme.cc (LY_DEFINE): new function
3096         ly:unset-context-property
3097         (LY_DEFINE) new function ly:context-property-where-defined: 
3098
3099 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
3100
3101         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
3102
3103         * lilypond.words: add few.
3104
3105         * input/test/script-chart.ly: fix typo.
3106
3107 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3108
3109         * scm/define-grobs.scm: uniform naming for definitions and output
3110         routine files. 
3111
3112         * ly/engraver-init.ly (ChoirStaffContext): add \description from
3113         scm/context-description.scm
3114
3115         * lily/parser.yy (translator_spec_body): add \description to the
3116         \translator{} body syntax.
3117
3118         * lily/ottava-engraver.cc: new file.
3119
3120         * scm/chord-name.scm (natural-chord-alteration): replace old
3121         chord stuff. 
3122
3123         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
3124
3125         * Documentation/user/refman.itely (Metronome marks): update doco.
3126
3127         * input/regression/markup-note.ly: new file
3128
3129         * input/regression/metronome-marking.ly: new file
3130
3131         * lily/metronome-engraver.cc: new file. Print \tempo markings.
3132
3133         * scm/new-markup.scm (note-markup): make a note glyph, useful for
3134         metronome marks.
3135
3136 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3137
3138         * Documentation/user/GNUmakefile: Compatibility fix for new
3139         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
3140         for making binary packages; info splitting bug has been fixed.
3141
3142         * Documentation/user/refman.itely: Compile fixes.
3143
3144 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
3145
3146         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
3147         Count \midi -keywords also for a region.
3148
3149 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3150
3151         * lily/lookup.cc (LY_DEFINE): new function
3152
3153         * Documentation/user/tutorial.itely: updates
3154
3155 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
3156
3157         * lilypond-mode.el: Allow Midi on buffer.
3158         Use only '.ly'-extension, remove '.sly' and '.fly'.
3159         Allow use of inactive regions. Invoke next Command on Master file, 
3160         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
3161
3162 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3163
3164         * Documentation/user/tutorial.itely: updates.
3165
3166 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
3167
3168         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
3169
3170 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
3171
3172         * lily/coherent-ligature-engraver.cc: fixed typo
3173
3174         * lily/coherent-ligature-engraver.cc,
3175         lily/gregorian-ligature-engraver.cc,
3176         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
3177         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
3178         lily/vaticana-ligature-engraver.cc,
3179         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
3180         scm/grob-description.scm: cleanup: junked LigatureHead grob and
3181         removed all ligature specific stuff from NoteHead code
3182
3183         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
3184         ligatures now use regular noteheads
3185
3186         * lily/vaticana-ligature.cc: tiny code cleanups
3187
3188         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
3189         space between two adjacent noteheads of the same pitch
3190
3191         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
3192         description; cleanup: removed obsolete font-family settings
3193
3194 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
3195
3196         * lily/coherent-ligature-engraver.cc,
3197         lily/gregorian-ligature-engraver.cc,
3198         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
3199         lily/mensural-ligature-engraver.cc,
3200         lily/vaticana-ligature-engraver.cc,
3201         lily/include/gregorian-ligature-engraver.hh: updated for new
3202         Coherent_ligature_engraver; added comments that describe the basic
3203         design ideas of the ligature implementation
3204
3205         * lily/coherent-ligature-engraver.cc,
3206         lily/include/coherent-ligature-engraver.hh: new file: shared code
3207         between mensural ligatures and Gregorian chant notation ligatures
3208
3209 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
3210
3211         * lilypond-mode.el: XEmacs fixes: include two definitions for the
3212         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
3213         use only two arguments in sit-for, use no arguments in
3214         read-char-exclusive, backspace is not a character (127) in XEmacs.
3215
3216         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
3217
3218 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
3219
3220         * lilypond-mode.el: un-commenting works after syntax-table fix.
3221
3222         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
3223         group, verbose commenting for syntax table.
3224
3225         * lilypond-indent.el: add TODO for ligature slurs.
3226
3227 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
3228
3229         * lilypond-mode.el: Move comments of parenthesis matching away,
3230         (blink-matching-paren-on-screen) fix blinking in Emacs.
3231
3232         * lilypond-font-lock.el: Fix parent-matching for Emacs:
3233         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
3234
3235         * lilypond-indent.el: Add TODO for parenthesis matching.
3236
3237 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
3238
3239         * lilypond-mode.el: Fix XEmacs: 
3240         changed [S-iso-lefttab] to [(shift iso-lefttab)],
3241         invoke explicitly easy-menu-add (in Emacs done automatically).
3242         
3243         * lilypond.words: Add few words from input/*/*.ly.
3244
3245 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3246
3247         * VERSION (PATCH_LEVEL): release 1.7.18
3248
3249         * scripts/lilypond-book.py: only print basename for printfilename
3250         option
3251
3252         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
3253         and syntax updates.
3254
3255 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3256
3257         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
3258         better parametrisation. Move fatness of bulb downward.
3259
3260         * mf/parmesan-custodes.mf (dir_down): remove underscores from
3261         glyph names. Underscores are not allowed .ps encoding files.
3262
3263 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
3264
3265         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
3266         variable "packed" for packed right-ragged mode
3267
3268         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
3269         unused variable ragged; fixed indentation
3270
3271         * Documentation/user/refman.itely: tiny cleanups in ancient
3272         clef and custos section
3273
3274 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3275
3276         * lily/parser.yy (Simple_music): add \applyoutput, syntax
3277         \applyoutput PROCEDURE
3278
3279         * lily/my-lily-lexer.cc: add \applyoutput.
3280
3281         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
3282
3283         * lily/text-item.cc: clean text-interface description
3284
3285 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3286
3287         * input/{regression,test}/: use postfix for slur endings and beam
3288         begins.
3289
3290         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
3291         style beams too. 
3292
3293         * input/regression/lyrics-melisma-beam.ly: new file.
3294
3295         * lily/lyric-engraver.cc (process_music): change from
3296         process_acknowledged_grobs()
3297
3298         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
3299         functions to set and revert auto-beam settings.
3300
3301 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3302
3303         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
3304
3305 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
3306
3307         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
3308         Documentation/user/lilypond.tely: fixed some typos; updated author
3309         info
3310
3311         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
3312         #"" -> #'flag-style = #'()
3313
3314         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
3315         cleanup: removed dead #includes
3316
3317         * lily/gregorian-ligature-engraver.cc,
3318         lily/include/gregorian-ligature.hh,
3319         scm/grob-property-description.scm: small cleanups, small spacing
3320         fixes
3321
3322         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
3323         lily/vaticana-ligature.cc,
3324         lily/include/gregorian-ligature-engraver.hh,
3325         scm/grob-property-description.scm, scm/music-types.scm:
3326         "porrectus" -> "pes or flexa"
3327
3328         * ly/engraver-init.ly, scm/grob-description.scm,
3329         scm/grob-property-description.scm: junked porrectus, now handled
3330         by ligature code
3331
3332         * scm/grob-description.scm: bugfix: added space-alist entry for
3333         breathing sign/custos
3334
3335 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3336
3337         * Another grand 2003 update.
3338         
3339         * Remove mentioning of `mudela'; There's no such thing.
3340
3341 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3342
3343         * Documentation/user/preface.itely (Preface to version 1.8): update
3344
3345         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
3346
3347         * Documentation/user/converters.itely (Invoking convert-ly): revise
3348
3349         * scripts/convert-ly.py (outfile_name): remove --assume-old.
3350
3351         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
3352
3353 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3354
3355         * Documentation/user/internals.itely: more updates.
3356
3357 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3358
3359         * Documentation/user/refman.itely: revise 
3360
3361         * Documentation/user/internals.itely: revise
3362
3363         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
3364
3365 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
3366
3367         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
3368         beautification: reformatted ancient clefs section; cleanup: small
3369         wording fixes
3370
3371 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
3372
3373         * lilypond.words: added words for chant notation, sorted
3374         alphabetically through "sort lilypond.words"
3375
3376 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
3377
3378         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
3379         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
3380         chant notation
3381
3382 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
3383
3384         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
3385         prevent TeX from interpreting them as long dash
3386
3387         * input/test/vaticana.ly: updated
3388
3389         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
3390         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
3391         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
3392         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
3393         fixes
3394
3395         * mf/parmesan-heads.mf: ledger endings: removed dead code
3396
3397 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3398
3399         * VERSION: 1.7.17 released
3400         
3401         * Documentation/user/GNUmakefile
3402         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
3403         files too.
3404
3405         * scm/document-markup.scm: new file: document all markup
3406         functions.
3407
3408         * scm/documentation-generate.scm: rename all documentation modules
3409         to document-*.scm
3410
3411         * scripts/lilypond-book.py: generate link to .ly file iso. link to
3412         .png
3413
3414         * input/test/divisiones.ly: added
3415
3416         * input/regression/output-property.ly: new file
3417
3418         * lily/cluster.cc: change cluster-interface to use style property
3419
3420 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
3421
3422         * input/test/chord-names-german.ly: modified.
3423
3424         * scm/chords-ignatzek.scm:
3425           chord-name->german-markup: Added
3426           note-name->german-markup: Changed (now producing lowercase notenames)
3427
3428         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
3429         
3430 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3431
3432         * scripts/convert-ly.py (FatalConversionError.conv):
3433         divisiominima -> divisioMinima, etc.
3434
3435         * ly/engraver-init.ly (FiguredBassContext): add
3436         Separating_line_group_engraver to Figured bass context.
3437
3438         * ly/german-chords-init.ly: remove file
3439
3440         * input/test/chord-names-german.ly (scm): new file.
3441
3442         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
3443
3444         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
3445         Chord_name_engraver
3446
3447         * Documentation/user/refman.itely: lots of updates.
3448
3449         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
3450         new file
3451
3452         * input/test/bar-number-every-5-reset.ly: new file.
3453
3454 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3455
3456         * input/regression/chord-name-major7.ly: new file
3457
3458         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
3459         if specced explicitly.
3460
3461         * input/regression/chord-name-entry-11.ly: new file.
3462
3463         * input/test/slur-beautiful.ly: new file.
3464
3465         * Documentation/user/refman.itely: updates.
3466
3467         * input/regression/collisions.ly (threevoice): cleanup.
3468
3469         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
3470
3471 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3472
3473         * Documentation/user/*.itely: various updates.
3474
3475         * ly/spanners-init.ly: enddecr/ endcr.
3476
3477         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
3478         of tutorial
3479
3480 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3481
3482         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
3483
3484         * lily/new-chord-name-engraver.cc (process_music): use octavation
3485         (a number) instead of original-pitch to store inversions. This
3486         fixes a problem with transposed chords with inversions.  
3487
3488 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3489
3490         * stepmake/aclocal.m4: Include compile fix for broken flex, as
3491         used in includable-lexer.hh.
3492
3493         * lily/includable-lexer.cc: Bugfix: include config.h.
3494
3495         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
3496         circumvention of Debian packaging bug.
3497
3498 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3499
3500         * flex-2.5.31 hits Debian/unstable.  Fixes below.
3501         
3502         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
3503
3504         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
3505         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
3506
3507         * lily/include/includable-lexer.hh: 
3508         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
3509
3510         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
3511
3512         * aclocal.m4: Regenerate.
3513
3514         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
3515         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
3516
3517         * scm/pdf.scm (use-modules): Include lily.
3518
3519         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
3520         Noordkamp).
3521         (use-modules): Include lily.
3522         (lily-def): Bugfix: include tex-val in let.
3523
3524 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
3525
3526         * lilypond-mode.el: sensible error if lilypond.words not found.
3527
3528         * lilypond.words: add few words.
3529
3530 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
3531
3532         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
3533
3534         * mf/parmesan-scripts.mf: fixed typo in char name
3535
3536 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3537
3538         * VERSION: 1.7.16 released
3539
3540         * python/lilylib.py (setup_temp): temporary directories are mode 700.
3541         (this is a security vulnerability).
3542
3543         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
3544
3545         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
3546         add staff support.
3547
3548 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
3549
3550         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
3551         ly/script-init.ly, scm/script.scm: bugfix: renamed
3552         fermata->signumcongruentiae to fix naming clash with feta font
3553
3554 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3555
3556         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
3557
3558         * lily/multi-measure-rest-engraver.cc
3559         (start_translation_timestep): use grace timing too for determining
3560         when to make mmrest.
3561         (start_translation_timestep): clear numbers too.
3562
3563 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
3564
3565         * scm/music-types.scm: compile fix: escape braces
3566
3567         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
3568         work around font selection problem
3569
3570         * Documentation/user/refman.itely: BreathingSign: added docu for
3571         property "text"
3572
3573 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3574
3575         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
3576         information.
3577
3578 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3579
3580         * lily/multi-measure-rest-engraver.cc (class
3581         Multi_measure_rest_engraver): make multiple Number objects, one
3582         for each MultiMeasureTextEvent.
3583
3584         * scm/music-functions.scm (glue-mm-rest-texts): use
3585         MultiMeasureTextEvent
3586
3587         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
3588
3589         * Documentation/user/refman.itely (Multi measure rests): update.
3590
3591 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3592
3593         * lily/ly-module.cc (ly_copy_module_variables): use
3594         scm_internal_hash_fold() for iterating modules.
3595
3596 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
3597
3598         * Documentation/user/refman.itely: Section Custodes: added more
3599         example code
3600
3601         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
3602         neo-mensural rests to parmesan font
3603
3604         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
3605         header
3606
3607 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3608
3609         * Documentation/user/macros.itexi: @fileref macro.
3610
3611         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
3612         each file. 
3613
3614 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
3615
3616         * lily/include/custos.hh, make/lilypond.suse.spec.in,
3617         Documentation/topdocs/AUTHORS.texi: updated my email address
3618
3619         * Documentation/user/refman.itely: updated custos documentation;
3620         beautified divisiones example; beautified articulations table
3621
3622         * lily/breathing-sign.cc: bugfix: finalis molecule
3623
3624 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
3625
3626         * Documentation/user/refman.itely: added docu for
3627         contemporary fermata symbols, gregorian breathing signs; small fixes
3628
3629         * ly/gregorian-init.ly: removed obsolete #'type props
3630
3631 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3632
3633         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
3634         minimum-length property correctly.
3635
3636 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3637
3638         * scm/music-functions.scm (make-multi-measure-rest): set input
3639         locations for multimeasure rests.
3640
3641 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
3642
3643         * input/regression/breathing-sign.ly: updated to for ancient
3644         notation
3645
3646 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3647
3648         * scripts/ly2dvi.py: Add newline.
3649
3650 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3651
3652         * scripts/ly2dvi.py (dependency_files): Compile fix.
3653
3654 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3655
3656         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
3657         (make_html_menu_file): --html menu. 
3658
3659 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3660
3661         * scripts/ly2dvi.py (run_dvips): +add the .map file 
3662
3663 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3664
3665         * input/screech-boink.ly: new file.
3666
3667 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3668
3669         * scripts/lilypond-book.py (make_lilypond_file): convert
3670         lilypond-file to lilypond block directly, without going through
3671         begin/end lilypond text.
3672         
3673
3674 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
3675
3676         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
3677         scm/grob-description.scm: moved Michael's original breathing sign
3678         code in brew_molecule() to divisio_minima(); provided new
3679         brew_molecule() that effectively replaces the
3680         Text_item::brew_molecule callback (with additional fallback to
3681         Michael's original code); added callbacks for brewing divisio
3682         maior/maxima and finalis
3683
3684         * gregorian-init.ly: added breathing sign shortcuts for virgula,
3685         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
3686
3687         * script-init.ly: added shortfermata, longfermata,
3688         verylongfermata, varcoda
3689
3690         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
3691         longfermata, verylongfermata, varcomma, varcoda
3692
3693 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3694
3695         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
3696           Remove all noquote and insert a few quote.
3697         
3698         * Documentation/user/lilypond-book.itely (Music fragment options),
3699           scripts/lilypond-book.py: Don't include quotation blocks by
3700           default. Introduce option quote instead of noquote
3701
3702 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3703
3704         * VERSION: 1.7.15 released
3705         
3706         * Documentation/user/lilypond.tely: omf updates.
3707
3708         * buildscripts/texi2omf.py (omf_vars): include version.date
3709
3710         * make/lilypond.redhat.spec.in: fixes for spec file. 
3711
3712         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
3713         by function definition: lily now requires a recent GNU Make.
3714
3715         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
3716
3717         * make/ly-rules.make: remove .ly -> .tex rule
3718
3719         * Documentation/user/refman.itely (Figured bass): revised figured
3720         bass example.
3721
3722 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3723
3724         * stepmake/stepmake/omf-targets.make (local-install): add
3725         scrollkeeper-update message.
3726
3727         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
3728         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
3729
3730         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
3731
3732         * Documentation/user/converters.itely (Invoking midi2ly): add
3733         track/channel notice.
3734
3735 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3736
3737         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
3738
3739         * lily/parser.yy (scalar): DIGIT is also a scalar.
3740
3741         * Documentation/user/music-glossary.tely: add @omf tags
3742
3743         * Documentation/user/lilypond.tely: add @omf tags
3744
3745         * scm/generate-documentation.scm (string-append): add @omf tags.
3746
3747         * stepmake/stepmake/omf-*: new files 
3748
3749         * input/regression/multi-measure-rest.ly (texidoc): add doco
3750
3751         * GNUmakefile.in (web-doc-install): add web-doc-install target
3752
3753         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
3754         fixes crashes while dumping MIDI.
3755
3756         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
3757         midi
3758
3759 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3760
3761         * buildscripts/texi2omf.py: new file.
3762
3763         * mf/feta-beugel.mf: include font count, not staffsize (16) in
3764         font-name
3765
3766 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3767
3768         * input/regression/beam-manual-beaming.ly (texidoc): new file.
3769
3770         * lily/sequential-iterator.cc (descend_to_child): call
3771         descend_to_child() for all types of music.
3772
3773 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3774
3775         * scm/translator-property-description.scm: Add
3776         bassFigureFormatFunction.  Replace some entries.
3777
3778 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3779
3780         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
3781         clean out.
3782
3783 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3784
3785         * scripts/midi2ly.py (Note.dump): never dump duration for
3786         dump_dur=0.
3787
3788         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
3789         new function
3790
3791         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
3792         figures using new markups. Much simpler, and should improve layout
3793         a little.
3794
3795         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
3796
3797 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3798
3799         * ly/engraver-init.ly: use Hara kiri by default for 
3800         ChordNames, FiguredBass and Lyrics(Voice) context. 
3801
3802         * lily/axis-group-engraver.cc (acknowledge_grob): use
3803         rhythmic-grob-interface for selecting items not to hara-kiri'd 
3804
3805         * scm/new-markup.scm (markup-function-list): add bracket,
3806         vbracket.
3807
3808         * ly/engraver-init.ly (ChordNamesContext): set
3809         minimumVerticalExtent
3810
3811 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3812
3813         * input/test/time-signature-double.ly: new file 
3814
3815         * input/regression/collision-head-chords.ly (texidoc): new file.
3816
3817         * lily/type-swallow-translator.cc: add note swallow translator 
3818
3819         * input/test/time-signature-double.ly: new file.
3820
3821         * lily/type-swallow-translator.cc: add Rest_swallow_translator
3822
3823         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
3824         (FiguredBassContext): idem.
3825
3826         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
3827
3828         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
3829
3830         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
3831
3832         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
3833         .afm dependency
3834
3835         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
3836
3837         * python/lilylib.py (make_page_images): add function.
3838
3839         * scripts/ly2dvi.py (run_latex): include title in preview image.
3840
3841         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
3842         from lilypond-book for <ly2dvifile> tags in HTML.
3843
3844         * scripts/ly2dvi.py (option_definitions): add --debug option to
3845         print out environment.
3846
3847         * input/regression/tie-chord-partial.ly: new file.
3848
3849 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
3850
3851         * lilypond.words: add 3
3852
3853 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3854
3855         * scm/new-markup.scm (markup-function-list): add finger-markup
3856
3857         * input/tutorial/brahms-tweaked.ly: new markup 
3858
3859         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
3860
3861         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
3862         crash when processing '() markup
3863
3864         * input/regression/breathing-sign.ly (texidoc): add caesura example.
3865
3866         * lily/breathing-sign.cc (railtracks): another caesura.
3867
3868         * mf/feta-schrift.mf: caesura symbol. 
3869
3870 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3871
3872         * scripts/convert-ly.py (FatalConversionError.conv): add
3873         ly:molecule-XXX conversions.
3874
3875         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
3876
3877         * input/regression/multi-measure-rest-text.ly: new file.
3878
3879         * scm/music-functions.scm (glue-mm-rest-texts): automatically
3880         convert MMREST-TEXT to MultiMeasureRestNumber settings.
3881
3882         * ly/engraver-init.ly (ScoreContext): move tablature settings to
3883         ScoreContext
3884
3885         * scm/new-markup.scm (center-markup): \center markup.
3886
3887         * scm/music-functions.scm: remove pitchify scripts.
3888
3889         * lily/music.cc (print_smob): display music name if available 
3890
3891 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3892
3893         * Documentation/user/refman.itely (Instrument names): remove
3894         \turnOff doco.
3895
3896 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3897
3898         * lily/score.cc (mark_smob): bugfix.
3899
3900         * input/regression/rehearsal-mark.ly: new file.
3901
3902         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
3903         report error at the current token again.
3904
3905 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3906
3907         * cygwin/mknetrel: Exit if doc build fails.
3908
3909         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
3910
3911 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3912
3913         * scm/music-types.scm (music-descriptions): add doc strings
3914
3915 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3916
3917         * lily/lexer.ll: 
3918         * lily/include/my-lily-lexer.hh: 
3919         * lily/include/includable-lexer.hh: Add flex kludge.
3920
3921         * config.hh.in: 
3922         * config.make.in: 
3923         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
3924         cruft.
3925         
3926         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
3927         code.
3928
3929 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3930
3931         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
3932
3933         * lily/parser.yy (new_chord): Compile fix.
3934
3935 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3936
3937         * Documentation/user/refman.itely (Tuning groups of objects):
3938         remove documentation for \turnOff. 
3939
3940         * lily/percent-repeat-engraver.cc (try_music): add correct
3941         processing moments for double-measure percents as well.
3942
3943         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
3944
3945         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
3946         grob prop type. 
3947
3948         * Documentation/user/refman.itely (Printing named chords): add
3949         chord name tweak doco.
3950
3951         * input/template/gregorian-transcription.ly: new file.
3952
3953 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3954
3955         * VERSION: 1.7.13 released
3956         
3957         * input/test/*: lots of cleanups/comment-outs/removals in chord
3958         examples
3959         
3960         * input/regression/*: lots of cleanups/comment-outs/removals in
3961         chord examples
3962         
3963         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
3964         options
3965
3966         * lily/new-chord-name-engraver.cc (process_music): give original
3967         inversion pitch to chord name routine.
3968
3969         * input/tutorial/os-score.ly: update to new markup
3970
3971         * Documentation/user/appendices.itely: simply include
3972         chords-ignatzek. 
3973
3974         * Documentation/user/refman.itely (Chords mode): add documentation
3975         for chord mode.
3976
3977         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
3978         not present in chord.
3979         (construct-chord): add inversion and bass support.
3980
3981         * lily/chord.cc: junk contents.
3982
3983 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
3984
3985         * Documentation/user/refman.itely:
3986         * Documentation/user/music-glossary.tely: fix. 
3987
3988 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3989
3990         * scm/chord-entry.scm (construct-chord): move chord construction
3991         to Scheme.
3992
3993         * lily/parser.yy (new_chord): new setup for chord entry.
3994
3995 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
3996
3997         * lilypond.words:
3998         * Documentation/user/music-glossary.tely: add ambitus.
3999
4000 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4001
4002         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
4003
4004         * lily/include/*.hh: string() -> to_string()
4005
4006         * scm/chords-ignatzek.scm: new file.
4007
4008         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
4009         standard chord name exceptions.
4010
4011         * scm/translator-property-description.scm (chordNameSeparator):
4012         add property.
4013         (majorSevenSymbol): add property
4014
4015         * lily/translator-scheme.cc (ly:context-properties): new function
4016         (ly:context-parent): new function.
4017         (print_smob): print context name.
4018
4019         * lily/music.cc (ly:get-music-length): new function
4020         (print_smob): don't print properties.
4021
4022         * lily/duration.cc (duration<?): new function
4023
4024         * input/regression/chords-funky-ignatzek.ly: new file.
4025
4026         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
4027         jazz chords.
4028
4029         * lily/pitch.cc (ly:pitch-diff): new function.
4030
4031         * input/regression/chords-ignatzek.ly: new file.
4032
4033 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4034
4035         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
4036         pitches for jazz chords.
4037
4038 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4039
4040         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
4041
4042 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
4043
4044         * lilypond.words: add 1
4045
4046 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
4047
4048         * Documentation/topdocs/AUTHORS.texi: refine.
4049
4050 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4051
4052         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
4053         
4054         * lilypond.words: add one.
4055
4056 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
4057
4058         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
4059         Fontify bass note in chords, e.g., e in c1/e.
4060         
4061 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4062
4063         * Documentation/user/music-glossary.tely: Dutch updates and
4064         additions (Arent Storm).
4065
4066 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4067
4068         * input/regression/ambitus.ly:  move file.      
4069
4070         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
4071
4072         * lily/event.cc (transpose): add tonic property to Key_change_req
4073         and to Key_engraver.
4074
4075 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
4076
4077         * Documentation/user/refman.itely: fix typo.
4078
4079         * lilypond.words: removed wrong identifiers.
4080
4081 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4082
4083         * mf/feta-toevallig.mf: make flat stem shorter 
4084
4085 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
4086
4087         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
4088
4089         * lilypond.words: add from Phrasing slur.
4090         
4091 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
4092
4093         * lilypond-mode.el: allow launching multiple ViewPS processes.
4094         
4095         * lilypond.words: add from Text markup.
4096
4097 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4098
4099         * input/test/ossia.ly (texidoc): add comment.
4100
4101         * input/regression/voice-follower.ly: new file.
4102
4103         * mf/feta-toevallig.mf: make flat heavier.
4104
4105         * lily/cluster-engraver.cc: clean up Cluster engraver
4106
4107         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
4108         Engraver. Use Note_column to compute Y positions and deal with
4109         line break stuff.
4110
4111 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4112
4113         * lily/stem.cc: move french-beaming to stem.
4114
4115 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
4116
4117         * lilypond-font-lock.el: fontify all durations in chords.
4118
4119         * lilypond.words: add from lily/my-lily-lexer.cc
4120
4121 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4122
4123         * VERSION: release 1.7.12
4124
4125         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
4126
4127         * lily/gregorian-ligature.cc: new file
4128
4129         * lily/*: the Great 2003 search & replace.
4130
4131         * Documentation/user/refman.itely (Manual repeat commands): add
4132         note about font selection.
4133
4134 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
4135
4136         * lilypond-mode.el: propose recompiling midi while invoking playing,
4137         not while stopping playing.
4138
4139 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
4140
4141         * lilypond.words: add one.
4142
4143         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
4144         and expressional note grouping. Fontify chord modes.
4145
4146 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
4147
4148         * Documentation/user/music-glossary.tely (Top): translate melisma.
4149
4150 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4151
4152         * Documentation/user/music-glossary.tely (Top): add melisma.
4153
4154 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
4155
4156         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
4157         interfaces for (abstract) grob GregorianLigature
4158
4159         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
4160         renamed head* -> glyph_name*, x-shift* -> x-offset*
4161
4162         * scm/grob-property-description.scm: bugfix: added missing descriptions
4163
4164 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4165
4166         * input/test/chord-names-dpnj.ly: New file.
4167
4168         * scm/double-plus-new-chord-name.scm: Implement full and partial
4169         exceptions.
4170
4171         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
4172
4173         * scm/double-plus-new-chord-name.scm
4174         (double-plus-new-chord->markup): Fix sub->markup.
4175
4176
4177 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
4178
4179         * lily/custos-engraver.cc: added TODO; editorial changes
4180
4181         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
4182         consistency with other ligature engravers; removed access on (now)
4183         private variable _ligature of Ligature_engraver
4184
4185         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
4186         renamed last_bound -> last_bound_; issue programming_error on
4187         abstract method calls; moved primitives code from
4188         Mensural_bracket_engraver to here (because almost ligature
4189         engravers will need it); renamed try_stop_ligature () ->
4190         typeset_ligature (); bugfix: store primitives of finished ligature
4191         in separate variable finished_primitives_ to avoid clash on input
4192         like "\] \["; added current_ligature () to enable access on
4193         private variable _ligature
4194
4195         * lily/mensural-ligature-engraver.cc: removed primitives_ code
4196         (now in super class); renamed try_stop_ligature () ->
4197         typeset_ligature ()
4198
4199         * lily/mensural-ligature.cc: issue programming_error on abstract
4200         method calls
4201
4202         * lily/note-heads-engraver.cc: added TODO comment upon bool
4203         in_ligature
4204
4205         * mf/parmesan-heads.mf: fixed some of set_char_box()
4206
4207         * scm/grob-description.scm: added VaticanaLigature
4208
4209         * scm/grob-property-description.scm: added neume prefix properties
4210
4211         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
4212         lily/include/gregorian-ligature-engraver.hh,
4213         lily/include/gregorian-ligature.hh: new files; framework for
4214         gregorian ligature engravers such as vaticana
4215
4216         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
4217         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
4218         vaticana style ligature implementation (still somewhat uncomplete)
4219
4220 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4221
4222         * VERSION: release 1.7.11
4223
4224         * scripts/convert-ly.py: add ly:pitch-transpose rule
4225
4226 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4227
4228         * input/test/dpncnt.ly: New file.
4229
4230         * lily/my-lily-lexer.cc: Add chordnames keyword.
4231
4232         * lily/parser.yy (chordnames_block): Parse chord name exception
4233         lists, see input/test/dpncnt.ly.
4234
4235         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
4236         function.
4237
4238         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
4239         filter-out too.
4240
4241         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
4242         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
4243         pitch functions (except for ly:make-pitch, but that's apparently
4244         some sort of scheme naming standard?).
4245
4246         * scm/lily.scm (!=): define-public.
4247
4248         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
4249
4250 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4251
4252         * scm/double-plus-new-chord-name.scm
4253         (double-plus-new-chord-name->markup): New file.
4254
4255 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4256
4257         * python/lilylib.py (make_preview): don't suppress progress for
4258         bbox extraction.
4259
4260 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4261
4262         * Documentation/user/appendices.itely (scheme): update for new syntax.
4263
4264         * input/regression/chord-name-styles.ly: new file
4265
4266         * lily/instrument-name-engraver.cc: create instrument names
4267         without barline too.  Allows instrument name on ChordNames  
4268
4269         * scm/new-markup.scm (interpret-markup): allow simple strings as
4270         markup too.
4271
4272 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4273
4274         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
4275         (step->markup-accidental): Fix: add accidental.
4276         (chord::inner-name-american): 
4277         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
4278         append stray '/' if last superscript addition was 'o'.
4279
4280         * scm/new-markup.scm (normal-size-sub-markup) 
4281         (normal-size-super-markup): New function.
4282
4283         * lily/source-file.cc (Source_file): Add warning for possibly
4284         intentional but suspicious initialization.
4285
4286         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
4287         add comments about cut-and-paste programming.
4288
4289         * flower/rational.cc (lcm): Not used; comment out.
4290
4291 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4292
4293         * lily/new-fingering-engraver.cc (position_scripts): use
4294         fingerHorizontalDirection to determine fingering horizontal
4295         directions.
4296  
4297         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
4298         fingering support.
4299
4300         * scripts/convert-ly.py (FatalConversionError.conv): add style
4301         conversion rule. 
4302
4303         * scm/chord-name.scm (set-chord-name-style): new function.
4304         (new-chord-name-brew-molecule): revise to interpret markup only
4305         (new-chord->markup): cleanuppish rewrite. To be called from the
4306         new engraver.
4307
4308         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
4309         Markup earlier, during interpreting.
4310
4311         * input/test/{banter,jazz,american}-chords.ly (scheme): update
4312         style settings. Rename to chord-names-*.ly
4313
4314 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4315
4316         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
4317         markup code and update to new markup.  Most probably broke some of
4318         it.
4319         
4320 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
4321
4322         * Documentation/user/refman.itely: added docu for ambitus and
4323         clusters
4324
4325         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
4326         ly_quote_scm() in lookup.cc
4327
4328         * mf/parmesan-clefs.mf: set_char_box fix
4329
4330         * lily/cluster-engraver.cc: junk implicit protection; use
4331         Protected_scm instead
4332
4333 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4334
4335         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
4336         throughout.
4337
4338         * scm/new-markup.scm: Turn-off error-triggering test code.
4339
4340 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4341
4342         * scm/new-markup.scm (markup-thrower-typecheck) 
4343         (markup-typecheck?):  add full typechecking functions.
4344         (make-markup-maker): add make-FOO-markup functions.
4345         (markup-argument-list-error): nice error checking messages.
4346         (make-markup): better function: less quoting escapades.
4347
4348 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4349
4350         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
4351
4352 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4353
4354         * cygwin/lilypond.hint (requires): Add cygwin.
4355
4356         * .cvsignore: Remove stepmake (huh!?!), add lib.
4357
4358         * GNUmakefile.in: Add libdir links for builddir runs.
4359
4360         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
4361         instead of datadir.
4362
4363         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
4364         local_lilypond_libdir.
4365
4366         * config.make.in (lilypond_libdir): Add.
4367
4368         * stepmake/stepmake/substitute-rules.make: 
4369         * stepmake/stepmake/script-rules.make: 
4370         * stepmake/stepmake/python-module-rules.make:
4371         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
4372         lilypond-python-module patch.
4373
4374 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4375
4376         * Documentation/user/refman.itely (Graphical interfaces): add note
4377         about xml2ly.
4378
4379 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4380
4381         * scripts/ly2dvi.py (run_dvips): remove trailing newline
4382
4383 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4384
4385         * VERSION: released 1.7.10
4386
4387         * scripts/musedata2ly.py (): idem
4388
4389         * scripts/midi2ly.py (dump_chord): idem
4390
4391         * scripts/etf2ly.py (version): idem 
4392
4393         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
4394
4395         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
4396
4397         * scm/tex.scm (tex-output-expression): remove eval compat
4398         glut. Other output files too.
4399
4400         * scm/chord-name.scm: don't export anything from chord module.
4401
4402         * input/test/american-chords.ly: idem
4403
4404         * input/test/banter-chords.ly (texidoc): idem
4405
4406         * input/test/Cc-chords.ly: add breakage notes.
4407
4408         * Documentation/user/refman.itely (Text markup): rewrite manual section.
4409
4410         * lily/parser.yy (scalar): allow \markup { } as property value. 
4411
4412         * scm/chord-name.scm: complete new markup usage
4413
4414         * scm/grob-description.scm (all-grob-descriptions): use new markup
4415         texts by default
4416
4417 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4418
4419         * scm/chord-name.scm: partial move to new markup texts.
4420
4421 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4422
4423         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
4424
4425         * scm/bass-figure.scm (brew-bass-figure): make stack direction
4426         settable.
4427
4428 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
4429
4430         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
4431         invoked for old midi, wait for killing.
4432
4433 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
4434
4435         * Documentation/user/music-glossary.tely: Finnishing.
4436
4437 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4438
4439         * mf/feta-nummer-code.mf: some kerning pairs.
4440
4441 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
4442
4443         * scm/output-lib.scm (set-bar-number-visibility): Context-function
4444         Added.
4445
4446         * Documentation/user/refman.itely (Bar numbers):
4447         set-bar-number-visibility added, modulo-bar-number removed again
4448         (sorry).
4449
4450 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
4451
4452         * scm/output-lib.scm (modulo-bar-number-visible): add function.
4453
4454         * Documentation/user/refman.itely: add modulo-bar-number-visible.
4455
4456         * Documentation/user/music-glossary.tely: translate into Finnish.
4457
4458 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
4459
4460         * lilypond-mode.el: add shortcut for 2midi
4461
4462         * lilypond-font-lock.el: fontify lyrics
4463
4464 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
4465
4466         * scm/drums.scm : use 1.7.x names.
4467
4468         * input/regression/drums.ly : Don't use << chords >>
4469
4470 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
4471
4472         * lilypond-mode.el: tidy, add TODO
4473
4474         * make/lilypond.mandrake.spec.in: install-info quietly.
4475
4476 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4477
4478         * input/test/markup.ly: use new syntax.
4479
4480 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4481
4482         * ly/params-init.ly (interscoreline): add word-space
4483
4484         * input/test/metronome.ly (eighthNote): idem.
4485
4486         * input/test/script-priority.ly: use new markup
4487
4488         * lily/parser.yy (markup): allow HEAD markup0 markup1 
4489
4490         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
4491
4492         * lily/parser.yy (gen_text_def): bugfix.
4493         (full_markup): allow markup identifier.
4494
4495 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
4496
4497         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
4498         jobs at the same time. Add horizontal lines to Command menu.
4499         Allow one compiling job -- propose killing others before a new one.
4500
4501         * lilypond.words: add markup, teeny, etc.
4502
4503 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
4504
4505         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
4506         Allow only one type of midi process; launching Midi either stops
4507         midis or plays the current midi and launching MidiAll stops midis
4508         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
4509         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
4510
4511 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4512
4513         * lily/text-engraver.cc (process_acknowledged_grobs): use new
4514         markup  for new markup texts.
4515
4516         * lily/mark-engraver.cc (process_music): idem
4517         
4518         * lily/instrument-name-engraver.cc (create_text): idem
4519
4520         * scm/new-markup.scm (magnify-markup): new function.
4521
4522         * scm/molecule.scm (stack-lines): bugfix.
4523
4524         * lily/font-interface.cc (get_font): take font-magnification from
4525         alist chain.
4526
4527 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4528
4529         * lily/molecule-scheme.cc: move scheme functions to separate file.
4530
4531         * lily/font-metric.cc  (ly_get_glyph): new function. 
4532         
4533         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
4534         (italic-markup, dynamic-markup): new functions
4535         (font-markup): new function
4536
4537         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
4538         padding and minimum
4539
4540 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
4541
4542         * lily/accidental-engraver.cc:
4543         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
4544
4545 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
4546
4547         * lilypond.vim:
4548         * lilypond-font-lock.el: Put \longa as duration. Accept only 
4549         [a-zA-Z] for user defined identifiers. Separate note cases 
4550         with and without a duration (allow cis\longaX).
4551
4552         * lilypond.words: Add words from Info.
4553
4554 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4555
4556         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
4557
4558 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
4559
4560         * lilypond-mode.el: Propose reverting buffer before a command if
4561         it was edited with an another editor.
4562
4563 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4564
4565         * lily/molecule.cc (ly_translate_molecule): new function
4566
4567         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
4568         into libdir
4569
4570         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
4571
4572         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
4573
4574 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
4575
4576         * lilypond.words: take \words from Info-index.
4577
4578 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4579
4580         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
4581
4582 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
4583
4584         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
4585
4586 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
4587
4588         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
4589         and lilypond-documentation.
4590
4591 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4592
4593         * lily/parser.yy: Compile fix (bison 1.75).
4594
4595 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4596
4597         * VERSION: 1.7.9 released
4598
4599         * scm/music-functions.scm (shift-one-duration-log): refactor.
4600         Use music-map.
4601
4602         * input/regression/chord-tremolo.ly (texidoc): add dot test.
4603
4604         * NEWS: update.
4605
4606         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
4607         argument
4608         
4609         * scm/music-functions.scm (display-music): new function
4610         (music-map): change arg order.
4611
4612         * input/regression/new-markup-syntax.scm: new file
4613
4614         * lily/parser.yy (markup): add \markup { .. } syntax.
4615
4616         * scm/new-markup.scm (override-markup): new function
4617         (lookup-markup): new function
4618         (music-markup): new function
4619         (lookup-markup-command): use markup-signature to store argument
4620         format for parser.
4621
4622         * lily/lexer.ll: preliminary \markup syntax. 
4623
4624 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
4625
4626         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
4627         add pre/post-dependencies and menus with icons from source.
4628
4629         * Documentation/pictures/lilypond-48x48.xpm:
4630         * Documentation/pictures/lilypond-32x32.xpm:
4631         * Documentation/pictures/lilypond-16x16.xpm: new files, background
4632         transparent.
4633
4634         * stepmake/stepmake/generic-targets.make:
4635         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
4636
4637 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4638
4639         * input/regression/music-map.ly (texidoc): new file.
4640
4641         * scm/music-functions.scm (music-map): new function
4642
4643 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4644
4645         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
4646
4647 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
4648
4649         * input/test/to-xml.ly:
4650         * lily/ligature-engraver.cc: Fixes documentation.
4651
4652         * lilypond.mandrake.spec.in:
4653         * lilypond.redhat.spec.in: Add lilypond.words.
4654
4655         * Documentation/user/refman.itely: Mention Info inside emacs.
4656         
4657         * lilypond.suse.spec.in:
4658         * lilypond.redhat.spec.in: 
4659         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
4660
4661 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4662
4663         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
4664         os.popen.read ().
4665
4666 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4667
4668         * scripts/ly2dvi.py (include_path): print warning if failing anything.
4669
4670         * python/lilylib.py (error): add space
4671
4672 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4673
4674         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
4675         distribution.
4676
4677 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4678
4679         * lily/paper-outputter.cc (Paper_outputter): close port when
4680         finishing score.
4681
4682 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4683
4684         * scm/sodipodi.scm: Fixes.
4685
4686 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
4687
4688         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
4689
4690         * buildscripts/make-font-dir.py: Fix. 
4691
4692 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
4693
4694         * lilypond-mode.el: Add support for Info inside Emacs.
4695
4696 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4697
4698         * buildscripts/make-font-dir.py: 
4699         * mf/GNUmakefile: Make sodipodi font map.
4700
4701         * scm/sodipodi.scm: Add more output functions.
4702
4703         * mf/feta-nummer.mf: 
4704         * mf/feta-beugel.mf: Add font_coding_scheme.
4705
4706         * lily/paper-outputter.cc (output_header): Fix creator string.
4707
4708 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
4709
4710         * lilypond-mode.el (LilyPond-autocompletion): invoked with
4711         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
4712
4713         * lilypond.words: add two (Everybody can add/remove words now!).
4714
4715         * debian/rules:
4716         * make/lilypond.suse.spec.in:
4717         * make/lilypond.mandrake.spec.in:
4718         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
4719
4720         * Documentation/user/refman.itely: Mention autocompletion.
4721
4722 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4723
4724         * scripts/ly2dvi.py: Add paper sizes.
4725
4726         * lily/timing-engraver.cc: 
4727         * lily/time-signature.cc: 
4728         * lily/span-bar.cc: 
4729         * lily/grob-scheme.cc: Code formatting fixes.
4730
4731         * scm/sodipodi.scm: 
4732         * scm/sketch.scm:
4733         * buildscripts/mf-to-table.py: 
4734         * buildscripts/make-font-dir.py: Font testing.
4735
4736 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
4737
4738         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
4739         inserts try-completion and shows all-completions.
4740
4741         * lilypond.words: '\' -> '\\'
4742
4743         * lilypond-mode.el: load libraries in the end, lilypond.words defines
4744         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
4745         
4746         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
4747         and LilyPond-reserved-words.
4748         
4749 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
4750
4751         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
4752         from load-path.
4753         
4754         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
4755         the mini-buffer with Control-Shift-c.
4756         
4757 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4758
4759         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
4760         duration. This fixes \tempo taking time.
4761
4762 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4763
4764         * lily/volta-engraver.cc (process_acknowledged_grobs): 
4765         Allow for text markup in repeatCommands. 
4766
4767 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
4768
4769         * lilypond-mode.el (LilyPond-insert-string): new function, use it
4770         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
4771         Get rid of skeleton.el-dependency.
4772
4773         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
4774
4775 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4776
4777         * lily/beam-engraver.cc (stop_translation_timestep): reset
4778         now_stop_ev_
4779
4780         * lily/scm-option.cc: add parse-protect to ly:set-option
4781
4782         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
4783
4784 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4785
4786         * lily/include/ligature-bracket.hh: removed
4787         * lily/ligature-bracket.cc: removed
4788
4789         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
4790         .tex
4791
4792         * lily/beam.cc (set_beaming): don't change beam count on rests.
4793         (brew_molecule): always set flag-width > 0.
4794
4795 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
4796
4797         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
4798         chars, remove instructions; instead, refer to lilypond-init.el and
4799         Documentation/topdocs/INSTALL.texi.
4800
4801         * lilypond.words: add identifiers and reserved words.
4802
4803         * Documentation/topdocs/INSTALL.texi: separate sections for installing
4804         files and adding a load-path.
4805
4806         * lilypond-init.el: Instructions, extracted from 
4807         Documentation/topdocs/INSTALL.texi. 
4808         
4809 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4810
4811         * VERSION: 1.7.8 released 
4812
4813         * lily/grob.cc (warning): better robustness fix.
4814
4815 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
4816
4817         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
4818
4819         * lily/cluster-engraver.cc: stick better to variable naming
4820         conventions
4821
4822         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
4823         until stop_translation_timestep()
4824
4825         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
4826         min/max coordinates to backend, but no musical info such as
4827         pitches
4828
4829         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
4830
4831         * lily/grob.cc: robustness fix: warning(): do not crash if
4832         cause is not set
4833
4834         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
4835         the much more elaborated tuplet brackets than the very naive and
4836         simple ligature bracket grob
4837
4838 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4839
4840         * Documentation/user/refman.itely (Analysis brackets): add
4841         horizontal bracket doco.
4842
4843         * ly/property-init.ly (setMmRestFermata): added.
4844
4845         * Documentation/user/refman.itely (Multi measure rests): fermatas
4846         on mm rests.
4847
4848         * input/regression/apply-context.ly (texidoc): new file
4849
4850         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
4851         code to be executed during interpretation. Possible applications:
4852         smart octavation, more advanced bar checks. 
4853
4854         * lily/apply-context-iterator.cc: new file.
4855
4856 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4857
4858         * input/test/new-markup.ly: new file.
4859
4860         * lily/text-item.cc (text_to_molecule): new function
4861
4862         * scm/new-markup.scm (lambda): new file
4863
4864         * lily/function-documentation.cc (ly_add_function_documentation):
4865         add proc property as well
4866
4867 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4868
4869         * Documentation/user/music-glossary.tely (Top): add custos.
4870
4871 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
4872
4873         * Documentation/topdocs/INSTALL.texi: advise how to include source
4874         path to Emacs load-path and improve language.
4875
4876 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4877
4878         * GNUmakefile.in: config.h message fix.
4879
4880         * autogen.sh:
4881         * aclocal.m4: Regenerate.
4882
4883         * configure.in: 
4884         * config.make.in: 
4885         * stepmake/config.make.in: 
4886         * stepmake/configure.in: 
4887         * stepmake/autogen.sh: 
4888         * stepmake/aclocal.m4: Update for autoconf 2.56.
4889
4890 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
4891
4892         * Documentation/topdocs/INSTALL.texi: instructions for an user how
4893         to install Emacs-mode. Instructions how to use vim-mode.
4894
4895 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4896
4897         * scm/music-types.scm (music-descriptions): no length for tempo event.
4898
4899         * input/*.ly: add \version everywhere.
4900         
4901         * input/*.ly: update syntax to 1.7 + new-chords.
4902
4903         * VERSION: 1.7.7 released.
4904         
4905         * Documentation/user/*.tely: new chord syntax.
4906
4907         * input/regression/[bc]*.ly (texidoc): syntax updates.
4908         
4909 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
4910
4911         * lilypond.words: add vocabulary to be used in auto-completion
4912
4913         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
4914
4915         * lilypond.vim: allow note name at EOF
4916
4917 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4918
4919         * buildscripts/new-chords.py (edit): -e option: inline editing.
4920
4921         * input/regression/a*.ly (texidoc): syntax updates.
4922
4923         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
4924         music): elucidations. 
4925
4926 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
4927
4928         * lily/include/lily-proto.hh, ly/engraver-init.ly,
4929         ly/spanners-init.ly, scm/grob-description.scm,
4930         scm/grob-property-description.scm, scm/music-types.scm,
4931         lily/cluster-engraver.cc, lily/cluster.cc,
4932         lily/include/cluster.hh, input/test/cluster.ly: cluster
4933         implementation
4934
4935         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
4936         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
4937         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
4938
4939         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
4940
4941         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
4942
4943         * scm/grob-description.scm: bugfix: by default, use default note
4944         head style when engraving ligatures
4945
4946         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
4947
4948         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
4949         events
4950
4951         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
4952
4953         * input/test/ancient-font.ly: bugfix: style -> flag-style
4954
4955         * lily/ligature-engraver.cc: indentation fix
4956
4957         * lily/parser.yy: indentation fixes
4958         
4959 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4960
4961         * input/regression/measure-grouping.ly: more elaborate example.
4962
4963         * lily/moment.cc: ly:add-moment, ly:mul-moment,
4964         ly:div-moment. New functions 
4965
4966         * scm/music-functions.scm (set-time-signature): new function,
4967         allow inline time sig settings with measure grouping.
4968
4969         * lily/parser.yy (command_element): move time sig construction
4970         into Scheme.
4971
4972         * lily/side-position-interface.cc (out_of_staff): new function,
4973         like padding, but keep minimum distance from staff. Easier than
4974         linespanners (dynamics, pedals), but roughly the same effect.
4975
4976 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
4977
4978         * emacs-mode.el: Added spanish-note-replacements 
4979         (Carlos Betancourt, <carlos.betancourt@chello.be>).
4980
4981         * vimrc: (Un)commenting with <(S-)F12>, tidy.
4982
4983 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
4984
4985         * lilypond.vim: Do not fontify cises, desis, etc.
4986
4987         * vimrc: view dvi with <S-F6>
4988
4989 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4990
4991         * lily/lookup.cc (triangle): new function.
4992
4993         * input/regression/measure-grouping.ly (texidoc): new file: show
4994         triangles and brackets for beat groups of 3 and 2.
4995
4996         * lily/include/measure-grouping-spanner.hh (class
4997         Measure_grouping): new file.
4998
4999         * lily/measure-grouping-spanner.cc (brew_molecule): new file
5000
5001         * lily/measure-grouping-engraver.cc (class
5002         Measure_grouping_engraver): new file.
5003
5004 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5005
5006         * Merge from stable:
5007
5008             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
5009         
5010         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
5011         stylesheet.
5012
5013         * ly/paper19.ly: Include paper19-init.ly.
5014
5015         * ly/paper19-init.ly: New file.
5016
5017         * Documentation/user/tutorial.itely (First steps): Fix first
5018         example for font test.
5019
5020         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
5021
5022         * ChangeLog: Add 1.7.6 release marker (see below).
5023
5024         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
5025         Add .py files.
5026
5027 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5028
5029         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
5030
5031         * input/tutorial/*.ly: update to new syntax.
5032
5033         * lily/parser.yy (Composite_music): new transpose syntax,
5034         \transpose FROM TO MUSIC. 
5035
5036 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5037
5038         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
5039         latex progress/error output to stderr (by default this goes to
5040         stdout).  Show lilypond progress, even when not verbose.
5041
5042         * python/lilylib.py (system): New optional parameter to control
5043         showing of progress.
5044
5045         * scm/backend-documentation-lib.scm (check-dangling-properties):
5046         Fix error message.
5047
5048         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
5049         axis, extent.
5050
5051         * scm/grob-property-description.scm (magnify): Remove.
5052         (extent, axis): Add.
5053
5054 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5055
5056         * VERSION: Release 1.7.6.
5057
5058         * scripts/convert-ly.py: more uniformization substitutions.
5059
5060         * buildscripts/new-chords.py (sub_chords): new file.
5061
5062 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5063
5064         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
5065         lilypond.map.  Include sauter fonts too.  Cleanups.
5066
5067 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5068
5069         * Documentation/user/tutorial.itely (First steps): change to new
5070         chord/tie/slur/beam notation.
5071
5072         * lily/parser.yy (event_that_take_dir): allow postfix notation for
5073         ties.
5074
5075         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
5076         engraver. Process ties in postfix notation, i.e. c8-~ c
5077
5078         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
5079
5080         * input/regression/beam-postfix-notation.ly (texidoc): new file.
5081
5082         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
5083
5084         * lily/beam-engraver.cc (try_music): accept new-beam-events
5085
5086         * input/regression/chord-scripts.ly (texidoc): new file
5087
5088         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
5089         script-events.
5090
5091         * scm/script.scm (default-script-alist): cleanup.
5092
5093         * lily/script-engraver.cc (make_script_from_event): cleanup.
5094
5095         * lily/lyric-combine-music-iterator.cc
5096         (Lyric_combine_music_iterator): remove superfluous events.
5097         (melisma_busy): new function. Fix broken melismas.
5098
5099 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5100
5101         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
5102         Remove nonvalid settings. Use descriptive key names.
5103         Use <Return> to indicate the pressing of that key.
5104
5105 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5106
5107         * scripts/lilypond-book.py (option_definitions): Typo.
5108
5109         * scripts/ly2dvi.py: Updates.
5110
5111         * python/lilylib.py (setup_environment, print_environment)
5112         (get_bbox, make_preview): Merge and remove from ly2dvi and
5113         lilypond-book.
5114
5115         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
5116
5117         * .cvsignore: Remove some cruft.
5118
5119         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
5120         path.
5121
5122         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
5123         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
5124         throughout.
5125
5126         * python/lilylib.py (quiet_system): Junk
5127         (system): Display error log upon failure.
5128         (read_pipe): New function.  Cleanups and fixes.
5129
5130         * python/*.py: Rename from *.py.in.
5131         
5132         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
5133
5134         * GNUmakefile.in (SUBDIRS): Move python before scripts.
5135
5136 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5137
5138         * python/GNUmakefile: Bugfix: handle modules.
5139
5140         * stepmake/stepmake/python-module-targets.make (default): Add
5141         compiled modules. 
5142
5143         * stepmake/stepmake/python-module-rules.make: Add rule for byte
5144         compiling modules.
5145
5146         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
5147         Bugfix.  (OUT_PYC_MODULES): Add.
5148
5149 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5150
5151         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
5152         Use default paths. Refresh description.
5153
5154 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5155
5156         * VERSION: 1.7.5 released
5157
5158         * input/regression/finger-chords.ly (texidoc): new file.
5159
5160         * lily/script-engraver.cc (process_music): remove scriptHorizontal
5161         support
5162
5163         * lily/fingering-engraver.cc (process_music): remove kludgy
5164         scriptHorizontal stuff.
5165
5166         * lily/script.cc: remove staff-support property.
5167
5168         * lily/new-fingering-engraver.cc (add_fingering): new
5169         file. Fingering engraver for new style chords.
5170
5171 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5172
5173         * lily/parser.yy (bare_number): allow 4 \cm (without
5174         decimal dot). (should backport to 1.6?)
5175
5176         * ly/declarations-init.ly: use Scheme for dimension defs.
5177
5178         * lily/parser.yy (TODO): remove hard coded dimensions, add
5179         REAL NUMBER_IDENTIFIER production.
5180
5181         * lily/rest-collision.cc (force_shift_callback): rewrite using
5182         -done property.
5183
5184         * scm/grob-property-description.scm (rest-collision-done): add
5185         property.
5186         
5187         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
5188
5189 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5190
5191         * input/regression/multi-measure-rest-center.ly: new file.
5192
5193         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
5194         off horizontally by 0.05 ss. Fixed.
5195
5196 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5197
5198         * scm/pdftex.scm: Rename ly-number to ly:number->string.
5199
5200         * Documentation/topdocs/index.tely: Remove duplicate from merge.
5201
5202 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5203
5204         * lily/tie.cc (get_control_points): also avoid staff lines on the
5205         just outside the outer staff lines
5206
5207 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5208
5209         * ly/params-init.ly: Just define style-alist, no need to
5210         define-public.
5211
5212         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
5213         (thanks Han-Wen).
5214
5215         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
5216         (FET_FILES): = FONT_FILES.
5217
5218         * Merge from stable:
5219
5220             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
5221
5222 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5223
5224         * VERSION: 1.7.4 released.  
5225         
5226         * scm/generate-documentation.scm (string-append): add macro
5227         definitions.
5228
5229         * lily/text-item.cc (lookup_text): don't use virtual fonts for
5230         normal texts.
5231
5232         * lily/multi-measure-rest-engraver.cc: make separate
5233         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
5234
5235         * lily/multi-measure-rest.cc: remove text handling. Remove
5236         number-threshold.
5237
5238 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5239
5240         * scm/music-types.scm: doc patch by Graham Percival
5241
5242 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5243
5244         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
5245         encoding part.
5246         (Font_info.set_defaults): pixelsize now also defauts to '0'.
5247         (sketch_p): Sketch wants only first four elements of X11 font spec.
5248
5249         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
5250
5251         * mf/feta-autometric.mf: Write foundry and family to log.
5252
5253         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
5254         font translation table.
5255
5256         * buildscripts/mf-to-table.py: Better font info into afm.
5257
5258         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
5259         1.0.9 required.
5260
5261         * configure.in: Whine for mftrace 1.0.9.
5262
5263 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5264
5265         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
5266
5267         * lily/main.cc (main_prog): don't try to load init.EXT when
5268         processing foo.EXT.
5269
5270 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
5271
5272         * scm/tex.scm (zigzig-line): added.
5273
5274         * scm/ps.scm (zigzag-line): added.
5275
5276         * ps/music-drawing-routines.ps (subvec): added.
5277         (draw_zigzag_line): added.
5278         
5279         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
5280         grob properties zigzag-width and zigzag-length.
5281
5282         * input/regression/glissando.ly: Add some zig-zagged glissandi.
5283
5284 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5285
5286         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
5287         svg output, including font.
5288
5289 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5290
5291         * scm/lily.scm: Register sodipodi output module.
5292
5293         * scm/sodipodi.scm: New file.
5294
5295         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
5296
5297         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
5298         comment, after header.
5299         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
5300         FullName.  Fix FontName key.
5301
5302 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
5303
5304         * lily/rest.cc (after_line_breaking): bugfix: dots after half
5305         and breve rests.
5306         
5307         * input/test/blank-notes.ly: bugfix
5308
5309         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
5310         rests. (Kim Shrier)
5311
5312         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
5313         
5314 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5315
5316         * scm/tex.scm: 
5317         * scm/ps.scm: Cleanup and remove obsolete junk.
5318
5319         * Documentation/user/internals.itely:
5320         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
5321
5322         * lily/parser.yy: Identify shift/reduce problems.
5323
5324         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
5325         make-style-sheet.  Too specific for convert-ly?
5326
5327 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5328
5329         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
5330
5331         * input/test/*.ly: various fixes.
5332
5333         * lily/music.cc (name): bugfix
5334
5335         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
5336
5337         * lily/input-file-results.cc (code): set-point-and-click! ->
5338         set-point-and-click
5339         
5340 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5341
5342         * Use uniform ly: prefix for exported scheme primitive functions.
5343
5344         * scm/music-types.scm: junk compat glue
5345
5346         * scripts/convert-ly.py: add rules for stuff below, junk
5347         compatibility glue for spanrequest.
5348
5349         * lily/parser.yy (verbose_event): remove \spanrequest,
5350         \commandspanrequest, \script. 
5351         
5352         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
5353
5354         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
5355         for \penalty, \glissando.
5356
5357         * VERSION: release 1.7.3
5358         
5359 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
5360
5361         * lily/accidental-engraver.cc: Fix
5362         grace-in-the-beginning-of-measure bug caused by the resent
5363         partial-measure fix.
5364
5365         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
5366         overlap looks too crowded)
5367         
5368 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5369
5370         * lily/parser.yy (assignment): allow SCM expression as assignment.
5371
5372         * lily/include/music-output-def.hh (class Music_output_def):
5373         * lily/music-output-def.cc: 
5374         * lily/paper-def.cc: 
5375         * scm/font.scm (markup-to-properties):
5376         * lily/parser.yy (music_output_def_body): 
5377         remove style_sheet_
5378
5379 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5380
5381         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
5382         length.
5383
5384         * input/regression/spacing-to-grace.ly: new file.
5385
5386         * input/regression/spacing-end-of-line.ly: new file.
5387
5388         * lily/note-spacing.cc (get_spacing): take into account breakable
5389         stuff sticking out at the left (time sig change at line break).
5390
5391         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
5392         raggedright code.
5393
5394         * scm/music-functions.scm (make-voice-props-set): add
5395         staff-position for mm rests.
5396  
5397         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
5398         before grace notes a little.
5399
5400         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
5401
5402         * lily/break-align-interface.cc (do_alignment): right-edge spacing
5403         key adds space at the end of line. 
5404
5405 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5406
5407         * scm/sketch.scm: Fix beams.
5408
5409         * buildscripts/mf-to-table.py: Add EncodingScheme.
5410
5411         * scm/sketch.scm: Resurrect.
5412
5413 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5414
5415         * lily/multi-measure-rest.cc: use breve rests for measure lengths
5416         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
5417
5418 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5419
5420         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
5421
5422         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
5423
5424 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5425
5426         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
5427         token for origin information.
5428
5429         * lily/parser.yy (My_lily_lexer): do identifier location and
5430         cloning from lexer.
5431
5432         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
5433         logic out of the parser. Add bar checks on both ends.
5434
5435         * Documentation/user/refman.itely (Multi measure rests): add more
5436         notes about mm rests.
5437
5438 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5439
5440         * input/regression/bar-scripts.ly: Re-enable.
5441
5442         * lily/parser.yy:
5443         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
5444         released rsn.  Bison 1.50 has a crucial bug and won't work.
5445
5446         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
5447
5448
5449 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5450
5451         * input/regression/bar-scripts.ly: Blunt documentation build fix.
5452
5453 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5454
5455         * Actually merge changes since 1.6.4 besides ChangeLog, and
5456         resolve conflicts.  Lots of updates, hope all is well.
5457         
5458         * cygwin/lilypond.hint (requires): Add ghostscript.
5459
5460         * scm: Update some (c).
5461         
5462 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5463
5464         * input/test/{various}.ly: add \header fields and texidoc strings.
5465
5466 2002-10-05  Werner Lemberg  <wl@gnu.org>
5467
5468         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
5469         renamed to `output_latex_quoted'.
5470         Added `output_latex_noquote'.
5471         (schedule_lilypond_block): Implement `noquote' option for LaTeX
5472         mode.
5473
5474 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5475
5476         * ChangeLog: Add 1.6.6 release marker.  See below.
5477
5478         * stepmake/stepmake/po-targets.make: Remove --c++ option.
5479
5480         * scripts/midi2ly.py: Fix global syntax warnings.
5481
5482         * GNUmakefile.in: Generate builddir locale tree too.
5483
5484         * scripts/ly2dvi.py:
5485         * scripts/midi2ly.py: 
5486         * scripts/mup2ly.py: 
5487         * scripts/update-lily.py:
5488         * lily/main.cc (setup_paths): Fix for locales setup.
5489
5490 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5491
5492         * Documentation/windows/installing.texi: Soften wording about
5493         necessity of becoming Administrator.  tommie@iae.nl reports this
5494         does not seem to be necessary for his flavour of Windows 2000.
5495         Explicitely discourage text mode mounts.
5496
5497 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5498
5499         * lily/rest.cc (after_line_breaking): backport dot position fix.
5500
5501         * lily/rest-collision.cc (do_shift): also remove dots for suicided
5502         rests. Thanks to Klaus Zimmermann for finding this bug.
5503
5504 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5505
5506         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
5507
5508 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5509
5510         * Documentation/user/music-glossary.tely: fix links.
5511
5512 2002-10-21  Werner Lemberg  <wl@gnu.org>
5513
5514         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
5515         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
5516         scaling factor) only once and use them in the definition of
5517         \embeddedps.
5518         * ps/music-drawing-routines.ps (skeel): Removed.
5519
5520 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5521
5522         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
5523         Solaris7, as we don't use nested $( ) constructs.
5524
5525 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5526
5527         * VERSION: Release 1.6.6.
5528         
5529 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5530
5531         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
5532         as workaround for /bin/sh problems on Solaris7.
5533
5534 2002-10-19  Werner Lemberg  <wl@gnu.org>
5535
5536         * GNUmakefile.in (web-doc): Fix typos.
5537         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
5538         `music-drawing-routines.ps' but emit \special{header=...} once.
5539         * scm/tex.scm (header-end): Updated.
5540
5541 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5542
5543         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
5544         undefined tremolo. 
5545
5546 2002-10-15  Werner Lemberg  <wl@gnu.org>
5547
5548         * scripts/lilypond-book.py (g_make_html): New global variable.
5549         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
5550         if `g_make_html' isn't set.
5551         [main]: Add format `texi-html'.
5552         (option_definitions): Updated.
5553         * Documentation/user/lilypond-book.itely: Updated.
5554
5555         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
5556         * make/ly-rules.make (%.texi, %.nexi): Use it.
5557         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
5558         format to lilypond-book.
5559         * GNUmakefile.in (web-doc): Ditto.
5560
5561 2002-10-14  Werner Lemberg  <wl@gnu.org>
5562
5563         Further improve TeX output.  The produced files are about 40%
5564         smaller.  `lilyponddefs.tex' is now read only once.
5565
5566         * tex/lilyponddefs.tex: Remove footer stuff.
5567         (\ifundefined): Renamed to...
5568         (\lilypondundefined): This.  Use LaTeX's definition to
5569         make it nestable and make it global.
5570         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
5571         output.
5572         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
5573         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
5574         them global.
5575         (\placebox): Renamed to...
5576         (\lyitem): This.
5577         Make it global and call \outputscale by itself.
5578         (\lybox, \lyvrule): New macros to reduce input data.
5579         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
5580         New auxiliary macros.
5581         (\SkipLilydefs, \EndLilyPondOutput): Removed.
5582         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
5583         to...
5584         (\lilypondspace): This and made it global.
5585         (\turnOnPostScript): Renamed to...
5586         (\lilypondpostscript): This and made it global.
5587         (\turnOnExperimentalFeatures): Renamed to...
5588         (\lilypondexperimentalfeatures): This and made it global.
5589         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
5590         (\lilypondsetdimen): This and made it global.
5591         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
5592         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
5593         (all, $(outdir)/music-drawing-routines.ps): New rules.
5594         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
5595         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
5596         start-system, stop-system, stop-last-system, filledbox): Updated to
5597         use the changed macros from lilyponddefs.tex.
5598         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
5599
5600 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5601
5602         * Documentation/windows/installing.texi: Update.
5603
5604 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5605
5606         * VERSION: 1.6.5 released
5607
5608         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
5609
5610 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5611
5612         * scm/translator-property-description.scm (voltaOnThisStaff): add
5613         property.
5614
5615 2002-09-28  Werner Lemberg  <wl@gnu.org>
5616
5617         * scm/tex.scm (header-end): Suppress page numbering.
5618
5619         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
5620         Fix quotation for HTML output.
5621
5622 2002-09-28   Graham Percival   <gperciva@sfu.ca>
5623         
5624         * Documentation/user/refman.itely: grammar and phrasing
5625           fixes to "Note Entry" section.  Also adds a few new examples.
5626
5627 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5628
5629         * flower/include/string-data.icc: include string.h
5630
5631 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5632
5633         * scm/chord-name.scm (chord::inner-name-banter): remove space.
5634
5635 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5636
5637         * Documentation/user/GNUmakefile (extra-local-help): Add.
5638
5639         * stepmake/stepmake/www-targets.make (local-help): Add.
5640
5641 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5642
5643         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
5644         packages.
5645
5646         * Documentation/topdocs/README.texi (Top): building documentation
5647         (not website.)
5648
5649 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5650
5651         * Documentation/user/refman.itely: 
5652         * Documentation/user/tutorial.itely: 
5653         * Documentation/user/music-glossary.tely: Merge changes.
5654
5655         * Documentation/user/glossary.html.in: 
5656         * Documentation/index.texi: 
5657         * Documentation/header.html.in: Accomodate renaming of glossary.
5658         
5659         * Documentation/user/tutorial.itely: Add some glossary references.
5660         
5661         * Documentation/user/refman.itely: Minor fixes.
5662         
5663         * Documentation/user/lilypond.tely: Add glossary do direntry.
5664
5665         * Documentation/user/music-glossary.tely: Rename (previously:
5666         glossary.tely).  Fix anchor placement.
5667
5668         * Documentation/user/GNUmakefile: Make music-glossary.info too.
5669
5670 2002-09-23  Werner Lemberg  <wl@gnu.org>
5671
5672         * scripts/lilypond-book.py (output_dict): Fix handling of
5673         various environments by avoid extraneous newlines.
5674         Rename `output-all' regexp for html to `output-html'.
5675         Replace `output-all' regexp for texi with `output-texi-quote'
5676         and `output-texi-noquote'.
5677         (compose_full_body): Don't override `linewidth' user option
5678         for `singleline'.
5679         (schedule_lilypond_block): Don't indent text specified with
5680         `intertext' option.
5681         Add new option `noquote'.
5682         (compile_all_files): Use latex instead of tex to compile ly
5683         files directly.
5684
5685         * Documentation/user/lilypond-book.itely: Updated and revised.
5686         Improve layout.
5687
5688         * Documentation/user/glossary.tely,
5689         Documentation/user/introduction.itely,
5690         Documentation/user/tutorial.itely,
5691         Documentation/user/refman.itely,
5692         Documentation/user/appendices.itely: Fix overfull LilyPond
5693         boxes caused by the new lilypond-book code.  Other minor
5694         fixes.
5695
5696         * Documentation/user/macros.itexi (@texiflat): Don't emit
5697         trailing space.
5698
5699         * scm/tex.scm (end-output, header-end): Add preamble and
5700         postamble to make lilypond output directly compilable with
5701         latex.
5702
5703         
5704 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5705
5706         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
5707         instructions.
5708
5709 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5710
5711         * Documentation/user/glossary.tely: Add titling and hyperlinks.
5712
5713 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5714
5715         * lily/beam.cc (connect_beams): don't crash if there are quarter
5716         notes in beams.
5717
5718 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
5719
5720         * Documentation/user/refman.itely: corrected ancient clef
5721         docu; added docu on ligatures
5722
5723 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5724
5725         * Documentation/user/glossary.tely,
5726         Documentation/user/refman.itely, input/les-nereides.ly,
5727         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5728         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5729         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5730         Stem properties: flag-style -> stroke-style, style -> flag-style.
5731
5732
5733 2002-09-22  Werner Lemberg  <wl@gnu.org>
5734
5735         * scripts/lilypond-book.py: Add option `notime' to suppress
5736         printing of a time signature.  Specify default indentation of 0pt
5737         if single line fragment.  Don't emit redundant `\paper{ }'.
5738
5739         * Documentation/user/lilypond-book.itely: Updated.
5740
5741         * Documentation/user/glossary.tely: Completely reformatting.
5742
5743 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5744
5745         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
5746
5747 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5748
5749         * Documentation/user/tutorial.itely: Fix links.
5750         
5751         * Documentation/topdocs/index.tely:
5752         * Documentation/index.texi:
5753         * Documentation/header.html.in: Small website fixes and updates.
5754
5755         * debian/: Debian patch by Anthony Fok.
5756
5757 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5758
5759         * Documentation/footer.html.in: How time flies: It's already 2002!
5760
5761         * Documentation/topdocs/index.tely: Stable/development fix.  Use
5762         more descriptive link names than 'here'.
5763
5764 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5765
5766         * VERSION: 1.7.2 released
5767         * VERSION: 1.6.4 released
5768         
5769         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
5770
5771         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
5772         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
5773
5774         * mf/feta-din.mf (test): add x-height and space.
5775
5776         * lily/dynamic-engraver.cc (process_music): take dynamic direction
5777         from ^_ for crescendi. Idem for slurs and phrasing slurs.
5778
5779         * ly/grace-init.ly: add-to-grace-init: function to portably add
5780         settings to \grace. 
5781
5782         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
5783         if we get an absolute dynamic event.
5784  
5785         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
5786
5787         * lily/source-file.cc (get_line): oops. All line numbers were off
5788         by 2. Fix that. 
5789
5790         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
5791         be after the note, combined with -_^, i.e. c4-(-\)-\>  
5792
5793         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
5794
5795         * lily/parser.yy (number_factor): remove (number) as number
5796         expression. ("Let them eat Lisp").
5797
5798 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5799
5800         * lily/horizontal-bracket.cc: new file.
5801
5802         * lily/horizontal-bracket-engraver.cc: new file.
5803
5804         * input/regression/note-group-bracket.ly: new file. Support
5805         horizontal note brackets for music analysis.
5806
5807         * lily/stem.cc (flag): new flag-style: no-flag.
5808
5809         * input/test/stem-cross-staff.ly: new file
5810         
5811         * Documentation/user/internals.itely: Improved formatting, fixing
5812         typos.  Added a section `Output details' to describe how the TeX
5813         code looks like.
5814
5815         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
5816
5817         * lily/parser.yy: remove \dynamicscript.
5818
5819         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
5820         definitions. 
5821
5822         * python/midi.c (midi_error): take two arguments.
5823
5824         * Merge 1.6.5 changes:
5825         
5826 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5827
5828         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
5829         staff-space.  Previous 1.5 was probably meant as half-spaces.
5830         (cautionary-style): parentheses (was: smaller).  This is what doco
5831         says, and it seems more logical.
5832
5833         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
5834         for 2nd sentence.
5835
5836 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5837
5838         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
5839
5840 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5841
5842         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
5843
5844 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5845
5846         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
5847
5848 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5849
5850         * scm/translator-property-description.scm (voltaOnThisStaff): add
5851         property.
5852
5853 2002-09-28  Werner Lemberg  <wl@gnu.org>
5854
5855         * scm/tex.scm (header-end): Suppress page numbering.
5856
5857         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
5858         Fix quotation for HTML output.
5859
5860 2002-09-28   Graham Percival   <gperciva@sfu.ca>
5861         
5862         * Documentation/user/refman.itely: grammar and phrasing
5863           fixes to "Note Entry" section.  Also adds a few new examples.
5864
5865 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5866
5867         * flower/include/string-data.icc: include string.h
5868
5869 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5870
5871         * scm/chord-name.scm (chord::inner-name-banter): remove space.
5872
5873 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5874
5875         * Documentation/user/GNUmakefile (extra-local-help): Add.
5876
5877         * stepmake/stepmake/www-targets.make (local-help): Add.
5878
5879 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5880
5881         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
5882         packages.
5883
5884         * Documentation/topdocs/README.texi (Top): building documentation
5885         (not website.)
5886
5887 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5888
5889         * Documentation/user/refman.itely: 
5890         * Documentation/user/tutorial.itely: 
5891         * Documentation/user/music-glossary.tely: Merge changes.
5892
5893         * Documentation/user/glossary.html.in: 
5894         * Documentation/index.texi: 
5895         * Documentation/header.html.in: Accomodate renaming of glossary.
5896         
5897         * Documentation/user/tutorial.itely: Add some glossary references.
5898         
5899         * Documentation/user/refman.itely: Minor fixes.
5900         
5901         * Documentation/user/lilypond.tely: Add glossary do direntry.
5902
5903         * Documentation/user/music-glossary.tely: Rename (previously:
5904         glossary.tely).  Fix anchor placement.
5905
5906         * Documentation/user/GNUmakefile: Make music-glossary.info too.
5907
5908 2002-09-23  Werner Lemberg  <wl@gnu.org>
5909
5910         * scripts/lilypond-book.py (output_dict): Fix handling of
5911         various environments by avoid extraneous newlines.
5912         Rename `output-all' regexp for html to `output-html'.
5913         Replace `output-all' regexp for texi with `output-texi-quote'
5914         and `output-texi-noquote'.
5915         (compose_full_body): Don't override `linewidth' user option
5916         for `singleline'.
5917         (schedule_lilypond_block): Don't indent text specified with
5918         `intertext' option.
5919         Add new option `noquote'.
5920         (compile_all_files): Use latex instead of tex to compile ly
5921         files directly.
5922
5923         * Documentation/user/lilypond-book.itely: Updated and revised.
5924         Improve layout.
5925
5926         * Documentation/user/glossary.tely,
5927         Documentation/user/introduction.itely,
5928         Documentation/user/tutorial.itely,
5929         Documentation/user/refman.itely,
5930         Documentation/user/appendices.itely: Fix overfull LilyPond
5931         boxes caused by the new lilypond-book code.  Other minor
5932         fixes.
5933
5934         * Documentation/user/macros.itexi (@texiflat): Don't emit
5935         trailing space.
5936
5937         * scm/tex.scm (end-output, header-end): Add preamble and
5938         postamble to make lilypond output directly compilable with
5939         latex.
5940
5941         
5942 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5943
5944         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
5945         instructions.
5946
5947 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5948
5949         * Documentation/user/glossary.tely: Add titling and hyperlinks.
5950
5951 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5952
5953         * lily/beam.cc (connect_beams): don't crash if there are quarter
5954         notes in beams.
5955
5956 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
5957
5958         * Documentation/user/refman.itely: corrected ancient clef
5959         docu; added docu on ligatures
5960
5961 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
5962
5963         * Documentation/user/glossary.tely,
5964         Documentation/user/refman.itely, input/les-nereides.ly,
5965         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
5966         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
5967         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
5968         Stem properties: flag-style -> stroke-style, style -> flag-style.
5969
5970 2002-09-22  Werner Lemberg  <wl@gnu.org>
5971
5972         * scripts/lilypond-book.py: Add option `notime' to suppress
5973         printing of a time signature.  Specify default indentation of 0pt
5974         if single line fragment.  Don't emit redundant `\paper{ }'.
5975
5976         * Documentation/user/lilypond-book.itely: Updated.
5977
5978         * Documentation/user/glossary.tely: Completely reformatting.
5979
5980 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5981
5982         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
5983
5984 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5985
5986         * Documentation/user/tutorial.itely: Fix links.
5987         
5988         * Documentation/topdocs/index.tely:
5989         * Documentation/index.texi:
5990         * Documentation/header.html.in: Small website fixes and updates.
5991
5992         * debian/: Debian patch by Anthony Fok.
5993
5994 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5995
5996         * Documentation/footer.html.in: How time flies: It's already 2002!
5997
5998         * Documentation/topdocs/index.tely: Stable/development fix.  Use
5999         more descriptive link names than 'here'.
6000
6001 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6002
6003         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
6004
6005 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6006
6007         * lily/part-combine-music-iterator.cc (get_state): cleanup
6008         (get_music_info): cleanup.
6009
6010 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6011
6012         * scm/backend-documentation-lib.scm (interface-doc-string):
6013         crosslinks between interfaces and grobs. Headings for interfaces
6014         in grob explanation.
6015
6016 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6017
6018         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
6019         dtd).  Add preliminary dtd.
6020         (re-sub-alist): Robustify.
6021
6022 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6023
6024         * lily/include/event-chord-iterator.hh,
6025         lily/context-specced-music-iterator.cc,
6026         lily/event.cc, lily/event-chord-iterator.cc: add
6027
6028 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6029
6030         * lily/: some (c) header fixes.
6031         
6032         * lily/request-chord.cc: Remove.
6033         
6034         * lily/include/event-chord-iterator.hh:
6035         * lily/include/event.hh:
6036         * lily/event-chord.cc: New file.
6037         
6038         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
6039         requested.
6040
6041 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6042
6043         * lily/ : rename Request to Event
6044
6045         * lily/parser.yy (command_element): move clef stuff into Scheme.
6046
6047         * lily/:  rename length_mom () to get_length()
6048
6049         * lily/part-combine-music.cc: removed file and class.
6050
6051         * lily/context-specced-music-iterator.cc (class
6052         Context_specced_music_iterator): new file. Obsoletes the
6053         Context_specced_music type.
6054
6055         * scm/music-types.scm (make-repeated-music): put different kinds
6056         of repeated music into music-type table.
6057
6058         * VERSION: 1.7.1 released.
6059
6060         * scm/to-xml.scm: new file.
6061
6062         * input/test/to-xml.ly (fooBar): demo of what is possible with the
6063         new Input representation: dump music as XML.
6064
6065         * scm/engraver-documentation-lib.scm
6066         (engraver-accepts-music-types?): add links from music to engraver,
6067         from music-type to engraver.
6068
6069         * lily/include/command-request.hh: removed
6070         lily/include/musical-request.hh: removed. Removed all _req classes
6071         except Key_change_req. Changes throughout.
6072
6073 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6074
6075         * lily/tuplet-engraver.cc (try_music): Compile kludge.
6076
6077 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6078
6079         * lily/*.cc: specify accepts for many engravers.
6080
6081         * scm/music-documentation-lib.scm: dump music expressions and
6082         music subtypes.
6083
6084         * scm/documentation-lib.scm: complete revision.
6085         Use GOOPS objects to store document tree explicitly. Cleaned up and
6086         sped up doco generation a lot.
6087
6088 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6089
6090         * input/trip.ly (fugaIILeft): add arpeggio
6091
6092         * lily/translator-group.cc (try_music_on_nongroup_children):
6093         oops. The name symbol is in the cdr of the assoc handle.
6094
6095         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
6096         Hyphen_req, Glissando_req, Break_req, Mark_req 
6097
6098 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6099
6100         * lily/musical-request.cc (music-duration-length,
6101         music-duration-compress): new functions.
6102
6103         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
6104         throughout. Warning doesn't work yet.
6105
6106         * lily/translator-group.cc (try_music_on_nongroup_children):
6107         new implementation: store candidate acceptors in a hashTable.
6108
6109 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6110
6111         * scm/music-types.scm (music-descriptions): change name to
6112         internal-class-name
6113
6114         * scm/chord-name.scm (chord::inner-name-banter): remove space.
6115
6116 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6117
6118         * lily/beam.cc (connect_beams): don't crash if there are quarter
6119         notes in beams.
6120
6121 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
6122
6123         * Documentation/user/refman.itely: corrected ancient clef
6124         docu; added docu on ligatures
6125
6126 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6127
6128         * Documentation/user/glossary.tely,
6129         Documentation/user/refman.itely, input/les-nereides.ly,
6130         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6131         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6132         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6133         Stem properties: flag-style -> stroke-style, style -> flag-style.
6134
6135 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6136
6137         * scm/music-functions.scm (music-separator?): don't use name music
6138         property.
6139
6140 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6141
6142         * stepmake/stepmake/generic-targets.make (help): Document check
6143         target.
6144
6145         * lily/new-accidental-engraver.cc: Compile fix.
6146
6147 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6148
6149         * scripts/convert-ly.py: Add rule.
6150
6151         * input/test/music-creation.ly:
6152         * input/test/add-staccato.ly:
6153         * input/test/add-text-script.ly: ly-make-music.
6154
6155         * scm/drums.scm (make-head-type-elem, make-articulation-script):
6156         More ly-make-music renamings.
6157
6158         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
6159
6160         * lily/music-constructor.cc (make_music): Add debugging info.
6161
6162         * scm/music-functions.scm (make-simultaneous-music,
6163         (make-sequential-music, context-spec-music):
6164         * scm/music-types.scm (music-descriptions): Get lily to run.
6165
6166 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6167
6168         * lily/command-request.cc (transpose_key_alist): new function.
6169
6170         * lily/key-performer.cc (create_audio_elements): cleanup. 
6171
6172 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6173
6174         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
6175
6176         * lily/include/translator.hh (ENTER_DESCRIPTION): add
6177         events-accepted field.
6178
6179         * scm/music-types.scm: new file.
6180
6181         * lily/parser.yy: put music type initialization into scheme,
6182         similar to grob initialization.  Changes throughout.
6183
6184 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6185
6186         * Documentation/user/tutorial.itely: Fix links.
6187         
6188         * Documentation/index.texi: 
6189         * Documentation/header.html.in: 
6190         * Documentation/topdocs/index.tely: Small website fixes and updates.
6191
6192         * debian/: Debian patch by Anthony Fok.
6193
6194 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6195
6196         * Documentation/footer.html.in: How time flies: It's already 2002!
6197
6198         * Documentation/topdocs/index.tely: Stable/development fix.  Use
6199         more descriptive link names than 'here'.
6200
6201         * ROADMAP: Remove test stuff.
6202
6203         * scripts/update-lily.py: Allow auto-building of stable and
6204         development versions.  Bugfixes.
6205
6206 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6207
6208         * VERSION: released 1.7.0
6209
6210         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
6211
6212         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
6213         positive line widths.
6214
6215 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6216
6217         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
6218         go.  Fix comments.
6219
6220         * cygwin: Cygwin updates.
6221
6222 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6223
6224         * Documentation/windows/installing.texi (Top): version for python,
6225         urls for ghostscript (thanks to John Potelle)
6226         
6227         * lily/simultaneous-music-iterator.cc
6228         (Simultaneous_music_iterator): init children_list_ before
6229         triggering GC.
6230
6231         * lily/*-iterator.cc: be even more careful with smobbed copy
6232         constructors. 
6233
6234         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
6235         LeftEdge item.
6236
6237 2002-09-15  Werner Lemberg  <wl@gnu.org>
6238
6239         Improving LilyPond's output to make them ordinary TeX boxes with
6240         predictable dimensions.  System boxes are now vertically centered on
6241         the baseline; this offset can be further controlled with
6242         \lilypondscoreshift.
6243
6244         * lily/system.cc (System::post_processing): Pass length of current
6245         system to `start-system' (including any horizontal indentation).
6246
6247         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
6248         prettier.
6249         (lily-def): Append `%'.
6250         (start-system): Add parameter `wd'.  Output more TeX code to specify
6251         box dimensions.
6252         (stop-system, stop-last-system): Complement changes in
6253         `start-system'.
6254         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
6255         Updated.
6256
6257         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
6258         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
6259         Write final `\endinput'.
6260
6261         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
6262         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
6263         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
6264         files and macro definitions don't produce spurious spaces and
6265         paragraphs (using \endlinechar).
6266         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
6267
6268         * Documentation/user/internals.itely: Improved formatting, fixing
6269         typos.  Added a section `Output details' to describe how the TeX
6270         code looks like.
6271
6272 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
6273
6274         * lily/accidental-engraver.cc: Also work with partial measures.
6275
6276 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6277
6278         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
6279         spanner.
6280
6281 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6282
6283         * lily/identifier-smob.cc (unpack_identifier): new file.
6284
6285         * lily/lexer.ll (identifier_type): new function.  use ly-id to
6286         pass off scheme expressions as music identifiers.
6287
6288         * scm/lily.scm: reorganisation, cleanups.
6289
6290         * lily/main.cc: small cleanups.
6291
6292 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6293
6294         * lily/ly-module.{cc,hh}: new file.
6295
6296 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
6297
6298         * lily/accidental-engraver.cc: Also work with partial measures.
6299
6300 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6301
6302         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
6303
6304 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6305
6306         * lily/my-lily-lexer.cc: use SCM module in stead of
6307         Scheme_hash_table. Changes throughout.  
6308
6309 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6310
6311         * VERSION (MY_PATCH_LEVEL): make 1.7.0
6312