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