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