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