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