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