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