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