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