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