]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
match unending strings at eof.
[lilypond.git] / ChangeLog
1 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * lilypond-indent.el (scan-sexps): Renamed to
4         aargh-this-breaks-other-emacs-modes-scan-sexps.
5
6 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7
8         * lilypond-indent.el: Fix: match concurrent one-char opening and 
9         closing slurs: '()', etc. Add comments.
10
11         * Documentation/user/music-glossary.tely: fix: change รค to @"a.
12
13         * lilypond-font-lock.el: match unending string at eof.
14         
15 2003-06-10  Graham Percival  <gperlist@shaw.ca>
16
17    * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
18    input/test/beam-dir.ly input/test/beam-position.ly    
19    input/test/beam-suspect.ly input/test/beam-trend.ly    
20    input/test/beams.ly input/test/crescendo-text.ly : deleted
21    * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
22         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
23         * input/test/default-bars.ly: moved to bar-always.ly
24         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
25
26 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
27
28         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
29
30 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
31
32         * scm/chord-ignatzek-names.scm (remove-step): rename file.
33
34 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
35
36         * lilypond-indent.el: Match better slurs in scheme expressions.
37         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
38
39         * Documentation/user/invoking.itexi: document Emacs' paren matching.
40
41 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
42
43         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
44
45         * input/ac-extra-voice.ly: Add texidoc.
46
47         * ly/chord-modifiers-init.ly: 
48         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
49         and chordNameExceptionsPartial for new chord names.
50
51         * input/test/chord-names-dpnj.ly: 
52         * input/test/dpncnt.ly: Update.
53
54         * scm/chord-name.scm: 
55         * scm/double-plus-new-chord-name.scm: Add compatibility for new
56         chord selection and options.
57
58         * ly/chord-modifiers-init.ly: Add exceptions 
59
60         * scm/define-translator-properties.scm (chordNameStyle) 
61         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
62
63 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
64
65         * ly/property-init.ly (germanChords): Added.
66         (semiGermanChords): Added.
67         
68         * input/test/chord-names-german.ly: Use new macros
69         
70 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
71
72         * lilypond-indent.el: Use similar parenthesis highlighting for 
73         Emacs and XEmacs through redefinitions of parenthesis highlighting 
74         functions; removed LilyPond-show-paren-function. Fix indenting.
75         Turn paren-matching on also in XEmacs.
76
77         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
78         as needed by parenthesis highlighting functions (in scan-sexp).
79
80 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
81
82         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
83         function.
84         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
85
86 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
87
88         * lilypond-indent.el: tune regexp for show-paren-function.
89
90 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
91
92         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
93         for all LilyPond-produced tex snippets.
94
95         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
96         fixes one line --preview output of ly2dvi.
97
98 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
99
100         * lilypond-indent.el: match only one type of slurs in
101         LilyPond-show-paren-function.
102
103 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
104
105         * debian/GNUmakefile (EXTRA_DIST_FILES): 
106         * debian/lilypond1.7.dirs: 
107         * debian/lilypond1.7-doc.dirs: New file.
108
109         * input/regression/chord-name-exceptions.ly: Add parameter for
110         ignatzekExceptions.  Quote hash in docstring.
111
112 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
113
114         * lilypond-indent.el (show-paren-function): define show-paren-function
115         as LilyPond-blink-matching-open and use it for closing parens.
116         Let LilyPond-blink-matching-open know whether a bracket was inserted.
117
118         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
119         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
120         LilyPond-blink-matching-paren in order to match both open and close
121         brackets.
122         
123 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
124
125         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
126         testing by modifying the code from FSF Emacs paren.el. Add comments.
127
128 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
129
130         * input/test/dpncnt.ly: Transpose example to match new
131         default \chords octave.  Add comment.
132         
133         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
134         comment about octave change.
135
136 2003-06-04  Graham Percival  <gperlist@shaw.ca>
137
138         * input/test/[d,e]: added texinfo index tags.
139         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
140
141 2003-06-04  Graham Percival  <gperlist@shaw.ca>
142
143         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
144
145 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
146
147         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
148         as in blink-matching-open.
149
150 2003-06-03  Graham Percival  <gperlist@shaw.ca>
151
152         * input/test/[a-c]: more comments in files.
153         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
154         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
155         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
156         mark file for proposed deletion.
157         * input/test: renaming files:
158         auto-beam-4-8.ly to beam-auto-4-8.ly
159         auto-beam-override.ly to beam-auto-override.ly
160         auto-beam.ly to beam-auto.ly
161         blank.ly to blank-paper.ly
162         absolute-volume.ly to dynamic-absolute-volume.ly
163
164 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
165
166         * input/test/dpncnt.ly: 
167         * input/test/chord-names-dpnj.ly: Resurrect.
168
169         * lily/my-lily-lexer.cc: Remove chordnames keyword.
170
171         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
172
173         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
174         Better docstring, add parameter OMIT-ROOT, tidy up.
175
176 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
177
178         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
179
180 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
181
182         * scm/output-ascii-script.scm (as-font-alist-alist):
183         (as-properties-to-font-name):
184         (as-make-style-sheet): Remove.
185
186         * scm/font.scm (as-make-font-list): New function.
187         (as-font-sheet-alist): New variable.
188
189         * ly/paper-as9-init.ly: 
190         * ly/paper-as5-init.ly: Update.
191
192         * ly/paper-as5.ly:
193         * ly/paper-as9.ly: New file.
194
195 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
196
197         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
198
199 2003-05-28  Graham Percival  <gperlist@shaw.ca>
200         * input/sondag-morgen/*: removed due to copyright concerns.
201         * input/[a,b]*.ly: added a newline at the end of the texinfo
202         doc string (produces better output in HTML version).
203         * input/c*.ly: added texinfo index and added comments to
204         aid in future changes to input/test/ files.
205
206 2003-05-28  Graham Percival  <gperlist@shaw.ca>
207    * Documentation/user/refman.itely: fixed build problem (missing
208    file) caused by previous renaming.
209
210 2003-05-28  Graham Percival  <gperlist@shaw.ca>
211    * input/test/[a,b]*.ly: added texinfo index and added comments to
212    aid in future changes to input/test/ files.
213    * input/test/bar-number-every-5-reset.ly: renamed to
214    bar-number-every-five-reset.ly
215    * input/test/bar-script-visibility.ly: renamed to
216    bar-number-show-all.ly
217
218 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
219
220         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
221         to Voice.
222
223         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
224         out note-line and glissando functionality. 
225         
226
227         * lily/line-spanner.cc (brew_molecule): cleanup.
228
229 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
230
231         * scripts/as2text.scm: Use rdelim module.
232         (start-system): Rename from start-line.
233         (stop-system): Rename from stop-line.
234         (af-gulp-file): Use string iso symbol for getenv.
235
236         * scm/output-ascii-script.scm: Add guile and lily modules.
237         (font-name-alist): New variable.
238         (draw-line): New function.
239
240         * scm/output-lib.scm (func, arg->string): Re-add from archive.
241         (Were these silently removed, without ChangeLog entry?)
242
243 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
244
245         * scm/music-functions.scm (make-ottava-set): bugfixes: also
246         process 2nd ottava correctly.
247
248 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
249
250         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
251
252 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
253
254         * Documentation/user/converters.itely (Invoking midi2ly): Update.
255
256 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
257
258         * lily/text-spanner.cc (brew_molecule): clean up function. This
259         fixes bugs with broken 8va spanners.
260
261         * lily/simple-spacer.cc (solve): also compute force for raggedright.
262         This prevents spurious line-breaks with raggedright
263         
264 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
265
266         * lily/key-performer.cc (create_audio_elements): always use major
267         key
268
269         * Documentation/user/internals.itely: updates
270
271         * input/regression/beam-break.ly: new file.
272
273         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
274         beams if starting or terminating stems have 'beaming set.)
275
276         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
277         property.
278
279         * lily/parser.yy (verbose_command_req): add comment about scales.
280
281 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
282
283         * lilypond-indent.el: adjust regexps in bracket-matching.
284
285 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
286
287         * Documentation/user/refman.itely: more tiny fixes
288
289         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
290         "Chord names"; added table with input syntax for solesmes neumes
291         table; added some words about rationale on input syntax design
292
293         * lily/gregorian-ligature-engraver.cc,
294         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
295         lily/include/gregorian-ligature.hh: bugfix: horizontal head
296         alignment of Pes Initio Debilis
297
298         * Documentation/user/refman.itely,
299         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
300         mf/parmesan-heads.mf: fixed most of the head selection/alignment
301         bugs in the solesmes neumes table
302
303 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
304
305         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
306         Similarly, match '[' and ']' by skipping '\[' and '\]'.
307
308         * lilypond-mode.el: fix tag-score. small improvements.
309
310 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
311
312         * .cvsignore: Add aclocal.m4.
313
314         * lily/music-constructor.cc: Include <assert.h>.
315
316 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
317
318         * ly/engraver-init.ly (HaraKiriStaffContext): use
319         RemoveEmptyStaffContext instead.
320
321         * Documentation/user/refman.itely: updates
322
323 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
324
325         * Documentation/user/refman.itely: added solesmes neumes table;
326         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
327         bugfix: "Ornaments" -> "Articulations"
328
329         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
330
331 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
332
333         * lilypond-indent.el: Add a message about trying to match \] or \).
334         
335 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
336         
337         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
338         obsolete "arithmetic_*"
339
340         * input/bugs/ligatures.ly: removed (will be put into a different
341         directory later)
342
343 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
344
345         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
346         libkpathsea (Maurizio Tomasi).
347
348 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
349
350         * input/regression/repeat-slash.ly (texidoc): new file
351
352         * lily/slash-repeat-engraver.cc (try_music): new file, handle
353         slash repeats separately. Slash repeats and %
354         repeats can now be nested.
355
356 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
357
358         * lilypond-indent.el: Add preliminary test for closing \] and \).
359         
360 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
361
362         * lily/gregorian-ligature-engraver.cc,
363         lily/vaticana-ligature-engraver.cc,
364         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
365         mf/parmesan-heads.mf: various semivocalis related bugfixes
366
367         * input/bugs/ligatures.ly: new file demonstrating problems with
368         ligatures
369         
370 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
371
372         * lilypond-mode.el,
373         lilypond-font-lock.el,
374         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
375
376 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
377
378         * lilypond-mode.el: Remove outdated code. Stress the difference 
379         between Emacs and XEmacs definitions.
380
381         * lilypond-mode.el,
382         lilypond-indent.el: Define a function interactive only when necessary.
383
384 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
385
386         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
387         Use inactive regions also in XEmacs.
388
389 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
390
391         * Documentation/user/refman.itely (Repeat syntax): more updates
392
393         * lily/simple-spacer.cc (solve): move solution process into
394         solve(). This fixes a bug with collisions and raggedright = ##t.
395  
396         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
397
398         * ly/engraver-init.ly: remove GraceContext. Update examples.
399
400 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
401
402         * GNUmakefile.in (fonts): Also make fontball.
403
404         * Website fixes:
405
406         * ly/engraver-init.ly (GraceContext): Add.
407
408         * run:
409
410             convert-ly $(find . -name *.ly)
411
412         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
413         new chords.
414
415 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
416
417         * VERSION: 1.7.19 released
418         
419         * scm/music-functions.scm (set-octavation): new function.
420
421         * input/regression/ottava.ly: new file
422
423         * lily/translator-scheme.cc (LY_DEFINE): new function
424         ly:unset-context-property
425         (LY_DEFINE) new function ly:context-property-where-defined: 
426
427 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
428
429         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
430
431         * lilypond.words: add few.
432
433         * input/test/script-chart.ly: fix typo.
434
435 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
436
437         * scm/define-grobs.scm: uniform naming for definitions and output
438         routine files. 
439
440         * ly/engraver-init.ly (ChoirStaffContext): add \description from
441         scm/context-description.scm
442
443         * lily/parser.yy (translator_spec_body): add \description to the
444         \translator{} body syntax.
445
446         * lily/ottava-engraver.cc: new file.
447
448         * scm/chord-name.scm (natural-chord-alteration): replace old
449         chord stuff. 
450
451         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
452
453         * Documentation/user/refman.itely (Metronome marks): update doco.
454
455         * input/regression/markup-note.ly: new file
456
457         * input/regression/metronome-marking.ly: new file
458
459         * lily/metronome-engraver.cc: new file. Print \tempo markings.
460
461         * scm/new-markup.scm (note-markup): make a note glyph, useful for
462         metronome marks.
463
464 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
465
466         * Documentation/user/GNUmakefile: Compatibility fix for new
467         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
468         for making binary packages; info splitting bug has been fixed.
469
470         * Documentation/user/refman.itely: Compile fixes.
471
472 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
473
474         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
475         Count \midi -keywords also for a region.
476
477 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
478
479         * lily/lookup.cc (LY_DEFINE): new function
480
481         * Documentation/user/tutorial.itely: updates
482
483 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
484
485         * lilypond-mode.el: Allow Midi on buffer.
486         Use only '.ly'-extension, remove '.sly' and '.fly'.
487         Allow use of inactive regions. Invoke next Command on Master file, 
488         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
489
490 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
491
492         * Documentation/user/tutorial.itely: updates.
493
494 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
495
496         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
497
498 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
499
500         * lily/coherent-ligature-engraver.cc: fixed typo
501
502         * lily/coherent-ligature-engraver.cc,
503         lily/gregorian-ligature-engraver.cc,
504         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
505         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
506         lily/vaticana-ligature-engraver.cc,
507         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
508         scm/grob-description.scm: cleanup: junked LigatureHead grob and
509         removed all ligature specific stuff from NoteHead code
510
511         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
512         ligatures now use regular noteheads
513
514         * lily/vaticana-ligature.cc: tiny code cleanups
515
516         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
517         space between two adjacent noteheads of the same pitch
518
519         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
520         description; cleanup: removed obsolete font-family settings
521
522 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
523
524         * lily/coherent-ligature-engraver.cc,
525         lily/gregorian-ligature-engraver.cc,
526         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
527         lily/mensural-ligature-engraver.cc,
528         lily/vaticana-ligature-engraver.cc,
529         lily/include/gregorian-ligature-engraver.hh: updated for new
530         Coherent_ligature_engraver; added comments that describe the basic
531         design ideas of the ligature implementation
532
533         * lily/coherent-ligature-engraver.cc,
534         lily/include/coherent-ligature-engraver.hh: new file: shared code
535         between mensural ligatures and Gregorian chant notation ligatures
536
537 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
538
539         * lilypond-mode.el: XEmacs fixes: include two definitions for the
540         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
541         use only two arguments in sit-for, use no arguments in
542         read-char-exclusive, backspace is not a character (127) in XEmacs.
543
544         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
545
546 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
547
548         * lilypond-mode.el: un-commenting works after syntax-table fix.
549
550         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
551         group, verbose commenting for syntax table.
552
553         * lilypond-indent.el: add TODO for ligature slurs.
554
555 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
556
557         * lilypond-mode.el: Move comments of parenthesis matching away,
558         (blink-matching-paren-on-screen) fix blinking in Emacs.
559
560         * lilypond-font-lock.el: Fix parent-matching for Emacs:
561         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
562
563         * lilypond-indent.el: Add TODO for parenthesis matching.
564
565 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
566
567         * lilypond-mode.el: Fix XEmacs: 
568         changed [S-iso-lefttab] to [(shift iso-lefttab)],
569         invoke explicitly easy-menu-add (in Emacs done automatically).
570         
571         * lilypond.words: Add few words from input/*/*.ly.
572
573 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
574
575         * VERSION (PATCH_LEVEL): release 1.7.18
576
577         * scripts/lilypond-book.py: only print basename for printfilename
578         option
579
580         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
581         and syntax updates.
582
583 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
584
585         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
586         better parametrisation. Move fatness of bulb downward.
587
588         * mf/parmesan-custodes.mf (dir_down): remove underscores from
589         glyph names. Underscores are not allowed .ps encoding files.
590
591 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
592
593         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
594         variable "packed" for packed right-ragged mode
595
596         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
597         unused variable ragged; fixed indentation
598
599         * Documentation/user/refman.itely: tiny cleanups in ancient
600         clef and custos section
601
602 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
603
604         * lily/parser.yy (Simple_music): add \applyoutput, syntax
605         \applyoutput PROCEDURE
606
607         * lily/my-lily-lexer.cc: add \applyoutput.
608
609         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
610
611         * lily/text-item.cc: clean text-interface description
612
613 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
614
615         * input/{regression,test}/: use postfix for slur endings and beam
616         begins.
617
618         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
619         style beams too. 
620
621         * input/regression/lyrics-melisma-beam.ly: new file.
622
623         * lily/lyric-engraver.cc (process_music): change from
624         process_acknowledged_grobs()
625
626         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
627         functions to set and revert auto-beam settings.
628
629 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
630
631         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
632
633 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
634
635         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
636         Documentation/user/lilypond.tely: fixed some typos; updated author
637         info
638
639         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
640         #"" -> #'flag-style = #'()
641
642         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
643         cleanup: removed dead #includes
644
645         * lily/gregorian-ligature-engraver.cc,
646         lily/include/gregorian-ligature.hh,
647         scm/grob-property-description.scm: small cleanups, small spacing
648         fixes
649
650         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
651         lily/vaticana-ligature.cc,
652         lily/include/gregorian-ligature-engraver.hh,
653         scm/grob-property-description.scm, scm/music-types.scm:
654         "porrectus" -> "pes or flexa"
655
656         * ly/engraver-init.ly, scm/grob-description.scm,
657         scm/grob-property-description.scm: junked porrectus, now handled
658         by ligature code
659
660         * scm/grob-description.scm: bugfix: added space-alist entry for
661         breathing sign/custos
662
663 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
664
665         * Another grand 2003 update.
666         
667         * Remove mentioning of `mudela'; There's no such thing.
668
669 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
670
671         * Documentation/user/preface.itely (Preface to version 1.8): update
672
673         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
674
675         * Documentation/user/converters.itely (Invoking convert-ly): revise
676
677         * scripts/convert-ly.py (outfile_name): remove --assume-old.
678
679         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
680
681 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
682
683         * Documentation/user/internals.itely: more updates.
684
685 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
686
687         * Documentation/user/refman.itely: revise 
688
689         * Documentation/user/internals.itely: revise
690
691         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
692
693 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
694
695         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
696         beautification: reformatted ancient clefs section; cleanup: small
697         wording fixes
698
699 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
700
701         * lilypond.words: added words for chant notation, sorted
702         alphabetically through "sort lilypond.words"
703
704 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
705
706         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
707         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
708         chant notation
709
710 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
711
712         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
713         prevent TeX from interpreting them as long dash
714
715         * input/test/vaticana.ly: updated
716
717         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
718         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
719         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
720         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
721         fixes
722
723         * mf/parmesan-heads.mf: ledger endings: removed dead code
724
725 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
726
727         * VERSION: 1.7.17 released
728         
729         * Documentation/user/GNUmakefile
730         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
731         files too.
732
733         * scm/document-markup.scm: new file: document all markup
734         functions.
735
736         * scm/documentation-generate.scm: rename all documentation modules
737         to document-*.scm
738
739         * scripts/lilypond-book.py: generate link to .ly file iso. link to
740         .png
741
742         * input/test/divisiones.ly: added
743
744         * input/regression/output-property.ly: new file
745
746         * lily/cluster.cc: change cluster-interface to use style property
747
748 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
749
750         * input/test/chord-names-german.ly: modified.
751
752         * scm/chords-ignatzek.scm:
753           chord-name->german-markup: Added
754           note-name->german-markup: Changed (now producing lowercase notenames)
755
756         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
757         
758 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
759
760         * scripts/convert-ly.py (FatalConversionError.conv):
761         divisiominima -> divisioMinima, etc.
762
763         * ly/engraver-init.ly (FiguredBassContext): add
764         Separating_line_group_engraver to Figured bass context.
765
766         * ly/german-chords-init.ly: remove file
767
768         * input/test/chord-names-german.ly (scm): new file.
769
770         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
771
772         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
773         Chord_name_engraver
774
775         * Documentation/user/refman.itely: lots of updates.
776
777         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
778         new file
779
780         * input/test/bar-number-every-5-reset.ly: new file.
781
782 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
783
784         * input/regression/chord-name-major7.ly: new file
785
786         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
787         if specced explicitly.
788
789         * input/regression/chord-name-entry-11.ly: new file.
790
791         * input/test/slur-beautiful.ly: new file.
792
793         * Documentation/user/refman.itely: updates.
794
795         * input/regression/collisions.ly (threevoice): cleanup.
796
797         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
798
799 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
800
801         * Documentation/user/*.itely: various updates.
802
803         * ly/spanners-init.ly: enddecr/ endcr.
804
805         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
806         of tutorial
807
808 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
809
810         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
811
812         * lily/new-chord-name-engraver.cc (process_music): use octavation
813         (a number) instead of original-pitch to store inversions. This
814         fixes a problem with transposed chords with inversions.  
815
816 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
817
818         * stepmake/aclocal.m4: Include compile fix for broken flex, as
819         used in includable-lexer.hh.
820
821         * lily/includable-lexer.cc: Bugfix: include config.h.
822
823         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
824         circumvention of Debian packaging bug.
825
826 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
827
828         * flex-2.5.31 hits Debian/unstable.  Fixes below.
829         
830         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
831
832         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
833         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
834
835         * lily/include/includable-lexer.hh: 
836         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
837
838         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
839
840         * aclocal.m4: Regenerate.
841
842         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
843         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
844
845         * scm/pdf.scm (use-modules): Include lily.
846
847         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
848         Noordkamp).
849         (use-modules): Include lily.
850         (lily-def): Bugfix: include tex-val in let.
851
852 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
853
854         * lilypond-mode.el: sensible error if lilypond.words not found.
855
856         * lilypond.words: add few words.
857
858 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
859
860         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
861
862         * mf/parmesan-scripts.mf: fixed typo in char name
863
864 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
865
866         * VERSION: 1.7.16 released
867
868         * python/lilylib.py (setup_temp): temporary directories are mode 700.
869         (this is a security vulnerability).
870
871         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
872
873         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
874         add staff support.
875
876 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
877
878         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
879         ly/script-init.ly, scm/script.scm: bugfix: renamed
880         fermata->signumcongruentiae to fix naming clash with feta font
881
882 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
883
884         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
885
886         * lily/multi-measure-rest-engraver.cc
887         (start_translation_timestep): use grace timing too for determining
888         when to make mmrest.
889         (start_translation_timestep): clear numbers too.
890
891 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
892
893         * scm/music-types.scm: compile fix: escape braces
894
895         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
896         work around font selection problem
897
898         * Documentation/user/refman.itely: BreathingSign: added docu for
899         property "text"
900
901 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
902
903         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
904         information.
905
906 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
907
908         * lily/multi-measure-rest-engraver.cc (class
909         Multi_measure_rest_engraver): make multiple Number objects, one
910         for each MultiMeasureTextEvent.
911
912         * scm/music-functions.scm (glue-mm-rest-texts): use
913         MultiMeasureTextEvent
914
915         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
916
917         * Documentation/user/refman.itely (Multi measure rests): update.
918
919 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
920
921         * lily/ly-module.cc (ly_copy_module_variables): use
922         scm_internal_hash_fold() for iterating modules.
923
924 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
925
926         * Documentation/user/refman.itely: Section Custodes: added more
927         example code
928
929         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
930         neo-mensural rests to parmesan font
931
932         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
933         header
934
935 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
936
937         * Documentation/user/macros.itexi: @fileref macro.
938
939         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
940         each file. 
941
942 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
943
944         * lily/include/custos.hh, make/lilypond.suse.spec.in,
945         Documentation/topdocs/AUTHORS.texi: updated my email address
946
947         * Documentation/user/refman.itely: updated custos documentation;
948         beautified divisiones example; beautified articulations table
949
950         * lily/breathing-sign.cc: bugfix: finalis molecule
951
952 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
953
954         * Documentation/user/refman.itely: added docu for
955         contemporary fermata symbols, gregorian breathing signs; small fixes
956
957         * ly/gregorian-init.ly: removed obsolete #'type props
958
959 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
960
961         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
962         minimum-length property correctly.
963
964 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
965
966         * scm/music-functions.scm (make-multi-measure-rest): set input
967         locations for multimeasure rests.
968
969 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
970
971         * input/regression/breathing-sign.ly: updated to for ancient
972         notation
973
974 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
975
976         * scripts/ly2dvi.py: Add newline.
977
978 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
979
980         * scripts/ly2dvi.py (dependency_files): Compile fix.
981
982 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
983
984         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
985         (make_html_menu_file): --html menu. 
986
987 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
988
989         * scripts/ly2dvi.py (run_dvips): +add the .map file 
990
991 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
992
993         * input/screech-boink.ly: new file.
994
995 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
996
997         * scripts/lilypond-book.py (make_lilypond_file): convert
998         lilypond-file to lilypond block directly, without going through
999         begin/end lilypond text.
1000         
1001
1002 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
1003
1004         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
1005         scm/grob-description.scm: moved Michael's original breathing sign
1006         code in brew_molecule() to divisio_minima(); provided new
1007         brew_molecule() that effectively replaces the
1008         Text_item::brew_molecule callback (with additional fallback to
1009         Michael's original code); added callbacks for brewing divisio
1010         maior/maxima and finalis
1011
1012         * gregorian-init.ly: added breathing sign shortcuts for virgula,
1013         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
1014
1015         * script-init.ly: added shortfermata, longfermata,
1016         verylongfermata, varcoda
1017
1018         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
1019         longfermata, verylongfermata, varcomma, varcoda
1020
1021 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1022
1023         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
1024           Remove all noquote and insert a few quote.
1025         
1026         * Documentation/user/lilypond-book.itely (Music fragment options),
1027           scripts/lilypond-book.py: Don't include quotation blocks by
1028           default. Introduce option quote instead of noquote
1029
1030 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1031
1032         * VERSION: 1.7.15 released
1033         
1034         * Documentation/user/lilypond.tely: omf updates.
1035
1036         * buildscripts/texi2omf.py (omf_vars): include version.date
1037
1038         * make/lilypond.redhat.spec.in: fixes for spec file. 
1039
1040         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
1041         by function definition: lily now requires a recent GNU Make.
1042
1043         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
1044
1045         * make/ly-rules.make: remove .ly -> .tex rule
1046
1047         * Documentation/user/refman.itely (Figured bass): revised figured
1048         bass example.
1049
1050 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1051
1052         * stepmake/stepmake/omf-targets.make (local-install): add
1053         scrollkeeper-update message.
1054
1055         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
1056         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
1057
1058         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
1059
1060         * Documentation/user/converters.itely (Invoking midi2ly): add
1061         track/channel notice.
1062
1063 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1064
1065         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
1066
1067         * lily/parser.yy (scalar): DIGIT is also a scalar.
1068
1069         * Documentation/user/music-glossary.tely: add @omf tags
1070
1071         * Documentation/user/lilypond.tely: add @omf tags
1072
1073         * scm/generate-documentation.scm (string-append): add @omf tags.
1074
1075         * stepmake/stepmake/omf-*: new files 
1076
1077         * input/regression/multi-measure-rest.ly (texidoc): add doco
1078
1079         * GNUmakefile.in (web-doc-install): add web-doc-install target
1080
1081         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
1082         fixes crashes while dumping MIDI.
1083
1084         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
1085         midi
1086
1087 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1088
1089         * buildscripts/texi2omf.py: new file.
1090
1091         * mf/feta-beugel.mf: include font count, not staffsize (16) in
1092         font-name
1093
1094 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1095
1096         * input/regression/beam-manual-beaming.ly (texidoc): new file.
1097
1098         * lily/sequential-iterator.cc (descend_to_child): call
1099         descend_to_child() for all types of music.
1100
1101 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1102
1103         * scm/translator-property-description.scm: Add
1104         bassFigureFormatFunction.  Replace some entries.
1105
1106 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1107
1108         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
1109         clean out.
1110
1111 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1112
1113         * scripts/midi2ly.py (Note.dump): never dump duration for
1114         dump_dur=0.
1115
1116         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
1117         new function
1118
1119         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
1120         figures using new markups. Much simpler, and should improve layout
1121         a little.
1122
1123         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
1124
1125 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1126
1127         * ly/engraver-init.ly: use Hara kiri by default for 
1128         ChordNames, FiguredBass and Lyrics(Voice) context. 
1129
1130         * lily/axis-group-engraver.cc (acknowledge_grob): use
1131         rhythmic-grob-interface for selecting items not to hara-kiri'd 
1132
1133         * scm/new-markup.scm (markup-function-list): add bracket,
1134         vbracket.
1135
1136         * ly/engraver-init.ly (ChordNamesContext): set
1137         minimumVerticalExtent
1138
1139 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1140
1141         * input/test/time-signature-double.ly: new file 
1142
1143         * input/regression/collision-head-chords.ly (texidoc): new file.
1144
1145         * lily/type-swallow-translator.cc: add note swallow translator 
1146
1147         * input/test/time-signature-double.ly: new file.
1148
1149         * lily/type-swallow-translator.cc: add Rest_swallow_translator
1150
1151         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
1152         (FiguredBassContext): idem.
1153
1154         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
1155
1156         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
1157
1158         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
1159
1160         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
1161         .afm dependency
1162
1163         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
1164
1165         * python/lilylib.py (make_page_images): add function.
1166
1167         * scripts/ly2dvi.py (run_latex): include title in preview image.
1168
1169         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
1170         from lilypond-book for <ly2dvifile> tags in HTML.
1171
1172         * scripts/ly2dvi.py (option_definitions): add --debug option to
1173         print out environment.
1174
1175         * input/regression/tie-chord-partial.ly: new file.
1176
1177 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
1178
1179         * lilypond.words: add 3
1180
1181 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1182
1183         * scm/new-markup.scm (markup-function-list): add finger-markup
1184
1185         * input/tutorial/brahms-tweaked.ly: new markup 
1186
1187         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
1188
1189         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
1190         crash when processing '() markup
1191
1192         * input/regression/breathing-sign.ly (texidoc): add caesura example.
1193
1194         * lily/breathing-sign.cc (railtracks): another caesura.
1195
1196         * mf/feta-schrift.mf: caesura symbol. 
1197
1198 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1199
1200         * scripts/convert-ly.py (FatalConversionError.conv): add
1201         ly:molecule-XXX conversions.
1202
1203         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
1204
1205         * input/regression/multi-measure-rest-text.ly: new file.
1206
1207         * scm/music-functions.scm (glue-mm-rest-texts): automatically
1208         convert MMREST-TEXT to MultiMeasureRestNumber settings.
1209
1210         * ly/engraver-init.ly (ScoreContext): move tablature settings to
1211         ScoreContext
1212
1213         * scm/new-markup.scm (center-markup): \center markup.
1214
1215         * scm/music-functions.scm: remove pitchify scripts.
1216
1217         * lily/music.cc (print_smob): display music name if available 
1218
1219 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1220
1221         * Documentation/user/refman.itely (Instrument names): remove
1222         \turnOff doco.
1223
1224 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1225
1226         * lily/score.cc (mark_smob): bugfix.
1227
1228         * input/regression/rehearsal-mark.ly: new file.
1229
1230         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
1231         report error at the current token again.
1232
1233 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1234
1235         * cygwin/mknetrel: Exit if doc build fails.
1236
1237         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
1238
1239 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1240
1241         * scm/music-types.scm (music-descriptions): add doc strings
1242
1243 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1244
1245         * lily/lexer.ll: 
1246         * lily/include/my-lily-lexer.hh: 
1247         * lily/include/includable-lexer.hh: Add flex kludge.
1248
1249         * config.hh.in: 
1250         * config.make.in: 
1251         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
1252         cruft.
1253         
1254         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
1255         code.
1256
1257 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1258
1259         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
1260
1261         * lily/parser.yy (new_chord): Compile fix.
1262
1263 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1264
1265         * Documentation/user/refman.itely (Tuning groups of objects):
1266         remove documentation for \turnOff. 
1267
1268         * lily/percent-repeat-engraver.cc (try_music): add correct
1269         processing moments for double-measure percents as well.
1270
1271         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
1272
1273         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
1274         grob prop type. 
1275
1276         * Documentation/user/refman.itely (Printing named chords): add
1277         chord name tweak doco.
1278
1279         * input/template/gregorian-transcription.ly: new file.
1280
1281 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1282
1283         * VERSION: 1.7.13 released
1284         
1285         * input/test/*: lots of cleanups/comment-outs/removals in chord
1286         examples
1287         
1288         * input/regression/*: lots of cleanups/comment-outs/removals in
1289         chord examples
1290         
1291         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
1292         options
1293
1294         * lily/new-chord-name-engraver.cc (process_music): give original
1295         inversion pitch to chord name routine.
1296
1297         * input/tutorial/os-score.ly: update to new markup
1298
1299         * Documentation/user/appendices.itely: simply include
1300         chords-ignatzek. 
1301
1302         * Documentation/user/refman.itely (Chords mode): add documentation
1303         for chord mode.
1304
1305         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
1306         not present in chord.
1307         (construct-chord): add inversion and bass support.
1308
1309         * lily/chord.cc: junk contents.
1310
1311 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
1312
1313         * Documentation/user/refman.itely:
1314         * Documentation/user/music-glossary.tely: fix. 
1315
1316 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1317
1318         * scm/chord-entry.scm (construct-chord): move chord construction
1319         to Scheme.
1320
1321         * lily/parser.yy (new_chord): new setup for chord entry.
1322
1323 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
1324
1325         * lilypond.words:
1326         * Documentation/user/music-glossary.tely: add ambitus.
1327
1328 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1329
1330         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
1331
1332         * lily/include/*.hh: string() -> to_string()
1333
1334         * scm/chords-ignatzek.scm: new file.
1335
1336         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
1337         standard chord name exceptions.
1338
1339         * scm/translator-property-description.scm (chordNameSeparator):
1340         add property.
1341         (majorSevenSymbol): add property
1342
1343         * lily/translator-scheme.cc (ly:context-properties): new function
1344         (ly:context-parent): new function.
1345         (print_smob): print context name.
1346
1347         * lily/music.cc (ly:get-music-length): new function
1348         (print_smob): don't print properties.
1349
1350         * lily/duration.cc (duration<?): new function
1351
1352         * input/regression/chords-funky-ignatzek.ly: new file.
1353
1354         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
1355         jazz chords.
1356
1357         * lily/pitch.cc (ly:pitch-diff): new function.
1358
1359         * input/regression/chords-ignatzek.ly: new file.
1360
1361 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1362
1363         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
1364         pitches for jazz chords.
1365
1366 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1367
1368         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
1369
1370 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
1371
1372         * lilypond.words: add 1
1373
1374 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
1375
1376         * Documentation/topdocs/AUTHORS.texi: refine.
1377
1378 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
1379
1380         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
1381         
1382         * lilypond.words: add one.
1383
1384 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
1385
1386         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
1387         Fontify bass note in chords, e.g., e in c1/e.
1388         
1389 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1390
1391         * Documentation/user/music-glossary.tely: Dutch updates and
1392         additions (Arent Storm).
1393
1394 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1395
1396         * input/regression/ambitus.ly:  move file.      
1397
1398         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
1399
1400         * lily/event.cc (transpose): add tonic property to Key_change_req
1401         and to Key_engraver.
1402
1403 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
1404
1405         * Documentation/user/refman.itely: fix typo.
1406
1407         * lilypond.words: removed wrong identifiers.
1408
1409 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1410
1411         * mf/feta-toevallig.mf: make flat stem shorter 
1412
1413 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
1414
1415         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
1416
1417         * lilypond.words: add from Phrasing slur.
1418         
1419 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
1420
1421         * lilypond-mode.el: allow launching multiple ViewPS processes.
1422         
1423         * lilypond.words: add from Text markup.
1424
1425 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1426
1427         * input/test/ossia.ly (texidoc): add comment.
1428
1429         * input/regression/voice-follower.ly: new file.
1430
1431         * mf/feta-toevallig.mf: make flat heavier.
1432
1433         * lily/cluster-engraver.cc: clean up Cluster engraver
1434
1435         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
1436         Engraver. Use Note_column to compute Y positions and deal with
1437         line break stuff.
1438
1439 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1440
1441         * lily/stem.cc: move french-beaming to stem.
1442
1443 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
1444
1445         * lilypond-font-lock.el: fontify all durations in chords.
1446
1447         * lilypond.words: add from lily/my-lily-lexer.cc
1448
1449 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1450
1451         * VERSION: release 1.7.12
1452
1453         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
1454
1455         * lily/gregorian-ligature.cc: new file
1456
1457         * lily/*: the Great 2003 search & replace.
1458
1459         * Documentation/user/refman.itely (Manual repeat commands): add
1460         note about font selection.
1461
1462 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
1463
1464         * lilypond-mode.el: propose recompiling midi while invoking playing,
1465         not while stopping playing.
1466
1467 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
1468
1469         * lilypond.words: add one.
1470
1471         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
1472         and expressional note grouping. Fontify chord modes.
1473
1474 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
1475
1476         * Documentation/user/music-glossary.tely (Top): translate melisma.
1477
1478 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1479
1480         * Documentation/user/music-glossary.tely (Top): add melisma.
1481
1482 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
1483
1484         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
1485         interfaces for (abstract) grob GregorianLigature
1486
1487         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
1488         renamed head* -> glyph_name*, x-shift* -> x-offset*
1489
1490         * scm/grob-property-description.scm: bugfix: added missing descriptions
1491
1492 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1493
1494         * input/test/chord-names-dpnj.ly: New file.
1495
1496         * scm/double-plus-new-chord-name.scm: Implement full and partial
1497         exceptions.
1498
1499         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
1500
1501         * scm/double-plus-new-chord-name.scm
1502         (double-plus-new-chord->markup): Fix sub->markup.
1503
1504
1505 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
1506
1507         * lily/custos-engraver.cc: added TODO; editorial changes
1508
1509         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
1510         consistency with other ligature engravers; removed access on (now)
1511         private variable _ligature of Ligature_engraver
1512
1513         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
1514         renamed last_bound -> last_bound_; issue programming_error on
1515         abstract method calls; moved primitives code from
1516         Mensural_bracket_engraver to here (because almost ligature
1517         engravers will need it); renamed try_stop_ligature () ->
1518         typeset_ligature (); bugfix: store primitives of finished ligature
1519         in separate variable finished_primitives_ to avoid clash on input
1520         like "\] \["; added current_ligature () to enable access on
1521         private variable _ligature
1522
1523         * lily/mensural-ligature-engraver.cc: removed primitives_ code
1524         (now in super class); renamed try_stop_ligature () ->
1525         typeset_ligature ()
1526
1527         * lily/mensural-ligature.cc: issue programming_error on abstract
1528         method calls
1529
1530         * lily/note-heads-engraver.cc: added TODO comment upon bool
1531         in_ligature
1532
1533         * mf/parmesan-heads.mf: fixed some of set_char_box()
1534
1535         * scm/grob-description.scm: added VaticanaLigature
1536
1537         * scm/grob-property-description.scm: added neume prefix properties
1538
1539         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
1540         lily/include/gregorian-ligature-engraver.hh,
1541         lily/include/gregorian-ligature.hh: new files; framework for
1542         gregorian ligature engravers such as vaticana
1543
1544         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
1545         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
1546         vaticana style ligature implementation (still somewhat uncomplete)
1547
1548 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1549
1550         * VERSION: release 1.7.11
1551
1552         * scripts/convert-ly.py: add ly:pitch-transpose rule
1553
1554 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1555
1556         * input/test/dpncnt.ly: New file.
1557
1558         * lily/my-lily-lexer.cc: Add chordnames keyword.
1559
1560         * lily/parser.yy (chordnames_block): Parse chord name exception
1561         lists, see input/test/dpncnt.ly.
1562
1563         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
1564         function.
1565
1566         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
1567         filter-out too.
1568
1569         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
1570         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
1571         pitch functions (except for ly:make-pitch, but that's apparently
1572         some sort of scheme naming standard?).
1573
1574         * scm/lily.scm (!=): define-public.
1575
1576         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
1577
1578 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1579
1580         * scm/double-plus-new-chord-name.scm
1581         (double-plus-new-chord-name->markup): New file.
1582
1583 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1584
1585         * python/lilylib.py (make_preview): don't suppress progress for
1586         bbox extraction.
1587
1588 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1589
1590         * Documentation/user/appendices.itely (scheme): update for new syntax.
1591
1592         * input/regression/chord-name-styles.ly: new file
1593
1594         * lily/instrument-name-engraver.cc: create instrument names
1595         without barline too.  Allows instrument name on ChordNames  
1596
1597         * scm/new-markup.scm (interpret-markup): allow simple strings as
1598         markup too.
1599
1600 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1601
1602         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
1603         (step->markup-accidental): Fix: add accidental.
1604         (chord::inner-name-american): 
1605         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
1606         append stray '/' if last superscript addition was 'o'.
1607
1608         * scm/new-markup.scm (normal-size-sub-markup) 
1609         (normal-size-super-markup): New function.
1610
1611         * lily/source-file.cc (Source_file): Add warning for possibly
1612         intentional but suspicious initialization.
1613
1614         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
1615         add comments about cut-and-paste programming.
1616
1617         * flower/rational.cc (lcm): Not used; comment out.
1618
1619 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1620
1621         * lily/new-fingering-engraver.cc (position_scripts): use
1622         fingerHorizontalDirection to determine fingering horizontal
1623         directions.
1624  
1625         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
1626         fingering support.
1627
1628         * scripts/convert-ly.py (FatalConversionError.conv): add style
1629         conversion rule. 
1630
1631         * scm/chord-name.scm (set-chord-name-style): new function.
1632         (new-chord-name-brew-molecule): revise to interpret markup only
1633         (new-chord->markup): cleanuppish rewrite. To be called from the
1634         new engraver.
1635
1636         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
1637         Markup earlier, during interpreting.
1638
1639         * input/test/{banter,jazz,american}-chords.ly (scheme): update
1640         style settings. Rename to chord-names-*.ly
1641
1642 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1643
1644         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
1645         markup code and update to new markup.  Most probably broke some of
1646         it.
1647         
1648 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
1649
1650         * Documentation/user/refman.itely: added docu for ambitus and
1651         clusters
1652
1653         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
1654         ly_quote_scm() in lookup.cc
1655
1656         * mf/parmesan-clefs.mf: set_char_box fix
1657
1658         * lily/cluster-engraver.cc: junk implicit protection; use
1659         Protected_scm instead
1660
1661 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1662
1663         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
1664         throughout.
1665
1666         * scm/new-markup.scm: Turn-off error-triggering test code.
1667
1668 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1669
1670         * scm/new-markup.scm (markup-thrower-typecheck) 
1671         (markup-typecheck?):  add full typechecking functions.
1672         (make-markup-maker): add make-FOO-markup functions.
1673         (markup-argument-list-error): nice error checking messages.
1674         (make-markup): better function: less quoting escapades.
1675
1676 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1677
1678         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
1679
1680 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1681
1682         * cygwin/lilypond.hint (requires): Add cygwin.
1683
1684         * .cvsignore: Remove stepmake (huh!?!), add lib.
1685
1686         * GNUmakefile.in: Add libdir links for builddir runs.
1687
1688         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
1689         instead of datadir.
1690
1691         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
1692         local_lilypond_libdir.
1693
1694         * config.make.in (lilypond_libdir): Add.
1695
1696         * stepmake/stepmake/substitute-rules.make: 
1697         * stepmake/stepmake/script-rules.make: 
1698         * stepmake/stepmake/python-module-rules.make:
1699         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
1700         lilypond-python-module patch.
1701
1702 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1703
1704         * Documentation/user/refman.itely (Graphical interfaces): add note
1705         about xml2ly.
1706
1707 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1708
1709         * scripts/ly2dvi.py (run_dvips): remove trailing newline
1710
1711 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1712
1713         * VERSION: released 1.7.10
1714
1715         * scripts/musedata2ly.py (): idem
1716
1717         * scripts/midi2ly.py (dump_chord): idem
1718
1719         * scripts/etf2ly.py (version): idem 
1720
1721         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
1722
1723         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
1724
1725         * scm/tex.scm (tex-output-expression): remove eval compat
1726         glut. Other output files too.
1727
1728         * scm/chord-name.scm: don't export anything from chord module.
1729
1730         * input/test/american-chords.ly: idem
1731
1732         * input/test/banter-chords.ly (texidoc): idem
1733
1734         * input/test/Cc-chords.ly: add breakage notes.
1735
1736         * Documentation/user/refman.itely (Text markup): rewrite manual section.
1737
1738         * lily/parser.yy (scalar): allow \markup { } as property value. 
1739
1740         * scm/chord-name.scm: complete new markup usage
1741
1742         * scm/grob-description.scm (all-grob-descriptions): use new markup
1743         texts by default
1744
1745 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1746
1747         * scm/chord-name.scm: partial move to new markup texts.
1748
1749 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1750
1751         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
1752
1753         * scm/bass-figure.scm (brew-bass-figure): make stack direction
1754         settable.
1755
1756 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
1757
1758         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
1759         invoked for old midi, wait for killing.
1760
1761 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
1762
1763         * Documentation/user/music-glossary.tely: Finnishing.
1764
1765 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1766
1767         * mf/feta-nummer-code.mf: some kerning pairs.
1768
1769 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
1770
1771         * scm/output-lib.scm (set-bar-number-visibility): Context-function
1772         Added.
1773
1774         * Documentation/user/refman.itely (Bar numbers):
1775         set-bar-number-visibility added, modulo-bar-number removed again
1776         (sorry).
1777
1778 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
1779
1780         * scm/output-lib.scm (modulo-bar-number-visible): add function.
1781
1782         * Documentation/user/refman.itely: add modulo-bar-number-visible.
1783
1784         * Documentation/user/music-glossary.tely: translate into Finnish.
1785
1786 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
1787
1788         * lilypond-mode.el: add shortcut for 2midi
1789
1790         * lilypond-font-lock.el: fontify lyrics
1791
1792 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
1793
1794         * scm/drums.scm : use 1.7.x names.
1795
1796         * input/regression/drums.ly : Don't use << chords >>
1797
1798 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
1799
1800         * lilypond-mode.el: tidy, add TODO
1801
1802         * make/lilypond.mandrake.spec.in: install-info quietly.
1803
1804 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1805
1806         * input/test/markup.ly: use new syntax.
1807
1808 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1809
1810         * ly/params-init.ly (interscoreline): add word-space
1811
1812         * input/test/metronome.ly (eighthNote): idem.
1813
1814         * input/test/script-priority.ly: use new markup
1815
1816         * lily/parser.yy (markup): allow HEAD markup0 markup1 
1817
1818         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
1819
1820         * lily/parser.yy (gen_text_def): bugfix.
1821         (full_markup): allow markup identifier.
1822
1823 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
1824
1825         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
1826         jobs at the same time. Add horizontal lines to Command menu.
1827         Allow one compiling job -- propose killing others before a new one.
1828
1829         * lilypond.words: add markup, teeny, etc.
1830
1831 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
1832
1833         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
1834         Allow only one type of midi process; launching Midi either stops
1835         midis or plays the current midi and launching MidiAll stops midis
1836         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
1837         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
1838
1839 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1840
1841         * lily/text-engraver.cc (process_acknowledged_grobs): use new
1842         markup  for new markup texts.
1843
1844         * lily/mark-engraver.cc (process_music): idem
1845         
1846         * lily/instrument-name-engraver.cc (create_text): idem
1847
1848         * scm/new-markup.scm (magnify-markup): new function.
1849
1850         * scm/molecule.scm (stack-lines): bugfix.
1851
1852         * lily/font-interface.cc (get_font): take font-magnification from
1853         alist chain.
1854
1855 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1856
1857         * lily/molecule-scheme.cc: move scheme functions to separate file.
1858
1859         * lily/font-metric.cc  (ly_get_glyph): new function. 
1860         
1861         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
1862         (italic-markup, dynamic-markup): new functions
1863         (font-markup): new function
1864
1865         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
1866         padding and minimum
1867
1868 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
1869
1870         * lily/accidental-engraver.cc:
1871         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
1872
1873 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
1874
1875         * lilypond.vim:
1876         * lilypond-font-lock.el: Put \longa as duration. Accept only 
1877         [a-zA-Z] for user defined identifiers. Separate note cases 
1878         with and without a duration (allow cis\longaX).
1879
1880         * lilypond.words: Add words from Info.
1881
1882 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1883
1884         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
1885
1886 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
1887
1888         * lilypond-mode.el: Propose reverting buffer before a command if
1889         it was edited with an another editor.
1890
1891 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1892
1893         * lily/molecule.cc (ly_translate_molecule): new function
1894
1895         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
1896         into libdir
1897
1898         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
1899
1900         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
1901
1902 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
1903
1904         * lilypond.words: take \words from Info-index.
1905
1906 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1907
1908         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
1909
1910 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
1911
1912         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
1913
1914 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
1915
1916         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
1917         and lilypond-documentation.
1918
1919 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1920
1921         * lily/parser.yy: Compile fix (bison 1.75).
1922
1923 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1924
1925         * VERSION: 1.7.9 released
1926
1927         * scm/music-functions.scm (shift-one-duration-log): refactor.
1928         Use music-map.
1929
1930         * input/regression/chord-tremolo.ly (texidoc): add dot test.
1931
1932         * NEWS: update.
1933
1934         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
1935         argument
1936         
1937         * scm/music-functions.scm (display-music): new function
1938         (music-map): change arg order.
1939
1940         * input/regression/new-markup-syntax.scm: new file
1941
1942         * lily/parser.yy (markup): add \markup { .. } syntax.
1943
1944         * scm/new-markup.scm (override-markup): new function
1945         (lookup-markup): new function
1946         (music-markup): new function
1947         (lookup-markup-command): use markup-signature to store argument
1948         format for parser.
1949
1950         * lily/lexer.ll: preliminary \markup syntax. 
1951
1952 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
1953
1954         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
1955         add pre/post-dependencies and menus with icons from source.
1956
1957         * Documentation/pictures/lilypond-48x48.xpm:
1958         * Documentation/pictures/lilypond-32x32.xpm:
1959         * Documentation/pictures/lilypond-16x16.xpm: new files, background
1960         transparent.
1961
1962         * stepmake/stepmake/generic-targets.make:
1963         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
1964
1965 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1966
1967         * input/regression/music-map.ly (texidoc): new file.
1968
1969         * scm/music-functions.scm (music-map): new function
1970
1971 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1972
1973         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
1974
1975 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
1976
1977         * input/test/to-xml.ly:
1978         * lily/ligature-engraver.cc: Fixes documentation.
1979
1980         * lilypond.mandrake.spec.in:
1981         * lilypond.redhat.spec.in: Add lilypond.words.
1982
1983         * Documentation/user/refman.itely: Mention Info inside emacs.
1984         
1985         * lilypond.suse.spec.in:
1986         * lilypond.redhat.spec.in: 
1987         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
1988
1989 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1990
1991         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
1992         os.popen.read ().
1993
1994 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1995
1996         * scripts/ly2dvi.py (include_path): print warning if failing anything.
1997
1998         * python/lilylib.py (error): add space
1999
2000 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2001
2002         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
2003         distribution.
2004
2005 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2006
2007         * lily/paper-outputter.cc (Paper_outputter): close port when
2008         finishing score.
2009
2010 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2011
2012         * scm/sodipodi.scm: Fixes.
2013
2014 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
2015
2016         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
2017
2018         * buildscripts/make-font-dir.py: Fix. 
2019
2020 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
2021
2022         * lilypond-mode.el: Add support for Info inside Emacs.
2023
2024 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2025
2026         * buildscripts/make-font-dir.py: 
2027         * mf/GNUmakefile: Make sodipodi font map.
2028
2029         * scm/sodipodi.scm: Add more output functions.
2030
2031         * mf/feta-nummer.mf: 
2032         * mf/feta-beugel.mf: Add font_coding_scheme.
2033
2034         * lily/paper-outputter.cc (output_header): Fix creator string.
2035
2036 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2037
2038         * lilypond-mode.el (LilyPond-autocompletion): invoked with
2039         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
2040
2041         * lilypond.words: add two (Everybody can add/remove words now!).
2042
2043         * debian/rules:
2044         * make/lilypond.suse.spec.in:
2045         * make/lilypond.mandrake.spec.in:
2046         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
2047
2048         * Documentation/user/refman.itely: Mention autocompletion.
2049
2050 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2051
2052         * scripts/ly2dvi.py: Add paper sizes.
2053
2054         * lily/timing-engraver.cc: 
2055         * lily/time-signature.cc: 
2056         * lily/span-bar.cc: 
2057         * lily/grob-scheme.cc: Code formatting fixes.
2058
2059         * scm/sodipodi.scm: 
2060         * scm/sketch.scm:
2061         * buildscripts/mf-to-table.py: 
2062         * buildscripts/make-font-dir.py: Font testing.
2063
2064 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2065
2066         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
2067         inserts try-completion and shows all-completions.
2068
2069         * lilypond.words: '\' -> '\\'
2070
2071         * lilypond-mode.el: load libraries in the end, lilypond.words defines
2072         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
2073         
2074         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
2075         and LilyPond-reserved-words.
2076         
2077 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
2078
2079         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
2080         from load-path.
2081         
2082         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
2083         the mini-buffer with Control-Shift-c.
2084         
2085 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2086
2087         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
2088         duration. This fixes \tempo taking time.
2089
2090 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2091
2092         * lily/volta-engraver.cc (process_acknowledged_grobs): 
2093         Allow for text markup in repeatCommands. 
2094
2095 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
2096
2097         * lilypond-mode.el (LilyPond-insert-string): new function, use it
2098         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
2099         Get rid of skeleton.el-dependency.
2100
2101         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
2102
2103 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2104
2105         * lily/beam-engraver.cc (stop_translation_timestep): reset
2106         now_stop_ev_
2107
2108         * lily/scm-option.cc: add parse-protect to ly:set-option
2109
2110         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
2111
2112 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2113
2114         * lily/include/ligature-bracket.hh: removed
2115         * lily/ligature-bracket.cc: removed
2116
2117         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
2118         .tex
2119
2120         * lily/beam.cc (set_beaming): don't change beam count on rests.
2121         (brew_molecule): always set flag-width > 0.
2122
2123 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
2124
2125         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
2126         chars, remove instructions; instead, refer to lilypond-init.el and
2127         Documentation/topdocs/INSTALL.texi.
2128
2129         * lilypond.words: add identifiers and reserved words.
2130
2131         * Documentation/topdocs/INSTALL.texi: separate sections for installing
2132         files and adding a load-path.
2133
2134         * lilypond-init.el: Instructions, extracted from 
2135         Documentation/topdocs/INSTALL.texi. 
2136         
2137 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2138
2139         * VERSION: 1.7.8 released 
2140
2141         * lily/grob.cc (warning): better robustness fix.
2142
2143 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
2144
2145         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
2146
2147         * lily/cluster-engraver.cc: stick better to variable naming
2148         conventions
2149
2150         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
2151         until stop_translation_timestep()
2152
2153         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
2154         min/max coordinates to backend, but no musical info such as
2155         pitches
2156
2157         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
2158
2159         * lily/grob.cc: robustness fix: warning(): do not crash if
2160         cause is not set
2161
2162         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
2163         the much more elaborated tuplet brackets than the very naive and
2164         simple ligature bracket grob
2165
2166 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2167
2168         * Documentation/user/refman.itely (Analysis brackets): add
2169         horizontal bracket doco.
2170
2171         * ly/property-init.ly (setMmRestFermata): added.
2172
2173         * Documentation/user/refman.itely (Multi measure rests): fermatas
2174         on mm rests.
2175
2176         * input/regression/apply-context.ly (texidoc): new file
2177
2178         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
2179         code to be executed during interpretation. Possible applications:
2180         smart octavation, more advanced bar checks. 
2181
2182         * lily/apply-context-iterator.cc: new file.
2183
2184 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2185
2186         * input/test/new-markup.ly: new file.
2187
2188         * lily/text-item.cc (text_to_molecule): new function
2189
2190         * scm/new-markup.scm (lambda): new file
2191
2192         * lily/function-documentation.cc (ly_add_function_documentation):
2193         add proc property as well
2194
2195 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2196
2197         * Documentation/user/music-glossary.tely (Top): add custos.
2198
2199 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
2200
2201         * Documentation/topdocs/INSTALL.texi: advise how to include source
2202         path to Emacs load-path and improve language.
2203
2204 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2205
2206         * GNUmakefile.in: config.h message fix.
2207
2208         * autogen.sh:
2209         * aclocal.m4: Regenerate.
2210
2211         * configure.in: 
2212         * config.make.in: 
2213         * stepmake/config.make.in: 
2214         * stepmake/configure.in: 
2215         * stepmake/autogen.sh: 
2216         * stepmake/aclocal.m4: Update for autoconf 2.56.
2217
2218 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
2219
2220         * Documentation/topdocs/INSTALL.texi: instructions for an user how
2221         to install Emacs-mode. Instructions how to use vim-mode.
2222
2223 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2224
2225         * scm/music-types.scm (music-descriptions): no length for tempo event.
2226
2227         * input/*.ly: add \version everywhere.
2228         
2229         * input/*.ly: update syntax to 1.7 + new-chords.
2230
2231         * VERSION: 1.7.7 released.
2232         
2233         * Documentation/user/*.tely: new chord syntax.
2234
2235         * input/regression/[bc]*.ly (texidoc): syntax updates.
2236         
2237 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
2238
2239         * lilypond.words: add vocabulary to be used in auto-completion
2240
2241         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
2242
2243         * lilypond.vim: allow note name at EOF
2244
2245 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2246
2247         * buildscripts/new-chords.py (edit): -e option: inline editing.
2248
2249         * input/regression/a*.ly (texidoc): syntax updates.
2250
2251         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
2252         music): elucidations. 
2253
2254 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
2255
2256         * lily/include/lily-proto.hh, ly/engraver-init.ly,
2257         ly/spanners-init.ly, scm/grob-description.scm,
2258         scm/grob-property-description.scm, scm/music-types.scm,
2259         lily/cluster-engraver.cc, lily/cluster.cc,
2260         lily/include/cluster.hh, input/test/cluster.ly: cluster
2261         implementation
2262
2263         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
2264         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
2265         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
2266
2267         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
2268
2269         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
2270
2271         * scm/grob-description.scm: bugfix: by default, use default note
2272         head style when engraving ligatures
2273
2274         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
2275
2276         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
2277         events
2278
2279         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
2280
2281         * input/test/ancient-font.ly: bugfix: style -> flag-style
2282
2283         * lily/ligature-engraver.cc: indentation fix
2284
2285         * lily/parser.yy: indentation fixes
2286         
2287 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2288
2289         * input/regression/measure-grouping.ly: more elaborate example.
2290
2291         * lily/moment.cc: ly:add-moment, ly:mul-moment,
2292         ly:div-moment. New functions 
2293
2294         * scm/music-functions.scm (set-time-signature): new function,
2295         allow inline time sig settings with measure grouping.
2296
2297         * lily/parser.yy (command_element): move time sig construction
2298         into Scheme.
2299
2300         * lily/side-position-interface.cc (out_of_staff): new function,
2301         like padding, but keep minimum distance from staff. Easier than
2302         linespanners (dynamics, pedals), but roughly the same effect.
2303
2304 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
2305
2306         * emacs-mode.el: Added spanish-note-replacements 
2307         (<carlos.betancourt@chello.be>).
2308
2309         * vimrc: (Un)commenting with <(S-)F12>, tidy.
2310
2311 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
2312
2313         * lilypond.vim: Do not fontify cises, desis, etc.
2314
2315         * vimrc: view dvi with <S-F6>
2316
2317 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2318
2319         * lily/lookup.cc (triangle): new function.
2320
2321         * input/regression/measure-grouping.ly (texidoc): new file: show
2322         triangles and brackets for beat groups of 3 and 2.
2323
2324         * lily/include/measure-grouping-spanner.hh (class
2325         Measure_grouping): new file.
2326
2327         * lily/measure-grouping-spanner.cc (brew_molecule): new file
2328
2329         * lily/measure-grouping-engraver.cc (class
2330         Measure_grouping_engraver): new file.
2331
2332 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2333
2334         * Merge from stable:
2335
2336             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
2337         
2338         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
2339         stylesheet.
2340
2341         * ly/paper19.ly: Include paper19-init.ly.
2342
2343         * ly/paper19-init.ly: New file.
2344
2345         * Documentation/user/tutorial.itely (First steps): Fix first
2346         example for font test.
2347
2348         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
2349
2350         * ChangeLog: Add 1.7.6 release marker (see below).
2351
2352         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
2353         Add .py files.
2354
2355 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2356
2357         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
2358
2359         * input/tutorial/*.ly: update to new syntax.
2360
2361         * lily/parser.yy (Composite_music): new transpose syntax,
2362         \transpose FROM TO MUSIC. 
2363
2364 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2365
2366         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
2367         latex progress/error output to stderr (by default this goes to
2368         stdout).  Show lilypond progress, even when not verbose.
2369
2370         * python/lilylib.py (system): New optional parameter to control
2371         showing of progress.
2372
2373         * scm/backend-documentation-lib.scm (check-dangling-properties):
2374         Fix error message.
2375
2376         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
2377         axis, extent.
2378
2379         * scm/grob-property-description.scm (magnify): Remove.
2380         (extent, axis): Add.
2381
2382 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2383
2384         * VERSION: Release 1.7.6.
2385
2386         * scripts/convert-ly.py: more uniformization substitutions.
2387
2388         * buildscripts/new-chords.py (sub_chords): new file.
2389
2390 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2391
2392         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
2393         lilypond.map.  Include sauter fonts too.  Cleanups.
2394
2395 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2396
2397         * Documentation/user/tutorial.itely (First steps): change to new
2398         chord/tie/slur/beam notation.
2399
2400         * lily/parser.yy (event_that_take_dir): allow postfix notation for
2401         ties.
2402
2403         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
2404         engraver. Process ties in postfix notation, i.e. c8-~ c
2405
2406         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
2407
2408         * input/regression/beam-postfix-notation.ly (texidoc): new file.
2409
2410         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
2411
2412         * lily/beam-engraver.cc (try_music): accept new-beam-events
2413
2414         * input/regression/chord-scripts.ly (texidoc): new file
2415
2416         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
2417         script-events.
2418
2419         * scm/script.scm (default-script-alist): cleanup.
2420
2421         * lily/script-engraver.cc (make_script_from_event): cleanup.
2422
2423         * lily/lyric-combine-music-iterator.cc
2424         (Lyric_combine_music_iterator): remove superfluous events.
2425         (melisma_busy): new function. Fix broken melismas.
2426
2427 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
2428
2429         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
2430         Remove nonvalid settings. Use descriptive key names.
2431         Use <Return> to indicate the pressing of that key.
2432
2433 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2434
2435         * scripts/lilypond-book.py (option_definitions): Typo.
2436
2437         * scripts/ly2dvi.py: Updates.
2438
2439         * python/lilylib.py (setup_environment, print_environment)
2440         (get_bbox, make_preview): Merge and remove from ly2dvi and
2441         lilypond-book.
2442
2443         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
2444
2445         * .cvsignore: Remove some cruft.
2446
2447         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
2448         path.
2449
2450         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
2451         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
2452         throughout.
2453
2454         * python/lilylib.py (quiet_system): Junk
2455         (system): Display error log upon failure.
2456         (read_pipe): New function.  Cleanups and fixes.
2457
2458         * python/*.py: Rename from *.py.in.
2459         
2460         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
2461
2462         * GNUmakefile.in (SUBDIRS): Move python before scripts.
2463
2464 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2465
2466         * python/GNUmakefile: Bugfix: handle modules.
2467
2468         * stepmake/stepmake/python-module-targets.make (default): Add
2469         compiled modules. 
2470
2471         * stepmake/stepmake/python-module-rules.make: Add rule for byte
2472         compiling modules.
2473
2474         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
2475         Bugfix.  (OUT_PYC_MODULES): Add.
2476
2477 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
2478
2479         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
2480         Use default paths. Refresh description.
2481
2482 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2483
2484         * VERSION: 1.7.5 released
2485
2486         * input/regression/finger-chords.ly (texidoc): new file.
2487
2488         * lily/script-engraver.cc (process_music): remove scriptHorizontal
2489         support
2490
2491         * lily/fingering-engraver.cc (process_music): remove kludgy
2492         scriptHorizontal stuff.
2493
2494         * lily/script.cc: remove staff-support property.
2495
2496         * lily/new-fingering-engraver.cc (add_fingering): new
2497         file. Fingering engraver for new style chords.
2498
2499 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2500
2501         * lily/parser.yy (bare_number): allow 4 \cm (without
2502         decimal dot). (should backport to 1.6?)
2503
2504         * ly/declarations-init.ly: use Scheme for dimension defs.
2505
2506         * lily/parser.yy (TODO): remove hard coded dimensions, add
2507         REAL NUMBER_IDENTIFIER production.
2508
2509         * lily/rest-collision.cc (force_shift_callback): rewrite using
2510         -done property.
2511
2512         * scm/grob-property-description.scm (rest-collision-done): add
2513         property.
2514         
2515         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
2516
2517 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2518
2519         * input/regression/multi-measure-rest-center.ly: new file.
2520
2521         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
2522         off horizontally by 0.05 ss. Fixed.
2523
2524 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2525
2526         * scm/pdftex.scm: Rename ly-number to ly:number->string.
2527
2528         * Documentation/topdocs/index.tely: Remove duplicate from merge.
2529
2530 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2531
2532         * lily/tie.cc (get_control_points): also avoid staff lines on the
2533         just outside the outer staff lines
2534
2535 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2536
2537         * ly/params-init.ly: Just define style-alist, no need to
2538         define-public.
2539
2540         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
2541         (thanks Han-Wen).
2542
2543         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
2544         (FET_FILES): = FONT_FILES.
2545
2546         * Merge from stable:
2547
2548             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
2549
2550 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2551
2552         * VERSION: 1.7.4 released.  
2553         
2554         * scm/generate-documentation.scm (string-append): add macro
2555         definitions.
2556
2557         * lily/text-item.cc (lookup_text): don't use virtual fonts for
2558         normal texts.
2559
2560         * lily/multi-measure-rest-engraver.cc: make separate
2561         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
2562
2563         * lily/multi-measure-rest.cc: remove text handling. Remove
2564         number-threshold.
2565
2566 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2567
2568         * scm/music-types.scm: doc patch by Graham Percival
2569
2570 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2571
2572         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
2573         encoding part.
2574         (Font_info.set_defaults): pixelsize now also defauts to '0'.
2575         (sketch_p): Sketch wants only first four elements of X11 font spec.
2576
2577         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
2578
2579         * mf/feta-autometric.mf: Write foundry and family to log.
2580
2581         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
2582         font translation table.
2583
2584         * buildscripts/mf-to-table.py: Better font info into afm.
2585
2586         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
2587         1.0.9 required.
2588
2589         * configure.in: Whine for mftrace 1.0.9.
2590
2591 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2592
2593         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
2594
2595         * lily/main.cc (main_prog): don't try to load init.EXT when
2596         processing foo.EXT.
2597
2598 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
2599
2600         * scm/tex.scm (zigzig-line): added.
2601
2602         * scm/ps.scm (zigzag-line): added.
2603
2604         * ps/music-drawing-routines.ps (subvec): added.
2605         (draw_zigzag_line): added.
2606         
2607         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
2608         grob properties zigzag-width and zigzag-length.
2609
2610         * input/regression/glissando.ly: Add some zig-zagged glissandi.
2611
2612 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2613
2614         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
2615         svg output, including font.
2616
2617 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2618
2619         * scm/lily.scm: Register sodipodi output module.
2620
2621         * scm/sodipodi.scm: New file.
2622
2623         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
2624
2625         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
2626         comment, after header.
2627         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
2628         FullName.  Fix FontName key.
2629
2630 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
2631
2632         * lily/rest.cc (after_line_breaking): bugfix: dots after half
2633         and breve rests.
2634         
2635         * input/test/blank-notes.ly: bugfix
2636
2637         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
2638         rests. (Kim Shrier)
2639
2640         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
2641         
2642 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2643
2644         * scm/tex.scm: 
2645         * scm/ps.scm: Cleanup and remove obsolete junk.
2646
2647         * Documentation/user/internals.itely:
2648         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
2649
2650         * lily/parser.yy: Identify shift/reduce problems.
2651
2652         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
2653         make-style-sheet.  Too specific for convert-ly?
2654
2655 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2656
2657         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
2658
2659         * input/test/*.ly: various fixes.
2660
2661         * lily/music.cc (name): bugfix
2662
2663         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
2664
2665         * lily/input-file-results.cc (code): set-point-and-click! ->
2666         set-point-and-click
2667         
2668 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2669
2670         * Use uniform ly: prefix for exported scheme primitive functions.
2671
2672         * scm/music-types.scm: junk compat glue
2673
2674         * scripts/convert-ly.py: add rules for stuff below, junk
2675         compatibility glue for spanrequest.
2676
2677         * lily/parser.yy (verbose_event): remove \spanrequest,
2678         \commandspanrequest, \script. 
2679         
2680         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
2681
2682         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
2683         for \penalty, \glissando.
2684
2685         * VERSION: release 1.7.3
2686         
2687 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
2688
2689         * lily/accidental-engraver.cc: Fix
2690         grace-in-the-beginning-of-measure bug caused by the resent
2691         partial-measure fix.
2692
2693         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
2694         overlap looks too crowded)
2695         
2696 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2697
2698         * lily/parser.yy (assignment): allow SCM expression as assignment.
2699
2700         * lily/include/music-output-def.hh (class Music_output_def):
2701         * lily/music-output-def.cc: 
2702         * lily/paper-def.cc: 
2703         * scm/font.scm (markup-to-properties):
2704         * lily/parser.yy (music_output_def_body): 
2705         remove style_sheet_
2706
2707 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2708
2709         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
2710         length.
2711
2712         * input/regression/spacing-to-grace.ly: new file.
2713
2714         * input/regression/spacing-end-of-line.ly: new file.
2715
2716         * lily/note-spacing.cc (get_spacing): take into account breakable
2717         stuff sticking out at the left (time sig change at line break).
2718
2719         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
2720         raggedright code.
2721
2722         * scm/music-functions.scm (make-voice-props-set): add
2723         staff-position for mm rests.
2724  
2725         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
2726         before grace notes a little.
2727
2728         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
2729
2730         * lily/break-align-interface.cc (do_alignment): right-edge spacing
2731         key adds space at the end of line. 
2732
2733 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2734
2735         * scm/sketch.scm: Fix beams.
2736
2737         * buildscripts/mf-to-table.py: Add EncodingScheme.
2738
2739         * scm/sketch.scm: Resurrect.
2740
2741 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2742
2743         * lily/multi-measure-rest.cc: use breve rests for measure lengths
2744         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
2745
2746 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2747
2748         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
2749
2750         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
2751
2752 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2753
2754         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
2755         token for origin information.
2756
2757         * lily/parser.yy (My_lily_lexer): do identifier location and
2758         cloning from lexer.
2759
2760         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
2761         logic out of the parser. Add bar checks on both ends.
2762
2763         * Documentation/user/refman.itely (Multi measure rests): add more
2764         notes about mm rests.
2765
2766 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2767
2768         * input/regression/bar-scripts.ly: Re-enable.
2769
2770         * lily/parser.yy:
2771         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
2772         released rsn.  Bison 1.50 has a crucial bug and won't work.
2773
2774         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
2775
2776
2777 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2778
2779         * input/regression/bar-scripts.ly: Blunt documentation build fix.
2780
2781 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2782
2783         * Actually merge changes since 1.6.4 besides ChangeLog, and
2784         resolve conflicts.  Lots of updates, hope all is well.
2785         
2786         * cygwin/lilypond.hint (requires): Add ghostscript.
2787
2788         * scm: Update some (c).
2789         
2790 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2791
2792         * input/test/{various}.ly: add \header fields and texidoc strings.
2793
2794 2002-10-05  Werner Lemberg  <wl@gnu.org>
2795
2796         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
2797         renamed to `output_latex_quoted'.
2798         Added `output_latex_noquote'.
2799         (schedule_lilypond_block): Implement `noquote' option for LaTeX
2800         mode.
2801
2802 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2803
2804         * ChangeLog: Add 1.6.6 release marker.  See below.
2805
2806         * stepmake/stepmake/po-targets.make: Remove --c++ option.
2807
2808         * scripts/midi2ly.py: Fix global syntax warnings.
2809
2810         * GNUmakefile.in: Generate builddir locale tree too.
2811
2812         * scripts/ly2dvi.py:
2813         * scripts/midi2ly.py: 
2814         * scripts/mup2ly.py: 
2815         * scripts/update-lily.py:
2816         * lily/main.cc (setup_paths): Fix for locales setup.
2817
2818 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2819
2820         * Documentation/windows/installing.texi: Soften wording about
2821         necessity of becoming Administrator.  tommie@iae.nl reports this
2822         does not seem to be necessary for his flavour of Windows 2000.
2823         Explicitely discourage text mode mounts.
2824
2825 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2826
2827         * lily/rest.cc (after_line_breaking): backport dot position fix.
2828
2829         * lily/rest-collision.cc (do_shift): also remove dots for suicided
2830         rests. Thanks to Klaus Zimmermann for finding this bug.
2831
2832 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2833
2834         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
2835
2836 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2837
2838         * Documentation/user/music-glossary.tely: fix links.
2839
2840 2002-10-21  Werner Lemberg  <wl@gnu.org>
2841
2842         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
2843         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
2844         scaling factor) only once and use them in the definition of
2845         \embeddedps.
2846         * ps/music-drawing-routines.ps (skeel): Removed.
2847
2848 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2849
2850         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
2851         Solaris7, as we don't use nested $( ) constructs.
2852
2853 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2854
2855         * VERSION: Release 1.6.6.
2856         
2857 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2858
2859         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
2860         as workaround for /bin/sh problems on Solaris7.
2861
2862 2002-10-19  Werner Lemberg  <wl@gnu.org>
2863
2864         * GNUmakefile.in (web-doc): Fix typos.
2865         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
2866         `music-drawing-routines.ps' but emit \special{header=...} once.
2867         * scm/tex.scm (header-end): Updated.
2868
2869 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2870
2871         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
2872         undefined tremolo. 
2873
2874 2002-10-15  Werner Lemberg  <wl@gnu.org>
2875
2876         * scripts/lilypond-book.py (g_make_html): New global variable.
2877         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
2878         if `g_make_html' isn't set.
2879         [main]: Add format `texi-html'.
2880         (option_definitions): Updated.
2881         * Documentation/user/lilypond-book.itely: Updated.
2882
2883         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
2884         * make/ly-rules.make (%.texi, %.nexi): Use it.
2885         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
2886         format to lilypond-book.
2887         * GNUmakefile.in (web-doc): Ditto.
2888
2889 2002-10-14  Werner Lemberg  <wl@gnu.org>
2890
2891         Further improve TeX output.  The produced files are about 40%
2892         smaller.  `lilyponddefs.tex' is now read only once.
2893
2894         * tex/lilyponddefs.tex: Remove footer stuff.
2895         (\ifundefined): Renamed to...
2896         (\lilypondundefined): This.  Use LaTeX's definition to
2897         make it nestable and make it global.
2898         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
2899         output.
2900         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
2901         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
2902         them global.
2903         (\placebox): Renamed to...
2904         (\lyitem): This.
2905         Make it global and call \outputscale by itself.
2906         (\lybox, \lyvrule): New macros to reduce input data.
2907         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
2908         New auxiliary macros.
2909         (\SkipLilydefs, \EndLilyPondOutput): Removed.
2910         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
2911         to...
2912         (\lilypondspace): This and made it global.
2913         (\turnOnPostScript): Renamed to...
2914         (\lilypondpostscript): This and made it global.
2915         (\turnOnExperimentalFeatures): Renamed to...
2916         (\lilypondexperimentalfeatures): This and made it global.
2917         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
2918         (\lilypondsetdimen): This and made it global.
2919         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
2920         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
2921         (all, $(outdir)/music-drawing-routines.ps): New rules.
2922         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
2923         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
2924         start-system, stop-system, stop-last-system, filledbox): Updated to
2925         use the changed macros from lilyponddefs.tex.
2926         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
2927
2928 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2929
2930         * Documentation/windows/installing.texi: Update.
2931
2932 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2933
2934         * VERSION: 1.6.5 released
2935
2936         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
2937
2938 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2939
2940         * scm/translator-property-description.scm (voltaOnThisStaff): add
2941         property.
2942
2943 2002-09-28  Werner Lemberg  <wl@gnu.org>
2944
2945         * scm/tex.scm (header-end): Suppress page numbering.
2946
2947         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
2948         Fix quotation for HTML output.
2949
2950 2002-09-28   Graham Percival   <gperciva@sfu.ca>
2951         
2952         * Documentation/user/refman.itely: grammar and phrasing
2953           fixes to "Note Entry" section.  Also adds a few new examples.
2954
2955 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2956
2957         * flower/include/string-data.icc: include string.h
2958
2959 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2960
2961         * scm/chord-name.scm (chord::inner-name-banter): remove space.
2962
2963 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2964
2965         * Documentation/user/GNUmakefile (extra-local-help): Add.
2966
2967         * stepmake/stepmake/www-targets.make (local-help): Add.
2968
2969 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2970
2971         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
2972         packages.
2973
2974         * Documentation/topdocs/README.texi (Top): building documentation
2975         (not website.)
2976
2977 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2978
2979         * Documentation/user/refman.itely: 
2980         * Documentation/user/tutorial.itely: 
2981         * Documentation/user/music-glossary.tely: Merge changes.
2982
2983         * Documentation/user/glossary.html.in: 
2984         * Documentation/index.texi: 
2985         * Documentation/header.html.in: Accomodate renaming of glossary.
2986         
2987         * Documentation/user/tutorial.itely: Add some glossary references.
2988         
2989         * Documentation/user/refman.itely: Minor fixes.
2990         
2991         * Documentation/user/lilypond.tely: Add glossary do direntry.
2992
2993         * Documentation/user/music-glossary.tely: Rename (previously:
2994         glossary.tely).  Fix anchor placement.
2995
2996         * Documentation/user/GNUmakefile: Make music-glossary.info too.
2997
2998 2002-09-23  Werner Lemberg  <wl@gnu.org>
2999
3000         * scripts/lilypond-book.py (output_dict): Fix handling of
3001         various environments by avoid extraneous newlines.
3002         Rename `output-all' regexp for html to `output-html'.
3003         Replace `output-all' regexp for texi with `output-texi-quote'
3004         and `output-texi-noquote'.
3005         (compose_full_body): Don't override `linewidth' user option
3006         for `singleline'.
3007         (schedule_lilypond_block): Don't indent text specified with
3008         `intertext' option.
3009         Add new option `noquote'.
3010         (compile_all_files): Use latex instead of tex to compile ly
3011         files directly.
3012
3013         * Documentation/user/lilypond-book.itely: Updated and revised.
3014         Improve layout.
3015
3016         * Documentation/user/glossary.tely,
3017         Documentation/user/introduction.itely,
3018         Documentation/user/tutorial.itely,
3019         Documentation/user/refman.itely,
3020         Documentation/user/appendices.itely: Fix overfull LilyPond
3021         boxes caused by the new lilypond-book code.  Other minor
3022         fixes.
3023
3024         * Documentation/user/macros.itexi (@texiflat): Don't emit
3025         trailing space.
3026
3027         * scm/tex.scm (end-output, header-end): Add preamble and
3028         postamble to make lilypond output directly compilable with
3029         latex.
3030
3031         
3032 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3033
3034         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3035         instructions.
3036
3037 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3038
3039         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3040
3041 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3042
3043         * lily/beam.cc (connect_beams): don't crash if there are quarter
3044         notes in beams.
3045
3046 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3047
3048         * Documentation/user/refman.itely: corrected ancient clef
3049         docu; added docu on ligatures
3050
3051 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3052
3053         * Documentation/user/glossary.tely,
3054         Documentation/user/refman.itely, input/les-nereides.ly,
3055         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3056         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3057         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3058         Stem properties: flag-style -> stroke-style, style -> flag-style.
3059
3060
3061 2002-09-22  Werner Lemberg  <wl@gnu.org>
3062
3063         * scripts/lilypond-book.py: Add option `notime' to suppress
3064         printing of a time signature.  Specify default indentation of 0pt
3065         if single line fragment.  Don't emit redundant `\paper{ }'.
3066
3067         * Documentation/user/lilypond-book.itely: Updated.
3068
3069         * Documentation/user/glossary.tely: Completely reformatting.
3070
3071 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3072
3073         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3074
3075 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3076
3077         * Documentation/user/tutorial.itely: Fix links.
3078         
3079         * Documentation/topdocs/index.tely:
3080         * Documentation/index.texi:
3081         * Documentation/header.html.in: Small website fixes and updates.
3082
3083         * debian/: Debian patch by Anthony Fok.
3084
3085 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3086
3087         * Documentation/footer.html.in: How time flies: It's already 2002!
3088
3089         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3090         more descriptive link names than 'here'.
3091
3092 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3093
3094         * VERSION: 1.7.2 released
3095         * VERSION: 1.6.4 released
3096         
3097         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
3098
3099         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
3100         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
3101
3102         * mf/feta-din.mf (test): add x-height and space.
3103
3104         * lily/dynamic-engraver.cc (process_music): take dynamic direction
3105         from ^_ for crescendi. Idem for slurs and phrasing slurs.
3106
3107         * ly/grace-init.ly: add-to-grace-init: function to portably add
3108         settings to \grace. 
3109
3110         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
3111         if we get an absolute dynamic event.
3112  
3113         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
3114
3115         * lily/source-file.cc (get_line): oops. All line numbers were off
3116         by 2. Fix that. 
3117
3118         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
3119         be after the note, combined with -_^, i.e. c4-(-\)-\>  
3120
3121         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
3122
3123         * lily/parser.yy (number_factor): remove (number) as number
3124         expression. ("Let them eat Lisp").
3125
3126 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3127
3128         * lily/horizontal-bracket.cc: new file.
3129
3130         * lily/horizontal-bracket-engraver.cc: new file.
3131
3132         * input/regression/note-group-bracket.ly: new file. Support
3133         horizontal note brackets for music analysis.
3134
3135         * lily/stem.cc (flag): new flag-style: no-flag.
3136
3137         * input/test/stem-cross-staff.ly: new file
3138         
3139         * Documentation/user/internals.itely: Improved formatting, fixing
3140         typos.  Added a section `Output details' to describe how the TeX
3141         code looks like.
3142
3143         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
3144
3145         * lily/parser.yy: remove \dynamicscript.
3146
3147         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
3148         definitions. 
3149
3150         * python/midi.c (midi_error): take two arguments.
3151
3152         * Merge 1.6.5 changes:
3153         
3154 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3155
3156         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
3157         staff-space.  Previous 1.5 was probably meant as half-spaces.
3158         (cautionary-style): parentheses (was: smaller).  This is what doco
3159         says, and it seems more logical.
3160
3161         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
3162         for 2nd sentence.
3163
3164 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3165
3166         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
3167
3168 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3169
3170         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3171
3172 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3173
3174         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3175
3176 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3177
3178         * scm/translator-property-description.scm (voltaOnThisStaff): add
3179         property.
3180
3181 2002-09-28  Werner Lemberg  <wl@gnu.org>
3182
3183         * scm/tex.scm (header-end): Suppress page numbering.
3184
3185         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3186         Fix quotation for HTML output.
3187
3188 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3189         
3190         * Documentation/user/refman.itely: grammar and phrasing
3191           fixes to "Note Entry" section.  Also adds a few new examples.
3192
3193 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3194
3195         * flower/include/string-data.icc: include string.h
3196
3197 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3198
3199         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3200
3201 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3202
3203         * Documentation/user/GNUmakefile (extra-local-help): Add.
3204
3205         * stepmake/stepmake/www-targets.make (local-help): Add.
3206
3207 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3208
3209         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3210         packages.
3211
3212         * Documentation/topdocs/README.texi (Top): building documentation
3213         (not website.)
3214
3215 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3216
3217         * Documentation/user/refman.itely: 
3218         * Documentation/user/tutorial.itely: 
3219         * Documentation/user/music-glossary.tely: Merge changes.
3220
3221         * Documentation/user/glossary.html.in: 
3222         * Documentation/index.texi: 
3223         * Documentation/header.html.in: Accomodate renaming of glossary.
3224         
3225         * Documentation/user/tutorial.itely: Add some glossary references.
3226         
3227         * Documentation/user/refman.itely: Minor fixes.
3228         
3229         * Documentation/user/lilypond.tely: Add glossary do direntry.
3230
3231         * Documentation/user/music-glossary.tely: Rename (previously:
3232         glossary.tely).  Fix anchor placement.
3233
3234         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3235
3236 2002-09-23  Werner Lemberg  <wl@gnu.org>
3237
3238         * scripts/lilypond-book.py (output_dict): Fix handling of
3239         various environments by avoid extraneous newlines.
3240         Rename `output-all' regexp for html to `output-html'.
3241         Replace `output-all' regexp for texi with `output-texi-quote'
3242         and `output-texi-noquote'.
3243         (compose_full_body): Don't override `linewidth' user option
3244         for `singleline'.
3245         (schedule_lilypond_block): Don't indent text specified with
3246         `intertext' option.
3247         Add new option `noquote'.
3248         (compile_all_files): Use latex instead of tex to compile ly
3249         files directly.
3250
3251         * Documentation/user/lilypond-book.itely: Updated and revised.
3252         Improve layout.
3253
3254         * Documentation/user/glossary.tely,
3255         Documentation/user/introduction.itely,
3256         Documentation/user/tutorial.itely,
3257         Documentation/user/refman.itely,
3258         Documentation/user/appendices.itely: Fix overfull LilyPond
3259         boxes caused by the new lilypond-book code.  Other minor
3260         fixes.
3261
3262         * Documentation/user/macros.itexi (@texiflat): Don't emit
3263         trailing space.
3264
3265         * scm/tex.scm (end-output, header-end): Add preamble and
3266         postamble to make lilypond output directly compilable with
3267         latex.
3268
3269         
3270 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3271
3272         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3273         instructions.
3274
3275 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3276
3277         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3278
3279 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3280
3281         * lily/beam.cc (connect_beams): don't crash if there are quarter
3282         notes in beams.
3283
3284 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3285
3286         * Documentation/user/refman.itely: corrected ancient clef
3287         docu; added docu on ligatures
3288
3289 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3290
3291         * Documentation/user/glossary.tely,
3292         Documentation/user/refman.itely, input/les-nereides.ly,
3293         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3294         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3295         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3296         Stem properties: flag-style -> stroke-style, style -> flag-style.
3297
3298 2002-09-22  Werner Lemberg  <wl@gnu.org>
3299
3300         * scripts/lilypond-book.py: Add option `notime' to suppress
3301         printing of a time signature.  Specify default indentation of 0pt
3302         if single line fragment.  Don't emit redundant `\paper{ }'.
3303
3304         * Documentation/user/lilypond-book.itely: Updated.
3305
3306         * Documentation/user/glossary.tely: Completely reformatting.
3307
3308 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3309
3310         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3311
3312 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3313
3314         * Documentation/user/tutorial.itely: Fix links.
3315         
3316         * Documentation/topdocs/index.tely:
3317         * Documentation/index.texi:
3318         * Documentation/header.html.in: Small website fixes and updates.
3319
3320         * debian/: Debian patch by Anthony Fok.
3321
3322 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3323
3324         * Documentation/footer.html.in: How time flies: It's already 2002!
3325
3326         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3327         more descriptive link names than 'here'.
3328
3329 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3330
3331         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3332
3333 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3334
3335         * lily/part-combine-music-iterator.cc (get_state): cleanup
3336         (get_music_info): cleanup.
3337
3338 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3339
3340         * scm/backend-documentation-lib.scm (interface-doc-string):
3341         crosslinks between interfaces and grobs. Headings for interfaces
3342         in grob explanation.
3343
3344 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3345
3346         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
3347         dtd).  Add preliminary dtd.
3348         (re-sub-alist): Robustify.
3349
3350 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3351
3352         * lily/include/event-chord-iterator.hh,
3353         lily/context-specced-music-iterator.cc,
3354         lily/event.cc, lily/event-chord-iterator.cc: add
3355
3356 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3357
3358         * lily/: some (c) header fixes.
3359         
3360         * lily/request-chord.cc: Remove.
3361         
3362         * lily/include/event-chord-iterator.hh:
3363         * lily/include/event.hh:
3364         * lily/event-chord.cc: New file.
3365         
3366         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
3367         requested.
3368
3369 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3370
3371         * lily/ : rename Request to Event
3372
3373         * lily/parser.yy (command_element): move clef stuff into Scheme.
3374
3375         * lily/:  rename length_mom () to get_length()
3376
3377         * lily/part-combine-music.cc: removed file and class.
3378
3379         * lily/context-specced-music-iterator.cc (class
3380         Context_specced_music_iterator): new file. Obsoletes the
3381         Context_specced_music type.
3382
3383         * scm/music-types.scm (make-repeated-music): put different kinds
3384         of repeated music into music-type table.
3385
3386         * VERSION: 1.7.1 released.
3387
3388         * scm/to-xml.scm: new file.
3389
3390         * input/test/to-xml.ly (fooBar): demo of what is possible with the
3391         new Input representation: dump music as XML.
3392
3393         * scm/engraver-documentation-lib.scm
3394         (engraver-accepts-music-types?): add links from music to engraver,
3395         from music-type to engraver.
3396
3397         * lily/include/command-request.hh: removed
3398         lily/include/musical-request.hh: removed. Removed all _req classes
3399         except Key_change_req. Changes throughout.
3400
3401 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3402
3403         * lily/tuplet-engraver.cc (try_music): Compile kludge.
3404
3405 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3406
3407         * lily/*.cc: specify accepts for many engravers.
3408
3409         * scm/music-documentation-lib.scm: dump music expressions and
3410         music subtypes.
3411
3412         * scm/documentation-lib.scm: complete revision.
3413         Use GOOPS objects to store document tree explicitly. Cleaned up and
3414         sped up doco generation a lot.
3415
3416 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3417
3418         * input/trip.ly (fugaIILeft): add arpeggio
3419
3420         * lily/translator-group.cc (try_music_on_nongroup_children):
3421         oops. The name symbol is in the cdr of the assoc handle.
3422
3423         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
3424         Hyphen_req, Glissando_req, Break_req, Mark_req 
3425
3426 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3427
3428         * lily/musical-request.cc (music-duration-length,
3429         music-duration-compress): new functions.
3430
3431         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
3432         throughout. Warning doesn't work yet.
3433
3434         * lily/translator-group.cc (try_music_on_nongroup_children):
3435         new implementation: store candidate acceptors in a hashTable.
3436
3437 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3438
3439         * scm/music-types.scm (music-descriptions): change name to
3440         internal-class-name
3441
3442         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3443
3444 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3445
3446         * lily/beam.cc (connect_beams): don't crash if there are quarter
3447         notes in beams.
3448
3449 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3450
3451         * Documentation/user/refman.itely: corrected ancient clef
3452         docu; added docu on ligatures
3453
3454 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3455
3456         * Documentation/user/glossary.tely,
3457         Documentation/user/refman.itely, input/les-nereides.ly,
3458         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3459         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3460         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3461         Stem properties: flag-style -> stroke-style, style -> flag-style.
3462
3463 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3464
3465         * scm/music-functions.scm (music-separator?): don't use name music
3466         property.
3467
3468 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3469
3470         * stepmake/stepmake/generic-targets.make (help): Document check
3471         target.
3472
3473         * lily/new-accidental-engraver.cc: Compile fix.
3474
3475 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3476
3477         * scripts/convert-ly.py: Add rule.
3478
3479         * input/test/music-creation.ly:
3480         * input/test/add-staccato.ly:
3481         * input/test/add-text-script.ly: ly-make-music.
3482
3483         * scm/drums.scm (make-head-type-elem, make-articulation-script):
3484         More ly-make-music renamings.
3485
3486         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
3487
3488         * lily/music-constructor.cc (make_music): Add debugging info.
3489
3490         * scm/music-functions.scm (make-simultaneous-music,
3491         (make-sequential-music, context-spec-music):
3492         * scm/music-types.scm (music-descriptions): Get lily to run.
3493
3494 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3495
3496         * lily/command-request.cc (transpose_key_alist): new function.
3497
3498         * lily/key-performer.cc (create_audio_elements): cleanup. 
3499
3500 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3501
3502         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
3503
3504         * lily/include/translator.hh (ENTER_DESCRIPTION): add
3505         events-accepted field.
3506
3507         * scm/music-types.scm: new file.
3508
3509         * lily/parser.yy: put music type initialization into scheme,
3510         similar to grob initialization.  Changes throughout.
3511
3512 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3513
3514         * Documentation/user/tutorial.itely: Fix links.
3515         
3516         * Documentation/index.texi: 
3517         * Documentation/header.html.in: 
3518         * Documentation/topdocs/index.tely: Small website fixes and updates.
3519
3520         * debian/: Debian patch by Anthony Fok.
3521
3522 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3523
3524         * Documentation/footer.html.in: How time flies: It's already 2002!
3525
3526         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3527         more descriptive link names than 'here'.
3528
3529         * ROADMAP: Remove test stuff.
3530
3531         * scripts/update-lily.py: Allow auto-building of stable and
3532         development versions.  Bugfixes.
3533
3534 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3535
3536         * VERSION: released 1.7.0
3537
3538         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
3539
3540         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
3541         positive line widths.
3542
3543 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3544
3545         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
3546         go.  Fix comments.
3547
3548         * cygwin: Cygwin updates.
3549
3550 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3551
3552         * Documentation/windows/installing.texi (Top): version for python,
3553         urls for ghostscript (thanks to John Potelle)
3554         
3555         * lily/simultaneous-music-iterator.cc
3556         (Simultaneous_music_iterator): init children_list_ before
3557         triggering GC.
3558
3559         * lily/*-iterator.cc: be even more careful with smobbed copy
3560         constructors. 
3561
3562         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
3563         LeftEdge item.
3564
3565 2002-09-15  Werner Lemberg  <wl@gnu.org>
3566
3567         Improving LilyPond's output to make them ordinary TeX boxes with
3568         predictable dimensions.  System boxes are now vertically centered on
3569         the baseline; this offset can be further controlled with
3570         \lilypondscoreshift.
3571
3572         * lily/system.cc (System::post_processing): Pass length of current
3573         system to `start-system' (including any horizontal indentation).
3574
3575         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
3576         prettier.
3577         (lily-def): Append `%'.
3578         (start-system): Add parameter `wd'.  Output more TeX code to specify
3579         box dimensions.
3580         (stop-system, stop-last-system): Complement changes in
3581         `start-system'.
3582         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
3583         Updated.
3584
3585         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
3586         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
3587         Write final `\endinput'.
3588
3589         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
3590         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
3591         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
3592         files and macro definitions don't produce spurious spaces and
3593         paragraphs (using \endlinechar).
3594         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
3595
3596         * Documentation/user/internals.itely: Improved formatting, fixing
3597         typos.  Added a section `Output details' to describe how the TeX
3598         code looks like.
3599
3600 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
3601
3602         * lily/accidental-engraver.cc: Also work with partial measures.
3603
3604 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3605
3606         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
3607         spanner.
3608
3609 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3610
3611         * lily/identifier-smob.cc (unpack_identifier): new file.
3612
3613         * lily/lexer.ll (identifier_type): new function.  use ly-id to
3614         pass off scheme expressions as music identifiers.
3615
3616         * scm/lily.scm: reorganisation, cleanups.
3617
3618         * lily/main.cc: small cleanups.
3619
3620 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3621
3622         * lily/ly-module.{cc,hh}: new file.
3623
3624 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
3625
3626         * lily/accidental-engraver.cc: Also work with partial measures.
3627
3628 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3629
3630         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
3631
3632 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3633
3634         * lily/my-lily-lexer.cc: use SCM module in stead of
3635         Scheme_hash_table. Changes throughout.  
3636
3637 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3638
3639         * VERSION (MY_PATCH_LEVEL): make 1.7.0
3640