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