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