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