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