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