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