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