]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* scm/chord-name.scm: complete new markup usage
[lilypond.git] / ChangeLog
1 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * scm/chord-name.scm: complete new markup usage
4
5         * scm/grob-description.scm (all-grob-descriptions): use new markup
6         texts by default
7
8 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9
10         * scm/chord-name.scm: partial move to new markup texts.
11
12 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
13
14         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
15
16         * scm/bass-figure.scm (brew-bass-figure): make stack direction
17         settable.
18
19 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
20
21         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
22         invoked for old midi, wait for killing.
23
24 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
25
26         * Documentation/user/music-glossary.tely: Finnishing.
27
28 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
29
30         * mf/feta-nummer-code.mf: some kerning pairs.
31
32 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
33
34         * scm/output-lib.scm (set-bar-number-visibility): Context-function
35         Added.
36
37         * Documentation/user/refman.itely (Bar numbers):
38         set-bar-number-visibility added, modulo-bar-number removed again
39         (sorry).
40
41 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
42
43         * scm/output-lib.scm (modulo-bar-number-visible): add function.
44
45         * Documentation/user/refman.itely: add modulo-bar-number-visible.
46
47         * Documentation/user/music-glossary.tely: translate into Finnish.
48
49 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
50
51         * lilypond-mode.el: add shortcut for 2midi
52
53         * lilypond-font-lock.el: fontify lyrics
54
55 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
56
57         * scm/drums.scm : use 1.7.x names.
58
59         * input/regression/drums.ly : Don't use << chords >>
60
61 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
62
63         * lilypond-mode.el: tidy, add TODO
64
65         * make/lilypond.mandrake.spec.in: install-info quietly.
66
67 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
68
69         * input/test/markup.ly: use new syntax.
70
71 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
72
73         * ly/params-init.ly (interscoreline): add word-space
74
75         * input/test/metronome.ly (eighthNote): idem.
76
77         * input/test/script-priority.ly: use new markup
78
79         * lily/parser.yy (markup): allow HEAD markup0 markup1 
80
81         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
82
83         * lily/parser.yy (gen_text_def): bugfix.
84         (full_markup): allow markup identifier.
85
86 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
87
88         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
89         jobs at the same time. Add horizontal lines to Command menu.
90         Allow one compiling job -- propose killing others before a new one.
91
92         * lilypond.words: add markup, teeny, etc.
93
94 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
95
96         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
97         Allow only one type of midi process; launching Midi either stops
98         midis or plays the current midi and launching MidiAll stops midis
99         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
100         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
101
102 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
103
104         * lily/text-engraver.cc (process_acknowledged_grobs): use new
105         markup  for new markup texts.
106
107         * lily/mark-engraver.cc (process_music): idem
108         
109         * lily/instrument-name-engraver.cc (create_text): idem
110
111         * scm/new-markup.scm (magnify-markup): new function.
112
113         * scm/molecule.scm (stack-lines): bugfix.
114
115         * lily/font-interface.cc (get_font): take font-magnification from
116         alist chain.
117
118 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
119
120         * lily/molecule-scheme.cc: move scheme functions to separate file.
121
122         * lily/font-metric.cc  (ly_get_glyph): new function. 
123         
124         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
125         (italic-markup, dynamic-markup): new functions
126         (font-markup): new function
127
128         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
129         padding and minimum
130
131 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
132
133         * lily/accidental-engraver.cc:
134         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
135
136 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
137
138         * lilypond.vim:
139         * lilypond-font-lock.el: Put \longa as duration. Accept only 
140         [a-zA-Z] for user defined identifiers. Separate note cases 
141         with and without a duration (allow cis\longaX).
142
143         * lilypond.words: Add words from Info.
144
145 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
146
147         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
148
149 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
150
151         * lilypond-mode.el: Propose reverting buffer before a command if
152         it was edited with an another editor.
153
154 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
155
156         * lily/molecule.cc (ly_translate_molecule): new function
157
158         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
159         into libdir
160
161         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
162
163         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
164
165 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
166
167         * lilypond.words: take \words from Info-index.
168
169 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
170
171         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
172
173 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
174
175         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
176
177 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
178
179         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
180         and lilypond-documentation.
181
182 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
183
184         * lily/parser.yy: Compile fix (bison 1.75).
185
186 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
187
188         * VERSION: 1.7.9 released
189
190         * scm/music-functions.scm (shift-one-duration-log): refactor.
191         Use music-map.
192
193         * input/regression/chord-tremolo.ly (texidoc): add dot test.
194
195         * NEWS: update.
196
197         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
198         argument
199         
200         * scm/music-functions.scm (display-music): new function
201         (music-map): change arg order.
202
203         * input/regression/new-markup-syntax.scm: new file
204
205         * lily/parser.yy (markup): add \markup { .. } syntax.
206
207         * scm/new-markup.scm (override-markup): new function
208         (lookup-markup): new function
209         (music-markup): new function
210         (lookup-markup-command): use markup-signature to store argument
211         format for parser.
212
213         * lily/lexer.ll: preliminary \markup syntax. 
214
215 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
216
217         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
218         add pre/post-dependencies and menus with icons from source.
219
220         * Documentation/pictures/lilypond-48x48.xpm:
221         * Documentation/pictures/lilypond-32x32.xpm:
222         * Documentation/pictures/lilypond-16x16.xpm: new files, background
223         transparent.
224
225         * stepmake/stepmake/generic-targets.make:
226         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
227
228 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
229
230         * input/regression/music-map.ly (texidoc): new file.
231
232         * scm/music-functions.scm (music-map): new function
233
234 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
235
236         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
237
238 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
239
240         * input/test/to-xml.ly:
241         * lily/ligature-engraver.cc: Fixes documentation.
242
243         * lilypond.mandrake.spec.in:
244         * lilypond.redhat.spec.in: Add lilypond.words.
245
246         * Documentation/user/refman.itely: Mention Info inside emacs.
247         
248         * lilypond.suse.spec.in:
249         * lilypond.redhat.spec.in: 
250         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
251
252 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
253
254         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
255         os.popen.read ().
256
257 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
258
259         * scripts/ly2dvi.py (include_path): print warning if failing anything.
260
261         * python/lilylib.py (error): add space
262
263 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
264
265         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
266         distribution.
267
268 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
269
270         * lily/paper-outputter.cc (Paper_outputter): close port when
271         finishing score.
272
273 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
274
275         * scm/sodipodi.scm: Fixes.
276
277 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
278
279         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
280
281         * buildscripts/make-font-dir.py: Fix. 
282
283 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
284
285         * lilypond-mode.el: Add support for Info inside Emacs.
286
287 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
288
289         * buildscripts/make-font-dir.py: 
290         * mf/GNUmakefile: Make sodipodi font map.
291
292         * scm/sodipodi.scm: Add more output functions.
293
294         * mf/feta-nummer.mf: 
295         * mf/feta-beugel.mf: Add font_coding_scheme.
296
297         * lily/paper-outputter.cc (output_header): Fix creator string.
298
299 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
300
301         * lilypond-mode.el (LilyPond-autocompletion): invoked with
302         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
303
304         * lilypond.words: add two (Everybody can add/remove words now!).
305
306         * debian/rules:
307         * make/lilypond.suse.spec.in:
308         * make/lilypond.mandrake.spec.in:
309         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
310
311         * Documentation/user/refman.itely: Mention autocompletion.
312
313 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
314
315         * scripts/ly2dvi.py: Add paper sizes.
316
317         * lily/timing-engraver.cc: 
318         * lily/time-signature.cc: 
319         * lily/span-bar.cc: 
320         * lily/grob-scheme.cc: Code formatting fixes.
321
322         * scm/sodipodi.scm: 
323         * scm/sketch.scm:
324         * buildscripts/mf-to-table.py: 
325         * buildscripts/make-font-dir.py: Font testing.
326
327 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
328
329         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
330         inserts try-completion and shows all-completions.
331
332         * lilypond.words: '\' -> '\\'
333
334         * lilypond-mode.el: load libraries in the end, lilypond.words defines
335         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
336         
337         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
338         and LilyPond-reserved-words.
339         
340 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
341
342         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
343         from load-path.
344         
345         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
346         the mini-buffer with Control-Shift-c.
347         
348 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
349
350         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
351         duration. This fixes \tempo taking time.
352
353 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
354
355         * lily/volta-engraver.cc (process_acknowledged_grobs): 
356         Allow for text markup in repeatCommands. 
357
358 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
359
360         * lilypond-mode.el (LilyPond-insert-string): new function, use it
361         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
362         Get rid of skeleton.el-dependency.
363
364         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
365
366 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
367
368         * lily/beam-engraver.cc (stop_translation_timestep): reset
369         now_stop_ev_
370
371         * lily/scm-option.cc: add parse-protect to ly:set-option
372
373         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
374
375 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
376
377         * lily/include/ligature-bracket.hh: removed
378         * lily/ligature-bracket.cc: removed
379
380         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
381         .tex
382
383         * lily/beam.cc (set_beaming): don't change beam count on rests.
384         (brew_molecule): always set flag-width > 0.
385
386 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
387
388         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
389         chars, remove instructions; instead, refer to lilypond-init.el and
390         Documentation/topdocs/INSTALL.texi.
391
392         * lilypond.words: add identifiers and reserved words.
393
394         * Documentation/topdocs/INSTALL.texi: separate sections for installing
395         files and adding a load-path.
396
397         * lilypond-init.el: Instructions, extracted from 
398         Documentation/topdocs/INSTALL.texi. 
399         
400 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
401
402         * VERSION: 1.7.8 released 
403
404         * lily/grob.cc (warning): better robustness fix.
405
406 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
407
408         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
409
410         * lily/cluster-engraver.cc: stick better to variable naming
411         conventions
412
413         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
414         until stop_translation_timestep()
415
416         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
417         min/max coordinates to backend, but no musical info such as
418         pitches
419
420         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
421
422         * lily/grob.cc: robustness fix: warning(): do not crash if
423         cause is not set
424
425         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
426         the much more elaborated tuplet brackets than the very naive and
427         simple ligature bracket grob
428
429 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
430
431         * Documentation/user/refman.itely (Analysis brackets): add
432         horizontal bracket doco.
433
434         * ly/property-init.ly (setMmRestFermata): added.
435
436         * Documentation/user/refman.itely (Multi measure rests): fermatas
437         on mm rests.
438
439         * input/regression/apply-context.ly (texidoc): new file
440
441         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
442         code to be executed during interpretation. Possible applications:
443         smart octavation, more advanced bar checks. 
444
445         * lily/apply-context-iterator.cc: new file.
446
447 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
448
449         * input/test/new-markup.ly: new file.
450
451         * lily/text-item.cc (text_to_molecule): new function
452
453         * scm/new-markup.scm (lambda): new file
454
455         * lily/function-documentation.cc (ly_add_function_documentation):
456         add proc property as well
457
458 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
459
460         * Documentation/user/music-glossary.tely (Top): add custos.
461
462 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
463
464         * Documentation/topdocs/INSTALL.texi: advise how to include source
465         path to Emacs load-path and improve language.
466
467 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
468
469         * GNUmakefile.in: config.h message fix.
470
471         * autogen.sh:
472         * aclocal.m4: Regenerate.
473
474         * configure.in: 
475         * config.make.in: 
476         * stepmake/config.make.in: 
477         * stepmake/configure.in: 
478         * stepmake/autogen.sh: 
479         * stepmake/aclocal.m4: Update for autoconf 2.56.
480
481 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
482
483         * Documentation/topdocs/INSTALL.texi: instructions for an user how
484         to install Emacs-mode. Instructions how to use vim-mode.
485
486 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
487
488         * scm/music-types.scm (music-descriptions): no length for tempo event.
489
490         * input/*.ly: add \version everywhere.
491         
492         * input/*.ly: update syntax to 1.7 + new-chords.
493
494         * VERSION: 1.7.7 released.
495         
496         * Documentation/user/*.tely: new chord syntax.
497
498         * input/regression/[bc]*.ly (texidoc): syntax updates.
499         
500 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
501
502         * lilypond.words: add vocabulary to be used in auto-completion
503
504         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
505
506         * lilypond.vim: allow note name at EOF
507
508 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
509
510         * buildscripts/new-chords.py (edit): -e option: inline editing.
511
512         * input/regression/a*.ly (texidoc): syntax updates.
513
514         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
515         music): elucidations. 
516
517 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
518
519         * lily/include/lily-proto.hh, ly/engraver-init.ly,
520         ly/spanners-init.ly, scm/grob-description.scm,
521         scm/grob-property-description.scm, scm/music-types.scm,
522         lily/cluster-engraver.cc, lily/cluster.cc,
523         lily/include/cluster.hh, input/test/cluster.ly: cluster
524         implementation
525
526         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
527         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
528         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
529
530         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
531
532         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
533
534         * scm/grob-description.scm: bugfix: by default, use default note
535         head style when engraving ligatures
536
537         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
538
539         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
540         events
541
542         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
543
544         * input/test/ancient-font.ly: bugfix: style -> flag-style
545
546         * lily/ligature-engraver.cc: indentation fix
547
548         * lily/parser.yy: indentation fixes
549         
550 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
551
552         * input/regression/measure-grouping.ly: more elaborate example.
553
554         * lily/moment.cc: ly:add-moment, ly:mul-moment,
555         ly:div-moment. New functions 
556
557         * scm/music-functions.scm (set-time-signature): new function,
558         allow inline time sig settings with measure grouping.
559
560         * lily/parser.yy (command_element): move time sig construction
561         into Scheme.
562
563         * lily/side-position-interface.cc (out_of_staff): new function,
564         like padding, but keep minimum distance from staff. Easier than
565         linespanners (dynamics, pedals), but roughly the same effect.
566
567 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
568
569         * emacs-mode.el: Added spanish-note-replacements 
570         (<carlos.betancourt@chello.be>).
571
572         * vimrc: (Un)commenting with <(S-)F12>, tidy.
573
574 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
575
576         * lilypond.vim: Do not fontify cises, desis, etc.
577
578         * vimrc: view dvi with <S-F6>
579
580 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
581
582         * lily/lookup.cc (triangle): new function.
583
584         * input/regression/measure-grouping.ly (texidoc): new file: show
585         triangles and brackets for beat groups of 3 and 2.
586
587         * lily/include/measure-grouping-spanner.hh (class
588         Measure_grouping): new file.
589
590         * lily/measure-grouping-spanner.cc (brew_molecule): new file
591
592         * lily/measure-grouping-engraver.cc (class
593         Measure_grouping_engraver): new file.
594
595 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
596
597         * Merge from stable:
598
599             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
600         
601         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
602         stylesheet.
603
604         * ly/paper19.ly: Include paper19-init.ly.
605
606         * ly/paper19-init.ly: New file.
607
608         * Documentation/user/tutorial.itely (First steps): Fix first
609         example for font test.
610
611         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
612
613         * ChangeLog: Add 1.7.6 release marker (see below).
614
615         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
616         Add .py files.
617
618 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
619
620         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
621
622         * input/tutorial/*.ly: update to new syntax.
623
624         * lily/parser.yy (Composite_music): new transpose syntax,
625         \transpose FROM TO MUSIC. 
626
627 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
628
629         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
630         latex progress/error output to stderr (by default this goes to
631         stdout).  Show lilypond progress, even when not verbose.
632
633         * python/lilylib.py (system): New optional parameter to control
634         showing of progress.
635
636         * scm/backend-documentation-lib.scm (check-dangling-properties):
637         Fix error message.
638
639         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
640         axis, extent.
641
642         * scm/grob-property-description.scm (magnify): Remove.
643         (extent, axis): Add.
644
645 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
646
647         * VERSION: Release 1.7.6.
648
649         * scripts/convert-ly.py: more uniformization substitutions.
650
651         * buildscripts/new-chords.py (sub_chords): new file.
652
653 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
654
655         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
656         lilypond.map.  Include sauter fonts too.  Cleanups.
657
658 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
659
660         * Documentation/user/tutorial.itely (First steps): change to new
661         chord/tie/slur/beam notation.
662
663         * lily/parser.yy (event_that_take_dir): allow postfix notation for
664         ties.
665
666         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
667         engraver. Process ties in postfix notation, i.e. c8-~ c
668
669         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
670
671         * input/regression/beam-postfix-notation.ly (texidoc): new file.
672
673         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
674
675         * lily/beam-engraver.cc (try_music): accept new-beam-events
676
677         * input/regression/chord-scripts.ly (texidoc): new file
678
679         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
680         script-events.
681
682         * scm/script.scm (default-script-alist): cleanup.
683
684         * lily/script-engraver.cc (make_script_from_event): cleanup.
685
686         * lily/lyric-combine-music-iterator.cc
687         (Lyric_combine_music_iterator): remove superfluous events.
688         (melisma_busy): new function. Fix broken melismas.
689
690 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
691
692         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
693         Remove nonvalid settings. Use descriptive key names.
694         Use <Return> to indicate the pressing of that key.
695
696 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
697
698         * scripts/lilypond-book.py (option_definitions): Typo.
699
700         * scripts/ly2dvi.py: Updates.
701
702         * python/lilylib.py (setup_environment, print_environment)
703         (get_bbox, make_preview): Merge and remove from ly2dvi and
704         lilypond-book.
705
706         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
707
708         * .cvsignore: Remove some cruft.
709
710         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
711         path.
712
713         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
714         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
715         throughout.
716
717         * python/lilylib.py (quiet_system): Junk
718         (system): Display error log upon failure.
719         (read_pipe): New function.  Cleanups and fixes.
720
721         * python/*.py: Rename from *.py.in.
722         
723         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
724
725         * GNUmakefile.in (SUBDIRS): Move python before scripts.
726
727 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
728
729         * python/GNUmakefile: Bugfix: handle modules.
730
731         * stepmake/stepmake/python-module-targets.make (default): Add
732         compiled modules. 
733
734         * stepmake/stepmake/python-module-rules.make: Add rule for byte
735         compiling modules.
736
737         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
738         Bugfix.  (OUT_PYC_MODULES): Add.
739
740 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
741
742         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
743         Use default paths. Refresh description.
744
745 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
746
747         * VERSION: 1.7.5 released
748
749         * input/regression/finger-chords.ly (texidoc): new file.
750
751         * lily/script-engraver.cc (process_music): remove scriptHorizontal
752         support
753
754         * lily/fingering-engraver.cc (process_music): remove kludgy
755         scriptHorizontal stuff.
756
757         * lily/script.cc: remove staff-support property.
758
759         * lily/new-fingering-engraver.cc (add_fingering): new
760         file. Fingering engraver for new style chords.
761
762 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
763
764         * lily/parser.yy (bare_number): allow 4 \cm (without
765         decimal dot). (should backport to 1.6?)
766
767         * ly/declarations-init.ly: use Scheme for dimension defs.
768
769         * lily/parser.yy (TODO): remove hard coded dimensions, add
770         REAL NUMBER_IDENTIFIER production.
771
772         * lily/rest-collision.cc (force_shift_callback): rewrite using
773         -done property.
774
775         * scm/grob-property-description.scm (rest-collision-done): add
776         property.
777         
778         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
779
780 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
781
782         * input/regression/multi-measure-rest-center.ly: new file.
783
784         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
785         off horizontally by 0.05 ss. Fixed.
786
787 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
788
789         * scm/pdftex.scm: Rename ly-number to ly:number->string.
790
791         * Documentation/topdocs/index.tely: Remove duplicate from merge.
792
793 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
794
795         * lily/tie.cc (get_control_points): also avoid staff lines on the
796         just outside the outer staff lines
797
798 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
799
800         * ly/params-init.ly: Just define style-alist, no need to
801         define-public.
802
803         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
804         (thanks Han-Wen).
805
806         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
807         (FET_FILES): = FONT_FILES.
808
809         * Merge from stable:
810
811             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
812
813 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
814
815         * VERSION: 1.7.4 released.  
816         
817         * scm/generate-documentation.scm (string-append): add macro
818         definitions.
819
820         * lily/text-item.cc (lookup_text): don't use virtual fonts for
821         normal texts.
822
823         * lily/multi-measure-rest-engraver.cc: make separate
824         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
825
826         * lily/multi-measure-rest.cc: remove text handling. Remove
827         number-threshold.
828
829 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
830
831         * scm/music-types.scm: doc patch by Graham Percival
832
833 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
834
835         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
836         encoding part.
837         (Font_info.set_defaults): pixelsize now also defauts to '0'.
838         (sketch_p): Sketch wants only first four elements of X11 font spec.
839
840         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
841
842         * mf/feta-autometric.mf: Write foundry and family to log.
843
844         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
845         font translation table.
846
847         * buildscripts/mf-to-table.py: Better font info into afm.
848
849         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
850         1.0.9 required.
851
852         * configure.in: Whine for mftrace 1.0.9.
853
854 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
855
856         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
857
858         * lily/main.cc (main_prog): don't try to load init.EXT when
859         processing foo.EXT.
860
861 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
862
863         * scm/tex.scm (zigzig-line): added.
864
865         * scm/ps.scm (zigzag-line): added.
866
867         * ps/music-drawing-routines.ps (subvec): added.
868         (draw_zigzag_line): added.
869         
870         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
871         grob properties zigzag-width and zigzag-length.
872
873         * input/regression/glissando.ly: Add some zig-zagged glissandi.
874
875 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
876
877         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
878         svg output, including font.
879
880 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
881
882         * scm/lily.scm: Register sodipodi output module.
883
884         * scm/sodipodi.scm: New file.
885
886         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
887
888         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
889         comment, after header.
890         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
891         FullName.  Fix FontName key.
892
893 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
894
895         * lily/rest.cc (after_line_breaking): bugfix: dots after half
896         and breve rests.
897         
898         * input/test/blank-notes.ly: bugfix
899
900         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
901         rests. (Kim Shrier)
902
903         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
904         
905 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
906
907         * scm/tex.scm: 
908         * scm/ps.scm: Cleanup and remove obsolete junk.
909
910         * Documentation/user/internals.itely:
911         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
912
913         * lily/parser.yy: Identify shift/reduce problems.
914
915         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
916         make-style-sheet.  Too specific for convert-ly?
917
918 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
919
920         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
921
922         * input/test/*.ly: various fixes.
923
924         * lily/music.cc (name): bugfix
925
926         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
927
928         * lily/input-file-results.cc (code): set-point-and-click! ->
929         set-point-and-click
930         
931 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
932
933         * Use uniform ly: prefix for exported scheme primitive functions.
934
935         * scm/music-types.scm: junk compat glue
936
937         * scripts/convert-ly.py: add rules for stuff below, junk
938         compatibility glue for spanrequest.
939
940         * lily/parser.yy (verbose_event): remove \spanrequest,
941         \commandspanrequest, \script. 
942         
943         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
944
945         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
946         for \penalty, \glissando.
947
948         * VERSION: release 1.7.3
949         
950 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
951
952         * lily/accidental-engraver.cc: Fix
953         grace-in-the-beginning-of-measure bug caused by the resent
954         partial-measure fix.
955
956         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
957         overlap looks too crowded)
958         
959 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
960
961         * lily/parser.yy (assignment): allow SCM expression as assignment.
962
963         * lily/include/music-output-def.hh (class Music_output_def):
964         * lily/music-output-def.cc: 
965         * lily/paper-def.cc: 
966         * scm/font.scm (markup-to-properties):
967         * lily/parser.yy (music_output_def_body): 
968         remove style_sheet_
969
970 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
971
972         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
973         length.
974
975         * input/regression/spacing-to-grace.ly: new file.
976
977         * input/regression/spacing-end-of-line.ly: new file.
978
979         * lily/note-spacing.cc (get_spacing): take into account breakable
980         stuff sticking out at the left (time sig change at line break).
981
982         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
983         raggedright code.
984
985         * scm/music-functions.scm (make-voice-props-set): add
986         staff-position for mm rests.
987  
988         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
989         before grace notes a little.
990
991         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
992
993         * lily/break-align-interface.cc (do_alignment): right-edge spacing
994         key adds space at the end of line. 
995
996 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
997
998         * scm/sketch.scm: Fix beams.
999
1000         * buildscripts/mf-to-table.py: Add EncodingScheme.
1001
1002         * scm/sketch.scm: Resurrect.
1003
1004 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1005
1006         * lily/multi-measure-rest.cc: use breve rests for measure lengths
1007         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
1008
1009 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1010
1011         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
1012
1013         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
1014
1015 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1016
1017         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
1018         token for origin information.
1019
1020         * lily/parser.yy (My_lily_lexer): do identifier location and
1021         cloning from lexer.
1022
1023         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
1024         logic out of the parser. Add bar checks on both ends.
1025
1026         * Documentation/user/refman.itely (Multi measure rests): add more
1027         notes about mm rests.
1028
1029 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1030
1031         * input/regression/bar-scripts.ly: Re-enable.
1032
1033         * lily/parser.yy:
1034         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
1035         released rsn.  Bison 1.50 has a crucial bug and won't work.
1036
1037         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
1038
1039
1040 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1041
1042         * input/regression/bar-scripts.ly: Blunt documentation build fix.
1043
1044 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1045
1046         * Actually merge changes since 1.6.4 besides ChangeLog, and
1047         resolve conflicts.  Lots of updates, hope all is well.
1048         
1049         * cygwin/lilypond.hint (requires): Add ghostscript.
1050
1051         * scm: Update some (c).
1052         
1053 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1054
1055         * input/test/{various}.ly: add \header fields and texidoc strings.
1056
1057 2002-10-05  Werner Lemberg  <wl@gnu.org>
1058
1059         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
1060         renamed to `output_latex_quoted'.
1061         Added `output_latex_noquote'.
1062         (schedule_lilypond_block): Implement `noquote' option for LaTeX
1063         mode.
1064
1065 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1066
1067         * ChangeLog: Add 1.6.6 release marker.  See below.
1068
1069         * stepmake/stepmake/po-targets.make: Remove --c++ option.
1070
1071         * scripts/midi2ly.py: Fix global syntax warnings.
1072
1073         * GNUmakefile.in: Generate builddir locale tree too.
1074
1075         * scripts/ly2dvi.py:
1076         * scripts/midi2ly.py: 
1077         * scripts/mup2ly.py: 
1078         * scripts/update-lily.py:
1079         * lily/main.cc (setup_paths): Fix for locales setup.
1080
1081 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1082
1083         * Documentation/windows/installing.texi: Soften wording about
1084         necessity of becoming Administrator.  tommie@iae.nl reports this
1085         does not seem to be necessary for his flavour of Windows 2000.
1086         Explicitely discourage text mode mounts.
1087
1088 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1089
1090         * lily/rest.cc (after_line_breaking): backport dot position fix.
1091
1092         * lily/rest-collision.cc (do_shift): also remove dots for suicided
1093         rests. Thanks to Klaus Zimmermann for finding this bug.
1094
1095 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1096
1097         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
1098
1099 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1100
1101         * Documentation/user/music-glossary.tely: fix links.
1102
1103 2002-10-21  Werner Lemberg  <wl@gnu.org>
1104
1105         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
1106         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
1107         scaling factor) only once and use them in the definition of
1108         \embeddedps.
1109         * ps/music-drawing-routines.ps (skeel): Removed.
1110
1111 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1112
1113         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
1114         Solaris7, as we don't use nested $( ) constructs.
1115
1116 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1117
1118         * VERSION: Release 1.6.6.
1119         
1120 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1121
1122         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
1123         as workaround for /bin/sh problems on Solaris7.
1124
1125 2002-10-19  Werner Lemberg  <wl@gnu.org>
1126
1127         * GNUmakefile.in (web-doc): Fix typos.
1128         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
1129         `music-drawing-routines.ps' but emit \special{header=...} once.
1130         * scm/tex.scm (header-end): Updated.
1131
1132 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1133
1134         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
1135         undefined tremolo. 
1136
1137 2002-10-15  Werner Lemberg  <wl@gnu.org>
1138
1139         * scripts/lilypond-book.py (g_make_html): New global variable.
1140         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
1141         if `g_make_html' isn't set.
1142         [main]: Add format `texi-html'.
1143         (option_definitions): Updated.
1144         * Documentation/user/lilypond-book.itely: Updated.
1145
1146         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
1147         * make/ly-rules.make (%.texi, %.nexi): Use it.
1148         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
1149         format to lilypond-book.
1150         * GNUmakefile.in (web-doc): Ditto.
1151
1152 2002-10-14  Werner Lemberg  <wl@gnu.org>
1153
1154         Further improve TeX output.  The produced files are about 40%
1155         smaller.  `lilyponddefs.tex' is now read only once.
1156
1157         * tex/lilyponddefs.tex: Remove footer stuff.
1158         (\ifundefined): Renamed to...
1159         (\lilypondundefined): This.  Use LaTeX's definition to
1160         make it nestable and make it global.
1161         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
1162         output.
1163         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
1164         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
1165         them global.
1166         (\placebox): Renamed to...
1167         (\lyitem): This.
1168         Make it global and call \outputscale by itself.
1169         (\lybox, \lyvrule): New macros to reduce input data.
1170         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
1171         New auxiliary macros.
1172         (\SkipLilydefs, \EndLilyPondOutput): Removed.
1173         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
1174         to...
1175         (\lilypondspace): This and made it global.
1176         (\turnOnPostScript): Renamed to...
1177         (\lilypondpostscript): This and made it global.
1178         (\turnOnExperimentalFeatures): Renamed to...
1179         (\lilypondexperimentalfeatures): This and made it global.
1180         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
1181         (\lilypondsetdimen): This and made it global.
1182         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
1183         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
1184         (all, $(outdir)/music-drawing-routines.ps): New rules.
1185         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
1186         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
1187         start-system, stop-system, stop-last-system, filledbox): Updated to
1188         use the changed macros from lilyponddefs.tex.
1189         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
1190
1191 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1192
1193         * Documentation/windows/installing.texi: Update.
1194
1195 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1196
1197         * VERSION: 1.6.5 released
1198
1199         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
1200
1201 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1202
1203         * scm/translator-property-description.scm (voltaOnThisStaff): add
1204         property.
1205
1206 2002-09-28  Werner Lemberg  <wl@gnu.org>
1207
1208         * scm/tex.scm (header-end): Suppress page numbering.
1209
1210         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
1211         Fix quotation for HTML output.
1212
1213 2002-09-28   Graham Percival   <gperciva@sfu.ca>
1214         
1215         * Documentation/user/refman.itely: grammar and phrasing
1216           fixes to "Note Entry" section.  Also adds a few new examples.
1217
1218 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1219
1220         * flower/include/string-data.icc: include string.h
1221
1222 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1223
1224         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1225
1226 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1227
1228         * Documentation/user/GNUmakefile (extra-local-help): Add.
1229
1230         * stepmake/stepmake/www-targets.make (local-help): Add.
1231
1232 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1233
1234         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
1235         packages.
1236
1237         * Documentation/topdocs/README.texi (Top): building documentation
1238         (not website.)
1239
1240 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1241
1242         * Documentation/user/refman.itely: 
1243         * Documentation/user/tutorial.itely: 
1244         * Documentation/user/music-glossary.tely: Merge changes.
1245
1246         * Documentation/user/glossary.html.in: 
1247         * Documentation/index.texi: 
1248         * Documentation/header.html.in: Accomodate renaming of glossary.
1249         
1250         * Documentation/user/tutorial.itely: Add some glossary references.
1251         
1252         * Documentation/user/refman.itely: Minor fixes.
1253         
1254         * Documentation/user/lilypond.tely: Add glossary do direntry.
1255
1256         * Documentation/user/music-glossary.tely: Rename (previously:
1257         glossary.tely).  Fix anchor placement.
1258
1259         * Documentation/user/GNUmakefile: Make music-glossary.info too.
1260
1261 2002-09-23  Werner Lemberg  <wl@gnu.org>
1262
1263         * scripts/lilypond-book.py (output_dict): Fix handling of
1264         various environments by avoid extraneous newlines.
1265         Rename `output-all' regexp for html to `output-html'.
1266         Replace `output-all' regexp for texi with `output-texi-quote'
1267         and `output-texi-noquote'.
1268         (compose_full_body): Don't override `linewidth' user option
1269         for `singleline'.
1270         (schedule_lilypond_block): Don't indent text specified with
1271         `intertext' option.
1272         Add new option `noquote'.
1273         (compile_all_files): Use latex instead of tex to compile ly
1274         files directly.
1275
1276         * Documentation/user/lilypond-book.itely: Updated and revised.
1277         Improve layout.
1278
1279         * Documentation/user/glossary.tely,
1280         Documentation/user/introduction.itely,
1281         Documentation/user/tutorial.itely,
1282         Documentation/user/refman.itely,
1283         Documentation/user/appendices.itely: Fix overfull LilyPond
1284         boxes caused by the new lilypond-book code.  Other minor
1285         fixes.
1286
1287         * Documentation/user/macros.itexi (@texiflat): Don't emit
1288         trailing space.
1289
1290         * scm/tex.scm (end-output, header-end): Add preamble and
1291         postamble to make lilypond output directly compilable with
1292         latex.
1293
1294         
1295 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1296
1297         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
1298         instructions.
1299
1300 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1301
1302         * Documentation/user/glossary.tely: Add titling and hyperlinks.
1303
1304 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1305
1306         * lily/beam.cc (connect_beams): don't crash if there are quarter
1307         notes in beams.
1308
1309 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1310
1311         * Documentation/user/refman.itely: corrected ancient clef
1312         docu; added docu on ligatures
1313
1314 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1315
1316         * Documentation/user/glossary.tely,
1317         Documentation/user/refman.itely, input/les-nereides.ly,
1318         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1319         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1320         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1321         Stem properties: flag-style -> stroke-style, style -> flag-style.
1322
1323
1324 2002-09-22  Werner Lemberg  <wl@gnu.org>
1325
1326         * scripts/lilypond-book.py: Add option `notime' to suppress
1327         printing of a time signature.  Specify default indentation of 0pt
1328         if single line fragment.  Don't emit redundant `\paper{ }'.
1329
1330         * Documentation/user/lilypond-book.itely: Updated.
1331
1332         * Documentation/user/glossary.tely: Completely reformatting.
1333
1334 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1335
1336         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
1337
1338 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1339
1340         * Documentation/user/tutorial.itely: Fix links.
1341         
1342         * Documentation/topdocs/index.tely:
1343         * Documentation/index.texi:
1344         * Documentation/header.html.in: Small website fixes and updates.
1345
1346         * debian/: Debian patch by Anthony Fok.
1347
1348 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1349
1350         * Documentation/footer.html.in: How time flies: It's already 2002!
1351
1352         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1353         more descriptive link names than 'here'.
1354
1355 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1356
1357         * VERSION: 1.7.2 released
1358         * VERSION: 1.6.4 released
1359         
1360         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
1361
1362         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
1363         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
1364
1365         * mf/feta-din.mf (test): add x-height and space.
1366
1367         * lily/dynamic-engraver.cc (process_music): take dynamic direction
1368         from ^_ for crescendi. Idem for slurs and phrasing slurs.
1369
1370         * ly/grace-init.ly: add-to-grace-init: function to portably add
1371         settings to \grace. 
1372
1373         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
1374         if we get an absolute dynamic event.
1375  
1376         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
1377
1378         * lily/source-file.cc (get_line): oops. All line numbers were off
1379         by 2. Fix that. 
1380
1381         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
1382         be after the note, combined with -_^, i.e. c4-(-\)-\>  
1383
1384         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
1385
1386         * lily/parser.yy (number_factor): remove (number) as number
1387         expression. ("Let them eat Lisp").
1388
1389 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1390
1391         * lily/horizontal-bracket.cc: new file.
1392
1393         * lily/horizontal-bracket-engraver.cc: new file.
1394
1395         * input/regression/note-group-bracket.ly: new file. Support
1396         horizontal note brackets for music analysis.
1397
1398         * lily/stem.cc (flag): new flag-style: no-flag.
1399
1400         * input/test/stem-cross-staff.ly: new file
1401         
1402         * Documentation/user/internals.itely: Improved formatting, fixing
1403         typos.  Added a section `Output details' to describe how the TeX
1404         code looks like.
1405
1406         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
1407
1408         * lily/parser.yy: remove \dynamicscript.
1409
1410         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
1411         definitions. 
1412
1413         * python/midi.c (midi_error): take two arguments.
1414
1415         * Merge 1.6.5 changes:
1416         
1417 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1418
1419         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
1420         staff-space.  Previous 1.5 was probably meant as half-spaces.
1421         (cautionary-style): parentheses (was: smaller).  This is what doco
1422         says, and it seems more logical.
1423
1424         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
1425         for 2nd sentence.
1426
1427 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1428
1429         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
1430
1431 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1432
1433         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
1434
1435 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1436
1437         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
1438
1439 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1440
1441         * scm/translator-property-description.scm (voltaOnThisStaff): add
1442         property.
1443
1444 2002-09-28  Werner Lemberg  <wl@gnu.org>
1445
1446         * scm/tex.scm (header-end): Suppress page numbering.
1447
1448         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
1449         Fix quotation for HTML output.
1450
1451 2002-09-28   Graham Percival   <gperciva@sfu.ca>
1452         
1453         * Documentation/user/refman.itely: grammar and phrasing
1454           fixes to "Note Entry" section.  Also adds a few new examples.
1455
1456 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1457
1458         * flower/include/string-data.icc: include string.h
1459
1460 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1461
1462         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1463
1464 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1465
1466         * Documentation/user/GNUmakefile (extra-local-help): Add.
1467
1468         * stepmake/stepmake/www-targets.make (local-help): Add.
1469
1470 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1471
1472         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
1473         packages.
1474
1475         * Documentation/topdocs/README.texi (Top): building documentation
1476         (not website.)
1477
1478 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1479
1480         * Documentation/user/refman.itely: 
1481         * Documentation/user/tutorial.itely: 
1482         * Documentation/user/music-glossary.tely: Merge changes.
1483
1484         * Documentation/user/glossary.html.in: 
1485         * Documentation/index.texi: 
1486         * Documentation/header.html.in: Accomodate renaming of glossary.
1487         
1488         * Documentation/user/tutorial.itely: Add some glossary references.
1489         
1490         * Documentation/user/refman.itely: Minor fixes.
1491         
1492         * Documentation/user/lilypond.tely: Add glossary do direntry.
1493
1494         * Documentation/user/music-glossary.tely: Rename (previously:
1495         glossary.tely).  Fix anchor placement.
1496
1497         * Documentation/user/GNUmakefile: Make music-glossary.info too.
1498
1499 2002-09-23  Werner Lemberg  <wl@gnu.org>
1500
1501         * scripts/lilypond-book.py (output_dict): Fix handling of
1502         various environments by avoid extraneous newlines.
1503         Rename `output-all' regexp for html to `output-html'.
1504         Replace `output-all' regexp for texi with `output-texi-quote'
1505         and `output-texi-noquote'.
1506         (compose_full_body): Don't override `linewidth' user option
1507         for `singleline'.
1508         (schedule_lilypond_block): Don't indent text specified with
1509         `intertext' option.
1510         Add new option `noquote'.
1511         (compile_all_files): Use latex instead of tex to compile ly
1512         files directly.
1513
1514         * Documentation/user/lilypond-book.itely: Updated and revised.
1515         Improve layout.
1516
1517         * Documentation/user/glossary.tely,
1518         Documentation/user/introduction.itely,
1519         Documentation/user/tutorial.itely,
1520         Documentation/user/refman.itely,
1521         Documentation/user/appendices.itely: Fix overfull LilyPond
1522         boxes caused by the new lilypond-book code.  Other minor
1523         fixes.
1524
1525         * Documentation/user/macros.itexi (@texiflat): Don't emit
1526         trailing space.
1527
1528         * scm/tex.scm (end-output, header-end): Add preamble and
1529         postamble to make lilypond output directly compilable with
1530         latex.
1531
1532         
1533 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1534
1535         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
1536         instructions.
1537
1538 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1539
1540         * Documentation/user/glossary.tely: Add titling and hyperlinks.
1541
1542 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1543
1544         * lily/beam.cc (connect_beams): don't crash if there are quarter
1545         notes in beams.
1546
1547 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1548
1549         * Documentation/user/refman.itely: corrected ancient clef
1550         docu; added docu on ligatures
1551
1552 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1553
1554         * Documentation/user/glossary.tely,
1555         Documentation/user/refman.itely, input/les-nereides.ly,
1556         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1557         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1558         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1559         Stem properties: flag-style -> stroke-style, style -> flag-style.
1560
1561 2002-09-22  Werner Lemberg  <wl@gnu.org>
1562
1563         * scripts/lilypond-book.py: Add option `notime' to suppress
1564         printing of a time signature.  Specify default indentation of 0pt
1565         if single line fragment.  Don't emit redundant `\paper{ }'.
1566
1567         * Documentation/user/lilypond-book.itely: Updated.
1568
1569         * Documentation/user/glossary.tely: Completely reformatting.
1570
1571 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1572
1573         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
1574
1575 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1576
1577         * Documentation/user/tutorial.itely: Fix links.
1578         
1579         * Documentation/topdocs/index.tely:
1580         * Documentation/index.texi:
1581         * Documentation/header.html.in: Small website fixes and updates.
1582
1583         * debian/: Debian patch by Anthony Fok.
1584
1585 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1586
1587         * Documentation/footer.html.in: How time flies: It's already 2002!
1588
1589         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1590         more descriptive link names than 'here'.
1591
1592 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1593
1594         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
1595
1596 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1597
1598         * lily/part-combine-music-iterator.cc (get_state): cleanup
1599         (get_music_info): cleanup.
1600
1601 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1602
1603         * scm/backend-documentation-lib.scm (interface-doc-string):
1604         crosslinks between interfaces and grobs. Headings for interfaces
1605         in grob explanation.
1606
1607 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1608
1609         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
1610         dtd).  Add preliminary dtd.
1611         (re-sub-alist): Robustify.
1612
1613 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1614
1615         * lily/include/event-chord-iterator.hh,
1616         lily/context-specced-music-iterator.cc,
1617         lily/event.cc, lily/event-chord-iterator.cc: add
1618
1619 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1620
1621         * lily/: some (c) header fixes.
1622         
1623         * lily/request-chord.cc: Remove.
1624         
1625         * lily/include/event-chord-iterator.hh:
1626         * lily/include/event.hh:
1627         * lily/event-chord.cc: New file.
1628         
1629         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
1630         requested.
1631
1632 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1633
1634         * lily/ : rename Request to Event
1635
1636         * lily/parser.yy (command_element): move clef stuff into Scheme.
1637
1638         * lily/:  rename length_mom () to get_length()
1639
1640         * lily/part-combine-music.cc: removed file and class.
1641
1642         * lily/context-specced-music-iterator.cc (class
1643         Context_specced_music_iterator): new file. Obsoletes the
1644         Context_specced_music type.
1645
1646         * scm/music-types.scm (make-repeated-music): put different kinds
1647         of repeated music into music-type table.
1648
1649         * VERSION: 1.7.1 released.
1650
1651         * scm/to-xml.scm: new file.
1652
1653         * input/test/to-xml.ly (fooBar): demo of what is possible with the
1654         new Input representation: dump music as XML.
1655
1656         * scm/engraver-documentation-lib.scm
1657         (engraver-accepts-music-types?): add links from music to engraver,
1658         from music-type to engraver.
1659
1660         * lily/include/command-request.hh: removed
1661         lily/include/musical-request.hh: removed. Removed all _req classes
1662         except Key_change_req. Changes throughout.
1663
1664 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1665
1666         * lily/tuplet-engraver.cc (try_music): Compile kludge.
1667
1668 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1669
1670         * lily/*.cc: specify accepts for many engravers.
1671
1672         * scm/music-documentation-lib.scm: dump music expressions and
1673         music subtypes.
1674
1675         * scm/documentation-lib.scm: complete revision.
1676         Use GOOPS objects to store document tree explicitly. Cleaned up and
1677         sped up doco generation a lot.
1678
1679 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1680
1681         * input/trip.ly (fugaIILeft): add arpeggio
1682
1683         * lily/translator-group.cc (try_music_on_nongroup_children):
1684         oops. The name symbol is in the cdr of the assoc handle.
1685
1686         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
1687         Hyphen_req, Glissando_req, Break_req, Mark_req 
1688
1689 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1690
1691         * lily/musical-request.cc (music-duration-length,
1692         music-duration-compress): new functions.
1693
1694         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
1695         throughout. Warning doesn't work yet.
1696
1697         * lily/translator-group.cc (try_music_on_nongroup_children):
1698         new implementation: store candidate acceptors in a hashTable.
1699
1700 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1701
1702         * scm/music-types.scm (music-descriptions): change name to
1703         internal-class-name
1704
1705         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1706
1707 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1708
1709         * lily/beam.cc (connect_beams): don't crash if there are quarter
1710         notes in beams.
1711
1712 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1713
1714         * Documentation/user/refman.itely: corrected ancient clef
1715         docu; added docu on ligatures
1716
1717 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1718
1719         * Documentation/user/glossary.tely,
1720         Documentation/user/refman.itely, input/les-nereides.ly,
1721         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1722         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1723         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1724         Stem properties: flag-style -> stroke-style, style -> flag-style.
1725
1726 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1727
1728         * scm/music-functions.scm (music-separator?): don't use name music
1729         property.
1730
1731 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1732
1733         * stepmake/stepmake/generic-targets.make (help): Document check
1734         target.
1735
1736         * lily/new-accidental-engraver.cc: Compile fix.
1737
1738 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1739
1740         * scripts/convert-ly.py: Add rule.
1741
1742         * input/test/music-creation.ly:
1743         * input/test/add-staccato.ly:
1744         * input/test/add-text-script.ly: ly-make-music.
1745
1746         * scm/drums.scm (make-head-type-elem, make-articulation-script):
1747         More ly-make-music renamings.
1748
1749         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
1750
1751         * lily/music-constructor.cc (make_music): Add debugging info.
1752
1753         * scm/music-functions.scm (make-simultaneous-music,
1754         (make-sequential-music, context-spec-music):
1755         * scm/music-types.scm (music-descriptions): Get lily to run.
1756
1757 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1758
1759         * lily/command-request.cc (transpose_key_alist): new function.
1760
1761         * lily/key-performer.cc (create_audio_elements): cleanup. 
1762
1763 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1764
1765         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
1766
1767         * lily/include/translator.hh (ENTER_DESCRIPTION): add
1768         events-accepted field.
1769
1770         * scm/music-types.scm: new file.
1771
1772         * lily/parser.yy: put music type initialization into scheme,
1773         similar to grob initialization.  Changes throughout.
1774
1775 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1776
1777         * Documentation/user/tutorial.itely: Fix links.
1778         
1779         * Documentation/index.texi: 
1780         * Documentation/header.html.in: 
1781         * Documentation/topdocs/index.tely: Small website fixes and updates.
1782
1783         * debian/: Debian patch by Anthony Fok.
1784
1785 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1786
1787         * Documentation/footer.html.in: How time flies: It's already 2002!
1788
1789         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1790         more descriptive link names than 'here'.
1791
1792         * ROADMAP: Remove test stuff.
1793
1794         * scripts/update-lily.py: Allow auto-building of stable and
1795         development versions.  Bugfixes.
1796
1797 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1798
1799         * VERSION: released 1.7.0
1800
1801         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
1802
1803         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
1804         positive line widths.
1805
1806 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1807
1808         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
1809         go.  Fix comments.
1810
1811         * cygwin: Cygwin updates.
1812
1813 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1814
1815         * Documentation/windows/installing.texi (Top): version for python,
1816         urls for ghostscript (thanks to John Potelle)
1817         
1818         * lily/simultaneous-music-iterator.cc
1819         (Simultaneous_music_iterator): init children_list_ before
1820         triggering GC.
1821
1822         * lily/*-iterator.cc: be even more careful with smobbed copy
1823         constructors. 
1824
1825         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
1826         LeftEdge item.
1827
1828 2002-09-15  Werner Lemberg  <wl@gnu.org>
1829
1830         Improving LilyPond's output to make them ordinary TeX boxes with
1831         predictable dimensions.  System boxes are now vertically centered on
1832         the baseline; this offset can be further controlled with
1833         \lilypondscoreshift.
1834
1835         * lily/system.cc (System::post_processing): Pass length of current
1836         system to `start-system' (including any horizontal indentation).
1837
1838         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
1839         prettier.
1840         (lily-def): Append `%'.
1841         (start-system): Add parameter `wd'.  Output more TeX code to specify
1842         box dimensions.
1843         (stop-system, stop-last-system): Complement changes in
1844         `start-system'.
1845         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
1846         Updated.
1847
1848         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
1849         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
1850         Write final `\endinput'.
1851
1852         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
1853         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
1854         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
1855         files and macro definitions don't produce spurious spaces and
1856         paragraphs (using \endlinechar).
1857         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
1858
1859         * Documentation/user/internals.itely: Improved formatting, fixing
1860         typos.  Added a section `Output details' to describe how the TeX
1861         code looks like.
1862
1863 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1864
1865         * lily/accidental-engraver.cc: Also work with partial measures.
1866
1867 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1868
1869         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
1870         spanner.
1871
1872 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1873
1874         * lily/identifier-smob.cc (unpack_identifier): new file.
1875
1876         * lily/lexer.ll (identifier_type): new function.  use ly-id to
1877         pass off scheme expressions as music identifiers.
1878
1879         * scm/lily.scm: reorganisation, cleanups.
1880
1881         * lily/main.cc: small cleanups.
1882
1883 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1884
1885         * lily/ly-module.{cc,hh}: new file.
1886
1887 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1888
1889         * lily/accidental-engraver.cc: Also work with partial measures.
1890
1891 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1892
1893         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
1894
1895 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1896
1897         * lily/my-lily-lexer.cc: use SCM module in stead of
1898         Scheme_hash_table. Changes throughout.  
1899
1900 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1901
1902         * VERSION (MY_PATCH_LEVEL): make 1.7.0
1903