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