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