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