]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
[lilypond.git] / ChangeLog
1 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
4         comment.
5
6         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
7         Enabled by default, may save 10% compile time.
8
9 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10
11         * Documentation/user/refman.itely (Customized accidental rules):
12         typo.
13
14 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
15
16         * Documentation/user/music-glossary.tely: remove the missing norwegian
17         translation; they can be put in later properly.
18
19 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
20
21         * lily/recording-group-engraver.cc (start_translation_timestep):
22         init Recording_group_engraver twice.
23
24 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
25
26         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
27         stray style cleanups:
28
29         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
30         -Wmissing-prototypes.
31
32         * flower/include/killing-cons.tcc (Killing_cons): Add template
33         specifier for car_.
34
35         * flower/include/parray.hh (binsearchs): Add template specifier
36         for maxkey.
37
38         * flower/include/interval.hh: Declare elem () with template specfier.
39
40 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
41
42         * elisp/lilypond-indent.el (get-buffer-size): add customization
43         groups for several variables (Reuben Thomas).
44
45 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
46
47         * Documentation/user/invoking.itexi (Point and click): add index
48         entry.
49
50         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
51         go under beam.
52
53         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
54         sarabande beam. 
55
56         * flower/warn.cc (programming_error): cross fingers not thumbs.
57
58         * lily/rest.cc (polyphonic_offset_callback): return 0 when
59         staff-position is set.
60
61         * VERSION: release 2.1.26 
62         
63         * scm/chord-entry.scm (construct-chord): process transposition
64         after processing explicit-11.  
65
66 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
67
68         * lily/parser.yy (add_quote): add syntax for adding quotes:
69         \addquote "id-string" Music
70
71         * scripts/lilypond-book.py (do_file): do not overwrite input file.
72
73         * scripts/convert-ly.py (conv): add rules for name changes.
74
75         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
76         music/context/grob property functions. Internally, use
77         get_property() and set_property() for both.
78
79 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
80
81         * elisp/lilypond-mode.el (get-buffer-size): define new function,
82         for Emacs <= 20 (Laurent Martelli).
83
84 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
85
86         * lily/parser.yy (command_element): extract quoted vector in
87         parser.
88
89         * input/regression/quote.ly: new file.
90
91         * lily/sequential-iterator.cc (process): only process if moment >= 0.
92
93         * lily/parser.yy (command_element): \quote DURATION NAME: support
94         cue notes. 
95
96         * lily/quote-iterator.cc (class Quote_iterator): new file.
97
98 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
99
100         * lily/auto-beam-engraver.cc (try_music): accept and process
101         beam-forbid-event.
102
103         * input/regression/auto-beam-no-beam.ly: new file.
104
105 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
106
107         * lily/accidental.cc (print): Change font-relative-size ->
108         font-size. Fixes cautionary-style = smaller.
109
110 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
111
112         * lily/system-start-delimiter.cc (staff_brace): remove
113         font-relative-size
114
115         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
116         forgotten with scm_list_n. Fixes spurious coredumps.
117
118         * lily/accidental-engraver.cc (stop_translation_timestep): move
119         update of localKeySignature to stop_translation_timestep (). This
120         makes sure that all ties are noticed at the right moment.
121         (stop_translation_timestep): clear tie only when right-side
122         notehead was seen.
123         (number_accidentals_from_sig): cleanup. 
124
125         * input/regression/accidental-tie.ly (mus): new file
126
127         * input/regression/tie-accidental, tie-break-accidental.ly: remove
128         these longish tests.
129
130 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
131
132         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
133
134         * THANKS: update bugreporter list.
135
136         * lily/beam.cc (print): broken beams last until end of staff.
137         (print): broken beams start from prefatory matter.
138
139         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
140
141         * lily/paper-score.cc (process): dump header only once.
142
143         * lily/paper-outputter.cc (Paper_outputter): move logic into
144         Scheme.
145
146         * scm/output-tex.scm (output-scopes): new function.
147         (output-paper-def): new function
148         (tex-string-def): new function
149         (symbol->tex-key): new function
150
151         * scripts/convert-ly.py (conv): add rule for | ~
152
153 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
154
155         * input/regression/{many}.ly: refresh, trying to guess how
156         it was designed.
157
158 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
159
160         * VERSION: release 2.1.25
161
162         * scm/define-translator-properties.scm
163         (all-user-translation-properties): add printOctaveNames
164
165         * ly/engraver-init.ly: remove Note_event_swallower from
166         NoteNamesContext.
167
168         * lily/note-name-engraver.cc (process_music): new property
169         printOctaveNames
170
171         * lily/context.cc (find_existing_context): remove support for
172         Current.
173
174         * scm/music-functions.scm (set-accidental-style): new function;
175         duplicate accidental macros.
176
177         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
178
179         * lily/note-name-engraver.cc (process_music):
180         process_acknowledged_grobs () -> process_music ()
181
182         * scm/part-combiner.scm (determine-split-list): robustification.
183
184 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
185
186         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
187         lines for falling into beam-gap.
188         (score_forbidden_quants): check all staff lines for falling in
189         beam gaps.
190
191         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
192         key/clef/time signatures. 
193
194         * input/test/ossia.ly: revise example.
195
196         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
197         cleanup.
198         
199         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
200         comply to Scheme standard.  Remove ly:get-paper-variable
201
202 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
203
204         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
205
206 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
207
208         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
209         properties from Voice context. This fixes accidental size for
210         staff-switches during grace contexts.
211
212         * lily/note-collision.cc (check_meshing_chords): only wipe heads
213         if necessary. Else, simply wipe dots.
214
215         * input/test/beam-alternate.ly: new file
216
217         * input/test/piano-staff-distance.ly: new file.
218
219         * lily/translator-group.cc (recurse_down_translators): use
220         Direction for bottom-up/top-down.
221
222         * lily/include/translator.hh (class Translator): add
223         process_music() and do_announces(). This obviates
224         recurse_down_{engravers,performers}.
225
226         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
227         \melisma and \melismaEnd
228
229         * lily/melisma-engraver.cc (process_music): change to
230         Melisma_translator, unify with performer. Accept
231         ManualMelismaEvent.
232
233         * ly/engraver-init.ly: add Font_size_engraver.
234
235 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
236
237         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
238         it hara-kiri.
239
240         * input/regression/{many}.ly: improve descriptions trying to figure
241         out what is tested.
242
243 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
244
245         * lily/slur.cc (broken_trend_offset): robustness fix.
246
247         * VERSION: release 2.1.24
248
249         * lily/context.cc (find_create_context): go to Score if it exists.
250
251         * lily/context-scheme.cc: new file.
252
253         * lily/score-translator.cc (get_output): new file.
254
255         * lily/include/grob-info.hh: origin_contexts() now does not
256         include the originating engraver
257
258         * lily/translator-group.cc (translator_each): clean up contents,
259         remove superfluous stubs. Engraver_group_engraver and
260         Performer_group_performer are the only classes using multiple
261         inheritance.
262
263         * lily/include/score-context.hh (class Score_context): interface
264         between Score_{engraver,performer} and Global_context.
265
266         * lily/include/global-context.hh (Context): change from
267         global-translator. This is the entry point for contexts; it is not
268         tweakable using \translator{}. Score is no longer the top context,
269         but sits underneath Global.
270
271         * lily/include/context.hh (class Context): brain surgery: split
272         out Context functionality from Translator_group. Context is now a
273         separate type from Translator.
274
275 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
276
277         * lily/include/translator.hh (class Translator): make
278         get_score_context() and get_global_translator (), and use the one
279         which is appropriate.
280
281         * lily/context.cc: partially put functionality of Translator_group
282         into Context.
283
284         * lily/include/context.hh (Translator): new class: put between
285         Translator and Translator_group. 
286
287         * lily/new-accidental-engraver.cc: remove file.
288
289 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
290
291         * input/regression/{many}.ly: improve descriptions: use complete 
292         sentences, try to describe what is tested, avoid `we´, do not use 
293         don't, ... 
294
295 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
296
297         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
298         is at EOL.
299
300         * Documentation/user/lilypond.tely: declare the topmost node only
301         once; removes empty line in @contents.
302
303         * Documentation/user/music-glossary.tely: really add Finnish author.
304         Draw more beatiful `->´ arrow in html: &rarr;
305
306 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
307
308         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
309
310         * scripts/convert-ly.py (conv): add ly:music-list  change.
311
312         * lily/grob.cc: edit doc string.
313
314         * scm/define-grob-properties.scm (all-user-grob-properties):
315         proofreading, editing of doc strings.
316
317         * input/regression/tablature-string-tunings.ly: new file.
318
319         * lily/staff-symbol-engraver.cc (process_music): new engraver,
320         listen to stringTunings
321
322         * lily/align-interface.cc (align_elements_to_extents): remove Grob
323         for self-alignment-[XY] code.
324  
325 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
326
327         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
328         cond) into function. Cleanup.
329
330         * lily/text-spanner.cc: remove text-repeat-if-broken property.
331         
332         * VERSION (PACKAGE_NAME): 2.1.23 released
333
334 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
335
336         * Documentation/user/{refman,internals}.itely: small fixes.
337
338 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
339
340         * lily/accidental-engraver.cc (acknowledge_grob): don't make
341         accidentals for harmonic notes
342
343         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
344         for harmonic notes.
345
346         * scm/document-backend.scm (interface-doc): prune Grob
347         documentation: don't duplicate interface information.
348
349         * lily/*.cc: lots of updates of doc strings.
350
351 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
352
353         * input/test/ac-extra-voice.ly (accompany): remove file.
354
355         * input/test/maximum-rest-count.ly: remove file.
356
357         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
358         conversion rule for \translator { }. Apply everywhere.  
359
360         * lily/parser.yy (music_property_def): set property for \once in
361         the PropertyMusic itself, not the ContextSpec.
362         (property_operation): change syntax within \translator { }
363
364         * scm/define-music-properties.scm (all-music-properties): clean up.
365
366         * lily/auto-beam-engraver.cc (test_moment): use
367         updated_grob_properties() to retrieve autoBeam settings.
368
369         * lily/spacing-spanner.cc: bound shortest_playing_len by
370         measure_length
371
372         * lily/spacing-engraver.cc (acknowledge_grob): ignore
373         multi-measure events for spacing computation.
374
375         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
376         elliptical, to 1.49.
377
378         * lily/rest.cc (polyphonic_offset_callback): new function. Do
379         vertical positioning for polyphony, without RestCollision object.
380
381         * lily/note-column.cc (add_head): prevent rests & note heads on
382         one stem.
383
384         * lily/rest-collision.cc (do_shift): ignore rests with beams.
385         (do_shift): rewrite only-rests case: use common refpoints: the
386         routine will have sensible results when other rest-translations
387         have taken place.
388
389         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
390         < 0 case. 
391
392         * VERSION: 2.1.22 released
393         
394         * input/GNUmakefile (SUBDIRS): remove ascii-art
395
396 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
397
398         * input/: Convert ly files that still had \property.  Fixes make
399         web.  Remove exta spaces around '='. 
400
401         * scripts/convert-ly.py (conv): Redundant space fixes.
402
403         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
404
405 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
406
407         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
408         create scalable PS and PDFs  for input/{test,template,regression}.
409
410         * lily/context.cc (is_alias): move function.
411         (is_alias): add Bottom as context alias. 
412         (find_create_translator): add Bottom as a context alias for creation.
413
414         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
415
416         * lily/parser.yy (music_property_def): new syntax for property
417         assignments:
418
419         \set A.B = #C , \unset A.B
420         \override A.B #C = #D, \revert A.B #C 
421
422         * lily/my-lily-lexer.cc: remove \property
423
424 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
425
426         * Documentation/user/refman.itely: add dots after seealso refs.
427
428         * input/template/{many}.ly: harmonise descriptions.
429
430         * Documentation/user/music-glossary.itely: add Finnish author.
431
432 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
433
434         * VERSION (PACKAGE_NAME): release 2.1.21
435
436 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
437
438         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
439
440         * scripts/lilypond-book.py (snippet_res): @include filename must
441         not be empty.
442
443 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
444
445         * scm/documentation-generate.scm (markup-doc-string): dump
446         markup-commands.tely
447
448         * scm/define-markup-commands.scm (override): new file.
449         Move documentation from refman into doc-strings. 
450
451         * input/test/staff-container.ly: fix example.
452
453         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
454         StaffContainer
455
456         * lily/grob.cc: remove point_dimension_callback
457         (Grob): read forced dimensions from X-extent and Y-extent.
458         (get_paper): remove preset_extent.
459
460         * scm/define-grobs.scm (all-grob-descriptions): remove
461         point_dimension_callback. 
462
463         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
464         textscript to head. This makes no-spacing-rods work on
465         DynamicText.
466
467         * lily/chord-name.cc: remove props chord, bass, inversion.
468
469         * Documentation/user/appendices.itely: add Scheme functions,
470         context-properties and layout properties to manual.
471
472         * scm/part-combiner.scm (determine-split-list): include rests in a
473         solo1/2 sequence.
474
475         * lily/new-part-combine-iterator.cc (substitute_both): new
476         function.
477         (class New_pc_iterator): add separate Voice=solo context, fixes
478         autobeams going from chords to solo.
479
480 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
481
482         * Documentation/user/invoking.itexi (Editor support): Fix typo.
483
484         * Documentation/user/tutorial.itely:
485         * Documentation/user/refman.itely: Add short note about being part
486         of lilypond.tely.
487
488         * COPYING: Make note more clear with respect to files that are
489         explicitely licenced otherwise (Documention/user/ comes to mind).
490         
491         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
492         comment about barfing of @c,{}.
493
494         * Documentation/user/music-glossary.tely: Add list of authors.
495
496         * stepmake/stepmake/library-rules.make: Thank Nelson only in
497         source (was: also in build log).
498
499 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
500
501         * lily/side-position-interface.cc (general_side_position): if
502         staff-padding is set, then include staff in support too.
503
504         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
505         module workbook
506
507         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
508
509         * lily/tuplet-engraver.cc: remove tupletInvisible
510
511         * scm/define-translator-properties.scm: cleanup, separate in
512         internal and user props. 
513
514         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
515         LyricsVoice -> Lyrics
516
517         * lily/new-part-combine-iterator.cc (process): only print warning
518         for symbols.
519
520 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
521
522         * scm/part-combiner.scm: Add proper header.
523
524         * All but lily/*: The great --2003 --2004 replace; the missing
525         `bits'.
526
527         * TODO: Fix outline mode.  Add book notes.
528
529         * ROADMAP: Update.
530
531 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
532
533         * scm/part-combiner.scm (make-autochange-music): use
534         accumulator. Fixes stack overflow.
535
536         * lily/*: rename brew_molecule -> print , molecule-callback ->
537         print-function
538
539         * scm/define-grob-properties.scm: cleanup. Separate into internal
540         and user properties.
541
542         * lily/translator-property.cc (updated_grob_properties): new
543         function
544         (execute_pushpop_property): change to new convention:
545         object property inits are stored as (cons ALIST BASED-ON). This
546         storage format allows concurrent tweaks in different contexts.
547
548 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
549
550         * TODO: new file.
551
552 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
553
554         * debian/: Late Debian update (sorry Anthony).
555
556         * scripts/lilypond-book.py (do_file): Look for input_file in
557         include path, or ask kpathsea if LATEX.
558
559         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
560         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
561         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
562         --header=texidoc.
563
564         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
565         relative.
566
567         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
568         only when filtering, default to input_base otherwise.  Coding
569         style fixes.
570
571 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
572
573         * lily/include/translator.hh (class Translator): add virtual
574         qualifier.
575
576 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
577
578         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
579
580 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
581
582         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
583
584         * Documentation/user/refman.itely: Run texinfo-all-menus-update
585         (fixes make web).
586
587         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
588         live in $(out)-www).
589
590         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
591         dependencies.  Add link to .ly source in HTML output.
592         (Lilypond_snippet.output_html): Handle multiple page picture
593         output.
594         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
595         Make usable for output_texinfo again.
596
597         * Documentation/user/GNUmakefile: Add static dependency for
598         lilypond.tely includes.
599
600         * Documentation/user/tutorial.itely: Add some lost `relative'
601         ly-options.
602
603 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
604
605         * lily/include/translator-group.hh: move Music_output_def member
606         to Global_translator.
607
608         * scripts/lilypond-book.py (do_file):  fix latex output.
609
610         * VERSION: release 2.1.20
611         
612         * scm/part-combiner.scm (determine-split-list): robustness fix 
613
614         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
615
616         * lily/parser.yy (music_output_def_body): plug memory leak.
617
618         * lily/translator-group.cc (add_fresh_group_translator): plug
619         memory leak: unprotect Translator_group once added.   
620
621         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
622
623         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
624         write .dep file.
625         (Lilypond_snippet.ly): add \renameinput.
626
627 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
628
629         * Documentation/user/refman.itely (Markup command definition): Doc
630         by Nicolas Sceaux. Rewrite by Han-Wen
631
632         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
633         thing of the line.
634         (brew_molecule): only remove if hyphen is not at the end of line.
635         (set_spacing_rods): new function: minimum-length specifies
636         distance between syllables.
637
638         * scm/define-grobs.scm (all-grob-descriptions): add
639         Hyphen_spanner::set_spacing_rods to LyricHyphen
640
641         * input/regression/lyric-hyphen-break.ly: new file.
642
643         * input/test/lyric-hyphen-retain.ly: new file.
644
645         * lily/new-part-combine-iterator.cc (construct_children):
646         add Rest direction.
647
648 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
649
650         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
651
652         * Documentation/bibliography/engraving.bib (donemus1982):
653         update entry.
654
655 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
656
657         * scripts/lilypond-book.py (Substring.__init__): new class.
658         (Snippet.output_texinfo): add texidoc option.
659         (Include_snippet.replacement_text): new class.
660         (Lilypond_snippet.__init__): new class
661         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
662
663         * Documentation/user/refman.itely (Sound): 
664         note about number of channels.
665
666         * scm/music-functions.scm (voicify-music): add \context Staff for
667         << \\ >> polyphony.
668
669         * lily/parser.yy (verbose_command_req): \skip now creates
670         SkipMusic, and does not lead to spurious staves.
671
672         * scm/define-music-types.scm (music-descriptions): rename
673         NonEventSkip to SkipMusic
674
675         * input/no-notation/midi-lyric-barcheck.ly: new file.
676
677         * input/regression/collision-dots-invert.ly: new file.
678
679         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
680         case.
681
682         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
683         die if melody died too.
684
685 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
686
687         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
688         with reading from stdin.
689
690         * lily/slur-performer.cc (try_music): new file.
691
692         * lily/melisma-performer.cc (try_music): new file. Handle
693         melismata to help lyrics.
694
695         * lily/beam-performer.cc (try_music): new file. Handle beam events
696         to help lyrics.
697
698         * lily/score-performer.cc (one_time_step): reinstate
699         process_music().
700
701         * lily/performer.cc (process_music): add to interface.
702
703         * lily/performer-group-performer.cc (process_music): new function.
704
705         * lily/dot-column.cc (do_shifts): do collision resolution before
706         dot positioning.
707         
708         * scripts/lilypond-book.py (Snippet.output_print_filename): new
709         file, process printfilename option.
710         (Snippet.__init__): rewrite: do not use global variables h or
711         index.
712         (main): really support -I option.
713         (find_toplevel_snippets): new code.
714         (find_toplevel_snippets): reinstate old version, without global
715         variables.
716
717         * tex/texinfo.tex: really add file.
718         
719 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
720
721         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
722         compatibility.
723
724 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
725
726         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
727
728         * scm/define-translator-properties.scm (drumPitchTable): add
729         property.
730
731         * scripts/lilypond-book.py (simple_toplevel_snippets): new
732         function.
733         (help_summary): docstrings.
734         (do_file): strip the dir of input_base too.
735
736 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
737
738         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
739
740         * Documentation/user/lilypond-book.itely: Update.
741
742         * make/ly-rules.make: Update lilypond-book commands.
743
744         * Documentation/user/GNUmakefile: Update makeinfo commands,
745         lilypond-book flags.
746
747         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
748         
749         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
750
751         * scripts/filter-lilypond-book.py: Remove.
752
753         * Documentation/user/*tely: Update options for new lilypond-book.
754
755         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
756         with @macros in @includes.
757
758 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
759
760         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
761         make rest-collision only.
762
763         * lily/break-substitution.cc (substitute_one_mutable_property):
764         clear all-elements using scm_assq_remove_x(). 
765
766         * lily/rest-collision.cc (do_shift): shift single rests
767
768         * flower/include/array.hh (class Array): rename to is_empty ()
769
770         * lily/drum-note-performer.cc: new file: perform drum notes.
771
772         * VERSION (PACKAGE_NAME): release 2.1.19.
773         
774 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
775
776         * scripts/filter-lilypond-book.py
777         (classic_lilypond_book_compatibility): New function.
778
779 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
780
781         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
782
783         * Grand 2003 -> 2004 search replace. 
784
785         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
786         (i.e. < > )
787
788         * ly/performer-init.ly: add DrumStaff
789
790         * lily/axis-group-engraver.cc (acknowledge_grob): also take
791         lyric-interface; this prevents lines with only extender lines from
792         being junked.
793  
794         * scm/define-grob-interfaces.scm (lyric-interface): new interface
795
796         * lily/lyric-extender.cc (brew_molecule): get line breaking and
797         extenders right, for once and for all (hopefully).
798         
799         * lily/break-substitution.cc (substitute_one_mutable_property):
800         clear old 'all-elements for System grobs.
801
802         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
803         that associatedVoiceContext is always assigned when music & lyrics
804         are found. 
805
806         * ly/engraver-init.ly: remove Lyrics context.
807         (TabVoice): add noteheads engraver
808
809         * input/test/improv.ly: update: do not use Thread switching. 
810
811         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
812         squashedPosition is a number  
813
814         * Documentation/user/refman.itely (Automatic note splitting):
815         remove Thread references.
816
817         * input/no-notation/pc-direction.ly: remove file.
818
819         * ly/engraver-init.ly: remove Thread
820
821         * input/regression/tie-chord-partial.ly: remove file.
822
823         * scripts/convert-ly.py (conv): \harmonic rule
824
825         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
826         notation for harmonic notes: <c' g''\harmonic>
827
828         * lily/lily-guile.cc (alist_to_hashq): new function
829
830         * scm/lily.scm (alist->hash-table): new function.
831
832         * Documentation/user/refman.itely (Percussion staves): update doco.
833
834         * input/regression/drums.ly (timb): updates
835
836         * lily/note-performer.cc (create_audio_elements): robustness fix.
837
838         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
839
840 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
841
842         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
843         discard valid matches.
844
845 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
846
847         * lily/drum-note-engraver.cc: new file.
848
849         * ly/drumpitch-init.ly: move drum definitions
850
851         * scm/drums.scm: remove file.
852
853         * lily/*.cc: remove abort-event everywhere.
854
855         * lily/note-heads-engraver.cc (process_music): robustification.
856
857         * lily/accidental-engraver.cc (process_acknowledged_grobs):
858         robustification.
859
860         * lily/parser.yy (simple_element): add \drums mode.
861         (simple_element): remove \pitchnames , \chordmodifiers. Use
862         variables to store this. 
863
864         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
865         outside \notes.
866
867         * VERSION: release 2.1.18.
868         
869         * input/test: remove octave-duplicate.ly
870
871 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
872
873         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
874
875 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
876
877         * lily/simultaneous-music-iterator.cc: remove clone() and copy
878         constructor from Music_iterator. Changes throughout.
879
880         * lily/include/music-iterator.hh (class Music_iterator): remove
881         Music_iterator::skip and Music_iterator::get_pending_events from
882         interface. Rename report_to -> get_outlet 
883
884         * lily/auto-change-iterator.cc: move contents from
885         new-auto-change-iterator.cc from
886
887         * scm/part-combiner.scm: determine split-list from Scheme. 
888
889         * lily/new-auto-change-iterator.cc (process): new file.
890
891         * lily/parser.yy (part_combined_music): remove old PC cruft.
892
893         * ly/engraver-init.ly: remove old
894         PC cruft.
895
896         * Documentation/user/refman.itely (The Lyrics context): note about
897         extender lines.
898
899         * lily/multi-measure-rest-engraver.cc (process_music): extra check
900         to allow 0-length mmrest events.
901
902         * scm/part-combiner.scm (determine-split-list): many bugfixes.
903
904         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
905
906         * lily/spacing-engraver.cc (finalize): robustifications.
907
908         * input/regression/new-part-combine-solo-global.ly: new file.
909
910         * scm/part-combiner.scm: rewrite.
911
912 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
913
914         * Documentation/user/refman.itely, input/puer-fragment.ly,
915         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
916         updated for proper use of lyricsto; replaced "(" and ")" ->
917         "\melisma" and "\melismaEnd"
918
919         * input/test/ancient-font.ly: small updates to reduce compile
920         warnings (TODO: junk this file)
921
922         * input/test/gregorian-scripts.ly: added comment about bug
923
924         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
925         tiny robustness fix
926
927         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
928         recent changes in the feta code); temporarily mapped mensural g
929         clef to a copy of petrucci g clef until mensural g clef will have
930         been rewritten
931
932         * mf/parmesan-heads.mf: bugfix: solved character name clashing
933         between mensural and neo-mensural heads (this broke quite a while
934         ago)
935
936         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
937
938 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
939
940         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
941         indication.  Fixes for verbatim, multi line comments.
942
943 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
944
945         * input/regression/new-part-combine-solo.ly: more cases.
946
947         * lily/slur.cc (height): robustness fix.
948
949         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
950
951         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
952         stemUp/stemDown.
953
954         * scm/music-functions.scm (determine-split-list): further analysis.
955
956         * lily/script-engraver.cc (try_music): discard duplicate
957         articulations.
958
959         * input/regression/new-part-combine-solo.ly: new file
960
961         * input/regression/new-part-combine-a2.ly: new file.
962
963         * ly/performer-init.ly: add Devnull
964
965         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
966         for \musicglyph #"accidental-*"
967         (conv): \newpartcombine rule.
968
969 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
970
971         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
972
973 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
974
975         * scripts/filter-lilypond-book.py: Handle verbatim, latex
976         textwidth, --output.
977
978 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
979
980         * scm/new-markup.scm (doubleflat): add accidental markups.
981
982         * VERSION: release 2.1.17
983         
984         * Documentation/user/refman.itely (Automatic part combining):
985         revise documentation of the part-combiner.
986
987         * input/regression/pc-switch-slur.ly (texidoc): remove file.
988         
989         * input/test/part-combine-{moment,staff}.ly: remove file.
990
991         * input/regression/pc-mmrest.ly (two): remove file.
992
993         * scm/define-music-types.scm (music-descriptions): add
994         Solo{One,Two}Event and UnisonoEvent
995
996         * lily/new-part-combine-iterator.cc (unisono): add state_
997         variable, signal changes with part-combine-event.
998
999         * input/regression/new-part-combine-text.ly: new file.
1000
1001         * lily/part-combine-engraver.cc: new file.
1002
1003 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1004
1005         * scripts/filter-lilypond-book.py: Handle snippet options.
1006
1007 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1008
1009         * scm/music-functions.scm (determine-split-list): detect solo1/2
1010         and unisono.
1011
1012         * lily/new-lyric-combine-music-iterator.cc (construct_children):
1013         revert fix, document why.
1014
1015         * lily/tie-performer.cc (process_music): new function. Set melisma
1016         property.
1017
1018         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
1019         always smaller than bracket size.
1020         (make_bracket): oops. Size of the gap was off by factor 2
1021
1022         * input/test/text-rotate.ly: new file.
1023
1024         * scm/new-markup.scm (markup): a macro that provides a
1025         LilyPond-like syntax in scheme for building markups, in order to
1026         help markup command definition. (Nicolas Sceaux)
1027
1028         * input/test/lyrics-skip-notes.ly: new example.
1029
1030         * lily/parser.yy (post_event): make HYPHEN into postfix event.
1031
1032         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
1033         use is_alias() iso. == . This fixes lyrics on
1034         GregorianTranscriptions. 
1035
1036 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1037
1038         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
1039         \thispagestyle{lastpage} to avoid that it's printed on the second
1040         last page when there's only a single score line on the last page.
1041         (The page breaking mechanism in TeX played some ugly tricks to us.)
1042
1043 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1044
1045         * scripts/filter-lilypond-book.py: Further development.
1046
1047         * input/regression/collision-dots-move.ly: New test.
1048
1049         * lily/note-collision.cc (check_meshing_chords): Move dots on left
1050         hand side note head of non-merged collision to the right.
1051
1052         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
1053         Construct children before accessing property from emtpy
1054         lyrics_context_.
1055         (construct_children): Find thread before finding LyricsVoice.
1056         Create LyricsVoice one if none found, fixes crash (thanks Erik
1057         Sandberg).
1058
1059 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1060
1061         * cygwin/: Forward port.
1062
1063 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1064
1065         * buildscripts/install-info-html.sh: Use Bash.
1066
1067         * cygwin/mknetrel: Patch from Bert.
1068
1069 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1070
1071         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
1072
1073         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
1074         try to copy *png, index.html (Bertalan Fodor).
1075
1076         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
1077
1078 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1079
1080         * lily/note-collision.cc (check_meshing_chords): Do not remove
1081         dots (from down head) when merging similar heads (thanks Matthias
1082         Kilian).  Simplify merge_possible tests and other cleanups
1083
1084         * input/regression/collision-merge-differently-dotted.ly: Add test
1085         for disappearing dots on similar heads for both voices.
1086
1087 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1088
1089         * Documentation/user/invoking.itexi (Invoking lilypond): Document
1090         that tagline overrides copyright for single page scores. Correct
1091         the default tagline value.
1092
1093 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1094
1095         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
1096
1097 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1098
1099         * buildscripts/lilypond-login.sh: Avoid warning about undefined
1100         TEXMF if it's previously unset.
1101
1102 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
1103
1104         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
1105
1106         * input/test/trills.ly: fix the unfolding of lineprall.
1107
1108         * input/test/figured-bass-alternative.ly: fix accidental.
1109
1110 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1111
1112         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
1113         
1114         * input/no-notation/dos-guile.ly: 
1115         * input/no-notation/dos-ps.ly: 
1116         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
1117         
1118         * input/no-notation/safe-include.ly:
1119         * input/no-notation/safe-guile.ly:
1120         * input/no-notation/safe-ps.ly: 
1121         * input/no-notation/safe-tex.ly: New file.
1122
1123         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
1124         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
1125         options now.
1126         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
1127         When in --safe-mode, set environment openout_any=p[aranoid].
1128
1129         * tex/ltest.tex: 
1130         * tex/lilyponddefs.tex: Add \nofiles.
1131
1132         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
1133         options.
1134
1135         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
1136         This allows building the user manual using a binary installation
1137         and a matching unpacked source tree.
1138
1139         * scm/lily.scm (safe-module): New variable. 
1140
1141         * lily/includable-lexer.cc (new_input): Fix error messages.
1142
1143         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
1144         If SAFE, evaluate in safe-module.  Change callers.
1145
1146         * lily/main.cc (Long_option_init): Reinstate safe-mode.
1147
1148         * lily/lexer.ll (embedded_scm): While processing main-input,
1149         invoke ly_parse_scm with safe mode if running in safe-mode.
1150         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
1151         in init.ly for safe-mode.
1152
1153 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1154
1155         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
1156         compatibility with old versions of geometry.sty (compat2
1157         already implied includehead).
1158         Change the page layout slightly so bottom + footskip = top +
1159         headheight + headsep = 16mm, the remaining paperheight-32mm
1160         are used for the music. Increase footskip to 5mm, so the top of
1161         the footer text doesn't touch the music.
1162
1163 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1164
1165         * VERSION: release 2.1.16
1166         
1167         * scm/music-functions.scm (determine-split-list): bugfix: only use
1168         new-active for both voices if both indexes advance. This fixes the
1169         biggest outstanding problem with new-pc. 
1170
1171         * lily/new-part-combine-iterator.cc (construct_children): set more
1172         directions.
1173
1174 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1175
1176         * scripts/convert-ly.py (conv): add instrument rule.
1177
1178         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
1179
1180         * lily/side-position-interface.cc: remove add_staff_support ()
1181         Change all callers to use staff-padding.
1182
1183         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
1184         make_spanner().
1185
1186         * lily/a2-engraver.cc (process_acknowledged_grobs): 
1187
1188         * lily/text-engraver.cc: remove scriptHorizontal property.
1189
1190         * lily/beam.cc (least_squares): also set least-squares-dy for
1191         special case of slanted 2-stem beam to center.
1192
1193         * lily/side-position-interface.cc (out_of_staff): move contents of
1194         out_of_staff into aligned_side.
1195         remove out_of_staff().
1196
1197         * input/regression/measure-grouping.ly: fix warning.
1198
1199         * lily/side-position-interface.cc: add staff-padding support to
1200         Side_position_interface::aligned_side.
1201
1202         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
1203         one get_property too many.
1204
1205         * flower/include/drul-array.hh (linear_combination): new function
1206         (scale_drul): new function
1207
1208         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
1209         operations on empty intervals are silly.
1210
1211 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1212
1213         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
1214         (iso gh_scm2int), fixes crash in new part-combiner.
1215
1216         * configure.in: Up mftrace to 1.0.27.
1217
1218 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1219
1220         * VERSION: release 2.1.15
1221         
1222         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
1223         align all stanza numbers.
1224
1225 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
1226
1227         * Documentation/user/{introduction.itely,refman.itely,
1228         converters.itely}: fix some text inside parentheses; text should
1229         be readable (even) if parentheses are either replaced with commas 
1230         or dropped out.
1231
1232 2004-01-25  Werner Lemberg  <wl@gnu.org>
1233
1234         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
1235         input/test/vaticana.ly, input/test/ancient-font.ly,
1236         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
1237         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
1238         ly/params-as-init.ly, scm/define-grobs.scm,
1239         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
1240
1241         * ly/params-as-init.ly: Removed.  Obsolete.
1242         * buildscripts/lilypond.words.py: Updated.
1243
1244 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1245
1246         * mf/parmesan-clefs.mf: switch off mensural G clefs.
1247
1248         * mf/feta-din{4,5,7,9}.mf: remove.
1249         
1250         * lily/engraver.cc (internal_make_item): centralize item/spanner
1251         factory.
1252
1253         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
1254         do correct chord conversion for ^"sim."  (backportme)
1255         (FatalConversionError.sub_articulations): substitute ^"foo" in
1256         chords too. (backportme)
1257
1258         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
1259         for Fingering.
1260
1261         * lily/side-position-interface.cc (out_of_staff): don't do
1262         anything if staff-padding not defined. 
1263
1264         * mf/feta-params.mf (stafflines): introduce linethickness as
1265         general blackness of the font.
1266
1267         * lily/stem.cc (position_noteheads): rounding error robustness.
1268
1269         * input/regression/rest-collision-beam.ly: move beam/rest stuff
1270         from beam-collision.ly 
1271
1272         * lily/beam.cc (rest_collision_callback): remove direction.
1273
1274         * scm/define-grobs.scm (all-grob-descriptions): remove
1275         enclose-bounds in OttavaBracket and PianoPedalBracket
1276
1277         * scm/new-markup.scm (def-markup-command) new macro, which takes
1278         care of defining the COMMAND-markup and make-COMMAND-markup
1279         procedures, setting markup-signature and keyword-signature object
1280         properties, and pushing the markup command in
1281         markup-function-list.
1282
1283         All markup commands are defined thanks to it.  Users may also use
1284         it to define their own markup commands. (Nicolas Sceaux)
1285
1286         * scm/new-markup.scm: Scheme style clean-up: there should be no
1287         parenthesis alone on a line; LET* should not be used where LET is
1288         enough. (Nicolas Sceaux)
1289
1290 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1291
1292         * scripts/filter-lilypond-book.py: Add script.
1293
1294 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1295
1296         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
1297
1298 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1299
1300         * Documentation/user/refman.itely (Fingering instructions): add
1301         single note chords. 
1302
1303         * lily/multi-measure-rest-engraver.cc: use a single
1304         MultiMeasureEvent for mm rests. This prevents problems with the
1305         new part combiner.
1306
1307         * scm/music-functions.scm (determine-split-list): analysis has
1308         global effect: a difference halfway a phrase makes the entire
1309         phrase be typeset as apart.
1310         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
1311
1312 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1313
1314         * ly/performer-init.ly: add Devnull.
1315
1316         * Documentation/user/refman.itely (Font selection): remove paper20
1317         ref.
1318         
1319 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1320
1321         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
1322
1323 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1324
1325         * scm/music-functions.scm (determine-split-list): bugfixes.
1326
1327         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
1328
1329         * input/test/scales-greek.ly: use C as base, results in different
1330         alterations at the clef.
1331
1332         * input/regression/pedal-ped.ly: new file.
1333
1334         * input/regression/pedal-bracket.ly: new file.
1335
1336         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
1337         replace after_line_breaking()
1338
1339         * lily/line-interface.cc (line): read thickness.
1340         (line): dash-fraction = 0 always for dotted-line style.
1341
1342         * input/test/staff-lines.ly (lower): bugfix.
1343
1344         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
1345         \accepts Devnull into Score.
1346
1347         * scm/lily.scm: remove bla.scm load.
1348
1349 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1350
1351         * VERSION: release 2.1.14
1352         
1353         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
1354
1355         * lily/side-position-interface.cc (general_side_position): add
1356         Staff_symbol_referencer::staff_space ().
1357
1358         * lily/include/context-def.hh: rename from translator-def.hh
1359
1360 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1361
1362         * input/template/piano-dynamics.ly (pedal): Updated definition of
1363         Dynamics such that \cresc works, for example.
1364
1365 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1366
1367         * lily/stem.cc (calc_stem_info): use
1368         Staff_symbol_referencer::staff_space
1369
1370         * lily/beam-quanting.cc (quanting): scale Stem_info 
1371
1372         * lily/beam.cc (rest_collision_callback): use minimum-distance
1373         property for rest/beam collisions.
1374         (rest_collision_callback): bugfixes.
1375
1376         * lily/system.cc (post_processing): extra-offset is now relative
1377         to the size of the current staff.
1378
1379         * scm/music-functions.scm (notice-the-events-for-pc): record all
1380         voices, only analyze "one" and "two".
1381
1382         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
1383         not parent. 
1384
1385         * lily/new-part-combine-iterator.cc (construct_children): create
1386         Devnull from Voice context
1387
1388         * scm/music-functions.scm (determine-split-list): bugfixes.
1389
1390         * lily/lily-guile.cc (robust_scm2int): new function
1391
1392         * lily/staff-symbol-referencer.cc (line_thickness): new
1393         function. Use throughout.
1394
1395         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
1396         in its own context.  Add to preset font-size.
1397
1398         * lily/stem.cc (thickness): new function.
1399
1400         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
1401         compute thickness from ledger-line-thickness.
1402
1403         * lily/note-head.cc (brew_ledger_lines): use
1404         Staff_symbol::get_ledger_line_thickness ().
1405
1406         * lily/beam.cc (rest_collision_callback): use
1407         Staff_symbol_referencer::staff_space().
1408
1409         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
1410         Mus1 Mus2
1411
1412         * lily/include/translator.hh (class Translator): add accepts_list_
1413         so  \with { \denies / \accepts } also works.
1414
1415         * scm/music-functions.scm (determine-split-list): determine split
1416         list from music events.
1417
1418         * lily/new-part-combine-iterator.cc: more states.
1419
1420         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
1421
1422 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1423
1424         * lily/system.cc (set_loose_columns): use the right prebroken cols
1425         for interpolating loose column position.
1426
1427         * lily/text-spanner.cc (brew_molecule): default to no vertical
1428         lines.
1429
1430         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
1431         take space.
1432
1433         * scm/define-grobs.scm (all-grob-descriptions): less padding.
1434
1435 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1436
1437         * scripts/convert-ly.py: Do not test filename when processing
1438         stdin.
1439
1440         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
1441
1442 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1443
1444         * lily/axis-group-engraver.cc (finalize): extra check; if
1445         process_music () is never called, then staffline_ == 0.
1446
1447         * lily/simultaneous-music-iterator.cc (pending_moment): don't
1448         check run_always ().
1449         
1450         * VERSION: release 2.1.13
1451
1452         * input/regression/note-head-style.ly (pattern): cleanup.
1453
1454         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
1455         downloading.
1456
1457         * scm/output-lib.scm (shift-right-at-line-begin): new function:
1458         kludge rehearsalmark placement.
1459
1460         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
1461         , ly:spanner?
1462
1463         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
1464         close to note head for accidentals.
1465
1466         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
1467         tuplet direction.
1468
1469         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
1470
1471 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1472
1473         * lily/include/music-iterator.hh (class Music_iterator): add
1474         substitute_outlet() to iterator API.
1475
1476         * lily/new-part-combine-iterator.cc (construct_children):
1477         New_pc_iterator: new class, better part combining.
1478
1479         * lily/tie-column.cc (werner_directions): new function
1480
1481         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
1482
1483         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
1484         empty objects group spanner as parent
1485
1486         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
1487         slope against graphical slope.
1488
1489         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
1490         for ottava bracket.
1491
1492         * lily/side-position-interface.cc (general_side_position):
1493         opps. reinstate *dir.
1494
1495         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
1496         parser run.
1497
1498         * lily/tuplet-bracket.cc: remove calc_dy ().
1499
1500         * Documentation/user/refman.itely (Balloon help): document balloon
1501         help
1502
1503 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1504
1505         * scm/document-backend.scm (check-dangling-properties): Grob
1506         properties are defined define-grob-properties.scm.
1507         
1508 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1509         
1510         * VERSION: release 2.1.12
1511
1512         * scm/define-grobs.scm (all-grob-descriptions): larger font for
1513         ChordName
1514
1515         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
1516         relation to surroundings.
1517
1518         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
1519         Y-extent to the note-extents: stay clear of the staff.
1520
1521 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1522
1523         * Documentation/user/GNUmakefile
1524         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
1525         iso. copy.
1526
1527         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
1528
1529         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
1530
1531         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
1532
1533         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
1534
1535         * lily/line-interface.cc (line): remove thickness from calling interface.
1536
1537         * lily/hairpin.cc: use Line_interface
1538
1539         * lily/line-interface.cc: new file. Line_interface for everything
1540         with dotted/dashed lines.
1541         
1542
1543         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
1544
1545         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
1546         for constructing ottava brackets.
1547         
1548         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
1549         the note heads.
1550
1551         * Documentation/user/internals.itely (Engravers and performers):
1552         fix broken link.
1553
1554         * scm/music-functions.scm (make-mark-set): new function.
1555
1556         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
1557         functionally identical to beam.
1558
1559         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
1560         () with beam (). 
1561
1562         * Documentation/user/refman.itely (Rehearsal marks): document new
1563         functionality.
1564
1565         * input/regression/rehearsal-mark-number.ly: new file.
1566
1567         * input/regression/rehearsal-mark-letter.ly: new file.
1568
1569         * scm/translation-functions.scm (number->mark-string): new function
1570         (format-mark-letters): new function
1571         (format-mark-numbers): new function
1572
1573         * lily/mark-engraver.cc (process_music): rehearsalMark is now
1574         integer; formatting is done through markFormatter property.
1575         
1576         * scm/define-translator-properties.scm: fold all *-done properties
1577         into positioning-done.
1578
1579         * lily/beam.cc (position_beam): new function
1580         (brew_molecule): make sure that positions are calced before making
1581         the molecule.
1582
1583         * scm/output*.scm (beam):  take 4th argument for function.
1584
1585         * ps/music-drawing-routines.ps: take blot as 4th argument.
1586
1587         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
1588         stem to avoid small dents.
1589         
1590
1591 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1592
1593         * VERSION: release 2.1.11
1594
1595         * input/regression/balloon.ly: new file.
1596
1597         * lily/balloon.cc (brew_molecule): new file: draw boxes around
1598         objects, and make help texts. 
1599
1600         * scm/new-markup.scm (parse-simple-duration): parse duration
1601         string to log & dots. (Thanks Nicolas!)
1602
1603         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note rule.
1604
1605 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
1606
1607         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
1608         Lemberg).
1609
1610         * THANKS: alphabetic order.
1611
1612 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1613
1614         * input/regression/note-head-harmonic.ly: new file.
1615
1616         * Documentation/user/internals.itely (Technical manual): explain
1617         difference between music, translation, layout.
1618
1619         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
1620
1621         * scm/output-ascii-script.scm (bracket): rounding bfs.
1622
1623         * scripts/convert-ly.py (conv): add \include "paper" rule. 
1624
1625         * ly/paper*.ly: remove files. 
1626         
1627         * scm/paper.scm (set-staff-size): new function: set default
1628         staff-size.
1629
1630         * scripts/convert-ly.py (conv): add conversion rule.
1631
1632         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
1633         function.
1634
1635         * scm/paper.scm: new file.
1636         (set-staff-size): new function 
1637         (set-paper-size): new function
1638
1639         * lily/parser.yy (music_output_def_body): restructure definition,
1640         so first Scheme statement in \paper also happens in new scope. 
1641
1642         * lily/system.cc (post_processing): move uniquify_list () to
1643         dumping molecule stage.
1644
1645         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
1646         this will mess up scores that use barchecks to shorten measures.
1647
1648         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
1649         at 20pt too.
1650
1651         * Documentation/user/tutorial.itely (Printing lyrics): document
1652         \lyricsto
1653
1654         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
1655
1656         * Documentation/user/refman.itely (Fermatas): document \lyricsto
1657
1658         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
1659         if Voice is not found.
1660
1661         * VERSION: release 2.1.10
1662         
1663         * input/{test,regression}/: remove old-relative 
1664
1665         * lily/lexer.ll: add empty markup signature. 
1666
1667         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
1668         strut markup
1669
1670         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
1671
1672         * scm/define-translator-properties.scm: update melismata property
1673         doco.
1674
1675         * lily/system.cc (output_lines): revert uniquify_list() patch,
1676         strange side effects seen.
1677         
1678         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
1679         dash-period < 0.
1680
1681         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
1682         for flute. 
1683
1684 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1685
1686         * input/regression/*.ly: use newaddlyrics iso. addlyrics
1687
1688         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
1689
1690         * lily/lyric-extender.cc (brew_molecule): behave decently in case
1691         of line breaks.
1692         (brew_molecule): add padding to left, not right.
1693
1694         * lily/system.cc (uniquify_list): new function
1695         (output_lines): uniquify_list () on all-elements. This fixes
1696         double symbols in the output.
1697
1698         * lily/beam.cc (rest_collision_callback): don't move anything if
1699         staff-position is set.
1700
1701         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
1702
1703         * lily/system.cc (typeset_grob): warn if adding twice.
1704
1705         * lily/sequential-iterator.cc (run_always): implement run_always().
1706         (also in other files.)
1707         
1708         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
1709
1710         * lily/event.cc (to_relative_octave): add octave-check.
1711
1712         * Documentation/user/refman.itely (Line breaking): add noBreak.
1713
1714         * scm/new-markup.scm (normalsize-markup): add function.
1715         (sans-markup): new function.
1716
1717         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
1718         come earlier nowadays.  This fixes beams on grace notes.
1719         
1720         * scm/music-functions.scm (direction-polyphonic-grobs): new
1721         variable, share between override and revert. This fixes script
1722         directions in polyphonic sections. (backportme)
1723
1724 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1725
1726         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
1727         breakpoints.
1728
1729         * lily/break-align-interface.cc: add doco
1730
1731         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
1732
1733 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1734
1735         * VERSION: release 2.1.9
1736
1737         * scm/document-markup.scm (markup-doc-node): add note about naming.
1738
1739         * scm/new-markup.scm (left-align-markup): bugfix. 
1740
1741         * Documentation/user/refman.itely (Ottava brackets): more doco for
1742         ottava.
1743
1744         * lily/side-position-interface.cc (out_of_staff): also do
1745         out_of_staff() correctly for d == DOWN.
1746
1747         * lily/text-spanner.cc (brew_molecule): only put vertical line and
1748         horizontal line if they move to the right.
1749         
1750         * scm/define-grobs.scm (all-grob-descriptions): set
1751         text-repeat-if-broken for ottava spanner
1752
1753         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
1754         property.
1755
1756         * mf/feta18.mf: design size is 18 not 22.5
1757
1758         * lily/new-lyric-combine-music-iterator.cc (process): new file.
1759         Add a single LyricsVoice to a melody. Melismata may be set
1760         individually.
1761
1762         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
1763
1764         * lily/dot-column.cc: add stdio.h
1765
1766 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1767
1768         * lily/item.cc: documentation for break-visibility (Thanks, John).
1769
1770 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1771
1772         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
1773
1774         * lily/translator-def.cc: rename Translator_def to Context_def.
1775
1776         * Documentation/user/internals.itely (Lexical details): clarify
1777         string def.
1778
1779         * Documentation/user/refman.itely (Rhythmic music): add link to
1780         RhythmicStaff 
1781
1782 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1783
1784         * lily/translator.cc: document start_translation_timestep()
1785
1786         * scm/output-tex.scm (tex-encoded-fontswitch): use
1787         round for rounding (inexact->exact yields rationals)
1788
1789         * lily/*.cc: remove superfluous start_translation_timestep() calls.
1790
1791         * lily/translator-group.cc (get_simple_trans_list): 
1792         new function; construct simple_trans_list_ lazily.
1793         
1794 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1795
1796         * lily/paper-outputter.cc (output_scope): Check if number before
1797         checking exact (guile cvs).
1798
1799         * scm/*: Escape backslashes in scheme strings (guile cvs).
1800
1801 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1802
1803         * Documentation/user/refman.itely (Tablatures basic): annotate
1804         seealso sections.
1805
1806         * lily/*.cc: cleanup of engraver initialize() functions.
1807
1808         * lily/repeat-acknowledge-engraver.cc
1809         (start_translation_timestep): remove first_b_
1810
1811         * lily/tab-note-heads-engraver.cc: listen to string number events
1812         inside < > too. (backportme).
1813
1814         * Documentation/user/refman.itely (Text scripts): add fatText to
1815         index.
1816
1817 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1818
1819         * VERSION: 2.1.8
1820
1821         * stepmake/bin/add-html-footer.py (built): add Wiki links to
1822         footer.
1823
1824         * lily/parser.yy (translator_mod): allow \with { \remove .. }
1825
1826         * lily/bar-check-iterator.cc (process): only warn if
1827         barCheckLastFail was changed.
1828
1829         * scm/define-translator-properties.scm (barCheckLastFail): add
1830         property.
1831
1832         * lily/main.cc (main_prog): print summary of failed files.
1833
1834         * lily/axis-group-engraver.cc: move all spanner creation to
1835         process_music (). Now staffs can be adjusted with \override too.
1836         (Jan, you are a brilliant programmer!)
1837         
1838         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
1839
1840 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1841
1842         * Documentation/user/tutorial.itely (Integrating text and music):
1843         Show the commands to produce a PDF as well.
1844
1845 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1846
1847         * lily/translator-def.cc (get_translator_names): accept user
1848         tweaks too. 
1849
1850         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
1851         as big as normal heads. 
1852
1853         * input/*ly: run convert-ly
1854         
1855         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
1856         () if dependencies are fluked.
1857
1858         * scm/document-translation.scm (engraver-doc-string): update on
1859         latest string/symbol conventions.
1860
1861         * lily/translator-ctors.cc: use Scheme_hash_table.
1862
1863         * lily/translator-def.cc (get_translator_names): new function
1864         (add_context_mod): new function
1865         (get_accepted): new function
1866
1867         * lily/parser.yy (context_mod): put all modifications of
1868         \translator { } in a single production, encode as SCM.
1869
1870         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
1871         to use read-only lists, so additions to the definition can be
1872         prepended easily.  
1873
1874         * Documentation/user/invoking.itexi (Editor support): add node on
1875         editor support.
1876
1877         * Documentation/user/refman.itely (Bar check): add lyrics example
1878         of bar checks. 
1879
1880         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
1881
1882         * scripts/convert-ly.py (conv): add conversion rule.
1883
1884         * lily/parser.yy: use \change iso. \translator for staff switch.
1885
1886         * lily/my-lily-lexer.cc: add \change.
1887
1888         * scm/define-translator-properties.scm
1889         (default-melisma-properties): add definition.
1890
1891 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1892
1893         * Documentation/user/refman.itely (Bar lines): clarification of
1894         systemStartDelimiter. 
1895
1896         * input/test/slur-shape.ly (x): remove file.
1897
1898         * lily/translator-group.cc (apply_property_operations): new function.
1899
1900 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1901
1902         * lily/parser.yy (optional_prop_ops): allow \with {
1903         PROPERTYSETTINGS } following \context or \new.
1904
1905         * lily/my-lily-lexer.cc: add \with.
1906
1907         * lily/parser.yy (property_operation): clean up definition of
1908         property operations.
1909         (property_op_to_music): new function.
1910         (context_spec_music): new function
1911
1912         * VERSION: 2.1.7 released.
1913         
1914         * input/regression/collision-merge-dots.ly: new file.
1915
1916         * lily/note-collision.cc (check_meshing_chords): if merging heads,
1917         then kill the dots too. 
1918
1919         * lily/separating-line-group-engraver.cc (acknowledge_grob):
1920         set/unset breakableSeparationItem
1921
1922         * lily/separation-item.cc (relative_width): add function.
1923
1924         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
1925         only-prebreak-interface
1926
1927         * lily/system.cc (output_lines): only junk only-prebreak-interface
1928         grobs.
1929
1930         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1931         read breakableSeparationItem
1932
1933         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
1934
1935         * lily/system.cc (output_lines): don't suicide Spacing_items. 
1936
1937         * lily/dot-column.cc (dot_config_badness): new function:
1938         select the best scoring dot configuration: dots should go close to
1939         the note heads, but be shifted up or down according to conventions.
1940         (print_dot_configuration): idem.
1941         (shift_one): idem
1942         (remove_collision): idem.
1943
1944         * input/regression/dots.ly: add more test cases.
1945
1946 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1947
1948         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
1949
1950         * flower/include/interval.hh: rename elem_b to contains 
1951
1952         * lily/tie.cc: change 'heads to 'head-pair.
1953
1954         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
1955         fill in 'heads field.
1956
1957         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
1958         minimum-length for short ones, and shorten so collisions with the
1959         next syllable are avoided.
1960
1961         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
1962         near-zero slopes.
1963         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
1964
1965         * lily/dots.cc: remove quantized_position callback. All Y
1966         positioning is done by dot-column.cc
1967
1968         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
1969         exhaustive test of all dot positions. This fixes disappearing dots
1970         in dotted chords.
1971
1972 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1973
1974         * mf/feta-klef.mf (test_staff): fatten up G clef
1975         (test_staff): fatten up f clef.
1976         
1977
1978 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1979
1980         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
1981         * input/les-nereides.ly: Use latin1 characters for title, like
1982         Morgenlied.
1983
1984 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1985
1986         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
1987         cmb10).
1988
1989         * lily/lyric-extender.cc (brew_molecule): add little space before
1990         extender line.
1991
1992         * lily/beam-quanting.cc (score_forbidden_quants): check if
1993         outer stafflines fall in any beam gaps.
1994
1995         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
1996         for lyric texts.
1997
1998 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
1999
2000         * VERSION: 2.1.6 released.
2001
2002         * lily/beam-quanting.cc (quanting): add inspect-quants property:
2003         this shows the demerits of a user-defined beam position pair.
2004
2005         * scm/define-grobs.scm (all-grob-descriptions): set
2006         beamed-extreme-minimum-free-lengths to a different value.
2007
2008         * lily/scm-option.cc: add debug-beam scm-option
2009
2010         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
2011
2012 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2013
2014         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
2015
2016         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
2017         space after barline.
2018
2019         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
2020
2021         * lily/spacing-spanner.cc (breakable_column_spacing): take average
2022         of spacing wishes, not maximum. Only do this for delta-t == 0. In
2023         the other case, take standard column-breakable spacing. Do not
2024         warn about "no spacing wishes".
2025
2026         This fixes wide spaces after barlines in very loose lines.
2027
2028         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
2029
2030 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2031
2032         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
2033         acknowledge_grob lyric-syllable, not lyric-text.
2034
2035         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
2036         dashes of length #'length separated by #'dash-period. 
2037
2038         * lily/lyric-extender.cc (brew_molecule): idem
2039
2040         * lily/multi-measure-rest.cc (big_rest): idem
2041
2042         * lily/system-start-delimiter.cc (simple_bar): idem
2043
2044         * lily/bar-line.cc (simple_barline): use rounded box
2045
2046         * VERSION: release 2.1.5
2047
2048         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2049         music): move note about dvips to more visible place.
2050
2051         * lily/lyric-phrasing-engraver.cc: move from
2052         new-phrasing-engraver.cc, remove old cruft (syllable-group,
2053         lyric-phrasing-engraver.hh)
2054         
2055         * lyric-align.ly: remove file
2056         
2057         * scripts/convert-ly.py (FatalConversionError.func): add removal
2058         rule for automaticMelismata
2059
2060         * ly/engraver-init.ly (ScoreContext): switch on
2061         New_phrasing_engraver by default.
2062
2063         * lily/slur-engraver.cc (class Slur_engraver):
2064         process_acknowledged_grobs -> process_music.
2065         (try_music): signal melismata correctly.
2066
2067         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
2068         word-space, right-trim-amount, and extend past right bound only
2069         for note heads.
2070
2071         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
2072         lyric-extender support: add note-heads to the extender
2073         automatically.
2074
2075         * lily/parser.yy: extender is now post_event. 
2076
2077         * lily/accidental-engraver.cc (number_accidentals): remove
2078         spurious warning about non-parent contexts.
2079
2080         * lily/music-output-def.cc (assign_translator): \translator { }
2081         for a Foo context implicitly redefines \FooContext.
2082
2083         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
2084         fixes.
2085
2086         * lily/slur.cc (brew_molecule): don't use stafflinethickness
2087         doubly in slur weight. 
2088
2089         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
2090         combination.
2091
2092         * scm/define-grobs.scm (all-grob-descriptions): change clef -
2093         staffbar distance.
2094
2095         * scripts/lilypond.py (global_latex_preamble): crank down size of
2096         the margins. Now there is a 12 mm top and bottom margin, which
2097         should correspond with the printable area of modern printers.
2098
2099         This enlarges the music height of the printable page a little.
2100
2101         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
2102         signs. Use \markup instead.
2103         (accreg_pen): tweak for accordeon asterisk.
2104
2105 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2106
2107         * lily/melisma-engraver.cc (try_music): use melisma_busy()
2108
2109         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
2110
2111         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
2112
2113         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
2114
2115         * scm/define-grobs.scm (all-grob-descriptions): change
2116         StanzaNumber description: make side support, i.s.o. breakable.
2117         use Instrument_name_engraver for texts in the margin.
2118
2119         * scm/define-translator-properties.scm: remove
2120         melismaEngraverBusy, stz property.
2121
2122         * *.cc: naming: change empty_b () into is_empty ()
2123
2124         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
2125
2126         * input/regression/lyric-phrasing-new.ly: new file.
2127
2128         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
2129         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
2130         melismata are now left-aligned.
2131
2132 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2133
2134         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
2135
2136         * mf/feta19.mf: remove.
2137         
2138         * mf/feta-klef.mf (test_staff): more tweaks
2139
2140         * mf/feta-toevallig.mf: more small size tweaks.
2141
2142         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
2143         rests for smaller sizes.
2144
2145         * mf/feta-bolletjes.mf: fix cross heads.
2146
2147         * VERSION: release 2.1.4
2148         
2149         * scripts/convert-ly.py (FatalConversionError.func): add rule for
2150         deprecated #'ancient font family
2151
2152         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
2153         it is a string or number.
2154
2155         * scm/output-lib.scm (note-head-style->attachment-coordinates):
2156         change calling convention of stem-attachment function. 
2157
2158         * buildscripts/mf-to-table.py: read and dump WX/WY fields
2159
2160         * mf/feta-autometric.mf: dump WX/WY fields too
2161         
2162         * mf/parmesan-heads.mf: idem.
2163
2164         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
2165         attachment coordinates.
2166
2167         * lily/note-head.cc (stem_attachment_coordinate): read stem
2168         attachment from the notehead glyphs WX/WY fields.
2169
2170         * lily/include/font-metric.hh (struct Font_metric): add methods
2171         get_indexed_wxwy (), make a distinction between looking up by
2172         index and ASCII  
2173
2174         * mf/feta-bolletjes.mf: rewrite note head MF code.
2175         (test_outlines): make heads more rotund for smaller sizes. 
2176
2177 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2178
2179         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
2180         throughout. Font scaling fixes throughout.
2181
2182         * mf/feta-sleur,slur.mf: remove. 
2183
2184         * mf/feta-slag.mf: rewrite.
2185
2186 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2187
2188         * VERSION: release 2.1.3
2189
2190         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
2191
2192         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
2193
2194         * lily/mark-engraver.cc (process_music): fix mark
2195         \default. (backportme)
2196
2197         * stepmake/stepmake/automatically-generated.sub.make (default):
2198         use -n for head/tail commands. 
2199
2200         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
2201         heads with the same pitch.
2202
2203 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
2204
2205         * lily/recording-group-engraver.cc (finalize): set protected_scm
2206         member to '() before finalizing.
2207
2208         * lily/translator-group.cc (finalize): remove removal_processing () 
2209
2210         * lily/recording-group-engraver.cc: new engraver: record
2211         synchronized start & end times for each music object.
2212
2213         * lily/parser.yy (toplevel_expression): execute score rendering
2214         during parsing. Cleanup output-filename handling; this is no
2215         longer done with global variables.
2216         (translator_spec_body): allow \type modification too.
2217
2218         * lily/score.cc:  ly:run-translator: new function
2219         (LY_DEFINE): ly:render-output new function.
2220
2221         Separate interpreting and rendering, and make available as
2222         functions at Scheme level.
2223
2224 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2225
2226         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
2227         (musicxml-node->string):
2228         (xml-node->string):
2229         (music-to-musicxml): New function.
2230
2231 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2232
2233         * VERSION: 2.1.2 released
2234
2235         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
2236
2237         * scm/font.scm (paper20-font-vector): discouple font design sizes
2238         from sizes specified in .ly file: store all design sizes of a font
2239         in a single vector.
2240
2241         * lily/font-select.cc (get_font_by_design_size): new function
2242
2243         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
2244         add parmesan,feta in sizes 14 and 18.
2245         
2246         * mf/feta-toevallig.mf: use blot diameter for double sharp.
2247
2248         * lily/font-size-engraver.cc (acknowledge_grob): change definition
2249         of fontSize: this now sets font-size
2250
2251 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2252
2253         * VERSION: 2.1.1 released
2254         
2255         * Documentation/user/refman.itely (Tuning objects): add note about
2256         concurrent tweaks in different contexts. 
2257
2258         * lily/tie-engraver.cc (acknowledge_grob): use
2259         Staff_symbol_referencer::get_position iso. reading staff-position
2260         directly.
2261
2262         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
2263         currentMusicalColumn as left span-point for bracket. The bracket
2264         is too long when there are accidentals.
2265
2266 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2267
2268         * buildscripts/lilypond-profile.sh,
2269         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
2270         Thanks to Reuben Thomas <rrt@mupsych.org>
2271
2272 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
2273
2274         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
2275         Wurbel <wurbel@univ-tln.fr>.
2276
2277 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2278
2279         * scripts/midi2ly.py: Add space after chords.
2280
2281 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
2282
2283         * input/regression/{many}: add few @code{ ... }.
2284
2285 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2286
2287         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
2288         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
2289         Removed cmbx5, cmbx6 (which are included in teTeX)
2290         and cmbxti14 which is not used in fonts.scm.
2291
2292 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
2293
2294         * lily/midi-item.cc: fine tune quarter tones.
2295
2296 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
2297
2298         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
2299         new function, warn how many cents are missing in fine tuning.
2300
2301 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
2302
2303         * input/bugs/rhytmicstaff-tie.ly: add file.
2304
2305         * THANKS: Create skeleton for 2.1.
2306
2307 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
2308
2309         * input/test/bar-lines.ly (TODO): dashed "|".
2310
2311 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
2312
2313         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
2314         input/regression/tie-chord.ly: Fix spell for tying.
2315
2316         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
2317
2318         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
2319         new file (renamed, see above).
2320
2321         * Documentation/user/lilypond-book.itely
2322         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
2323         * input/example-1.ly input/example-2.ly input/example-3.ly
2324         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
2325         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
2326         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
2327         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
2328         * scripts/lilypond-book.py scripts/lilypond.py
2329         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
2330         * vimrc: replace ly2dvi with lilypond and remove silly comments.
2331
2332         * Documentation/user/lilypond.tely: update version.
2333
2334         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
2335         Remove extra spaces in each @node, fixes spaces.
2336
2337 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2338
2339         * scripts/lilypond-book.py (output_dict): Add definition of
2340         \lilypondbook also for LaTeX output. Solves several bug reports.
2341
2342 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
2343
2344         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
2345
2346 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
2347
2348         * input/test/transposition.ly: Fix key signatures, given in comments.
2349
2350 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2351
2352         * scm/midi.scm (instrument-names-alist),
2353         Documentation/user/appendices.itely: Correct spelling of shakuhachi
2354
2355 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2356
2357         * input/test/temporary-stave.ly (texidoc): New example based on an
2358         email question from Ralph Little.
2359
2360 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2361
2362         * VERSION: release 2.1.0
2363         
2364         * lily/note-performer.cc (try_music): accept busy-playing-event.
2365
2366         * lily/swallow-perf.cc (try_music): return false for
2367         busy-playing-event and melisma-playing-event.
2368
2369 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2370
2371         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
2372         >> in \score.
2373
2374 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2375
2376         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
2377         that articulation_substitute will not move beam start again.
2378         (articulation_substitute): Bugfix: remove stray space so that new
2379         old chords ending '>>' does not get broken up.
2380         (sub_chord): Use TAB for indentation (not spaces).
2381         
2382         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
2383         Bugfix for startup: Use ?^ instead of ?\^.
2384
2385 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2386
2387         * lily/lyric-combine-music-iterator.cc
2388         (Lyric_combine_music_iterator): change init order, to prevent GC
2389         segfaults.
2390
2391         * lily/context-specced-music-iterator.cc (construct_children): 
2392         only change  translator if found. This fixes a core dump problem.
2393
2394 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2395
2396         * scm/slur.scm (default-slur-extremity-rules): use equal? for
2397         comparison.
2398
2399         * mf/feta-bolletjes.mf: make hole in half note little
2400         smaller for stem attachment.
2401
2402         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
2403
2404         * mf/feta-banier.mf: don't draw stem with flag, just small square
2405         attachment.
2406
2407         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
2408
2409         * mf/feta-banier.mf: remove upstem/downstem characters.
2410
2411         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
2412
2413         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
2414         stafflinethickness (in the default)
2415
2416         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
2417
2418         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
2419
2420         * Documentation/topdocs/INSTALL.texi (Top): reorder.
2421
2422         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
2423
2424         * lily/include/directional-element-interface.hh:
2425         junk class, make {get,set}_grob_direction functions.
2426
2427         * lily/slur.cc (get_attachment): do something sensible when
2428         attaching to stem without heads (eg. a rest).
2429
2430         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
2431         forcing up to staff.  remove #'support-head property
2432         (brew_molecule): small cleanup.
2433         (flag): remove #'grace property.
2434
2435 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2436
2437         * cygwin/postinstall-lilypond.sh: 
2438         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
2439         (Volker Zell).
2440
2441 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2442
2443         * scripts/lilypond-book.py: resurrect 'eps' option. 
2444         (TexiPaper.to_eps): use -Ppdf for EPS files.
2445
2446         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
2447
2448         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
2449
2450         * VERSION: release 2.0.1
2451
2452         * lily/bezier.cc (get_other_coordinate): change assert into
2453         warning.
2454
2455         * lily/note-head.cc (internal_brew_molecule): make left protusion
2456         smaller, to accomodate for natural sign.
2457         (internal_brew_molecule): only do this when the accidental is
2458         close enough.
2459         (extent): new function
2460
2461         * lily/skyline.cc (merge_skyline): new function
2462         (heighten_skyline): new function
2463
2464         * lily/accidental-placement.cc (position_accidentals) 
2465         (position_accidentals): fix todo.
2466
2467 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2468
2469         * input/test/+.ly (texidoc): put version number inline.
2470
2471         * GNUmakefile.in: remove rsync-web target.
2472         
2473         * input/regression/bar-scripts.ly (onestaff): raggedright
2474
2475 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2476
2477         * lily/*.cc: remove #if 0'd code in couple of places.
2478
2479         * lily/midi-stream.cc (operator <<): rewrite.
2480
2481         * lily/note-head.cc (internal_brew_molecule): 
2482         only make ledgers when the Staff symbol has lines.
2483
2484         * ly/property-init.ly (arpeggioBracket): simplify
2485
2486         * lily/translator-group.cc (execute_pushpop_property): use
2487         SCM_EQ_P for comparing keys. This fixes reverting
2488         auto-beam-settings.
2489
2490 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2491 *
2492         * lily/midi-stream.cc (operator <<): Also write MIDI string when
2493         midi_debug_global_b.
2494         (operator <<): Normalise loop.
2495
2496 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2497
2498         * scripts/lilypond.py (escape_path): revise.
2499
2500         * scm/music-functions.scm (set-output-property): new function.
2501         
2502 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2503
2504         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
2505         use addmakeflags again.
2506
2507         * cygwin/lily-wins.py (escape_shell): New function; use it.
2508
2509         * scripts/lilypond.py (escape_shell): Escape quotes and other
2510         spaces too.  Do not escape escaping backslashes.
2511
2512         * make/srcdir.make.in (web-install): Must call install-WWW now.
2513
2514         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
2515         dependency
2516
2517 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2518
2519         * scripts/lilypond.py (escape_path): escape quotes too. 
2520
2521         * Documentation/user/lilypond.tely (Unified index): rename Index
2522         to accomodate Windows breakage.
2523
2524         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
2525
2526         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
2527         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
2528         target not a source.
2529
2530 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2531
2532         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
2533         addmakeflags.  Build and install doc and web also when building on
2534         Cygwin.
2535
2536         * mf/GNUmakefile: Bugfix.
2537
2538         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
2539         target web.
2540
2541         * cygwin/lily-wins.py: Quote filename.
2542
2543 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2544
2545         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
2546
2547 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2548
2549         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
2550         settings.
2551
2552         * configure.in: Require g++ > 3.0.4.
2553
2554         * mf/GNUmakefile: Bugfix: Add list.ly target.
2555         
2556         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
2557
2558         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
2559         make omf directory, add uninstall targets.
2560
2561 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2562
2563         * lily/tie-performer.cc (initialize): init prev_event
2564
2565         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
2566
2567         * lily/script-engraver.cc (make_script_from_event): don't crash on
2568         non-string articulation-type.
2569
2570         * lily/new-fingering-engraver.cc (add_script): don't crash on
2571         0 scripts 
2572         (acknowledge_grob): warn about text script events.
2573
2574 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
2575
2576         * buildscript/lilypond.words: fix path for drums.scm.
2577
2578 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2579
2580         * lily/spacing-spanner.cc (note_spacing): don't make longer
2581         durations than measure-length.
2582
2583         * VERSION: release 2.0.0
2584
2585         * GNUmakefile.in (rsync-web): version independent rsync target.
2586
2587         * input/test/+.ly (texidoc): idem.
2588
2589         * input/regression/+.ly: print version number.
2590
2591         * input/regression/accidentals.ly (mel): shorten.
2592
2593         * input/regression/accidental-octave.ly (texidoc): shorten.
2594
2595         * input/regression/hairpin-dashed.ly (texidoc): docstring.
2596
2597         * input/regression/completion-heads-polyphony.ly: octave
2598
2599         * input/regression/beam-manual.ly: remove
2600
2601         * input/regression/beam-chord.ly: remove
2602
2603         * input/regression/grace-dynamic.ly: remove
2604         
2605         * input/regression/grace-volta-repeat.ly: octave fixes.
2606
2607         * input/regression/hairpin-dashed.ly (texidoc): doc string.
2608
2609         * lily/parser.yy (step_number): semitones for chord entry too.
2610         (make_chord_step): more robust code, semitones. 
2611
2612         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
2613
2614         * input/regression/breathing-sign.ly (texidoc): split ancient and
2615         normal breathing signs.
2616
2617         * scm/define-grobs.scm (all-grob-descriptions): swap
2618         beamed-extreme-minimum-free-lengths and
2619         beamed-minimum-free-lengths; the 'extreme' case should allow
2620         shorter stems. This fixes forced directions on beamed 32nd and
2621         shorter notes.
2622
2623         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
2624         quartertones, not semitones.
2625         (NoteNamesContext): swallow more event types
2626
2627         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
2628
2629         * VERSION (PACKAGE_NAME): release 1.9.10
2630
2631 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2632
2633         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
2634         set note head as cause of note-column.  This gives a better error
2635         message.
2636
2637 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2638
2639         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
2640
2641 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2642
2643         * mf/GNUmakefile (pfa_warning): instruct 
2644
2645         * stepmake/aclocal.m4: typo.
2646
2647         * Documentation/user/cheatsheet.itely: more verbose examples.
2648
2649         * input/regression/clefs.ly: remove bogus docstring.
2650
2651 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2652
2653         * GNUmakefile.in (SUBDIRS): Add elisp.
2654
2655         * elisp/lilypond-mode.el: 
2656         * elisp/lilypond-init.el: 
2657         * elisp/lilypond-indent.el: 
2658         * elisp/lilypond-font-lock.el: Move from top dir.
2659
2660         * stepmake/stepmake/elisp-vars.make: New file.
2661
2662         * config.make.in (elispdir): Add.
2663
2664         * Documentation/topdocs/INSTALL.texi: Typo.
2665
2666         * make/ly-rules.make: Test for files instead of touching void and
2667         ignoring errors.
2668
2669         * GNUmakefile.in:
2670         * make/lilypond.redhat.spec.in:
2671         * debian/rules: Fix lilypond.words stuff a bit.  For running from
2672         <builddir>, adding
2673         
2674              (push "<builddir>/share/lilypond/elisp" load-path)
2675
2676         to your ~/.emacs.el should give you LilyPond-mode again.
2677
2678         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
2679         regexp for DOS/Windows, we are too paranoid to fix others.
2680
2681 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2682
2683         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
2684
2685         * input/test/chord-names-jazz.ly (banterProperties): fix
2686
2687         * lily/parser.yy (bass_mod): bass figure alterations are semi
2688         tones, not quarter tones
2689
2690         * lily/beam.cc (set_stem_lengths): only lengthen stems
2691         for gapped beams.
2692
2693         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
2694         by beamcount.
2695
2696         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
2697         a warning that the warning may erroneous.
2698
2699         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
2700         target.
2701
2702         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
2703         targets.
2704
2705         * GNUmakefile.in ($(config_h)): config.h should depend on
2706         config.hh.in .
2707         (lilypond.words): remove fontball stuff.
2708
2709         * stepmake/aclocal.m4: only print config.cache warning if it exists.
2710
2711         * configure.in: remove pktrace reference.
2712
2713         * GNUmakefile.in (rsync-web): permissions and ownership for
2714         website.
2715
2716         * lily/volta-engraver.cc (staff_eligible): new function.
2717         (stop_translation_timestep): kill off spanners if not eligible.
2718
2719         * VERSION (PATCH_LEVEL): release 1.9.9
2720
2721         * input/regression/beam-quanting-32nd.ly (texidoc): new file
2722
2723         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
2724         length is more important than forbidden quants.
2725         
2726 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
2727
2728         * buildscripts/lilypond.words: order words in search order,
2729         add lilypond.words.vim to be generated.
2730
2731         * lilypond.vim: use lilypond.words.vim for keyword matching.
2732
2733         * lilypond-mode.el: use search order. fix word selection rules.
2734
2735         * lilypond-font-lock.el: fix fontifying long durations.
2736
2737         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
2738
2739 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2740
2741         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
2742
2743         * stepmake/stepmake/generic-targets.make:
2744         * stepmake/stepmake/bin/make-version.py: 
2745         * stepmake/aclocal.m4:
2746         * make/stepmake.make:
2747         * make/toplevel-version.make: Build fixes: remove last traces of
2748           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
2749
2750         * lily/beam.cc: Add gap-count property.
2751
2752 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2753
2754         * scm/define-grob-properties.scm (gap-count): add gap-count
2755
2756         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
2757
2758 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2759
2760         * cygwin/mknetrel.doc: Typo.
2761
2762         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
2763
2764         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
2765
2766 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2767
2768         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
2769         sizes. Remove support for 'ledger'(=tabloid+landscape).
2770
2771 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2772
2773         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
2774         sauter PFAs.
2775
2776         * configure.in: remove VERSION stuff once again.
2777
2778         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
2779
2780         * scm/define-grobs.scm (all-grob-descriptions): use sans family
2781         for chord names.
2782
2783         * mf/GNUmakefile: always trace pfa fonts.
2784         (SAUTER_FONTS): add cmss[567] too fonts
2785
2786         * configure.in: require mftrace. 
2787
2788         * lily/staff-performer.cc (new_instrument_string): don't look at
2789         instrument property.
2790
2791         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
2792         is_direction is the C++ one. Similar for ly_axis_p and
2793         ly_number_pair_p
2794
2795 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2796
2797         * lily/beam.cc (brew_molecule): read gap-count to determine
2798         number of tremolo (gapped) beams.
2799
2800         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
2801         shorter than 1/8
2802
2803         * flower/include/array.hh (default_compare): new function
2804
2805         * cygwin/mknetrel: Native fixes.
2806
2807         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
2808
2809 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2810
2811         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
2812         feature for Windows.
2813
2814         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
2815
2816         * cygwin/mknetrel: Updates for native use on Cygwin.
2817
2818         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
2819
2820         * stepmake/stepmake/help2man-rules.make: 
2821         * cygwin/mknetrel: Bugfix for manpages.
2822
2823         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
2824         $(builddir).  Stepmake is a normal subdirectory now, that is not
2825         configured.  Another srcdir build fix.
2826
2827         * Documentation/topdocs/INSTALL.texi,
2828         buildscripts/lilypond.words.py, lilypond-font-lock.el,
2829         lilypond-init.el, lilypond-mode.el, debian/rules,
2830         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
2831         rename generated file lilypond.words to lilypond.words.el.
2832
2833 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
2834
2835         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
2836
2837         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
2838         GNUmakefile.in.
2839
2840 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2841
2842         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
2843         when cross building.
2844
2845         * configure.in: srcdir build fix.
2846
2847         * cygwin/GNUmakefile:
2848         * cygwin/lily-wins.py:
2849         * cygwin/postremove-lilypond.sh: 
2850         * cygwin/postinstall-lilypond.sh: Merge from stable.
2851
2852         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
2853         s/ly2dvi/lilypond/.
2854
2855 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2856
2857         * lily/slur.cc (after_line_breaking): only set control points if
2858         none supplied yet.
2859
2860         * input/test/slur-manual.ly: new file.
2861
2862         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
2863         <<  >> chords too.
2864
2865         * VERSION (PACKAGE_NAME): release 1.9.8
2866
2867         * scripts/lilypond.py (escape_path): escape spaces in directory names
2868
2869         * input/test/text-spanner.ly: fixes.
2870
2871 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
2872
2873         * buildscripts/lilypond.words.py: add drum names as note names to
2874         Emacs-mode.
2875
2876 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2877
2878         * input/regression/hairpin-dashed.ly: new file.
2879
2880         * scripts/convert-ly.py (conv): warn about dash-length.
2881
2882         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
2883         automatically if we get a new one.
2884
2885         * lily/lookup.cc (dashed_line): new function
2886
2887         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
2888         dash-fraction.
2889
2890 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
2891
2892         * buildscripts/lilypond.words.py: extract note names.
2893
2894         * lilypond-mode.el: take note names from lilypond.words -file.
2895         small fix in the use of string-match.
2896
2897         * lilypond-font-lock.el: use lilypond.words for note names, add 
2898         maxima to note a duration.
2899
2900 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2901
2902         * lily/breathing-sign.cc: remove railtracks() function. 
2903
2904         * input/regression/arpeggio-bracket.ly (texidoc): add file.
2905
2906         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
2907         (brew_molecule): bugfix don't make arpeggio shorter when
2908         arpeggio-direction is set.
2909
2910         *  debian/rules: small corrections in the (Pedro K)
2911
2912         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
2913         examples.
2914
2915         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
2916         special (repeat) bar comes along.
2917
2918         * input/regression/auto-beam-bar.ly: update.
2919
2920         * scripts/lilypond-book.py (output_dict): remove support for the
2921         EPS option.
2922
2923         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
2924         VerticalAlignment and VerticalAxisGroup this fixes the size
2925         computations for the entire system.
2926  
2927         * input/les-nereides.ly (bass): remove superfluous fontSize.
2928
2929         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
2930         causes directory of file to be added to include path.
2931
2932         * input/regression/beam-break.ly: test single stem beams.
2933
2934         * input/regression/system-start-bracket.ly: fix.
2935
2936         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
2937
2938         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
2939
2940         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
2941         (score_stem_lengths): do something sensible for single stem beams.
2942
2943         * lily/beam.cc (least_squares): add kludge for single stem beams.
2944
2945         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
2946         keySignature to list of broken things.
2947
2948         * input/regression/keys.ly: fix.
2949
2950         * VERSION (PACKAGE_NAME): release 1.9.7
2951
2952         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
2953
2954         * Documentation/user/refman.itely (Pitches): doc quarter tones.
2955
2956         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
2957         (quartertone_pitch): new function
2958
2959         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
2960         flat. WARNING: FONT CHANGED.
2961
2962         * ly/nederlands.ly: add -eh and -ih for quarter tones.
2963
2964         * lily/accidental-placement.cc (add_accidental): support for
2965         quarter tones.
2966
2967         * ly/LANGUAGEs.ly: use symbols for alterations.
2968
2969         * mf/feta-toevallig.mf: change accidental codes. 
2970
2971         * scm/lily.scm (ly:get-option): switch on debugging only for
2972         --verbose.
2973
2974         * lily/lily-guile.cc: remove ly:verbose?
2975
2976         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
2977
2978         * lily/parser.yy (TODO): only do gh_call() for apply with
2979         procedure argument.
2980
2981         * lily/tie-engraver.cc (start_translation_timestep): move melisma
2982         stuff in accordance with new timing of tie-events.
2983
2984         * lily/my-lily-lexer.cc: remove \outputproperty
2985
2986         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
2987
2988         * scm/define-translator-properties.scm (melismaBusyProperties):
2989         add melismaBusyProperties property.
2990
2991 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2992
2993         * input/test/ambitus-mixed.ly (texidoc): new file.
2994
2995         * buildscripts/mutopia-index.py (find): prune debugging
2996
2997         * lily/side-position-interface.cc: doc updates
2998
2999         * Documentation/user/refman.itely: updates, tweaks.
3000
3001         * lily/parser.yy (Simple_music): remove outputproperty
3002
3003         * make/stepmake.make: use VERSION again; importing VERSION via
3004         autoconf dependencies is too hairy.
3005
3006 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
3007
3008         * lilypond-mode.el: allow `-' for keywords and identifiers.
3009
3010 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3011
3012         * VERSION: release 1.9.6
3013         
3014         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
3015         iso. ly2dvi.
3016
3017         * Documentation/user/*.itely: fixes everywhere
3018
3019         * lily/completion-note-heads-engraver.cc: rewrite engraver:
3020         produce ties from the engraver itself, do not broadcast TieEvent.
3021
3022         * lily/my-lily-lexer.cc: remove pitch & duration.
3023
3024         * lily/parser.yy (TODO): remove \pitch and \duration
3025
3026         * input/test/explicit.ly: remove file.
3027
3028         * Documentation/user/refman.itely (Pitches): remove \pitch 
3029         \duration command.
3030
3031 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
3032
3033         * buildscripts/lilypond.words.py: add all slur types to Emacs
3034         insertion menu, suppose everything is postfixed by dropping 
3035         unnecessary `-' -marks.
3036
3037 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3038
3039         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
3040         tremoloed stems.
3041
3042         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
3043         head for flagged stems.
3044
3045         * lily/stem.cc (get_default_stem_end_position): futz with extra
3046         stem length if there is a stem tremolo.
3047
3048         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
3049         it would be too small.
3050
3051         * lily/font-metric.cc: return #f for non-existent glyph.
3052         
3053         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
3054         exported through config.make.
3055
3056         * input/regression/clef-oct.ly: new file.
3057
3058         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
3059         transposition.
3060
3061         * input/template/*.ly: remove old relative.
3062
3063         * ly/english.ly: add X names for double sharp.
3064
3065 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3066
3067         * lily/font-select.cc: new file handle font selection routines.
3068
3069         * lily/parser.yy: add ; (Patrick Atamaniuk)
3070
3071         * input/test/time-signature-double.ly: use markups for double time
3072         sigs.
3073
3074         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
3075         ChordNames.SeparationItem #'padding for adjusting space after chords.
3076         
3077         * lily/music-output-def.cc (LY_DEFINE): 
3078         new function ly:paper-lookup.
3079         
3080         * mf/parmesan-clefs.mf: use # quantities for char_box
3081         offsets. Fixes overflow errors in the PFA. 
3082
3083         * scm/new-markup.scm (strut-markup): change calling interface for
3084         markup. Pass paper-def, not grob. This would allow \markup to be
3085         used separately from grobs.
3086
3087         * lily/paper-def.cc: new function ly:paper-font; this function
3088         replaces ly:get-font.
3089
3090         * lily/include/font-interface.hh (struct Font_interface): take
3091         Paper_def iso. Grob for get_font().
3092
3093 2003-09-14  Graham Percival  <gperlist@shaw.ca>
3094
3095         * Documentation/user/ tutorial.itely, refman.itely: add warning
3096         about \key and accidentals.
3097
3098 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3099
3100         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
3101
3102         * Documentation/user/*.itely: manual tweaks
3103
3104 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
3105
3106         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
3107         cleanup; bugfix: exact_center
3108
3109         * Documentation/user/refman.itely: added more documentation on
3110         ambitus according to recent questions on lilypond-user list
3111
3112 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3113
3114         * input/regression/ottava.ly (texidoc): demo 15ma too.
3115
3116         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
3117
3118         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
3119         octave fixes.
3120
3121 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3122
3123         * lily/lexer.ll: add \r to the rules for newlines; this fixes
3124         problems on older Mac editors.
3125
3126 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
3127
3128         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
3129
3130 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
3131
3132         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
3133         mf/parmesan-clefs.mf: added comments on character alignment and
3134         set_char_box() conventions
3135
3136         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
3137         set_char_box()'s
3138
3139         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
3140
3141 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
3142
3143         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
3144
3145 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
3146
3147         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
3148         shortened to avoid almost-collision with staff line; code cleanup;
3149         other custodes: fixed char boxes; code cleanup
3150
3151 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3152
3153         * configure.in: release 1.9.5
3154         
3155         * scripts/lilypond.py (global_latex_preamble): only set
3156         twosideshift if 'twoside' is in latexoptions 
3157
3158         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
3159
3160         * VERSION: remove
3161
3162         * scripts/*2ly.py: update <> syntax
3163
3164 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3165
3166         * lily/chord-name-engraver.cc (process_music): add origin for
3167         chord name.
3168
3169         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
3170
3171         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
3172         bass notes for exceptions too.
3173
3174         * scm/define-grobs.scm (all-grob-descriptions): rename
3175         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
3176
3177         * scm/define-grob-properties.scm (remove-first): add remove-first
3178         property for orchestral scores.
3179
3180         * Documentation/user/*.itely: switch <<>> and <> 
3181
3182         * lily/glissando-engraver.cc (process_music): bugfix: move line to
3183         last_line only once. This fixes the two consecutive glissandi problem.
3184
3185 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
3186
3187         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
3188         error message "flexa-width undefined"
3189
3190         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
3191         lily/include/gregorian-ligature.hh: print warning when ignoring
3192         head prefixes on flexa shapes
3193
3194         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
3195         space before a series of inclinatum heads
3196
3197         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
3198         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
3199         cleanups
3200
3201         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
3202         and char_box
3203
3204 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
3205
3206         * input/regression/breathing-sign.ly: tiny fixes
3207
3208         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
3209         semantical collision with vaticana ligatures
3210
3211         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3212         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
3213         now consistent with mensural ligatures
3214
3215         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3216         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
3217         context pitches and staff position; dto. for virga stem; removed
3218         obsolete virga and clivis characters from parmesan font (WARNING:
3219         font changed)
3220
3221         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
3222         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
3223
3224         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3225         scm/define-grob-properties.scm: consistency fix: renamed
3226         join_left->add_cauda
3227
3228         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
3229         appendix length; bugfix: yoffs_bt for reverse direction punctum
3230         characters
3231
3232         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
3233         small cleanups; added more docu
3234
3235         * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
3236         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
3237         computation to CoherentLigatureEngraver
3238
3239         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
3240         scm/define-grob-properties.scm: bugfix: added missing linea and
3241         cavum properties; bugfix: removed dead semivocalis property
3242
3243         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
3244         length; redesigned quilisma, stropha and auctum
3245
3246         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
3247         line thickness
3248
3249         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
3250         Documentation/user/refman.itely: bugfix: introduced shifted
3251         epiphonus head to avoid collision with adjacent plica
3252
3253 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3254
3255         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
3256
3257         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
3258
3259 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3260
3261         * Documentation/user/tutorial.itely (A lead sheet): remove
3262         duplicate chords.
3263
3264         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
3265
3266 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3267
3268         * Documentation/bibliography/computer-notation.bib (isbn): add
3269         xivcim publication.
3270
3271 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
3272
3273         * GNUmakefile.in: drop lilypond.words for generation.
3274
3275 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
3276
3277         * buildscripts/lilypond.words.py: take filename (also) from an arg.
3278
3279         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
3280
3281 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3282
3283         * input/test/figured-bass-alternate.ly (fl): new file.
3284
3285         * Documentation/topdocs/README.texi (Top): clarifications.
3286
3287         * Documentation/bibliography/computer-notation.bib (isbn): add phd
3288         theses of Gieseking and Renz.
3289
3290         * GNUmakefile.in (README_FILES): remove README.mandrake.
3291
3292 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
3293
3294         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
3295         from source files and search patterns listed in the script.
3296
3297         * GNUmakefile.in: add target `lilypond.words'.
3298
3299         * lilypond.words: remove file, generated by `make lilypond.words'.
3300
3301         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
3302
3303 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
3304
3305         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
3306
3307 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3308
3309         * VERSION: 1.9.4 released
3310
3311         * scripts/convert-ly.py (FatalConversionError.figures_replace):
3312         rule for < > <-> << >> substitution
3313
3314         * lily/lexer.ll: exchange meaning of << >> and < > 
3315
3316         * VERSION (PACKAGE_NAME): 1.9.3 released
3317
3318         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
3319         pages unconditionally.
3320
3321 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3322
3323         * Documentation/user/music-glossary.tely (Top): small syntax
3324         fixes.
3325
3326         * scm/music-functions.scm (remove-tag): filter \tagged music
3327         expressions.
3328
3329         * input/regression/tag-filter.ly (texidoc): new file.
3330
3331         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
3332         symbol2 .. ) etc. 
3333
3334         * scripts/convert-ly.py (FatalConversionError.conv): fingering
3335         convert rule.
3336
3337         * Documentation/user/refman.itely (Fingering instructions): adjust manual.
3338
3339         * lily/new-fingering-engraver.cc (position_scripts): don't crash
3340         for borderline cases (e.g. 1 fingering.)
3341         (position_scripts): revise interface, use fingerOrientations to
3342         set fingering positions.
3343
3344         * scm/document-translation.scm (context-doc): add aliases to
3345         automated documentation.
3346
3347         * make/lilypond-vars.make: remove stepmake compat glue.
3348
3349         * make/generic-vars.make: remove cruft.
3350
3351         * lily/main.cc (main): don't identify binary.
3352
3353 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3354
3355         * lily/include/translator.hh (class Translator): remove
3356         type_string_ , use symbol for context name throughout.
3357         Changes through whole source tree.
3358
3359         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
3360         set PDF as default, and always make PDF.
3361
3362         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
3363
3364 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
3365
3366         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
3367         Documentation/user/refman.itely input/regression/allfontstyle.ly
3368         input/regression/grace-types.ly:
3369         fix spelling for acciaccatura (Webster's 1913).
3370
3371 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3372
3373         * lily/main.cc (usage): adjust blurb, include url.
3374
3375         * input/regression/breathing-sign.ly (texidoc): transpose up
3376
3377 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
3378
3379         * input/regression/breathing-sign.ly: changed ancient examples to
3380         be relevant (by request of Han-Wen); updated BreathingSign text
3381         property according to new syntax.
3382
3383         * ly/gregorian-init.ly: updated BreathingSign text property
3384         according to new syntax
3385
3386 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3387
3388         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
3389         (Clef): index entries for clefs.
3390
3391         * python/lilylib.py (system): remove errorlog files.
3392         
3393 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
3394
3395         * lilypond.words: add \new and new graces. Add dynamics to menus
3396         keeping 1.8.x compatibility; after all the engraving relating to 
3397         notes becomes postfixed `-' marks will be removed.
3398
3399 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3400
3401         * lily/molecule.cc (align_to): idem.
3402
3403         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
3404         
3405         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
3406         accacciatura everywhere.
3407
3408         * VERSION (PACKAGE_NAME): released 1.9.2
3409
3410         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
3411
3412         * scm/document-markup.scm (markup-doc-node): sort markup function
3413         list.
3414
3415         * lily/paper-outputter.cc (output_version): change "Lily was here"
3416         into  "Engraved by LilyPond"
3417
3418         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
3419         on unquoted strings before \notenames.
3420
3421         * lily/parser.yy (lyric_element): allow markup as lyric text. This
3422         increases the number of s/r reductions to 4.
3423
3424         * scm/new-markup.scm (fraction-markup): \fraction command.
3425
3426         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
3427         mode
3428
3429         * lily/lookup.cc (round_filled_box): rename function.
3430         (LY_DEFINE): round-filled-box: change signature.
3431
3432         * Documentation/user/refman.itely: revise section explaining grace
3433         notes.
3434
3435         * lily/translator-scheme.cc (LY_DEFINE): add ! to
3436         ly:set-context-property
3437
3438         * input/*/*.ly (vmus): use \new everywhere.
3439
3440         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
3441
3442         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
3443         default
3444
3445         * scm/music-functions.scm (set-stop-grace-properties)
3446         (set-start-grace-properties, add-grace-property): new functions
3447         for modular grace tweak control.
3448
3449         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
3450         
3451 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3452
3453         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
3454
3455         * GNUmakefile.in (install-pfa-fonts):
3456         (get-pfa-fonts): New target.
3457
3458         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
3459         install-pfa-fonts help.
3460
3461 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3462
3463         * lily/translator-scheme.cc (LY_DEFINE):
3464         ly:context-pushpop-property new function.
3465         (LY_DEFINE): new function ly:translator-find  
3466         new function ly:translator?
3467         (LY_DEFINE): new function ly:context?
3468
3469         * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
3470
3471         * python/lilylib.py (read_pipe): only store and display error log
3472         if verbose not set.
3473         (read_pipe): only display log if it contains something.
3474
3475 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3476
3477         * Documentation/misc/GNUmakefile: Re-add.
3478         (TEXTS): Add CHANGES.
3479
3480 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
3481
3482         * lilypond.words: add \newcontext.
3483
3484 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3485
3486         * lily/tie-performer.cc (stop_translation_timestep): only flush
3487         tied_notes when we have actually made a tie. Fixes bugs with ties
3488         in polyphonic scores.
3489
3490 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3491
3492         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
3493         they do not exist.
3494
3495 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3496
3497         * VERSION (PACKAGE_NAME): released 1.9.1 
3498
3499         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
3500         Instrument_name_engraver
3501
3502         * lily/tie-performer.cc (create_audio_elements): bugfix
3503
3504         * Documentation/user/music-glossary.tely (Top): comment out
3505         font-style statements.
3506
3507         * input/test/force-hshift.ly: revise example.
3508
3509         * Documentation/bibliography/engraving.bib (note): typos.
3510
3511         * configure.in: bump GCC requirements to 3.x
3512
3513         * lily/include/audio-item.hh (class Audio_tie): rename
3514         note_l_drul_ to note_drul_
3515
3516         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
3517
3518         * lily/parser.yy (relative_music): whoops. All \relative were off
3519         by ...  a lot .... Ahem.
3520
3521         * scm/define-music-types.scm (music-descriptions): idem.
3522
3523         * lily/beam-engraver.cc: move new-beam-event to beam-event
3524
3525         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
3526         to Tie_engraver
3527
3528         * input/regression/bar-number.ly: remove unnecessary old-relative
3529         options.
3530         
3531         * Documentation/user/internals.itely (Creating contexts): document
3532         \newcontext
3533
3534         * lily/parser.yy (Composite_music): add \newcontext
3535
3536         * Documentation/user/refman.itely (MIDI block): add note about
3537         dotted tempos.
3538
3539         * scm/font.scm: remove old markup legacy
3540
3541         * GNUmakefile.in (web-clean): remake share/ after web-clean.
3542
3543         * lily/breathing-sign.cc (brew_molecule): remove function
3544
3545         * lily/text-item.cc: remove old-style markups.
3546         (interpret_markup): C++ version of markup function
3547         (brew_molecule): idem.
3548
3549         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
3550         as Scheme variable.
3551
3552         * scripts/convert-ly.py (conv): dashes rule.
3553         Apply rule.
3554
3555         * Documentation/user/lilypond-book.itely: syntax fixes. 
3556
3557 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3558
3559         * VERSION (PACKAGE_NAME): release 1.9.0
3560
3561         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
3562         note about dvips. (Should backport.)
3563
3564         * scripts/convert-ly.py
3565         (FatalConversionError.articulation_substitute): add
3566         convert-new-chords code. Remove convert-new-chords.py
3567
3568         * Documentation/user/refman.itely (Octave check): document
3569         \octave.
3570
3571         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
3572         \relative changes.
3573
3574         * lily/parser.yy (command_element): octave check:
3575
3576            \octave PITCH
3577
3578         checks that PITCH (without octave) yields PITCH (with octave) in
3579         \relative
3580
3581         * lily/relative-octave-music.cc (to_relative_octave): octave check.
3582
3583         * lily/scm-option.cc: ly:set-option now has the default argument
3584         #t.
3585
3586         * lily/lexer.ll: add \renameinput
3587
3588         * python/lilylib.py (command_name): robustifications.
3589
3590         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
3591         /dev/stderr. This is ash compatible.
3592
3593         * ly/init.ly: add warning if compatibility was not necessary.
3594
3595         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
3596
3597         * flower/include/string-handle.icc: formatting cleanups, rename
3598         references by ref_count_.
3599
3600 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
3601
3602         * make/lilypond.mandrake.spec.in: syncronize the spec file with
3603         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
3604         package libs separately, fix conflicting php variable out=/dev/vc/
3605         invoking `unset out', declare menus, use only one icon-file, fix
3606         doc-path in menu.
3607
3608 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3609
3610         * scripts/convert-ly.py (FatalConversionError.conv): typo
3611
3612         * Documentation/misc/GNUmakefile: restore misc directory.
3613
3614         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
3615
3616         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
3617         Petites-Preludes 
3618
3619         * input/test/partial-blank.ly (quickmeasure): syntax
3620
3621         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
3622         attachment property.
3623
3624         * Documentation/user/refman.itely: remove superfluous -'s 
3625         (Grace notes): ) fixes.
3626
3627         * lily/music.cc: generic compress(), transpose() functions. Remove
3628         others.
3629
3630         * lily/parser.yy (gen_text_def): remove support for #'(italic )
3631         style markup entry.
3632
3633         * lily/parser.yy: all articulations postfix; remove obligatory -
3634         for [,  ) and \!
3635         
3636         * lily/music.cc (to_relative_octave): write generic
3637         to_relative_octave function; various relative cleanups.
3638         Hmmm.
3639
3640         * lily/scm-option.cc: add options new-relative and old-relative
3641
3642         * po/sv.po: new po file.
3643
3644         * Documentation/user/refman.itely (Dynamics): website
3645         fixes. (should backport!)
3646
3647 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
3648
3649         * make/lilypond.mandrake.spec.in: declare version only once.
3650
3651 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3652
3653         * lily/simultaneous-music.cc (to_relative_octave): undo relative
3654         meaning for now.
3655
3656 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3657
3658         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
3659
3660         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
3661
3662         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
3663
3664         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
3665
3666         * lily/music.cc (var): add ly:music-transpose function.
3667
3668         * lily/parser.yy (pre_events): remove prefix articulations.
3669
3670         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
3671
3672         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
3673
3674         * Documentation/user/refman.itely (Text markup): add comment about
3675         markup in header.
3676
3677 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3678
3679         * lily/paper-outputter.cc (write_header_fields_to_file): 
3680         only dump value if it is a string.
3681
3682         * flower/include/dictionary.hh: remove.
3683         
3684         * Documentation/ChangeLog-1.5: add back old log.
3685
3686         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
3687         .pfas from a .deb.
3688
3689 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3690
3691         * Documentation/bibliography/engraving.bib: add entry for
3692         Jaschinski's Notation
3693
3694 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3695
3696         * Documentation/user/refman.itely (Beaming): add note about
3697         allowBeamBreak
3698
3699 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
3700
3701         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
3702         GregorianTranscription contexts
3703
3704         * ly/engraver-init.ly: vaticana contexts: minor fixes
3705
3706         * Documentation/user/refman.itely (Ancient notation): added note
3707         on appendix length bug
3708
3709         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
3710         input/test/vaticana.ly: use vaticana contexts; small fixes
3711
3712 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3713
3714         * flower/hash.cc: Remove.
3715
3716         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
3717         to (nonexistent?) hash_func_ identifier.
3718
3719         * python/midi.c (midi_error, midi_warning): Use char const* for
3720         __FUNCTION__ argument.
3721
3722         * python/gettext.py: Remove.  We already require python 2.1, which
3723         includes gettext.py.
3724
3725         * configure.in: Require python 2.1, as INSTALL.texi says.
3726         it.
3727
3728         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
3729         versions 1.50 and 1.75.  Remove note about lexer patch.
3730
3731 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3732
3733         * Documentation/topdocs/INSTALL.texi: Update type1 font
3734         description to actual situation.  Add comment about new font ball
3735         layout.
3736
3737         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
3738         in $LILYPONDPREFIX suffices for installation.
3739
3740 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3741
3742         * debian/control (Build-Depends): Add flex-old as alternative to
3743         flex.  Deprecate bison 1.75.
3744
3745 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
3746
3747         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
3748         Vaticana contexts
3749
3750         * Documentation/user/refman.itely (Ancient notation): documented
3751         some bugs; tiny fixes; added docu on Vaticana contexts
3752
3753         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
3754         scripts
3755
3756 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
3757
3758         * Documentation/user/refman.itely (Ancient notation): added some
3759         introductory words; added section on ancient time signatures;
3760         added some @seealso and @refcommands; small fixes and
3761         beautifications
3762
3763 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
3764
3765         * input/regression/note-head-style.ly: many fixes and updates
3766
3767         * Documentation/user/refman.itely: added small sections on ancient
3768         accidentals, rests and flags; revised ancient note head section;
3769         small wording/spelling fixes
3770
3771         * input/test/rests.ly: layout fixes
3772
3773 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
3774
3775         * input/puer-fragment.ly: bugfix: central C position of do clef
3776
3777         * ly/gregorian-init.ly: workaround: add small padding space before
3778         divisiones (the correct fix would be the spacing engine to handle
3779         this)
3780
3781 2003-08-13  Graham Percival  <gperlist@shaw.ca>
3782
3783         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
3784         cue-notes.ly: minor fixes.
3785
3786 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
3787
3788         * Documentation/user/refman.itely: bugfix: remove obsolete link to
3789         input/test/custos-style.ly
3790
3791         * Documentation/index.html.in: bugfix: link to Tutorial.html
3792
3793         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
3794         to neumes; bugfix: "et": epiphonus, not just a simple pes
3795
3796 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
3797
3798         * lilypond-mode.el: split `Insert Tag' if it is long enough.
3799
3800         * lilypond.words: add new features: markup, column, center, \[ \].
3801         
3802 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
3803
3804         * Documentation/topdocs/NEWS.texi, DEDICATION,
3805         stepmake/bin/add-html-footer.py
3806         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
3807         input/mutopia/J.S.Bach/wtk1-fugue1.ly
3808         input/mutopia/J.S.Bach/wtk1-prelude1.ly
3809         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
3810         added (only) after a sentence which is complete; if the sentence is 
3811         not ended a comma `,' or nothing is used. fix also spaces.
3812
3813 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3814
3815         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
3816         requirements to plain 1.6.
3817
3818         * buildscripts/mutopia-index.py (read_lilypond_header): update
3819         mutopia-index.py to 1.4 syntax [sic]
3820
3821 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
3822
3823         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
3824
3825 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3826
3827         * Documentation/index.html.in: url for regression pdf
3828
3829         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
3830
3831         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
3832
3833         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
3834
3835         * VERSION: 1.8.0 released
3836         
3837         * GNUmakefile.in (local-WWW-post): footify build fix.
3838
3839         * configure.in: require GUILE 1.6.4
3840
3841         * Documentation/user/GNUmakefile: don't copy *.png for
3842         lilypond-internals
3843
3844         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
3845         local-WWW-post target.
3846         (rsync-web): add rsync-web target
3847
3848         * Documentation/user/introduction.itely (Music notation and
3849         engraving): add neume example
3850
3851         * input/puer-fragment.ly (cantus): add puer-fragment
3852
3853 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3854
3855         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
3856         to notes, so that equalizer is actualy being used.
3857
3858         * scm/midi.scm (instrument-equalizer-alist):
3859         (absolute-volume-alist): Define public, so that user can copy or
3860         override.
3861
3862         * lily/key-performer.cc (create_audio_elements): Check for minor
3863         key.  Only if key is minor, set MIDI key to minor.
3864
3865 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3866
3867         * Documentation/user/refman.itely (Hiding staffs): fixes.
3868
3869         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
3870
3871         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
3872         vertical extents to deal with Hara kiri correctly.
3873
3874         * input/regression/hara-kiri-short.ly: remove
3875
3876         * input/regression/hara-kiri-pianostaff.ly: update test.
3877
3878         * Documentation/user/*.tely: remove WEBTITLE
3879
3880         * scm/output-tex.scm (comment): idem.
3881
3882         * scm/output-pdftex.scm: remove GUILE 1.4 glue
3883
3884         * scm/music-functions.scm (make-lyric-event): new function
3885
3886         * scm/lily.scm (lilypond-version): new function
3887
3888         * input/test/version-output.ly: new file.
3889
3890         * Documentation/user/lilypond.tely: add version number to
3891         front-page.
3892
3893 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3894
3895         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
3896
3897 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3898
3899         * input/template/gregorian-transcription.ly (barTwo): syntax update.
3900
3901         * Documentation/user/refman.itely (Hiding staffs): rename node.
3902
3903 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3904
3905         * input/regression/new-markup-syntax.ly (texidoc): remove
3906         molecule-callback override.
3907
3908 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3909
3910         * input/les-nereides.ly: Mark tweaks with %tweak.
3911
3912         * Debian patch, see debian/changelog (Anthony Fok).
3913
3914 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3915
3916         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
3917         problem.
3918
3919 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
3920
3921         * Documentation/user/refman.itely (Text markup): Fix language bug.
3922
3923 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3924
3925         * input/* : postfix syntax fixes.
3926
3927         * Documentation/user/refman.itely (Text markup): add note about
3928         raise/lower with ^ or _ .
3929         
3930         * po/fi.po: fix \\apply strings.
3931
3932         * lily/parser.yy (open_event): warn for prefix articulations.
3933
3934 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
3935
3936         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
3937         fix also on parmesan font.
3938
3939 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3940
3941         * VERSION 1.7.30 released
3942         
3943         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
3944
3945         * buildscripts/mutopia-index.py (headertext): rewording
3946
3947 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3948
3949         * scm/new-markup.scm (strut-markup): new markup function.
3950
3951         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
3952         space also when no accidental is there.
3953
3954 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3955
3956         * input/les-nereides.ly: Updates.
3957
3958 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
3959
3960         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
3961         which repeats the tag insertion selected from "Insert tag" menu.
3962
3963 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3964
3965         * lily/all-font-metrics.cc (find_font): load AFM files first only
3966         for feta fonts. This fixes problems with TeXlive and other TeX
3967         distros that include AFM files for the CM fonts. 
3968
3969         * scm/font.scm (qualifiers-to-font-name): remove.
3970
3971         * lily/paper-def.cc: remove get_var.
3972
3973         * input/trip.ly: remove file.
3974         
3975         * input/regression/spacing-note-flags.ly (raggedright): remove
3976         stafflinethickness
3977
3978         * input/les-nereides.ly: update to new syntax, cleanups.
3979
3980 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3981
3982         * Documentation/user/refman.itely: Clarify shortest-note problem
3983         of autobeamer.
3984
3985 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
3986
3987         * lilypond-mode.el: Add each word to regexps only once.
3988
3989         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
3990         is based on the syntax definitions in lilypond.words. Remove all 
3991         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
3992         LilyPond->Insert menu is generated by the entries in lilypond.words 
3993         to which have been given a syntax definition.
3994
3995         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
3996         \notes, \relative, \score, \simultaneous, \transpose.
3997
3998         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
3999
4000         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
4001         
4002         * lilypond-mode.el: add menu keywords separately.
4003
4004         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
4005
4006 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
4007
4008         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
4009         current ugly installation method for PFA fonts.
4010
4011 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
4012
4013         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
4014         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
4015
4016         * Documentation/user/music-glossary.tely: update legato.
4017
4018 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4019
4020         * lexer-gcc-3.0.patch: Remove.
4021
4022         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
4023
4024 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4025
4026         * debian/rules (binary-arch): remove NEWS.
4027
4028 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
4029
4030         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
4031         stepmake/bin{ many }: polish the `--help's of different scripts;
4032         model taken from the core-utils of Linux.
4033
4034         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
4035
4036 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4037
4038         * flower/parse-afm.cc (parseCharMetrics): add warnings.
4039
4040         * flower/libc-extension.cc: idem.
4041
4042         * flower/include/libc-extension.hh: protect against isinf macros.
4043
4044 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
4045
4046         * { many }: Use two uppercase letters in LilyPond.
4047
4048         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
4049
4050         * VERSION: 1.7.29 released.
4051         
4052 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4053
4054         * lily/tie.cc: add TODO comment.
4055
4056         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
4057
4058         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
4059         linejoins and linecaps. This fixes problems with occasional spikes
4060         on slur/tie endings.
4061         
4062         * input/regression/font-name.ly: don't use PS fonts for
4063         compatibility reasons. 
4064
4065         * mutopia/claop.py (accents): update to 1.8
4066
4067         * Documentation/user/music-glossary.tely (Top): remove 13pt.
4068
4069         * Documentation/user/macros.itexi: don't color glossary links.
4070
4071         * Documentation/user/invoking.itexi (Error messages): new section
4072
4073 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4074
4075         * input/regression/font-name.ly: add file.
4076
4077         * scm/document-backend.scm (grob-doc): remove <hr> from
4078         lilypond-internals
4079
4080         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
4081         reqd version to 1.6.4 
4082
4083         * lily/font-interface.cc (get_font): bugfix: take font-name from
4084         alist chain too. This fixes font-name override for \markup.
4085
4086 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4087
4088         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
4089
4090         * input/test/polymetric-differing-notes.ly: Compile fix.
4091
4092 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
4093
4094         * Documentation/user/refman.itely: fixed typo
4095
4096         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
4097         before flexa
4098
4099 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
4100
4101         * input/test/{ many }: search & fix some typos.
4102
4103 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4104
4105         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
4106         images.
4107
4108         * scm/music-functions.scm (make-voice-props-set): set Script /
4109         TextScript dir for polyphony too.
4110
4111         * scm/define-grobs.scm (all-grob-descriptions): decrease space
4112         before clef.
4113
4114         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
4115
4116 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
4117
4118         * Documentation/user/refman.itely (Percussion): Small
4119         clarifications and fixes.
4120
4121         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
4122         threads. This fixes different heads playing simultaneously.
4123
4124 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
4125
4126         * Documentation/user/{ many }: increase readability (read through 
4127         User manual from `one big page').
4128
4129 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4130
4131         * input/test/polymetric-differing-notes.ly: add example with
4132         disparate note values.
4133
4134         * input/test/polymetric.ly: rename from poly-metric
4135
4136         * scripts/ly2dvi.py (include_path): bugfix: use outbase
4137         iso. outname.
4138
4139         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
4140         G-clef bbox to real char extents. This fixes the G-clef being
4141         offset too much to the right.
4142         document perc clef offset.
4143
4144         WARNING: FONT CHANGED.
4145
4146         * Documentation/user/tutorial.itely (Tutorial): move menu.
4147
4148 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4149
4150         * buildscripts/lilypond-profile.sh (Error): trim error message.
4151
4152         * Documentation/user/invoking.itexi (Invoking the lilypond
4153         binary): add note about path.
4154
4155         * Documentation/user/macros.itexi: add @c at EOL, hopefully
4156         suppresses superfluous spaces.
4157
4158 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4159
4160         * buildscripts/lilypond-profile.sh: Add documentation to error
4161         message.
4162
4163         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
4164
4165 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4166
4167         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
4168         <mike@ossmann.com>)
4169
4170         * Documentation/bibliography/computer-notation.bib (pages): prune
4171         unscientific language.
4172
4173         * Documentation/user/GNUmakefile: copy unsplit file to
4174         lilypond.html (idem for lilypond-internals).
4175
4176         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
4177
4178         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
4179
4180         * python/lilylib.py (lilypond_version): 2.1 proof version check.
4181
4182         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
4183         fix.
4184         
4185 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
4186
4187         * Documentation/user/{ various }: bind text snippets with their
4188         examples, e.g. by punctuation: This is an example.
4189
4190 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4191
4192         * ly/performer-init.ly (VoiceContext): Typos.
4193
4194         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
4195         builds, leave final-install to toplevel srcdir makefile.
4196
4197         * make/srcdir.make.in (install): New target.
4198
4199 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4200
4201         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
4202         This fixes core dump on MIDI output (Simon Weatherill).
4203
4204         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
4205         on local-WWW-post.
4206
4207 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4208
4209         * make/lilypond.redhat.spec.in: add dvips to reqs.
4210
4211 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4212
4213         * make/srcdir.make.in (web): Add special web target.
4214
4215         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
4216         from inner $(LOOP).
4217
4218         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
4219
4220         * stepmake/stepmake/generic-targets.make (www-targets-help):
4221         * GNUmakefile.in (web-install): Install in $(webdir).
4222
4223         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
4224
4225         * cygwin/changelog: 
4226         * cygwin/mknetrel: Update.
4227
4228         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
4229         (html-doc): Remove (use: web).
4230
4231         * stepmake/stepmake/script-rules.make: 
4232         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
4233         Fix $(config_make) dependencies for srcdir build.
4234
4235         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
4236         target for srcdir build.
4237
4238         * stepmake/make/stepmake.make: 
4239         * make/srcdir.make.in: 
4240         * GNUmakefile.in:
4241         * make/stepmake.make (config_make): Rename variable (was:
4242         configuration).
4243
4244 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4245
4246         * Documentation/user/internals.itely (Manipulating music
4247         expressions): run lilypond on example too.
4248
4249         * flower/include/libc-extension.hh: move lrint define to
4250         header. bugfix.
4251         
4252 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4253
4254         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
4255         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
4256         do we recurse whole tree?).
4257
4258         * GNUmakefile.in (html-doc): Resurrect.
4259
4260         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
4261         obsolete $(package-icon) dependency.
4262
4263 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4264
4265         * Documentation/user/refman.itely (Automatic staff changes):
4266         add seealso 
4267
4268         * Documentation/index.html.in: link to bigpage.
4269
4270         * Documentation/user/tutorial.itely (Tutorial): streamline.
4271
4272         * Documentation/index.html.in: url typo.
4273
4274         * VERSION (PACKAGE_NAME): release 1.7.28
4275
4276         * python/lilylib.py (error_log): remove '/' from name.
4277
4278         * input/regression/pedal.ly: remove; dups input/test/
4279         
4280         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
4281
4282         * Documentation/index.html.in: python style doco index.
4283
4284         * Documentation/{footer,header}.html.in (src): remove, 
4285
4286         * Documentation/pictures: remove all but lelie-logo.xpm.
4287
4288         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
4289         before running makeinfo.
4290
4291         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
4292         @code{}
4293
4294 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4295
4296         * input/test/bar-number-regular-interval.ly: rename.
4297
4298         * Documentation/user/*: various fixes. 
4299
4300 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
4301
4302         * Documentation/{ many }: polish for update-all-menus. typos.
4303
4304         * po/fi.po: fixes.
4305
4306         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
4307
4308         * buildscripts/mutopia-index.py: polish.
4309
4310         * input/regression/{ many }, input/test{ many }: polish texidocs.
4311
4312 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4313
4314         * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
4315
4316         * lily/text-spanner.cc (brew_molecule): use bracket-flare
4317         iso. edge-widen.
4318
4319         * lily/piano-pedal-engraver.cc (process_music): change from
4320         process_acknowledged ()
4321
4322         * lily/piano-pedal-bracket.cc: new file. Change
4323         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
4324         cleaned up.
4325
4326         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
4327
4328         * input/regression/tuplets.ly (texidoc): rename file.
4329
4330         * po/fr.po: update
4331
4332         * buildscripts/lilypond-profile.sh: error message if script is not
4333         sourced.
4334
4335         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
4336         bracket-flare
4337         (make_bracket): simplify code.
4338
4339         * lily/parser.yy (verbose_command_req): catch typos in \key scale
4340         argument.
4341
4342         * python/lilylib.py (lilypond_version_check): new function
4343
4344         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
4345
4346         * scripts/ly2dvi.py (run_lilypond): add version check.
4347
4348         * scripts/lilypond-book.py (option_definitions): typo
4349
4350         * scripts/ly2dvi.py (include_path): typo
4351
4352         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
4353
4354         * lily/parse-scm.cc (parse_handler): typo
4355
4356         * Documentation/user/macros.itexi: use @heading for headings.
4357
4358         * Documentation/user/refman.itely: updates, fixes.
4359
4360 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
4361
4362         * po/fi.po: add Finnish translations. fixes.
4363
4364         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
4365
4366         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
4367         from lily/glissando-engraver.cc.
4368
4369 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4370
4371         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
4372         for non-first _broken_ bracket.
4373
4374         * Documentation/user/refman.itely: corrections.
4375
4376 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4377
4378         * lily/new-fingering-engraver.cc (position_scripts): add heads to
4379         support of the fingerings.
4380
4381         * po/fr.po: French translation update.
4382
4383         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
4384         strings.
4385
4386 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4387
4388         * Documentation/user/introduction.itely: Small fixes.
4389
4390 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
4391
4392         * Documentation/topdocs/AUTHORS.texi: polish.
4393
4394 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4395
4396         * Documentation/user/introduction.itely: revise
4397
4398         * Documentation/user/tutorial.itely: reorganise.
4399
4400         * Documentation/topdocs/index.tely: remove.
4401
4402         * Documentation/header.html.in: prune.
4403
4404         * GNUmakefile.in: clean up web building.
4405
4406         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
4407         target.
4408
4409 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
4410
4411         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
4412
4413         * lilypond-mode.el: turn on blink-matching-paren.
4414
4415 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4416
4417         * scm/output-sodipodi.scm (svg-header): Fix typo.
4418
4419 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4420
4421         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
4422         fixes a security hole.
4423
4424         * scripts/lilypond-book.py (original_dir): remove temp_dir
4425
4426         * scm/document-translation.scm: use @code tags.
4427
4428 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
4429
4430         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
4431
4432         * lilypond-mode.el: add a buffer-local post-command-hook to set
4433         context dependent syntax-table after each cursor event. Remove old
4434         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
4435
4436         * lilypond-indent.el: update comments.
4437
4438         * Documentation/footer.html.in: add period.
4439
4440 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4441
4442         * make/lilypond.redhat.spec.in (Group): don't strip binary.
4443
4444         * scm/document-translation.scm (document-property-operation): add
4445         @code{} tags.
4446
4447         * VERSION (PACKAGE_NAME): release 1.7.27
4448
4449         * config.make.in: add PAPER variable
4450
4451         * buildscripts/new-chords.py (help): add help text
4452
4453         * Documentation/user/introduction.itely (Typography and program
4454         architecture):  fixes.
4455
4456         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
4457         for texinfo and dvips. This fixes problems with PDF output of the
4458         wrong size.
4459
4460         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
4461         DVIPS_PAPERSIZE variable
4462
4463         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
4464         TEXINFO_PAPERSIZE variable 
4465
4466 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4467
4468         * mf/feta-macros.mf: whoops: only draw lines for test situations.
4469
4470         * mf/feta-toevallig.mf: lowres fixes.
4471
4472 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4473
4474         * NEWS: Typo and fill-paragraph fixes.
4475
4476         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
4477         cast #define.
4478
4479         * configure.in: 
4480         * config.hh.in: Check for lrint.
4481
4482 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4483
4484         * VERSION: 1.7.26 released
4485
4486         * lily/separation-item.cc: add padding property.
4487
4488         * input/test/*.ly: various fixes, remove solo-a2.ly
4489
4490         * scm/new-markup.scm (brew-new-markup-molecule): arg order
4491         bugfix. Fixes old-style markup compatibility.
4492
4493         * Documentation/user/introduction.itely (Introduction): historical
4494         elucidations
4495
4496         * Documentation/user/music-glossary.tely (Top): linewidth fix.
4497
4498         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
4499
4500         * Documentation/index.texi (Top): cleanup.
4501
4502         * Documentation/user/introduction.itely (Introduction): rewrite
4503         introduction, 
4504         (Music notation and  engraving): about notation. Add flat-picture
4505
4506 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4507
4508         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
4509         separation items. This keeps lyrics from bumping into each other.
4510
4511 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4512
4513         * GNUmakefile.in (topdocs-web): New target.
4514         (local-web): Depend on topdocs-web; fixes html-doc.
4515
4516 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4517
4518         * po/lilypond.pot: run po-replace
4519
4520         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
4521
4522         * scm/drums.scm (reset-drum-kit): new function.
4523
4524         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
4525
4526         * scripts/update-lily.py: remove
4527         
4528         * VERSION: release 1.7.25
4529         
4530         * Documentation/user/introduction.itely (Introduction): rewrite
4531         start of introduction.
4532
4533 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
4534
4535         * lily/all-font-metrics.cc: fixed typo
4536
4537 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
4538
4539         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
4540         LilyPond-mode-context-set-syntax-table): new functions to define
4541         the syntax table according to context.
4542
4543         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
4544
4545 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4546
4547         * Documentation/user/refman.itely (Figured bass): 
4548         language nit courtesy http://www.vocabula.com
4549
4550         * GNUmakefile.in: remove no kpathsea hack.
4551
4552         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
4553         doco.
4554
4555         * GNUmakefile.in: remove web-doc target.
4556
4557         * lily/all-font-metrics.cc (find_afm): add message about
4558         buildscripts/clean-fonts.sh 
4559
4560         * scm/define-music-properties.scm (figure): use string for 'figure
4561
4562         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
4563
4564         * input/regression/ : add raggedright = ##t where applicable. 
4565         
4566         * scm/bass-figure.scm (make-bass-figure-markup): add
4567         alignBassFigureAccidentals property.
4568
4569         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
4570         bracket.
4571
4572         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
4573         syllables widths into account for minimum-length.
4574
4575         * input/test/staff-container.ly: update file
4576
4577         * input/test/stem.ly: remove
4578
4579         * lily/event.cc (LY_DEFINE): add ly: prefix.
4580
4581         * input/test/clef-manual-control.ly: from manual-clef
4582
4583         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
4584
4585         * input/test/different-time-signatures.ly: move to poly-metric.ly
4586
4587         * input/test/hara-kiri*,scales.ly: remove
4588         
4589         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
4590         with chord-names-jazz.ly)
4591
4592         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
4593         get scalable cm fonts too.
4594
4595         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
4596         --encoding for mftrace if present.
4597
4598         * input/regression/slur-area.ly: move from test/
4599
4600         * input/test/: remove simple-slur-endings slur-attachment
4601         slur-broken-cross-staff slur-broken.ly slur-damping.ly
4602         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
4603         slur-symmetry slur-symmetry tie-broken.ly
4604
4605         * scm/drums.scm (set-drum-kit): add function.
4606
4607         * Documentation/user/refman.itely (Percussion staves): use
4608         set-drum-kit
4609
4610         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
4611         too
4612         (Global_measure.set_timesig): handle 3/8 time sig too.
4613
4614         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4615         note about triangle note heads.
4616
4617         * scm/drums.scm: use alist for instrument-settings. This fixes the
4618         bug with assigning to drums in the .ly file.
4619
4620         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
4621         CHANGED.
4622
4623         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
4624         cluster-beacon-interface
4625
4626         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
4627
4628         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
4629
4630         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
4631
4632         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
4633         to get positions.
4634
4635         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
4636         make ClusterSpannerBeacon to record Y positions. This removes the
4637         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
4638         make cluster-note-events.
4639
4640 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4641
4642         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
4643
4644         * configure.in: Use lily/main.cc as identifying source file.
4645
4646         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
4647
4648         * config.hh.in: 
4649         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
4650
4651         * configure.in: Require PYTHON >= 2.0.
4652
4653         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
4654           $PYTHON for include dir location.
4655         (STEPMAKE_PYTHON): New function.  Use
4656         
4657             PYTHON=foo ./configure
4658
4659           to override.
4660
4661 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4662
4663         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
4664         something.
4665
4666         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
4667         ftp.lilypond.org everywhere.
4668
4669 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4670
4671         * lily/text-item.cc (interpret_new_markup): do only if new-markup
4672         detected.
4673
4674         * Documentation/user/refman.itely (Grace notes): note on explicit
4675         contexts
4676
4677 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
4678
4679         * lilypond-font-lock.el: add a comment about LilyPond specific
4680         escape characters: ^, - and _, in the syntax table.
4681
4682         * Documentation/user/appendices.itely: a majuscule fix.
4683
4684 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4685
4686         * input/test/trills.ly (endHorizScript): fixes.
4687
4688         * input/test/chord-names-jazz.ly: merge in alternate Jazz
4689         notation, move from regression.
4690
4691         * input/test/script-stack.ly: change name from stacked-scripts
4692
4693         * input/test/ossia.ly: octave errors.
4694
4695         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
4696         for midi-volume-equaliser
4697
4698 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4699
4700         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
4701         cm fonts.
4702
4703         * mf/feta-beugel.mf: don't multiply font_count by 10.
4704
4705         * lily/lookup.cc (horizontal_line): new function. Use
4706         horizontal-line in output backends.
4707
4708         * Documentation/user/tutorial.itely (An orchestral part): new
4709         section on orchestral stuff and identifiers.
4710
4711 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
4712
4713         * lilypond-mode.el: comment-out paren-highlighting, it still causes
4714         some interference to other modes.
4715
4716 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4717
4718         * lily/spacing-spanner.cc (musical_column_spacing): use average,
4719         not maximum of spacing wishes in polyphonic situations.
4720
4721         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
4722         number
4723
4724         * lilypond-indent.el: remove paren matching. 
4725
4726         * lily/text-item.cc (interpret_new_markup): new function
4727         use iso. text2molecule.
4728
4729         * lily/main.cc (notice): change FSF address 
4730
4731         * po/de.po: update PO file to 1.6.
4732
4733 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
4734
4735         * Documentation/user/ {many}: Add periods and remove spaces.
4736         
4737 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
4738
4739         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
4740         Disable buffer-locally default paren hook and make a new one. 
4741
4742         * lilypond-mode.el: Turn off locally paren-mode, but turn on
4743         locally LilyPond-paren-mode. Add todo for mouse double-click.
4744
4745 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
4746
4747         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
4748         Disable buffer-locally default paren idle timer and make a new one. 
4749
4750         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
4751         locally LilyPond-show-paren-mode. Add to menu a toggle for
4752         LilyPond-show-paren-function.
4753
4754 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4755
4756         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
4757
4758 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
4759
4760         * Documentation/user/refman.itely: spelling fix.
4761
4762         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
4763         paren highlight function definitions. add todo for
4764         LilyPond-show-paren-mode.
4765
4766 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4767
4768         * input/template/jazz-combo.ly: new file.
4769
4770 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4771
4772         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
4773         lo-res fixes.
4774
4775         * mf/feta-schrift.mf: bugfix in varcoda sign.
4776         WARNING: FONT CHANGED
4777
4778         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
4779         in accordance with lexer.ll.   
4780
4781 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4782
4783         * Documentation/user/tutorial.itely: Edit introduction.
4784
4785 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4786
4787         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
4788         ly:grob-staff-position
4789
4790 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4791
4792         * scm/to-xml.scm: import srfi-1
4793
4794         * VERSION (MAJOR_VERSION):  release 1.7.24
4795
4796         * python/lilylib.py (make_ps_images): make multipage _really_ work.
4797
4798         * scripts/lilypond-book.py (do_file): put texidoc before image.
4799         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
4800
4801         * input/regression/*.ly: fix snippet octaves 
4802
4803         * input/test/spanner-after-break-tweak.ly: import
4804         broken-spanner-adjustment
4805
4806         * input/no-notation/midi-transposing.ly: move from input/test/
4807
4808         * input/test/: remove chord-markup
4809
4810         * input/regression/instrument-name-partial.ly: move from input/test.
4811
4812         * input/test/vertical-text.ly: remove
4813
4814         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
4815         space above lyrics lines.
4816
4817         * input/test/uniform-breaking.ly: remove file.
4818
4819         * lily/gourlay-breaking.cc (combine_demerits): add comment about
4820         uniform spacing density. 
4821
4822         * input/test/chords.ly (keys): remove file.
4823
4824         * scm/documentation-lib.scm (oop): use srfi-1 too.
4825
4826         * input/regression/*.ly: add \version
4827
4828         * Documentation/user/*.itely: various fixes.
4829
4830         * buildscripts/mf-to-table.py (base): break table every three
4831         symbols.
4832
4833         * input/:  remove %% new-chords-done %% .
4834
4835         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
4836         os-music.ly
4837         
4838 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4839
4840         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
4841
4842         * scm/new-markup.scm (box-markup): new function.
4843         (box-markup): new function. Contributed by Dick Schoeller
4844         <schoeller@attbi.com>
4845
4846         * scm/lily.scm: remove reduce-no-unit 
4847         (list-insert-separator): use fold-right
4848
4849         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
4850         of arguments. 
4851
4852         * NEWS: more neutral language for ancient notation 
4853
4854         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
4855         inside pointing beaming for chord tremolo.
4856
4857         * Documentation/user/lilypond-book.itely: minor editing
4858
4859 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
4860
4861         * NEWS: added news for 1.8 regarding ancient notation
4862
4863         * Documentation/user/refman.itely (Gregorian square neumes
4864         ligatures): fixed typo
4865
4866         * lily/vaticana-ligature-engraver.cc,
4867         lily/include/vaticana-ligature.hh: bugfix: use special heads for
4868         lower/upper head of Pes only when heads are stacked
4869
4870         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
4871         scm/define-grob-properties.scm: cleanup: make "join-left" a
4872         boolean grob property and save delta pitch in grob property
4873         "delta-pitch" instead
4874
4875         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
4876
4877 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4878
4879         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
4880         completely borked
4881
4882         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
4883         (try_music): bug fix: beam multiplicity was completely borked.
4884
4885         * scm/lily.scm: remove tail, filter-list, filter-out-list,
4886         first-n, butfirst-n in favor of srfi-1 functions.
4887         remove string-join, string-pad in favor of srfi-13 functions.
4888
4889         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
4890
4891         * NEWS: use complete sentences.
4892
4893         * Documentation/user/introduction.itely (Example applications):
4894         add note about databases and lilypond-book.
4895
4896         * input/test/volta.ly: remove file
4897
4898         * input/regression/volta-broken-left-edge.ly: simplify file
4899
4900 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4901
4902         * Documentation/user/refman.itely (Constructing a tweak): new
4903         subsection.
4904
4905         * Documentation/user/tutorial.itely (Fine tuning layout): add
4906         common tweaks.
4907
4908         * scm/define-grobs.scm (TextScript): use new brewer.
4909
4910 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4911
4912         * VERSION: release 1.7.23
4913
4914         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
4915
4916         * python/lilylib.py (make_ps_images): bugfixes.
4917
4918         * input/regression/volta-multi-staff.ly: new file.
4919
4920         * Documentation/user/macros.itexi: refcommands, refcommand macros.
4921
4922         * Documentation/user/tutorial.itely (Piano staffs): new section.
4923         (Setting variables): new section
4924         (Fine tuning layout): new section
4925
4926         * input/just-friends.ly: remove file. Superseeded by
4927         input/test/chords-without-melody.ly
4928
4929         * ly/property-init.ly: add all commands to refman.
4930
4931         * scm/define-translator-properties.scm: remove
4932         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
4933
4934         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
4935         name. Underscores botch up PS output.
4936
4937         * scm/define-translator-properties.scm: remove
4938         textNonEmpty, oneBeat, regularSpacingDelta
4939
4940         * scripts/convert-ly.py (FatalConversionError.conv): conversion
4941         rule for automaticBars.
4942
4943         * lily/timing-engraver.cc (start_translation_timestep): change
4944         barNonAuto to automaticBars
4945
4946 2003-06-30  Graham Percival  <gperlist@shaw.ca>
4947
4948         * input/test/perform-tie.ly: delete file.
4949
4950 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
4951
4952         * Documentation/user/refman.itely (Gregorian square neumes
4953         ligatures): bugfix: do not show ledger lines in neumes table
4954         (fixed by setting staff symbol to transparent rather than removing
4955         it from staff context)
4956
4957 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4958
4959         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
4960         glue into brew-new-markup-molecule.
4961
4962         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
4963
4964         * Documentation/user/introduction.itely (Computerized typography):
4965         new section
4966
4967         * Documentation/user/tutorial.itely (An orchestral part): remove
4968         pc example from tutorial.
4969
4970         * input/tutorial/lilbook.tex: use screech-boink
4971
4972         * scripts/lilypond-book.py (compile_all_files): split formatting
4973         output body and scheduling lilypond compilation.
4974         (format_lilypond_output_bodies): new function
4975         (format_lilypond_block): new function
4976         (html_pages): allow multi-page images in HTML
4977
4978         * python/lilylib.py (make_ps_images): rename function from
4979         make_preview, merge with make_page_images
4980
4981 2003-06-28  Graham Percival  <gperlist@shaw.ca>
4982
4983         * input/test/key-clefs.ly: moved to regression.
4984
4985         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
4986
4987         * input/no-notation/README: added note about midi-*.ly files.
4988
4989         * input/test/two-key.ly: moved to no-notation/parse5.ly
4990
4991         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
4992         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
4993
4994         * input/test/ {various}: modified comments, marked some for deletion.
4995
4996         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
4997
4998         * input/test/mmrest-collision: moved to regression.
4999
5000 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5001
5002         * scm/chord-name.scm (note-name->markup): don't superscript root
5003         alterations in chordnames.
5004
5005 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5006
5007         * Documentation/user/refman.itely (Multi measure rests): more
5008         index/cross-referencing.
5009
5010         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
5011
5012         * scm/font.scm: remove properties-to-font-name code.
5013
5014         * scm/define-grob-properties.scm: remove 'type
5015
5016         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
5017         conversion
5018
5019         * lily/text-spanner.cc: change 'type grob prop to 'style 
5020
5021         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
5022         "first" flag to decide whether to make a start-repeat
5023
5024         * input/regression/grace-volta-repeat-2.ly: new file.
5025
5026 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5027
5028         * lilypond-indent.el: rename generic functions to LilyPond-*
5029
5030 2003-06-22  Graham Percival  <gperlist@shaw.ca>
5031
5032         * input/test/thumb.ly: delete, merged into refman.
5033
5034         * Documentation/user/refman.itely: added thumb info to Fingering.
5035
5036         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
5037         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
5038         vertical-align.ly : deleted files.
5039
5040 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5041
5042         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
5043
5044         * lily/line-spanner.cc (broken_trend_offset): remove function.
5045         (get_broken_offset): idem.
5046         (brew_molecule): rewrite the line-break case.
5047
5048         * input/regression/follow-voice-break.ly:  new file.
5049
5050         * lily/line-spanner.cc (after_line_breaking): remove lines at the
5051         start of a system.
5052
5053 2003-06-20  Graham Percival  <gperlist@shaw.ca>
5054
5055         * input/test/tuplet-rest.ly: moved to regression.
5056
5057         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
5058         deleted file.
5059
5060         * input/test/ {many} : marked file for possible deletion.
5061
5062 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5063
5064         * input/regression/beam-funky.ly: add note about (disputed)
5065         correct beaming.
5066
5067         * ly/engraver-init.ly (ScoreContext): put key-signature after
5068         staff-bar
5069         
5070 2003-06-20  Graham Percival  <gperlist@shaw.ca>
5071
5072         * input/test/ broken.ly lyric-phrasing.ly: deleted.
5073
5074         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
5075
5076         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
5077
5078         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
5079         stem-extend was deleted (it was duplicate example, and not as
5080         good).
5081
5082         * input/test/[s-z]*.ly: add texidoc index.
5083
5084 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5085
5086         * lily/slur.cc (get_boundary_notecolumn_y): change name from
5087         get_first_notecolumn_y
5088
5089         * lily/spanner.cc (broken_spanner_index): new function.
5090
5091 2003-06-19  Graham Percival  <gperlist@shaw.ca>
5092
5093         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
5094         lyric-hyphen.ly : moved to regression.
5095
5096         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
5097         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
5098
5099         * input/test/instrument-name-mmrest.ly: moved to
5100         ../regression/multi-measure-rest-instr-name.ly
5101
5102         * input/test/knee-sym.ly: moved to
5103         ../regression/beam-knee-symmetry.ly.
5104
5105         * input/test/hymn.ly: change comments.
5106
5107         * input/test/[p-r]*.ly: add texidoc index.
5108
5109 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5110
5111         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
5112         to postfix syntax
5113         
5114         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
5115         syntax.
5116
5117         * VERSION: release 1.7.22
5118
5119 2003-06-18  Graham Percival  <gperlist@shaw.ca>
5120
5121         * input/test/[h-k]*.ly: added texidoc index.
5122
5123         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
5124
5125         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
5126
5127         * input/test/ various : mark files for deletion or moving to regression.
5128
5129         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
5130
5131         * input/test/[l-o]*.ly: added texidoc index.
5132
5133 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5134
5135         * scm/music-functions.scm (make-ottava-set): 
5136         only do ottavation if centralCPosition is set.
5137
5138         * lily/translator-scheme.cc (ly:context-property-where-defined):
5139         return '() if not found.
5140
5141 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
5142
5143         * lilypond-mode.el (LilyPond-un-comment-region): removed.
5144         Use one command for both commenting and uncommenting.
5145
5146         * lilypond-indent.el (LilyPond-comment-region): new function,
5147         (un)comments each line separately.
5148
5149         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
5150         
5151         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
5152         imenu is not added by default; adapted from f90.el,
5153         makes Help-menu, which does not fit, visible in XEmacs.
5154         
5155 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
5156
5157         * lilypond-mode.el: Set show-paren-mode local; minor-mode
5158         show-paren-mode sets blink-matching-paren-on-screen local.
5159         Try to make show-paren-function to paren-highlight local.
5160
5161         * lilypond-indent.el (LilyPond-scan-sexps): new function.
5162         Copy definitions of Emacs' show-paren-function and
5163         XEmacs' paren-highlight and make minimal changes;
5164         add comments about locality. 
5165         Fix matching first open-paren-char in '<< .. >>'.
5166
5167 2003-06-16  Graham Percival  <gperlist@shaw.ca>
5168
5169         * input/test/g*: added texidoc index.
5170
5171         * input/test/[a-g]*: added raggedright==#t when it
5172          seemed appropiate.
5173
5174         * input/test/ fake-grace.ly figured-bass.ly : removed file.
5175
5176         * Documentation/topdoc/INSTALL.texi: removed false warnings
5177         about gcc 3.3.
5178
5179 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5180
5181         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
5182
5183         * input/test/chords-without-melody.ly (texidoc): add from
5184         input/just-friends.ly
5185
5186         * input/regression/size{13--26}.ly: move from input/
5187
5188         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
5189         input/{star-spangled-banner,twinkle}.ly: remove 
5190         
5191         * lily/slur.cc: remove slur over rest warnings.
5192
5193         * lily/note-spacing.cc (get_spacing): include left part of right
5194         object in fixed space. This fixes stretched space before
5195         accidentals.
5196
5197         * input/regression/spacing-accidental-stretch.ly: new file.
5198
5199 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
5200
5201         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
5202         Reduce to 16pt.
5203
5204 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5205
5206         * input/regression/spacing-knee.ly: docstring
5207
5208         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
5209
5210         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
5211         input/tutorial/{test,solar,flowing}.ly: remove
5212
5213         * input/rhythm.ly: remove
5214
5215         * input/mutopia/F.Schubert/standchen.ly: update syntax.
5216
5217         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
5218         update syntax. 
5219
5220         * scm/define-grobs.scm (all-grob-descriptions): set
5221         knee-spacing-correction to 1.0
5222
5223         * lily/note-spacing.cc (stem_dir_correction): compute knee
5224         correction using stem-thickness and head width.
5225
5226         * input/regression/beam-quanting-horizontal.ly: update texidoc
5227
5228         * scm/define-grobs.scm (all-grob-descriptions): set
5229         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
5230         This fixes 32nd beams for noteheads in spaces quants.
5231
5232         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
5233
5234 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
5235
5236         * README.mandrake: Change lilypond-extras to lilypond-documentation.
5237
5238 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5239
5240         * input/test/dpncnt.ly,part-combine-score.ly: remove.
5241
5242         * VERSION (PACKAGE_NAME): release 1.7.21
5243
5244         * input/regression/stem-shorten.ly: new file.
5245
5246         * lily/stem.cc (get_default_stem_end_position): revise stem
5247         shortening code.
5248
5249         * input/regression/spacing-multi-tuplet.ly: move from input/test/
5250
5251         * input/test/{scripts,volta-start,sleur}.ly: remove
5252         
5253         * input/regression/span-bar.ly: smaller file.
5254
5255         * input/regression/spacing-{natural,tight,loose}.ly: remove
5256
5257         * input/test/markup.ly: remove
5258
5259         * scripts/lilypond-book.py: put printfilename in separate chunk,
5260         so texidoc is printed after the filename.  
5261
5262 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
5263
5264         * make/lilypond.mandrake.spec.in: fix docdirs.
5265
5266 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5267
5268         * input/regression/beam-french.ly: bugfix.
5269
5270         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
5271
5272         * input/regression/(various).ly: add raggedright = #t.
5273
5274         * input/regression/auto-beam.ly: move from abe.ly
5275
5276 2003-06-13  Graham Percival  <gperlist@shaw.ca>
5277
5278         * input/test/f*.ly: added texinfo index.
5279         
5280         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
5281
5282 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5283
5284         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
5285         quant penalty for beam just outside staff.
5286
5287         * input/regression/beam-quanting-horizontal.ly (texidoc): move
5288         from beam-pos.ly,  remove non-horizontal tests. 
5289
5290         * input/test/(various): cleanup header info. 
5291
5292         * input/test/tchaikovsky.ly: remove file.
5293
5294         * scm/chord-generic-names.scm: move from
5295         double-plus-new-chord-name.scm
5296
5297         * input/test/orchestscore.ly: remove file
5298
5299         * Documentation/user/refman.itely (Vocal music): update documentation.
5300
5301         * scm/define-translator-properties.scm (chordNoteNamer): remove
5302         chordNameStyle, use chordNameFunction
5303
5304         * scm/chord-name.scm (set-chord-name-style): remove
5305         set-chord-name-style. Use \property chordNameFunction.
5306
5307 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5308
5309         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5310         music): remove @TeX{} command.
5311
5312 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5313
5314         * lilypond-indent.el (scan-sexps): Renamed to
5315         aargh-this-breaks-other-emacs-modes-scan-sexps.
5316
5317 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
5318
5319         * lilypond-indent.el: Fix: match concurrent one-char opening and 
5320         closing slurs: '()', etc. Add comments.
5321
5322         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
5323
5324         * lilypond-font-lock.el: match unending string at eof.
5325
5326         * make/lilypond.mandrake.spec.in: refreshed packed file list.
5327         
5328 2003-06-10  Graham Percival  <gperlist@shaw.ca>
5329
5330         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
5331         input/test/beam-dir.ly input/test/beam-position.ly    
5332         input/test/beam-suspect.ly input/test/beam-trend.ly    
5333         input/test/beams.ly input/test/crescendo-text.ly : deleted
5334         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
5335         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
5336         * input/test/default-bars.ly: moved to bar-always.ly
5337         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
5338
5339 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5340
5341         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
5342
5343 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5344
5345         * scm/chord-ignatzek-names.scm (remove-step): rename file.
5346
5347 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
5348
5349         * lilypond-indent.el: Match better slurs in scheme expressions.
5350         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
5351
5352         * Documentation/user/invoking.itexi: document Emacs' paren matching.
5353
5354 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5355
5356         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
5357
5358         * input/ac-extra-voice.ly: Add texidoc.
5359
5360         * ly/chord-modifiers-init.ly: 
5361         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
5362         and chordNameExceptionsPartial for new chord names.
5363
5364         * input/test/chord-names-dpnj.ly: 
5365         * input/test/dpncnt.ly: Update.
5366
5367         * scm/chord-name.scm: 
5368         * scm/double-plus-new-chord-name.scm: Add compatibility for new
5369         chord selection and options.
5370
5371         * ly/chord-modifiers-init.ly: Add exceptions 
5372
5373         * scm/define-translator-properties.scm (chordNameStyle) 
5374         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
5375
5376 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
5377
5378         * ly/property-init.ly (germanChords): Added.
5379         (semiGermanChords): Added.
5380         
5381         * input/test/chord-names-german.ly: Use new macros
5382         
5383 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
5384
5385         * lilypond-indent.el: Use similar parenthesis highlighting for 
5386         Emacs and XEmacs through redefinitions of parenthesis highlighting 
5387         functions; removed LilyPond-show-paren-function. Fix indenting.
5388         Turn paren-matching on also in XEmacs.
5389
5390         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
5391         as needed by parenthesis highlighting functions (in scan-sexp).
5392
5393 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5394
5395         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
5396         function.
5397         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
5398
5399 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
5400
5401         * lilypond-indent.el: tune regexp for show-paren-function.
5402
5403 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5404
5405         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
5406         for all LilyPond-produced tex snippets.
5407
5408         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
5409         fixes one line --preview output of ly2dvi.
5410
5411 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
5412
5413         * lilypond-indent.el: match only one type of slurs in
5414         LilyPond-show-paren-function.
5415
5416 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5417
5418         * debian/GNUmakefile (EXTRA_DIST_FILES): 
5419         * debian/lilypond1.7.dirs: 
5420         * debian/lilypond1.7-doc.dirs: New file.
5421
5422         * input/regression/chord-name-exceptions.ly: Add parameter for
5423         ignatzekExceptions.  Quote hash in docstring.
5424
5425 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
5426
5427         * lilypond-indent.el (show-paren-function): define show-paren-function
5428         as LilyPond-blink-matching-open and use it for closing parens.
5429         Let LilyPond-blink-matching-open know whether a bracket was inserted.
5430
5431         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
5432         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
5433         LilyPond-blink-matching-paren in order to match both open and close
5434         brackets.
5435         
5436 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
5437
5438         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
5439         testing by modifying the code from FSF Emacs paren.el. Add comments.
5440
5441 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5442
5443         * input/test/dpncnt.ly: Transpose example to match new
5444         default \chords octave.  Add comment.
5445         
5446         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
5447         comment about octave change.
5448
5449 2003-06-04  Graham Percival  <gperlist@shaw.ca>
5450
5451         * input/test/[d,e]: added texinfo index tags.
5452         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
5453
5454 2003-06-04  Graham Percival  <gperlist@shaw.ca>
5455
5456         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
5457
5458 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
5459
5460         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
5461         as in blink-matching-open.
5462
5463 2003-06-03  Graham Percival  <gperlist@shaw.ca>
5464
5465         * input/test/[a-c]: more comments in files.
5466         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
5467         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
5468         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
5469         mark file for proposed deletion.
5470         * input/test: renaming files:
5471         auto-beam-4-8.ly to beam-auto-4-8.ly
5472         auto-beam-override.ly to beam-auto-override.ly
5473         auto-beam.ly to beam-auto.ly
5474         blank.ly to blank-paper.ly
5475         absolute-volume.ly to dynamic-absolute-volume.ly
5476
5477 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5478
5479         * input/test/dpncnt.ly: 
5480         * input/test/chord-names-dpnj.ly: Resurrect.
5481
5482         * lily/my-lily-lexer.cc: Remove chordnames keyword.
5483
5484         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
5485
5486         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
5487         Better docstring, add parameter OMIT-ROOT, tidy up.
5488
5489 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
5490
5491         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
5492
5493 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5494
5495         * scm/output-ascii-script.scm (as-font-alist-alist):
5496         (as-properties-to-font-name):
5497         (as-make-style-sheet): Remove.
5498
5499         * scm/font.scm (as-make-font-list): New function.
5500         (as-font-sheet-alist): New variable.
5501
5502         * ly/paper-as9-init.ly: 
5503         * ly/paper-as5-init.ly: Update.
5504
5505         * ly/paper-as5.ly:
5506         * ly/paper-as9.ly: New file.
5507
5508 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5509
5510         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
5511
5512 2003-05-28  Graham Percival  <gperlist@shaw.ca>
5513         * input/sondag-morgen/*: removed due to copyright concerns.
5514         * input/[a,b]*.ly: added a newline at the end of the texinfo
5515         doc string (produces better output in HTML version).
5516         * input/c*.ly: added texinfo index and added comments to
5517         aid in future changes to input/test/ files.
5518
5519 2003-05-28  Graham Percival  <gperlist@shaw.ca>
5520         
5521         * Documentation/user/refman.itely: fixed build problem (missing
5522         file) caused by previous renaming.
5523
5524 2003-05-28  Graham Percival  <gperlist@shaw.ca>
5525         
5526         * input/test/[a,b]*.ly: added texinfo index and added comments to
5527         aid in future changes to input/test/ files.
5528         * input/test/bar-number-every-5-reset.ly: renamed to
5529         bar-number-every-five-reset.ly
5530         * input/test/bar-script-visibility.ly: renamed to
5531         bar-number-show-all.ly
5532
5533 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5534
5535         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
5536         to Voice.
5537
5538         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
5539         out note-line and glissando functionality.
5540         
5541         * lily/line-spanner.cc (brew_molecule): cleanup.
5542
5543 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5544
5545         * scripts/as2text.scm: Use rdelim module.
5546         (start-system): Rename from start-line.
5547         (stop-system): Rename from stop-line.
5548         (af-gulp-file): Use string iso symbol for getenv.
5549
5550         * scm/output-ascii-script.scm: Add guile and lily modules.
5551         (font-name-alist): New variable.
5552         (draw-line): New function.
5553
5554         * scm/output-lib.scm (func, arg->string): Re-add from archive.
5555         (Were these silently removed, without ChangeLog entry?)
5556
5557 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5558
5559         * scm/music-functions.scm (make-ottava-set): bugfixes: also
5560         process 2nd ottava correctly.
5561
5562 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
5563
5564         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
5565
5566 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5567
5568         * Documentation/user/converters.itely (Invoking midi2ly): Update.
5569
5570 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5571
5572         * VERSION: release 1.7.20
5573         
5574         * lily/text-spanner.cc (brew_molecule): clean up function. This
5575         fixes bugs with broken 8va spanners.
5576
5577         * lily/simple-spacer.cc (solve): also compute force for raggedright.
5578         This prevents spurious line-breaks with raggedright
5579         
5580 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5581
5582         * lily/key-performer.cc (create_audio_elements): always use major
5583         key
5584
5585         * Documentation/user/internals.itely: updates
5586
5587         * input/regression/beam-break.ly: new file.
5588
5589         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
5590         beams if starting or terminating stems have 'beaming set.)
5591
5592         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
5593         property.
5594
5595         * lily/parser.yy (verbose_command_req): add comment about scales.
5596
5597 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
5598
5599         * lilypond-indent.el: adjust regexps in bracket-matching.
5600
5601 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
5602
5603         * Documentation/user/refman.itely: more tiny fixes
5604
5605         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
5606         "Chord names"; added table with input syntax for solesmes neumes
5607         table; added some words about rationale on input syntax design
5608
5609         * lily/gregorian-ligature-engraver.cc,
5610         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5611         lily/include/gregorian-ligature.hh: bugfix: horizontal head
5612         alignment of Pes Initio Debilis
5613
5614         * Documentation/user/refman.itely,
5615         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5616         mf/parmesan-heads.mf: fixed most of the head selection/alignment
5617         bugs in the solesmes neumes table
5618
5619 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
5620
5621         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
5622         Similarly, match '[' and ']' by skipping '\[' and '\]'.
5623
5624         * lilypond-mode.el: fix tag-score. small improvements.
5625
5626 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5627
5628         * .cvsignore: Add aclocal.m4.
5629
5630         * lily/music-constructor.cc: Include <assert.h>.
5631
5632 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5633
5634         * ly/engraver-init.ly (HaraKiriStaffContext): use
5635         RemoveEmptyStaffContext instead.
5636
5637         * Documentation/user/refman.itely: updates
5638
5639 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
5640
5641         * Documentation/user/refman.itely: added solesmes neumes table;
5642         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
5643         bugfix: "Ornaments" -> "Articulations"
5644
5645         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
5646
5647 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
5648
5649         * lilypond-indent.el: Add a message about trying to match \] or \).
5650         
5651 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
5652         
5653         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
5654         obsolete "arithmetic_*"
5655
5656         * input/bugs/ligatures.ly: removed (will be put into a different
5657         directory later)
5658
5659 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5660
5661         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
5662         libkpathsea (Maurizio Tomasi).
5663
5664 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5665
5666         * input/regression/repeat-slash.ly (texidoc): new file
5667
5668         * lily/slash-repeat-engraver.cc (try_music): new file, handle
5669         slash repeats separately. Slash repeats and %
5670         repeats can now be nested.
5671
5672 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
5673
5674         * lilypond-indent.el: Add preliminary test for closing \] and \).
5675         
5676 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
5677
5678         * lily/gregorian-ligature-engraver.cc,
5679         lily/vaticana-ligature-engraver.cc,
5680         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
5681         mf/parmesan-heads.mf: various semivocalis related bugfixes
5682
5683         * input/bugs/ligatures.ly: new file demonstrating problems with
5684         ligatures
5685         
5686 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
5687
5688         * lilypond-mode.el,
5689         lilypond-font-lock.el,
5690         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
5691
5692 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
5693
5694         * lilypond-mode.el: Remove outdated code. Stress the difference 
5695         between Emacs and XEmacs definitions.
5696
5697         * lilypond-mode.el,
5698         lilypond-indent.el: Define a function interactive only when necessary.
5699
5700 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
5701
5702         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
5703         Use inactive regions also in XEmacs.
5704
5705 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5706
5707         * Documentation/user/refman.itely (Repeat syntax): more updates
5708
5709         * lily/simple-spacer.cc (solve): move solution process into
5710         solve(). This fixes a bug with collisions and raggedright = ##t.
5711  
5712         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
5713
5714         * ly/engraver-init.ly: remove GraceContext. Update examples.
5715
5716 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5717
5718         * GNUmakefile.in (fonts): Also make fontball.
5719
5720         * Website fixes:
5721
5722         * ly/engraver-init.ly (GraceContext): Add.
5723
5724         * run:
5725
5726             convert-ly $(find . -name *.ly)
5727
5728         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
5729         new chords.
5730
5731 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5732
5733         * VERSION: 1.7.19 released
5734         
5735         * scm/music-functions.scm (set-octavation): new function.
5736
5737         * input/regression/ottava.ly: new file
5738
5739         * lily/translator-scheme.cc (LY_DEFINE): new function
5740         ly:unset-context-property
5741         (LY_DEFINE) new function ly:context-property-where-defined: 
5742
5743 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
5744
5745         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
5746
5747         * lilypond.words: add few.
5748
5749         * input/test/script-chart.ly: fix typo.
5750
5751 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5752
5753         * scm/define-grobs.scm: uniform naming for definitions and output
5754         routine files. 
5755
5756         * ly/engraver-init.ly (ChoirStaffContext): add \description from
5757         scm/context-description.scm
5758
5759         * lily/parser.yy (translator_spec_body): add \description to the
5760         \translator{} body syntax.
5761
5762         * lily/ottava-engraver.cc: new file.
5763
5764         * scm/chord-name.scm (natural-chord-alteration): replace old
5765         chord stuff. 
5766
5767         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
5768
5769         * Documentation/user/refman.itely (Metronome marks): update doco.
5770
5771         * input/regression/markup-note.ly: new file
5772
5773         * input/regression/metronome-marking.ly: new file
5774
5775         * lily/metronome-engraver.cc: new file. Print \tempo markings.
5776
5777         * scm/new-markup.scm (note-markup): make a note glyph, useful for
5778         metronome marks.
5779
5780 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5781
5782         * Documentation/user/GNUmakefile: Compatibility fix for new
5783         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
5784         for making binary packages; info splitting bug has been fixed.
5785
5786         * Documentation/user/refman.itely: Compile fixes.
5787
5788 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
5789
5790         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
5791         Count \midi -keywords also for a region.
5792
5793 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5794
5795         * lily/lookup.cc (LY_DEFINE): new function
5796
5797         * Documentation/user/tutorial.itely: updates
5798
5799 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
5800
5801         * lilypond-mode.el: Allow Midi on buffer.
5802         Use only '.ly'-extension, remove '.sly' and '.fly'.
5803         Allow use of inactive regions. Invoke next Command on Master file, 
5804         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
5805
5806 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5807
5808         * Documentation/user/tutorial.itely: updates.
5809
5810 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
5811
5812         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
5813
5814 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
5815
5816         * lily/coherent-ligature-engraver.cc: fixed typo
5817
5818         * lily/coherent-ligature-engraver.cc,
5819         lily/gregorian-ligature-engraver.cc,
5820         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
5821         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
5822         lily/vaticana-ligature-engraver.cc,
5823         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
5824         scm/grob-description.scm: cleanup: junked LigatureHead grob and
5825         removed all ligature specific stuff from NoteHead code
5826
5827         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
5828         ligatures now use regular noteheads
5829
5830         * lily/vaticana-ligature.cc: tiny code cleanups
5831
5832         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
5833         space between two adjacent noteheads of the same pitch
5834
5835         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
5836         description; cleanup: removed obsolete font-family settings
5837
5838 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
5839
5840         * lily/coherent-ligature-engraver.cc,
5841         lily/gregorian-ligature-engraver.cc,
5842         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
5843         lily/mensural-ligature-engraver.cc,
5844         lily/vaticana-ligature-engraver.cc,
5845         lily/include/gregorian-ligature-engraver.hh: updated for new
5846         Coherent_ligature_engraver; added comments that describe the basic
5847         design ideas of the ligature implementation
5848
5849         * lily/coherent-ligature-engraver.cc,
5850         lily/include/coherent-ligature-engraver.hh: new file: shared code
5851         between mensural ligatures and Gregorian chant notation ligatures
5852
5853 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
5854
5855         * lilypond-mode.el: XEmacs fixes: include two definitions for the
5856         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
5857         use only two arguments in sit-for, use no arguments in
5858         read-char-exclusive, backspace is not a character (127) in XEmacs.
5859
5860         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
5861
5862 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
5863
5864         * lilypond-mode.el: un-commenting works after syntax-table fix.
5865
5866         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
5867         group, verbose commenting for syntax table.
5868
5869         * lilypond-indent.el: add TODO for ligature slurs.
5870
5871 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
5872
5873         * lilypond-mode.el: Move comments of parenthesis matching away,
5874         (blink-matching-paren-on-screen) fix blinking in Emacs.
5875
5876         * lilypond-font-lock.el: Fix parent-matching for Emacs:
5877         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
5878
5879         * lilypond-indent.el: Add TODO for parenthesis matching.
5880
5881 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
5882
5883         * lilypond-mode.el: Fix XEmacs: 
5884         changed [S-iso-lefttab] to [(shift iso-lefttab)],
5885         invoke explicitly easy-menu-add (in Emacs done automatically).
5886         
5887         * lilypond.words: Add few words from input/*/*.ly.
5888
5889 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5890
5891         * VERSION (PATCH_LEVEL): release 1.7.18
5892
5893         * scripts/lilypond-book.py: only print basename for printfilename
5894         option
5895
5896         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
5897         and syntax updates.
5898
5899 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5900
5901         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
5902         better parametrisation. Move fatness of bulb downward.
5903
5904         * mf/parmesan-custodes.mf (dir_down): remove underscores from
5905         glyph names. Underscores are not allowed .ps encoding files.
5906
5907 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
5908
5909         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
5910         variable "packed" for packed right-ragged mode
5911
5912         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
5913         unused variable ragged; fixed indentation
5914
5915         * Documentation/user/refman.itely: tiny cleanups in ancient
5916         clef and custos section
5917
5918 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5919
5920         * lily/parser.yy (Simple_music): add \applyoutput, syntax
5921         \applyoutput PROCEDURE
5922
5923         * lily/my-lily-lexer.cc: add \applyoutput.
5924
5925         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
5926
5927         * lily/text-item.cc: clean text-interface description
5928
5929 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5930
5931         * input/{regression,test}/: use postfix for slur endings and beam
5932         begins.
5933
5934         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
5935         style beams too. 
5936
5937         * input/regression/lyrics-melisma-beam.ly: new file.
5938
5939         * lily/lyric-engraver.cc (process_music): change from
5940         process_acknowledged_grobs()
5941
5942         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
5943         functions to set and revert auto-beam settings.
5944
5945 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5946
5947         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
5948
5949 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
5950
5951         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
5952         Documentation/user/lilypond.tely: fixed some typos; updated author
5953         info
5954
5955         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
5956         #"" -> #'flag-style = #'()
5957
5958         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
5959         cleanup: removed dead #includes
5960
5961         * lily/gregorian-ligature-engraver.cc,
5962         lily/include/gregorian-ligature.hh,
5963         scm/grob-property-description.scm: small cleanups, small spacing
5964         fixes
5965
5966         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
5967         lily/vaticana-ligature.cc,
5968         lily/include/gregorian-ligature-engraver.hh,
5969         scm/grob-property-description.scm, scm/music-types.scm:
5970         "porrectus" -> "pes or flexa"
5971
5972         * ly/engraver-init.ly, scm/grob-description.scm,
5973         scm/grob-property-description.scm: junked porrectus, now handled
5974         by ligature code
5975
5976         * scm/grob-description.scm: bugfix: added space-alist entry for
5977         breathing sign/custos
5978
5979 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
5980
5981         * Another grand 2003 update.
5982         
5983         * Remove mentioning of `mudela'; There's no such thing.
5984
5985 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5986
5987         * Documentation/user/preface.itely (Preface to version 1.8): update
5988
5989         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
5990
5991         * Documentation/user/converters.itely (Invoking convert-ly): revise
5992
5993         * scripts/convert-ly.py (outfile_name): remove --assume-old.
5994
5995         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
5996
5997 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5998
5999         * Documentation/user/internals.itely: more updates.
6000
6001 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6002
6003         * Documentation/user/refman.itely: revise 
6004
6005         * Documentation/user/internals.itely: revise
6006
6007         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
6008
6009 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
6010
6011         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
6012         beautification: reformatted ancient clefs section; cleanup: small
6013         wording fixes
6014
6015 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
6016
6017         * lilypond.words: added words for chant notation, sorted
6018         alphabetically through "sort lilypond.words"
6019
6020 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
6021
6022         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
6023         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
6024         chant notation
6025
6026 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
6027
6028         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
6029         prevent TeX from interpreting them as long dash
6030
6031         * input/test/vaticana.ly: updated
6032
6033         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
6034         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
6035         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
6036         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
6037         fixes
6038
6039         * mf/parmesan-heads.mf: ledger endings: removed dead code
6040
6041 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6042
6043         * VERSION: 1.7.17 released
6044         
6045         * Documentation/user/GNUmakefile
6046         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
6047         files too.
6048
6049         * scm/document-markup.scm: new file: document all markup
6050         functions.
6051
6052         * scm/documentation-generate.scm: rename all documentation modules
6053         to document-*.scm
6054
6055         * scripts/lilypond-book.py: generate link to .ly file iso. link to
6056         .png
6057
6058         * input/test/divisiones.ly: added
6059
6060         * input/regression/output-property.ly: new file
6061
6062         * lily/cluster.cc: change cluster-interface to use style property
6063
6064 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
6065
6066         * input/test/chord-names-german.ly: modified.
6067
6068         * scm/chords-ignatzek.scm:
6069           chord-name->german-markup: Added
6070           note-name->german-markup: Changed (now producing lowercase notenames)
6071
6072         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
6073         
6074 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6075
6076         * scripts/convert-ly.py (FatalConversionError.conv):
6077         divisiominima -> divisioMinima, etc.
6078
6079         * ly/engraver-init.ly (FiguredBassContext): add
6080         Separating_line_group_engraver to Figured bass context.
6081
6082         * ly/german-chords-init.ly: remove file
6083
6084         * input/test/chord-names-german.ly (scm): new file.
6085
6086         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
6087
6088         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
6089         Chord_name_engraver
6090
6091         * Documentation/user/refman.itely: lots of updates.
6092
6093         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
6094         new file
6095
6096         * input/test/bar-number-every-5-reset.ly: new file.
6097
6098 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6099
6100         * input/regression/chord-name-major7.ly: new file
6101
6102         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
6103         if specced explicitly.
6104
6105         * input/regression/chord-name-entry-11.ly: new file.
6106
6107         * input/test/slur-beautiful.ly: new file.
6108
6109         * Documentation/user/refman.itely: updates.
6110
6111         * input/regression/collisions.ly (threevoice): cleanup.
6112
6113         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
6114
6115 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6116
6117         * Documentation/user/*.itely: various updates.
6118
6119         * ly/spanners-init.ly: enddecr/ endcr.
6120
6121         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
6122         of tutorial
6123
6124 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6125
6126         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
6127
6128         * lily/new-chord-name-engraver.cc (process_music): use octavation
6129         (a number) instead of original-pitch to store inversions. This
6130         fixes a problem with transposed chords with inversions.  
6131
6132 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6133
6134         * stepmake/aclocal.m4: Include compile fix for broken flex, as
6135         used in includable-lexer.hh.
6136
6137         * lily/includable-lexer.cc: Bugfix: include config.h.
6138
6139         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
6140         circumvention of Debian packaging bug.
6141
6142 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6143
6144         * flex-2.5.31 hits Debian/unstable.  Fixes below.
6145         
6146         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
6147
6148         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
6149         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
6150
6151         * lily/include/includable-lexer.hh: 
6152         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
6153
6154         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
6155
6156         * aclocal.m4: Regenerate.
6157
6158         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
6159         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
6160
6161         * scm/pdf.scm (use-modules): Include lily.
6162
6163         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
6164         Noordkamp).
6165         (use-modules): Include lily.
6166         (lily-def): Bugfix: include tex-val in let.
6167
6168 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
6169
6170         * lilypond-mode.el: sensible error if lilypond.words not found.
6171
6172         * lilypond.words: add few words.
6173
6174 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
6175
6176         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
6177
6178         * mf/parmesan-scripts.mf: fixed typo in char name
6179
6180 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6181
6182         * VERSION: 1.7.16 released
6183
6184         * python/lilylib.py (setup_temp): temporary directories are mode 700.
6185         (this is a security vulnerability).
6186
6187         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
6188
6189         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
6190         add staff support.
6191
6192 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
6193
6194         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
6195         ly/script-init.ly, scm/script.scm: bugfix: renamed
6196         fermata->signumcongruentiae to fix naming clash with feta font
6197
6198 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6199
6200         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
6201
6202         * lily/multi-measure-rest-engraver.cc
6203         (start_translation_timestep): use grace timing too for determining
6204         when to make mmrest.
6205         (start_translation_timestep): clear numbers too.
6206
6207 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
6208
6209         * scm/music-types.scm: compile fix: escape braces
6210
6211         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
6212         work around font selection problem
6213
6214         * Documentation/user/refman.itely: BreathingSign: added docu for
6215         property "text"
6216
6217 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6218
6219         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
6220         information.
6221
6222 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6223
6224         * lily/multi-measure-rest-engraver.cc (class
6225         Multi_measure_rest_engraver): make multiple Number objects, one
6226         for each MultiMeasureTextEvent.
6227
6228         * scm/music-functions.scm (glue-mm-rest-texts): use
6229         MultiMeasureTextEvent
6230
6231         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
6232
6233         * Documentation/user/refman.itely (Multi measure rests): update.
6234
6235 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6236
6237         * lily/ly-module.cc (ly_copy_module_variables): use
6238         scm_internal_hash_fold() for iterating modules.
6239
6240 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
6241
6242         * Documentation/user/refman.itely: Section Custodes: added more
6243         example code
6244
6245         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
6246         neo-mensural rests to parmesan font
6247
6248         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
6249         header
6250
6251 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6252
6253         * Documentation/user/macros.itexi: @fileref macro.
6254
6255         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
6256         each file. 
6257
6258 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
6259
6260         * lily/include/custos.hh, make/lilypond.suse.spec.in,
6261         Documentation/topdocs/AUTHORS.texi: updated my email address
6262
6263         * Documentation/user/refman.itely: updated custos documentation;
6264         beautified divisiones example; beautified articulations table
6265
6266         * lily/breathing-sign.cc: bugfix: finalis molecule
6267
6268 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
6269
6270         * Documentation/user/refman.itely: added docu for
6271         contemporary fermata symbols, gregorian breathing signs; small fixes
6272
6273         * ly/gregorian-init.ly: removed obsolete #'type props
6274
6275 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6276
6277         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
6278         minimum-length property correctly.
6279
6280 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6281
6282         * scm/music-functions.scm (make-multi-measure-rest): set input
6283         locations for multimeasure rests.
6284
6285 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
6286
6287         * input/regression/breathing-sign.ly: updated to for ancient
6288         notation
6289
6290 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
6291
6292         * scripts/ly2dvi.py: Add newline.
6293
6294 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6295
6296         * scripts/ly2dvi.py (dependency_files): Compile fix.
6297
6298 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6299
6300         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
6301         (make_html_menu_file): --html menu. 
6302
6303 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6304
6305         * scripts/ly2dvi.py (run_dvips): +add the .map file 
6306
6307 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6308
6309         * input/screech-boink.ly: new file.
6310
6311 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6312
6313         * scripts/lilypond-book.py (make_lilypond_file): convert
6314         lilypond-file to lilypond block directly, without going through
6315         begin/end lilypond text.
6316         
6317
6318 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
6319
6320         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
6321         scm/grob-description.scm: moved Michael's original breathing sign
6322         code in brew_molecule() to divisio_minima(); provided new
6323         brew_molecule() that effectively replaces the
6324         Text_item::brew_molecule callback (with additional fallback to
6325         Michael's original code); added callbacks for brewing divisio
6326         maior/maxima and finalis
6327
6328         * gregorian-init.ly: added breathing sign shortcuts for virgula,
6329         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
6330
6331         * script-init.ly: added shortfermata, longfermata,
6332         verylongfermata, varcoda
6333
6334         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
6335         longfermata, verylongfermata, varcomma, varcoda
6336
6337 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6338
6339         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
6340           Remove all noquote and insert a few quote.
6341         
6342         * Documentation/user/lilypond-book.itely (Music fragment options),
6343           scripts/lilypond-book.py: Don't include quotation blocks by
6344           default. Introduce option quote instead of noquote
6345
6346 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6347
6348         * VERSION: 1.7.15 released
6349         
6350         * Documentation/user/lilypond.tely: omf updates.
6351
6352         * buildscripts/texi2omf.py (omf_vars): include version.date
6353
6354         * make/lilypond.redhat.spec.in: fixes for spec file. 
6355
6356         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
6357         by function definition: lily now requires a recent GNU Make.
6358
6359         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
6360
6361         * make/ly-rules.make: remove .ly -> .tex rule
6362
6363         * Documentation/user/refman.itely (Figured bass): revised figured
6364         bass example.
6365
6366 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6367
6368         * stepmake/stepmake/omf-targets.make (local-install): add
6369         scrollkeeper-update message.
6370
6371         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
6372         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
6373
6374         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
6375
6376         * Documentation/user/converters.itely (Invoking midi2ly): add
6377         track/channel notice.
6378
6379 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6380
6381         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
6382
6383         * lily/parser.yy (scalar): DIGIT is also a scalar.
6384
6385         * Documentation/user/music-glossary.tely: add @omf tags
6386
6387         * Documentation/user/lilypond.tely: add @omf tags
6388
6389         * scm/generate-documentation.scm (string-append): add @omf tags.
6390
6391         * stepmake/stepmake/omf-*: new files 
6392
6393         * input/regression/multi-measure-rest.ly (texidoc): add doco
6394
6395         * GNUmakefile.in (web-doc-install): add web-doc-install target
6396
6397         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
6398         fixes crashes while dumping MIDI.
6399
6400         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
6401         midi
6402
6403 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6404
6405         * buildscripts/texi2omf.py: new file.
6406
6407         * mf/feta-beugel.mf: include font count, not staffsize (16) in
6408         font-name
6409
6410 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6411
6412         * input/regression/beam-manual-beaming.ly (texidoc): new file.
6413
6414         * lily/sequential-iterator.cc (descend_to_child): call
6415         descend_to_child() for all types of music.
6416
6417 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6418
6419         * scm/translator-property-description.scm: Add
6420         bassFigureFormatFunction.  Replace some entries.
6421
6422 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6423
6424         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
6425         clean out.
6426
6427 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6428
6429         * scripts/midi2ly.py (Note.dump): never dump duration for
6430         dump_dur=0.
6431
6432         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
6433         new function
6434
6435         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
6436         figures using new markups. Much simpler, and should improve layout
6437         a little.
6438
6439         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
6440
6441 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6442
6443         * ly/engraver-init.ly: use Hara kiri by default for 
6444         ChordNames, FiguredBass and Lyrics(Voice) context. 
6445
6446         * lily/axis-group-engraver.cc (acknowledge_grob): use
6447         rhythmic-grob-interface for selecting items not to hara-kiri'd 
6448
6449         * scm/new-markup.scm (markup-function-list): add bracket,
6450         vbracket.
6451
6452         * ly/engraver-init.ly (ChordNamesContext): set
6453         minimumVerticalExtent
6454
6455 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6456
6457         * input/test/time-signature-double.ly: new file 
6458
6459         * input/regression/collision-head-chords.ly (texidoc): new file.
6460
6461         * lily/type-swallow-translator.cc: add note swallow translator 
6462
6463         * input/test/time-signature-double.ly: new file.
6464
6465         * lily/type-swallow-translator.cc: add Rest_swallow_translator
6466
6467         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
6468         (FiguredBassContext): idem.
6469
6470         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
6471
6472         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
6473
6474         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
6475
6476         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
6477         .afm dependency
6478
6479         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
6480
6481         * python/lilylib.py (make_page_images): add function.
6482
6483         * scripts/ly2dvi.py (run_latex): include title in preview image.
6484
6485         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
6486         from lilypond-book for <ly2dvifile> tags in HTML.
6487
6488         * scripts/ly2dvi.py (option_definitions): add --debug option to
6489         print out environment.
6490
6491         * input/regression/tie-chord-partial.ly: new file.
6492
6493 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
6494
6495         * lilypond.words: add 3
6496
6497 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6498
6499         * scm/new-markup.scm (markup-function-list): add finger-markup
6500
6501         * input/tutorial/brahms-tweaked.ly: new markup 
6502
6503         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
6504
6505         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
6506         crash when processing '() markup
6507
6508         * input/regression/breathing-sign.ly (texidoc): add caesura example.
6509
6510         * lily/breathing-sign.cc (railtracks): another caesura.
6511
6512         * mf/feta-schrift.mf: caesura symbol. 
6513
6514 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6515
6516         * scripts/convert-ly.py (FatalConversionError.conv): add
6517         ly:molecule-XXX conversions.
6518
6519         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
6520
6521         * input/regression/multi-measure-rest-text.ly: new file.
6522
6523         * scm/music-functions.scm (glue-mm-rest-texts): automatically
6524         convert MMREST-TEXT to MultiMeasureRestNumber settings.
6525
6526         * ly/engraver-init.ly (ScoreContext): move tablature settings to
6527         ScoreContext
6528
6529         * scm/new-markup.scm (center-markup): \center markup.
6530
6531         * scm/music-functions.scm: remove pitchify scripts.
6532
6533         * lily/music.cc (print_smob): display music name if available 
6534
6535 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6536
6537         * Documentation/user/refman.itely (Instrument names): remove
6538         \turnOff doco.
6539
6540 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6541
6542         * lily/score.cc (mark_smob): bugfix.
6543
6544         * input/regression/rehearsal-mark.ly: new file.
6545
6546         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
6547         report error at the current token again.
6548
6549 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6550
6551         * cygwin/mknetrel: Exit if doc build fails.
6552
6553         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
6554
6555 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6556
6557         * scm/music-types.scm (music-descriptions): add doc strings
6558
6559 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6560
6561         * lily/lexer.ll: 
6562         * lily/include/my-lily-lexer.hh: 
6563         * lily/include/includable-lexer.hh: Add flex kludge.
6564
6565         * config.hh.in: 
6566         * config.make.in: 
6567         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
6568         cruft.
6569         
6570         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
6571         code.
6572
6573 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6574
6575         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
6576
6577         * lily/parser.yy (new_chord): Compile fix.
6578
6579 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6580
6581         * Documentation/user/refman.itely (Tuning groups of objects):
6582         remove documentation for \turnOff. 
6583
6584         * lily/percent-repeat-engraver.cc (try_music): add correct
6585         processing moments for double-measure percents as well.
6586
6587         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
6588
6589         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
6590         grob prop type. 
6591
6592         * Documentation/user/refman.itely (Printing named chords): add
6593         chord name tweak doco.
6594
6595         * input/template/gregorian-transcription.ly: new file.
6596
6597 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6598
6599         * VERSION: 1.7.13 released
6600         
6601         * input/test/*: lots of cleanups/comment-outs/removals in chord
6602         examples
6603         
6604         * input/regression/*: lots of cleanups/comment-outs/removals in
6605         chord examples
6606         
6607         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
6608         options
6609
6610         * lily/new-chord-name-engraver.cc (process_music): give original
6611         inversion pitch to chord name routine.
6612
6613         * input/tutorial/os-score.ly: update to new markup
6614
6615         * Documentation/user/appendices.itely: simply include
6616         chords-ignatzek. 
6617
6618         * Documentation/user/refman.itely (Chords mode): add documentation
6619         for chord mode.
6620
6621         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
6622         not present in chord.
6623         (construct-chord): add inversion and bass support.
6624
6625         * lily/chord.cc: junk contents.
6626
6627 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
6628
6629         * Documentation/user/refman.itely:
6630         * Documentation/user/music-glossary.tely: fix. 
6631
6632 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6633
6634         * scm/chord-entry.scm (construct-chord): move chord construction
6635         to Scheme.
6636
6637         * lily/parser.yy (new_chord): new setup for chord entry.
6638
6639 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
6640
6641         * lilypond.words:
6642         * Documentation/user/music-glossary.tely: add ambitus.
6643
6644 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6645
6646         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
6647
6648         * lily/include/*.hh: string() -> to_string()
6649
6650         * scm/chords-ignatzek.scm: new file.
6651
6652         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
6653         standard chord name exceptions.
6654
6655         * scm/translator-property-description.scm (chordNameSeparator):
6656         add property.
6657         (majorSevenSymbol): add property
6658
6659         * lily/translator-scheme.cc (ly:context-properties): new function
6660         (ly:context-parent): new function.
6661         (print_smob): print context name.
6662
6663         * lily/music.cc (ly:get-music-length): new function
6664         (print_smob): don't print properties.
6665
6666         * lily/duration.cc (duration<?): new function
6667
6668         * input/regression/chords-funky-ignatzek.ly: new file.
6669
6670         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
6671         jazz chords.
6672
6673         * lily/pitch.cc (ly:pitch-diff): new function.
6674
6675         * input/regression/chords-ignatzek.ly: new file.
6676
6677 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6678
6679         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
6680         pitches for jazz chords.
6681
6682 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6683
6684         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
6685
6686 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
6687
6688         * lilypond.words: add 1
6689
6690 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
6691
6692         * Documentation/topdocs/AUTHORS.texi: refine.
6693
6694 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
6695
6696         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
6697         
6698         * lilypond.words: add one.
6699
6700 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
6701
6702         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
6703         Fontify bass note in chords, e.g., e in c1/e.
6704         
6705 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6706
6707         * Documentation/user/music-glossary.tely: Dutch updates and
6708         additions (Arent Storm).
6709
6710 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6711
6712         * input/regression/ambitus.ly:  move file.      
6713
6714         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
6715
6716         * lily/event.cc (transpose): add tonic property to Key_change_req
6717         and to Key_engraver.
6718
6719 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
6720
6721         * Documentation/user/refman.itely: fix typo.
6722
6723         * lilypond.words: removed wrong identifiers.
6724
6725 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6726
6727         * mf/feta-toevallig.mf: make flat stem shorter 
6728
6729 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
6730
6731         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
6732
6733         * lilypond.words: add from Phrasing slur.
6734         
6735 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
6736
6737         * lilypond-mode.el: allow launching multiple ViewPS processes.
6738         
6739         * lilypond.words: add from Text markup.
6740
6741 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6742
6743         * input/test/ossia.ly (texidoc): add comment.
6744
6745         * input/regression/voice-follower.ly: new file.
6746
6747         * mf/feta-toevallig.mf: make flat heavier.
6748
6749         * lily/cluster-engraver.cc: clean up Cluster engraver
6750
6751         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
6752         Engraver. Use Note_column to compute Y positions and deal with
6753         line break stuff.
6754
6755 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6756
6757         * lily/stem.cc: move french-beaming to stem.
6758
6759 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
6760
6761         * lilypond-font-lock.el: fontify all durations in chords.
6762
6763         * lilypond.words: add from lily/my-lily-lexer.cc
6764
6765 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6766
6767         * VERSION: release 1.7.12
6768
6769         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
6770
6771         * lily/gregorian-ligature.cc: new file
6772
6773         * lily/*: the Great 2003 search & replace.
6774
6775         * Documentation/user/refman.itely (Manual repeat commands): add
6776         note about font selection.
6777
6778 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
6779
6780         * lilypond-mode.el: propose recompiling midi while invoking playing,
6781         not while stopping playing.
6782
6783 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
6784
6785         * lilypond.words: add one.
6786
6787         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
6788         and expressional note grouping. Fontify chord modes.
6789
6790 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
6791
6792         * Documentation/user/music-glossary.tely (Top): translate melisma.
6793
6794 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6795
6796         * Documentation/user/music-glossary.tely (Top): add melisma.
6797
6798 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
6799
6800         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
6801         interfaces for (abstract) grob GregorianLigature
6802
6803         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6804         renamed head* -> glyph_name*, x-shift* -> x-offset*
6805
6806         * scm/grob-property-description.scm: bugfix: added missing descriptions
6807
6808 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6809
6810         * input/test/chord-names-dpnj.ly: New file.
6811
6812         * scm/double-plus-new-chord-name.scm: Implement full and partial
6813         exceptions.
6814
6815         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
6816
6817         * scm/double-plus-new-chord-name.scm
6818         (double-plus-new-chord->markup): Fix sub->markup.
6819
6820
6821 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
6822
6823         * lily/custos-engraver.cc: added TODO; editorial changes
6824
6825         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
6826         consistency with other ligature engravers; removed access on (now)
6827         private variable _ligature of Ligature_engraver
6828
6829         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
6830         renamed last_bound -> last_bound_; issue programming_error on
6831         abstract method calls; moved primitives code from
6832         Mensural_bracket_engraver to here (because almost ligature
6833         engravers will need it); renamed try_stop_ligature () ->
6834         typeset_ligature (); bugfix: store primitives of finished ligature
6835         in separate variable finished_primitives_ to avoid clash on input
6836         like "\] \["; added current_ligature () to enable access on
6837         private variable _ligature
6838
6839         * lily/mensural-ligature-engraver.cc: removed primitives_ code
6840         (now in super class); renamed try_stop_ligature () ->
6841         typeset_ligature ()
6842
6843         * lily/mensural-ligature.cc: issue programming_error on abstract
6844         method calls
6845
6846         * lily/note-heads-engraver.cc: added TODO comment upon bool
6847         in_ligature
6848
6849         * mf/parmesan-heads.mf: fixed some of set_char_box()
6850
6851         * scm/grob-description.scm: added VaticanaLigature
6852
6853         * scm/grob-property-description.scm: added neume prefix properties
6854
6855         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
6856         lily/include/gregorian-ligature-engraver.hh,
6857         lily/include/gregorian-ligature.hh: new files; framework for
6858         gregorian ligature engravers such as vaticana
6859
6860         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
6861         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
6862         vaticana style ligature implementation (still somewhat uncomplete)
6863
6864 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6865
6866         * VERSION: release 1.7.11
6867
6868         * scripts/convert-ly.py: add ly:pitch-transpose rule
6869
6870 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6871
6872         * input/test/dpncnt.ly: New file.
6873
6874         * lily/my-lily-lexer.cc: Add chordnames keyword.
6875
6876         * lily/parser.yy (chordnames_block): Parse chord name exception
6877         lists, see input/test/dpncnt.ly.
6878
6879         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
6880         function.
6881
6882         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
6883         filter-out too.
6884
6885         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
6886         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
6887         pitch functions (except for ly:make-pitch, but that's apparently
6888         some sort of scheme naming standard?).
6889
6890         * scm/lily.scm (!=): define-public.
6891
6892         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
6893
6894 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6895
6896         * scm/double-plus-new-chord-name.scm
6897         (double-plus-new-chord-name->markup): New file.
6898
6899 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6900
6901         * python/lilylib.py (make_preview): don't suppress progress for
6902         bbox extraction.
6903
6904 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6905
6906         * Documentation/user/appendices.itely (scheme): update for new syntax.
6907
6908         * input/regression/chord-name-styles.ly: new file
6909
6910         * lily/instrument-name-engraver.cc: create instrument names
6911         without barline too.  Allows instrument name on ChordNames  
6912
6913         * scm/new-markup.scm (interpret-markup): allow simple strings as
6914         markup too.
6915
6916 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6917
6918         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
6919         (step->markup-accidental): Fix: add accidental.
6920         (chord::inner-name-american): 
6921         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
6922         append stray '/' if last superscript addition was 'o'.
6923
6924         * scm/new-markup.scm (normal-size-sub-markup) 
6925         (normal-size-super-markup): New function.
6926
6927         * lily/source-file.cc (Source_file): Add warning for possibly
6928         intentional but suspicious initialization.
6929
6930         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
6931         add comments about cut-and-paste programming.
6932
6933         * flower/rational.cc (lcm): Not used; comment out.
6934
6935 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6936
6937         * lily/new-fingering-engraver.cc (position_scripts): use
6938         fingerHorizontalDirection to determine fingering horizontal
6939         directions.
6940  
6941         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
6942         fingering support.
6943
6944         * scripts/convert-ly.py (FatalConversionError.conv): add style
6945         conversion rule. 
6946
6947         * scm/chord-name.scm (set-chord-name-style): new function.
6948         (new-chord-name-brew-molecule): revise to interpret markup only
6949         (new-chord->markup): cleanuppish rewrite. To be called from the
6950         new engraver.
6951
6952         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
6953         Markup earlier, during interpreting.
6954
6955         * input/test/{banter,jazz,american}-chords.ly (scheme): update
6956         style settings. Rename to chord-names-*.ly
6957
6958 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6959
6960         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
6961         markup code and update to new markup.  Most probably broke some of
6962         it.
6963         
6964 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
6965
6966         * Documentation/user/refman.itely: added docu for ambitus and
6967         clusters
6968
6969         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
6970         ly_quote_scm() in lookup.cc
6971
6972         * mf/parmesan-clefs.mf: set_char_box fix
6973
6974         * lily/cluster-engraver.cc: junk implicit protection; use
6975         Protected_scm instead
6976
6977 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6978
6979         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
6980         throughout.
6981
6982         * scm/new-markup.scm: Turn-off error-triggering test code.
6983
6984 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6985
6986         * scm/new-markup.scm (markup-thrower-typecheck) 
6987         (markup-typecheck?):  add full typechecking functions.
6988         (make-markup-maker): add make-FOO-markup functions.
6989         (markup-argument-list-error): nice error checking messages.
6990         (make-markup): better function: less quoting escapades.
6991
6992 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6993
6994         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
6995
6996 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6997
6998         * cygwin/lilypond.hint (requires): Add cygwin.
6999
7000         * .cvsignore: Remove stepmake (huh!?!), add lib.
7001
7002         * GNUmakefile.in: Add libdir links for builddir runs.
7003
7004         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
7005         instead of datadir.
7006
7007         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
7008         local_lilypond_libdir.
7009
7010         * config.make.in (lilypond_libdir): Add.
7011
7012         * stepmake/stepmake/substitute-rules.make: 
7013         * stepmake/stepmake/script-rules.make: 
7014         * stepmake/stepmake/python-module-rules.make:
7015         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
7016         lilypond-python-module patch.
7017
7018 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7019
7020         * Documentation/user/refman.itely (Graphical interfaces): add note
7021         about xml2ly.
7022
7023 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7024
7025         * scripts/ly2dvi.py (run_dvips): remove trailing newline
7026
7027 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7028
7029         * VERSION: released 1.7.10
7030
7031         * scripts/musedata2ly.py (): idem
7032
7033         * scripts/midi2ly.py (dump_chord): idem
7034
7035         * scripts/etf2ly.py (version): idem 
7036
7037         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
7038
7039         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
7040
7041         * scm/tex.scm (tex-output-expression): remove eval compat
7042         glut. Other output files too.
7043
7044         * scm/chord-name.scm: don't export anything from chord module.
7045
7046         * input/test/american-chords.ly: idem
7047
7048         * input/test/banter-chords.ly (texidoc): idem
7049
7050         * input/test/Cc-chords.ly: add breakage notes.
7051
7052         * Documentation/user/refman.itely (Text markup): rewrite manual section.
7053
7054         * lily/parser.yy (scalar): allow \markup { } as property value. 
7055
7056         * scm/chord-name.scm: complete new markup usage
7057
7058         * scm/grob-description.scm (all-grob-descriptions): use new markup
7059         texts by default
7060
7061 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7062
7063         * scm/chord-name.scm: partial move to new markup texts.
7064
7065 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7066
7067         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
7068
7069         * scm/bass-figure.scm (brew-bass-figure): make stack direction
7070         settable.
7071
7072 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
7073
7074         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
7075         invoked for old midi, wait for killing.
7076
7077 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
7078
7079         * Documentation/user/music-glossary.tely: Finnishing.
7080
7081 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7082
7083         * mf/feta-nummer-code.mf: some kerning pairs.
7084
7085 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
7086
7087         * scm/output-lib.scm (set-bar-number-visibility): Context-function
7088         Added.
7089
7090         * Documentation/user/refman.itely (Bar numbers):
7091         set-bar-number-visibility added, modulo-bar-number removed again
7092         (sorry).
7093
7094 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
7095
7096         * scm/output-lib.scm (modulo-bar-number-visible): add function.
7097
7098         * Documentation/user/refman.itely: add modulo-bar-number-visible.
7099
7100         * Documentation/user/music-glossary.tely: translate into Finnish.
7101
7102 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
7103
7104         * lilypond-mode.el: add shortcut for 2midi
7105
7106         * lilypond-font-lock.el: fontify lyrics
7107
7108 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
7109
7110         * scm/drums.scm : use 1.7.x names.
7111
7112         * input/regression/drums.ly : Don't use << chords >>
7113
7114 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
7115
7116         * lilypond-mode.el: tidy, add TODO
7117
7118         * make/lilypond.mandrake.spec.in: install-info quietly.
7119
7120 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7121
7122         * input/test/markup.ly: use new syntax.
7123
7124 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7125
7126         * ly/params-init.ly (interscoreline): add word-space
7127
7128         * input/test/metronome.ly (eighthNote): idem.
7129
7130         * input/test/script-priority.ly: use new markup
7131
7132         * lily/parser.yy (markup): allow HEAD markup0 markup1 
7133
7134         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
7135
7136         * lily/parser.yy (gen_text_def): bugfix.
7137         (full_markup): allow markup identifier.
7138
7139 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
7140
7141         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
7142         jobs at the same time. Add horizontal lines to Command menu.
7143         Allow one compiling job -- propose killing others before a new one.
7144
7145         * lilypond.words: add markup, teeny, etc.
7146
7147 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
7148
7149         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
7150         Allow only one type of midi process; launching Midi either stops
7151         midis or plays the current midi and launching MidiAll stops midis
7152         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
7153         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
7154
7155 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7156
7157         * lily/text-engraver.cc (process_acknowledged_grobs): use new
7158         markup  for new markup texts.
7159
7160         * lily/mark-engraver.cc (process_music): idem
7161         
7162         * lily/instrument-name-engraver.cc (create_text): idem
7163
7164         * scm/new-markup.scm (magnify-markup): new function.
7165
7166         * scm/molecule.scm (stack-lines): bugfix.
7167
7168         * lily/font-interface.cc (get_font): take font-magnification from
7169         alist chain.
7170
7171 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7172
7173         * lily/molecule-scheme.cc: move scheme functions to separate file.
7174
7175         * lily/font-metric.cc  (ly_get_glyph): new function. 
7176         
7177         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
7178         (italic-markup, dynamic-markup): new functions
7179         (font-markup): new function
7180
7181         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
7182         padding and minimum
7183
7184 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
7185
7186         * lily/accidental-engraver.cc:
7187         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
7188
7189 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
7190
7191         * lilypond.vim:
7192         * lilypond-font-lock.el: Put \longa as duration. Accept only 
7193         [a-zA-Z] for user defined identifiers. Separate note cases 
7194         with and without a duration (allow cis\longaX).
7195
7196         * lilypond.words: Add words from Info.
7197
7198 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7199
7200         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
7201
7202 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
7203
7204         * lilypond-mode.el: Propose reverting buffer before a command if
7205         it was edited with an another editor.
7206
7207 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7208
7209         * lily/molecule.cc (ly_translate_molecule): new function
7210
7211         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
7212         into libdir
7213
7214         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
7215
7216         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
7217
7218 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
7219
7220         * lilypond.words: take \words from Info-index.
7221
7222 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7223
7224         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
7225
7226 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
7227
7228         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
7229
7230 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
7231
7232         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
7233         and lilypond-documentation.
7234
7235 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7236
7237         * lily/parser.yy: Compile fix (bison 1.75).
7238
7239 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7240
7241         * VERSION: 1.7.9 released
7242
7243         * scm/music-functions.scm (shift-one-duration-log): refactor.
7244         Use music-map.
7245
7246         * input/regression/chord-tremolo.ly (texidoc): add dot test.
7247
7248         * NEWS: update.
7249
7250         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
7251         argument
7252         
7253         * scm/music-functions.scm (display-music): new function
7254         (music-map): change arg order.
7255
7256         * input/regression/new-markup-syntax.scm: new file
7257
7258         * lily/parser.yy (markup): add \markup { .. } syntax.
7259
7260         * scm/new-markup.scm (override-markup): new function
7261         (lookup-markup): new function
7262         (music-markup): new function
7263         (lookup-markup-command): use markup-signature to store argument
7264         format for parser.
7265
7266         * lily/lexer.ll: preliminary \markup syntax. 
7267
7268 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
7269
7270         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
7271         add pre/post-dependencies and menus with icons from source.
7272
7273         * Documentation/pictures/lilypond-48x48.xpm:
7274         * Documentation/pictures/lilypond-32x32.xpm:
7275         * Documentation/pictures/lilypond-16x16.xpm: new files, background
7276         transparent.
7277
7278         * stepmake/stepmake/generic-targets.make:
7279         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
7280
7281 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7282
7283         * input/regression/music-map.ly (texidoc): new file.
7284
7285         * scm/music-functions.scm (music-map): new function
7286
7287 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7288
7289         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
7290
7291 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
7292
7293         * input/test/to-xml.ly:
7294         * lily/ligature-engraver.cc: Fixes documentation.
7295
7296         * lilypond.mandrake.spec.in:
7297         * lilypond.redhat.spec.in: Add lilypond.words.
7298
7299         * Documentation/user/refman.itely: Mention Info inside emacs.
7300         
7301         * lilypond.suse.spec.in:
7302         * lilypond.redhat.spec.in: 
7303         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
7304
7305 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7306
7307         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
7308         os.popen.read ().
7309
7310 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7311
7312         * scripts/ly2dvi.py (include_path): print warning if failing anything.
7313
7314         * python/lilylib.py (error): add space
7315
7316 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7317
7318         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
7319         distribution.
7320
7321 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7322
7323         * lily/paper-outputter.cc (Paper_outputter): close port when
7324         finishing score.
7325
7326 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7327
7328         * scm/sodipodi.scm: Fixes.
7329
7330 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
7331
7332         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
7333
7334         * buildscripts/make-font-dir.py: Fix. 
7335
7336 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
7337
7338         * lilypond-mode.el: Add support for Info inside Emacs.
7339
7340 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7341
7342         * buildscripts/make-font-dir.py: 
7343         * mf/GNUmakefile: Make sodipodi font map.
7344
7345         * scm/sodipodi.scm: Add more output functions.
7346
7347         * mf/feta-nummer.mf: 
7348         * mf/feta-beugel.mf: Add font_coding_scheme.
7349
7350         * lily/paper-outputter.cc (output_header): Fix creator string.
7351
7352 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
7353
7354         * lilypond-mode.el (LilyPond-autocompletion): invoked with
7355         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
7356
7357         * lilypond.words: add two (Everybody can add/remove words now!).
7358
7359         * debian/rules:
7360         * make/lilypond.suse.spec.in:
7361         * make/lilypond.mandrake.spec.in:
7362         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
7363
7364         * Documentation/user/refman.itely: Mention autocompletion.
7365
7366 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7367
7368         * scripts/ly2dvi.py: Add paper sizes.
7369
7370         * lily/timing-engraver.cc: 
7371         * lily/time-signature.cc: 
7372         * lily/span-bar.cc: 
7373         * lily/grob-scheme.cc: Code formatting fixes.
7374
7375         * scm/sodipodi.scm: 
7376         * scm/sketch.scm:
7377         * buildscripts/mf-to-table.py: 
7378         * buildscripts/make-font-dir.py: Font testing.
7379
7380 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
7381
7382         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
7383         inserts try-completion and shows all-completions.
7384
7385         * lilypond.words: '\' -> '\\'
7386
7387         * lilypond-mode.el: load libraries in the end, lilypond.words defines
7388         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
7389         
7390         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
7391         and LilyPond-reserved-words.
7392         
7393 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
7394
7395         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
7396         from load-path.
7397         
7398         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
7399         the mini-buffer with Control-Shift-c.
7400         
7401 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7402
7403         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
7404         duration. This fixes \tempo taking time.
7405
7406 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7407
7408         * lily/volta-engraver.cc (process_acknowledged_grobs): 
7409         Allow for text markup in repeatCommands. 
7410
7411 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
7412
7413         * lilypond-mode.el (LilyPond-insert-string): new function, use it
7414         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
7415         Get rid of skeleton.el-dependency.
7416
7417         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
7418
7419 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7420
7421         * lily/beam-engraver.cc (stop_translation_timestep): reset
7422         now_stop_ev_
7423
7424         * lily/scm-option.cc: add parse-protect to ly:set-option
7425
7426         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
7427
7428 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7429
7430         * lily/include/ligature-bracket.hh: removed
7431         * lily/ligature-bracket.cc: removed
7432
7433         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
7434         .tex
7435
7436         * lily/beam.cc (set_beaming): don't change beam count on rests.
7437         (brew_molecule): always set flag-width > 0.
7438
7439 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
7440
7441         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
7442         chars, remove instructions; instead, refer to lilypond-init.el and
7443         Documentation/topdocs/INSTALL.texi.
7444
7445         * lilypond.words: add identifiers and reserved words.
7446
7447         * Documentation/topdocs/INSTALL.texi: separate sections for installing
7448         files and adding a load-path.
7449
7450         * lilypond-init.el: Instructions, extracted from 
7451         Documentation/topdocs/INSTALL.texi. 
7452         
7453 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7454
7455         * VERSION: 1.7.8 released 
7456
7457         * lily/grob.cc (warning): better robustness fix.
7458
7459 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
7460
7461         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
7462
7463         * lily/cluster-engraver.cc: stick better to variable naming
7464         conventions
7465
7466         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
7467         until stop_translation_timestep()
7468
7469         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
7470         min/max coordinates to backend, but no musical info such as
7471         pitches
7472
7473         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
7474
7475         * lily/grob.cc: robustness fix: warning(): do not crash if
7476         cause is not set
7477
7478         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
7479         the much more elaborated tuplet brackets than the very naive and
7480         simple ligature bracket grob
7481
7482 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7483
7484         * Documentation/user/refman.itely (Analysis brackets): add
7485         horizontal bracket doco.
7486
7487         * ly/property-init.ly (setMmRestFermata): added.
7488
7489         * Documentation/user/refman.itely (Multi measure rests): fermatas
7490         on mm rests.
7491
7492         * input/regression/apply-context.ly (texidoc): new file
7493
7494         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
7495         code to be executed during interpretation. Possible applications:
7496         smart octavation, more advanced bar checks. 
7497
7498         * lily/apply-context-iterator.cc: new file.
7499
7500 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7501
7502         * input/test/new-markup.ly: new file.
7503
7504         * lily/text-item.cc (text_to_molecule): new function
7505
7506         * scm/new-markup.scm (lambda): new file
7507
7508         * lily/function-documentation.cc (ly_add_function_documentation):
7509         add proc property as well
7510
7511 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7512
7513         * Documentation/user/music-glossary.tely (Top): add custos.
7514
7515 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
7516
7517         * Documentation/topdocs/INSTALL.texi: advise how to include source
7518         path to Emacs load-path and improve language.
7519
7520 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7521
7522         * GNUmakefile.in: config.h message fix.
7523
7524         * autogen.sh:
7525         * aclocal.m4: Regenerate.
7526
7527         * configure.in: 
7528         * config.make.in: 
7529         * stepmake/config.make.in: 
7530         * stepmake/configure.in: 
7531         * stepmake/autogen.sh: 
7532         * stepmake/aclocal.m4: Update for autoconf 2.56.
7533
7534 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
7535
7536         * Documentation/topdocs/INSTALL.texi: instructions for an user how
7537         to install Emacs-mode. Instructions how to use vim-mode.
7538
7539 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7540
7541         * scm/music-types.scm (music-descriptions): no length for tempo event.
7542
7543         * input/*.ly: add \version everywhere.
7544         
7545         * input/*.ly: update syntax to 1.7 + new-chords.
7546
7547         * VERSION: 1.7.7 released.
7548         
7549         * Documentation/user/*.tely: new chord syntax.
7550
7551         * input/regression/[bc]*.ly (texidoc): syntax updates.
7552         
7553 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
7554
7555         * lilypond.words: add vocabulary to be used in auto-completion
7556
7557         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
7558
7559         * lilypond.vim: allow note name at EOF
7560
7561 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7562
7563         * buildscripts/new-chords.py (edit): -e option: inline editing.
7564
7565         * input/regression/a*.ly (texidoc): syntax updates.
7566
7567         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
7568         music): elucidations. 
7569
7570 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
7571
7572         * lily/include/lily-proto.hh, ly/engraver-init.ly,
7573         ly/spanners-init.ly, scm/grob-description.scm,
7574         scm/grob-property-description.scm, scm/music-types.scm,
7575         lily/cluster-engraver.cc, lily/cluster.cc,
7576         lily/include/cluster.hh, input/test/cluster.ly: cluster
7577         implementation
7578
7579         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
7580         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
7581         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
7582
7583         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
7584
7585         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
7586
7587         * scm/grob-description.scm: bugfix: by default, use default note
7588         head style when engraving ligatures
7589
7590         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
7591
7592         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
7593         events
7594
7595         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
7596
7597         * input/test/ancient-font.ly: bugfix: style -> flag-style
7598
7599         * lily/ligature-engraver.cc: indentation fix
7600
7601         * lily/parser.yy: indentation fixes
7602         
7603 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7604
7605         * input/regression/measure-grouping.ly: more elaborate example.
7606
7607         * lily/moment.cc: ly:add-moment, ly:mul-moment,
7608         ly:div-moment. New functions 
7609
7610         * scm/music-functions.scm (set-time-signature): new function,
7611         allow inline time sig settings with measure grouping.
7612
7613         * lily/parser.yy (command_element): move time sig construction
7614         into Scheme.
7615
7616         * lily/side-position-interface.cc (out_of_staff): new function,
7617         like padding, but keep minimum distance from staff. Easier than
7618         linespanners (dynamics, pedals), but roughly the same effect.
7619
7620 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
7621
7622         * emacs-mode.el: Added spanish-note-replacements 
7623         (Carlos Betancourt, <carlos.betancourt@chello.be>).
7624
7625         * vimrc: (Un)commenting with <(S-)F12>, tidy.
7626
7627 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
7628
7629         * lilypond.vim: Do not fontify cises, desis, etc.
7630
7631         * vimrc: view dvi with <S-F6>
7632
7633 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7634
7635         * lily/lookup.cc (triangle): new function.
7636
7637         * input/regression/measure-grouping.ly (texidoc): new file: show
7638         triangles and brackets for beat groups of 3 and 2.
7639
7640         * lily/include/measure-grouping-spanner.hh (class
7641         Measure_grouping): new file.
7642
7643         * lily/measure-grouping-spanner.cc (brew_molecule): new file
7644
7645         * lily/measure-grouping-engraver.cc (class
7646         Measure_grouping_engraver): new file.
7647
7648 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7649
7650         * Merge from stable:
7651
7652             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
7653         
7654         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
7655         stylesheet.
7656
7657         * ly/paper19.ly: Include paper19-init.ly.
7658
7659         * ly/paper19-init.ly: New file.
7660
7661         * Documentation/user/tutorial.itely (First steps): Fix first
7662         example for font test.
7663
7664         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
7665
7666         * ChangeLog: Add 1.7.6 release marker (see below).
7667
7668         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
7669         Add .py files.
7670
7671 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7672
7673         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
7674
7675         * input/tutorial/*.ly: update to new syntax.
7676
7677         * lily/parser.yy (Composite_music): new transpose syntax,
7678         \transpose FROM TO MUSIC. 
7679
7680 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7681
7682         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
7683         latex progress/error output to stderr (by default this goes to
7684         stdout).  Show lilypond progress, even when not verbose.
7685
7686         * python/lilylib.py (system): New optional parameter to control
7687         showing of progress.
7688
7689         * scm/backend-documentation-lib.scm (check-dangling-properties):
7690         Fix error message.
7691
7692         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
7693         axis, extent.
7694
7695         * scm/grob-property-description.scm (magnify): Remove.
7696         (extent, axis): Add.
7697
7698 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7699
7700         * VERSION: Release 1.7.6.
7701
7702         * scripts/convert-ly.py: more uniformization substitutions.
7703
7704         * buildscripts/new-chords.py (sub_chords): new file.
7705
7706 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7707
7708         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
7709         lilypond.map.  Include sauter fonts too.  Cleanups.
7710
7711 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7712
7713         * Documentation/user/tutorial.itely (First steps): change to new
7714         chord/tie/slur/beam notation.
7715
7716         * lily/parser.yy (event_that_take_dir): allow postfix notation for
7717         ties.
7718
7719         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
7720         engraver. Process ties in postfix notation, i.e. c8-~ c
7721
7722         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
7723
7724         * input/regression/beam-postfix-notation.ly (texidoc): new file.
7725
7726         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
7727
7728         * lily/beam-engraver.cc (try_music): accept new-beam-events
7729
7730         * input/regression/chord-scripts.ly (texidoc): new file
7731
7732         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
7733         script-events.
7734
7735         * scm/script.scm (default-script-alist): cleanup.
7736
7737         * lily/script-engraver.cc (make_script_from_event): cleanup.
7738
7739         * lily/lyric-combine-music-iterator.cc
7740         (Lyric_combine_music_iterator): remove superfluous events.
7741         (melisma_busy): new function. Fix broken melismas.
7742
7743 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
7744
7745         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
7746         Remove nonvalid settings. Use descriptive key names.
7747         Use <Return> to indicate the pressing of that key.
7748
7749 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7750
7751         * scripts/lilypond-book.py (option_definitions): Typo.
7752
7753         * scripts/ly2dvi.py: Updates.
7754
7755         * python/lilylib.py (setup_environment, print_environment)
7756         (get_bbox, make_preview): Merge and remove from ly2dvi and
7757         lilypond-book.
7758
7759         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
7760
7761         * .cvsignore: Remove some cruft.
7762
7763         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
7764         path.
7765
7766         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
7767         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
7768         throughout.
7769
7770         * python/lilylib.py (quiet_system): Junk
7771         (system): Display error log upon failure.
7772         (read_pipe): New function.  Cleanups and fixes.
7773
7774         * python/*.py: Rename from *.py.in.
7775         
7776         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
7777
7778         * GNUmakefile.in (SUBDIRS): Move python before scripts.
7779
7780 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7781
7782         * python/GNUmakefile: Bugfix: handle modules.
7783
7784         * stepmake/stepmake/python-module-targets.make (default): Add
7785         compiled modules. 
7786
7787         * stepmake/stepmake/python-module-rules.make: Add rule for byte
7788         compiling modules.
7789
7790         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
7791         Bugfix.  (OUT_PYC_MODULES): Add.
7792
7793 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
7794
7795         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
7796         Use default paths. Refresh description.
7797
7798 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7799
7800         * VERSION: 1.7.5 released
7801
7802         * input/regression/finger-chords.ly (texidoc): new file.
7803
7804         * lily/script-engraver.cc (process_music): remove scriptHorizontal
7805         support
7806
7807         * lily/fingering-engraver.cc (process_music): remove kludgy
7808         scriptHorizontal stuff.
7809
7810         * lily/script.cc: remove staff-support property.
7811
7812         * lily/new-fingering-engraver.cc (add_fingering): new
7813         file. Fingering engraver for new style chords.
7814
7815 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7816
7817         * lily/parser.yy (bare_number): allow 4 \cm (without
7818         decimal dot). (should backport to 1.6?)
7819
7820         * ly/declarations-init.ly: use Scheme for dimension defs.
7821
7822         * lily/parser.yy (TODO): remove hard coded dimensions, add
7823         REAL NUMBER_IDENTIFIER production.
7824
7825         * lily/rest-collision.cc (force_shift_callback): rewrite using
7826         -done property.
7827
7828         * scm/grob-property-description.scm (rest-collision-done): add
7829         property.
7830         
7831         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
7832
7833 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7834
7835         * input/regression/multi-measure-rest-center.ly: new file.
7836
7837         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
7838         off horizontally by 0.05 ss. Fixed.
7839
7840 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7841
7842         * scm/pdftex.scm: Rename ly-number to ly:number->string.
7843
7844         * Documentation/topdocs/index.tely: Remove duplicate from merge.
7845
7846 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7847
7848         * lily/tie.cc (get_control_points): also avoid staff lines on the
7849         just outside the outer staff lines
7850
7851 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7852
7853         * ly/params-init.ly: Just define style-alist, no need to
7854         define-public.
7855
7856         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
7857         (thanks Han-Wen).
7858
7859         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
7860         (FET_FILES): = FONT_FILES.
7861
7862         * Merge from stable:
7863
7864             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
7865
7866 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7867
7868         * VERSION: 1.7.4 released.  
7869         
7870         * scm/generate-documentation.scm (string-append): add macro
7871         definitions.
7872
7873         * lily/text-item.cc (lookup_text): don't use virtual fonts for
7874         normal texts.
7875
7876         * lily/multi-measure-rest-engraver.cc: make separate
7877         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
7878
7879         * lily/multi-measure-rest.cc: remove text handling. Remove
7880         number-threshold.
7881
7882 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7883
7884         * scm/music-types.scm: doc patch by Graham Percival
7885
7886 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7887
7888         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
7889         encoding part.
7890         (Font_info.set_defaults): pixelsize now also defauts to '0'.
7891         (sketch_p): Sketch wants only first four elements of X11 font spec.
7892
7893         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
7894
7895         * mf/feta-autometric.mf: Write foundry and family to log.
7896
7897         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
7898         font translation table.
7899
7900         * buildscripts/mf-to-table.py: Better font info into afm.
7901
7902         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
7903         1.0.9 required.
7904
7905         * configure.in: Whine for mftrace 1.0.9.
7906
7907 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7908
7909         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
7910
7911         * lily/main.cc (main_prog): don't try to load init.EXT when
7912         processing foo.EXT.
7913
7914 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
7915
7916         * scm/tex.scm (zigzig-line): added.
7917
7918         * scm/ps.scm (zigzag-line): added.
7919
7920         * ps/music-drawing-routines.ps (subvec): added.
7921         (draw_zigzag_line): added.
7922         
7923         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
7924         grob properties zigzag-width and zigzag-length.
7925
7926         * input/regression/glissando.ly: Add some zig-zagged glissandi.
7927
7928 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7929
7930         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
7931         svg output, including font.
7932
7933 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7934
7935         * scm/lily.scm: Register sodipodi output module.
7936
7937         * scm/sodipodi.scm: New file.
7938
7939         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
7940
7941         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
7942         comment, after header.
7943         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
7944         FullName.  Fix FontName key.
7945
7946 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
7947
7948         * lily/rest.cc (after_line_breaking): bugfix: dots after half
7949         and breve rests.
7950         
7951         * input/test/blank-notes.ly: bugfix
7952
7953         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
7954         rests. (Kim Shrier)
7955
7956         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
7957         
7958 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7959
7960         * scm/tex.scm: 
7961         * scm/ps.scm: Cleanup and remove obsolete junk.
7962
7963         * Documentation/user/internals.itely:
7964         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
7965
7966         * lily/parser.yy: Identify shift/reduce problems.
7967
7968         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
7969         make-style-sheet.  Too specific for convert-ly?
7970
7971 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7972
7973         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
7974
7975         * input/test/*.ly: various fixes.
7976
7977         * lily/music.cc (name): bugfix
7978
7979         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
7980
7981         * lily/input-file-results.cc (code): set-point-and-click! ->
7982         set-point-and-click
7983         
7984 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7985
7986         * Use uniform ly: prefix for exported scheme primitive functions.
7987
7988         * scm/music-types.scm: junk compat glue
7989
7990         * scripts/convert-ly.py: add rules for stuff below, junk
7991         compatibility glue for spanrequest.
7992
7993         * lily/parser.yy (verbose_event): remove \spanrequest,
7994         \commandspanrequest, \script. 
7995         
7996         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
7997
7998         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
7999         for \penalty, \glissando.
8000
8001         * VERSION: release 1.7.3
8002         
8003 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
8004
8005         * lily/accidental-engraver.cc: Fix
8006         grace-in-the-beginning-of-measure bug caused by the resent
8007         partial-measure fix.
8008
8009         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
8010         overlap looks too crowded)
8011         
8012 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8013
8014         * lily/parser.yy (assignment): allow SCM expression as assignment.
8015
8016         * lily/include/music-output-def.hh (class Music_output_def):
8017         * lily/music-output-def.cc: 
8018         * lily/paper-def.cc: 
8019         * scm/font.scm (markup-to-properties):
8020         * lily/parser.yy (music_output_def_body): 
8021         remove style_sheet_
8022
8023 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8024
8025         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
8026         length.
8027
8028         * input/regression/spacing-to-grace.ly: new file.
8029
8030         * input/regression/spacing-end-of-line.ly: new file.
8031
8032         * lily/note-spacing.cc (get_spacing): take into account breakable
8033         stuff sticking out at the left (time sig change at line break).
8034
8035         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
8036         raggedright code.
8037
8038         * scm/music-functions.scm (make-voice-props-set): add
8039         staff-position for mm rests.
8040  
8041         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
8042         before grace notes a little.
8043
8044         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
8045
8046         * lily/break-align-interface.cc (do_alignment): right-edge spacing
8047         key adds space at the end of line. 
8048
8049 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8050
8051         * scm/sketch.scm: Fix beams.
8052
8053         * buildscripts/mf-to-table.py: Add EncodingScheme.
8054
8055         * scm/sketch.scm: Resurrect.
8056
8057 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8058
8059         * lily/multi-measure-rest.cc: use breve rests for measure lengths
8060         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
8061
8062 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8063
8064         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
8065
8066         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
8067
8068 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8069
8070         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
8071         token for origin information.
8072
8073         * lily/parser.yy (My_lily_lexer): do identifier location and
8074         cloning from lexer.
8075
8076         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
8077         logic out of the parser. Add bar checks on both ends.
8078
8079         * Documentation/user/refman.itely (Multi measure rests): add more
8080         notes about mm rests.
8081
8082 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8083
8084         * input/regression/bar-scripts.ly: Re-enable.
8085
8086         * lily/parser.yy:
8087         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
8088         released rsn.  Bison 1.50 has a crucial bug and won't work.
8089
8090         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
8091
8092
8093 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8094
8095         * input/regression/bar-scripts.ly: Blunt documentation build fix.
8096
8097 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8098
8099         * Actually merge changes since 1.6.4 besides ChangeLog, and
8100         resolve conflicts.  Lots of updates, hope all is well.
8101         
8102         * cygwin/lilypond.hint (requires): Add ghostscript.
8103
8104         * scm: Update some (c).
8105         
8106 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8107
8108         * input/test/{various}.ly: add \header fields and texidoc strings.
8109
8110 2002-10-05  Werner Lemberg  <wl@gnu.org>
8111
8112         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
8113         renamed to `output_latex_quoted'.
8114         Added `output_latex_noquote'.
8115         (schedule_lilypond_block): Implement `noquote' option for LaTeX
8116         mode.
8117
8118 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8119
8120         * ChangeLog: Add 1.6.6 release marker.  See below.
8121
8122         * stepmake/stepmake/po-targets.make: Remove --c++ option.
8123
8124         * scripts/midi2ly.py: Fix global syntax warnings.
8125
8126         * GNUmakefile.in: Generate builddir locale tree too.
8127
8128         * scripts/ly2dvi.py:
8129         * scripts/midi2ly.py: 
8130         * scripts/mup2ly.py: 
8131         * scripts/update-lily.py:
8132         * lily/main.cc (setup_paths): Fix for locales setup.
8133
8134 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8135
8136         * Documentation/windows/installing.texi: Soften wording about
8137         necessity of becoming Administrator.  tommie@iae.nl reports this
8138         does not seem to be necessary for his flavour of Windows 2000.
8139         Explicitely discourage text mode mounts.
8140
8141 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8142
8143         * lily/rest.cc (after_line_breaking): backport dot position fix.
8144
8145         * lily/rest-collision.cc (do_shift): also remove dots for suicided
8146         rests. Thanks to Klaus Zimmermann for finding this bug.
8147
8148 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8149
8150         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
8151
8152 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8153
8154         * Documentation/user/music-glossary.tely: fix links.
8155
8156 2002-10-21  Werner Lemberg  <wl@gnu.org>
8157
8158         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
8159         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
8160         scaling factor) only once and use them in the definition of
8161         \embeddedps.
8162         * ps/music-drawing-routines.ps (skeel): Removed.
8163
8164 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8165
8166         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
8167         Solaris7, as we don't use nested $( ) constructs.
8168
8169 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8170
8171         * VERSION: Release 1.6.6.
8172         
8173 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8174
8175         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
8176         as workaround for /bin/sh problems on Solaris7.
8177
8178 2002-10-19  Werner Lemberg  <wl@gnu.org>
8179
8180         * GNUmakefile.in (web-doc): Fix typos.
8181         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
8182         `music-drawing-routines.ps' but emit \special{header=...} once.
8183         * scm/tex.scm (header-end): Updated.
8184
8185 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8186
8187         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
8188         undefined tremolo. 
8189
8190 2002-10-15  Werner Lemberg  <wl@gnu.org>
8191
8192         * scripts/lilypond-book.py (g_make_html): New global variable.
8193         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
8194         if `g_make_html' isn't set.
8195         [main]: Add format `texi-html'.
8196         (option_definitions): Updated.
8197         * Documentation/user/lilypond-book.itely: Updated.
8198
8199         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
8200         * make/ly-rules.make (%.texi, %.nexi): Use it.
8201         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
8202         format to lilypond-book.
8203         * GNUmakefile.in (web-doc): Ditto.
8204
8205 2002-10-14  Werner Lemberg  <wl@gnu.org>
8206
8207         Further improve TeX output.  The produced files are about 40%
8208         smaller.  `lilyponddefs.tex' is now read only once.
8209
8210         * tex/lilyponddefs.tex: Remove footer stuff.
8211         (\ifundefined): Renamed to...
8212         (\lilypondundefined): This.  Use LaTeX's definition to
8213         make it nestable and make it global.
8214         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
8215         output.
8216         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
8217         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
8218         them global.
8219         (\placebox): Renamed to...
8220         (\lyitem): This.
8221         Make it global and call \outputscale by itself.
8222         (\lybox, \lyvrule): New macros to reduce input data.
8223         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
8224         New auxiliary macros.
8225         (\SkipLilydefs, \EndLilyPondOutput): Removed.
8226         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
8227         to...
8228         (\lilypondspace): This and made it global.
8229         (\turnOnPostScript): Renamed to...
8230         (\lilypondpostscript): This and made it global.
8231         (\turnOnExperimentalFeatures): Renamed to...
8232         (\lilypondexperimentalfeatures): This and made it global.
8233         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
8234         (\lilypondsetdimen): This and made it global.
8235         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
8236         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
8237         (all, $(outdir)/music-drawing-routines.ps): New rules.
8238         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
8239         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
8240         start-system, stop-system, stop-last-system, filledbox): Updated to
8241         use the changed macros from lilyponddefs.tex.
8242         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
8243
8244 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8245
8246         * Documentation/windows/installing.texi: Update.
8247
8248 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8249
8250         * VERSION: 1.6.5 released
8251
8252         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
8253
8254 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8255
8256         * scm/translator-property-description.scm (voltaOnThisStaff): add
8257         property.
8258
8259 2002-09-28  Werner Lemberg  <wl@gnu.org>
8260
8261         * scm/tex.scm (header-end): Suppress page numbering.
8262
8263         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
8264         Fix quotation for HTML output.
8265
8266 2002-09-28   Graham Percival   <gperciva@sfu.ca>
8267         
8268         * Documentation/user/refman.itely: grammar and phrasing
8269           fixes to "Note Entry" section.  Also adds a few new examples.
8270
8271 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8272
8273         * flower/include/string-data.icc: include string.h
8274
8275 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8276
8277         * scm/chord-name.scm (chord::inner-name-banter): remove space.
8278
8279 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8280
8281         * Documentation/user/GNUmakefile (extra-local-help): Add.
8282
8283         * stepmake/stepmake/www-targets.make (local-help): Add.
8284
8285 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8286
8287         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
8288         packages.
8289
8290         * Documentation/topdocs/README.texi (Top): building documentation
8291         (not website.)
8292
8293 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8294
8295         * Documentation/user/refman.itely: 
8296         * Documentation/user/tutorial.itely: 
8297         * Documentation/user/music-glossary.tely: Merge changes.
8298
8299         * Documentation/user/glossary.html.in: 
8300         * Documentation/index.texi: 
8301         * Documentation/header.html.in: Accomodate renaming of glossary.
8302         
8303         * Documentation/user/tutorial.itely: Add some glossary references.
8304         
8305         * Documentation/user/refman.itely: Minor fixes.
8306         
8307         * Documentation/user/lilypond.tely: Add glossary do direntry.
8308
8309         * Documentation/user/music-glossary.tely: Rename (previously:
8310         glossary.tely).  Fix anchor placement.
8311
8312         * Documentation/user/GNUmakefile: Make music-glossary.info too.
8313
8314 2002-09-23  Werner Lemberg  <wl@gnu.org>
8315
8316         * scripts/lilypond-book.py (output_dict): Fix handling of
8317         various environments by avoid extraneous newlines.
8318         Rename `output-all' regexp for html to `output-html'.
8319         Replace `output-all' regexp for texi with `output-texi-quote'
8320         and `output-texi-noquote'.
8321         (compose_full_body): Don't override `linewidth' user option
8322         for `singleline'.
8323         (schedule_lilypond_block): Don't indent text specified with
8324         `intertext' option.
8325         Add new option `noquote'.
8326         (compile_all_files): Use latex instead of tex to compile ly
8327         files directly.
8328
8329         * Documentation/user/lilypond-book.itely: Updated and revised.
8330         Improve layout.
8331
8332         * Documentation/user/glossary.tely,
8333         Documentation/user/introduction.itely,
8334         Documentation/user/tutorial.itely,
8335         Documentation/user/refman.itely,
8336         Documentation/user/appendices.itely: Fix overfull LilyPond
8337         boxes caused by the new lilypond-book code.  Other minor
8338         fixes.
8339
8340         * Documentation/user/macros.itexi (@texiflat): Don't emit
8341         trailing space.
8342
8343         * scm/tex.scm (end-output, header-end): Add preamble and
8344         postamble to make lilypond output directly compilable with
8345         latex.
8346
8347         
8348 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8349
8350         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
8351         instructions.
8352
8353 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8354
8355         * Documentation/user/glossary.tely: Add titling and hyperlinks.
8356
8357 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8358
8359         * lily/beam.cc (connect_beams): don't crash if there are quarter
8360         notes in beams.
8361
8362 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
8363
8364         * Documentation/user/refman.itely: corrected ancient clef
8365         docu; added docu on ligatures
8366
8367 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8368
8369         * Documentation/user/glossary.tely,
8370         Documentation/user/refman.itely, input/les-nereides.ly,
8371         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
8372         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
8373         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
8374         Stem properties: flag-style -> stroke-style, style -> flag-style.
8375
8376
8377 2002-09-22  Werner Lemberg  <wl@gnu.org>
8378
8379         * scripts/lilypond-book.py: Add option `notime' to suppress
8380         printing of a time signature.  Specify default indentation of 0pt
8381         if single line fragment.  Don't emit redundant `\paper{ }'.
8382
8383         * Documentation/user/lilypond-book.itely: Updated.
8384
8385         * Documentation/user/glossary.tely: Completely reformatting.
8386
8387 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8388
8389         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
8390
8391 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8392
8393         * Documentation/user/tutorial.itely: Fix links.
8394         
8395         * Documentation/topdocs/index.tely:
8396         * Documentation/index.texi:
8397         * Documentation/header.html.in: Small website fixes and updates.
8398
8399         * debian/: Debian patch by Anthony Fok.
8400
8401 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8402
8403         * Documentation/footer.html.in: How time flies: It's already 2002!
8404
8405         * Documentation/topdocs/index.tely: Stable/development fix.  Use
8406         more descriptive link names than 'here'.
8407
8408 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8409
8410         * VERSION: 1.7.2 released
8411         * VERSION: 1.6.4 released
8412         
8413         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
8414
8415         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
8416         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
8417
8418         * mf/feta-din.mf (test): add x-height and space.
8419
8420         * lily/dynamic-engraver.cc (process_music): take dynamic direction
8421         from ^_ for crescendi. Idem for slurs and phrasing slurs.
8422
8423         * ly/grace-init.ly: add-to-grace-init: function to portably add
8424         settings to \grace. 
8425
8426         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
8427         if we get an absolute dynamic event.
8428  
8429         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
8430
8431         * lily/source-file.cc (get_line): oops. All line numbers were off
8432         by 2. Fix that. 
8433
8434         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
8435         be after the note, combined with -_^, i.e. c4-(-\)-\>  
8436
8437         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
8438
8439         * lily/parser.yy (number_factor): remove (number) as number
8440         expression. ("Let them eat Lisp").
8441
8442 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8443
8444         * lily/horizontal-bracket.cc: new file.
8445
8446         * lily/horizontal-bracket-engraver.cc: new file.
8447
8448         * input/regression/note-group-bracket.ly: new file. Support
8449         horizontal note brackets for music analysis.
8450
8451         * lily/stem.cc (flag): new flag-style: no-flag.
8452
8453         * input/test/stem-cross-staff.ly: new file
8454         
8455         * Documentation/user/internals.itely: Improved formatting, fixing
8456         typos.  Added a section `Output details' to describe how the TeX
8457         code looks like.
8458
8459         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
8460
8461         * lily/parser.yy: remove \dynamicscript.
8462
8463         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
8464         definitions. 
8465
8466         * python/midi.c (midi_error): take two arguments.
8467
8468         * Merge 1.6.5 changes:
8469         
8470 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8471
8472         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
8473         staff-space.  Previous 1.5 was probably meant as half-spaces.
8474         (cautionary-style): parentheses (was: smaller).  This is what doco
8475         says, and it seems more logical.
8476
8477         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
8478         for 2nd sentence.
8479
8480 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8481
8482         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
8483
8484 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8485
8486         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
8487
8488 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8489
8490         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
8491
8492 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8493
8494         * scm/translator-property-description.scm (voltaOnThisStaff): add
8495         property.
8496
8497 2002-09-28  Werner Lemberg  <wl@gnu.org>
8498
8499         * scm/tex.scm (header-end): Suppress page numbering.
8500
8501         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
8502         Fix quotation for HTML output.
8503
8504 2002-09-28   Graham Percival   <gperciva@sfu.ca>
8505         
8506         * Documentation/user/refman.itely: grammar and phrasing
8507           fixes to "Note Entry" section.  Also adds a few new examples.
8508
8509 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8510
8511         * flower/include/string-data.icc: include string.h
8512
8513 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8514
8515         * scm/chord-name.scm (chord::inner-name-banter): remove space.
8516
8517 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8518
8519         * Documentation/user/GNUmakefile (extra-local-help): Add.
8520
8521         * stepmake/stepmake/www-targets.make (local-help): Add.
8522
8523 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8524
8525         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
8526         packages.
8527
8528         * Documentation/topdocs/README.texi (Top): building documentation
8529         (not website.)
8530
8531 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8532
8533         * Documentation/user/refman.itely: 
8534         * Documentation/user/tutorial.itely: 
8535         * Documentation/user/music-glossary.tely: Merge changes.
8536
8537         * Documentation/user/glossary.html.in: 
8538         * Documentation/index.texi: 
8539         * Documentation/header.html.in: Accomodate renaming of glossary.
8540         
8541         * Documentation/user/tutorial.itely: Add some glossary references.
8542         
8543         * Documentation/user/refman.itely: Minor fixes.
8544         
8545         * Documentation/user/lilypond.tely: Add glossary do direntry.
8546
8547         * Documentation/user/music-glossary.tely: Rename (previously:
8548         glossary.tely).  Fix anchor placement.
8549
8550         * Documentation/user/GNUmakefile: Make music-glossary.info too.
8551
8552 2002-09-23  Werner Lemberg  <wl@gnu.org>
8553
8554         * scripts/lilypond-book.py (output_dict): Fix handling of
8555         various environments by avoid extraneous newlines.
8556         Rename `output-all' regexp for html to `output-html'.
8557         Replace `output-all' regexp for texi with `output-texi-quote'
8558         and `output-texi-noquote'.
8559         (compose_full_body): Don't override `linewidth' user option
8560         for `singleline'.
8561         (schedule_lilypond_block): Don't indent text specified with
8562         `intertext' option.
8563         Add new option `noquote'.
8564         (compile_all_files): Use latex instead of tex to compile ly
8565         files directly.
8566
8567         * Documentation/user/lilypond-book.itely: Updated and revised.
8568         Improve layout.
8569
8570         * Documentation/user/glossary.tely,
8571         Documentation/user/introduction.itely,
8572         Documentation/user/tutorial.itely,
8573         Documentation/user/refman.itely,
8574         Documentation/user/appendices.itely: Fix overfull LilyPond
8575         boxes caused by the new lilypond-book code.  Other minor
8576         fixes.
8577
8578         * Documentation/user/macros.itexi (@texiflat): Don't emit
8579         trailing space.
8580
8581         * scm/tex.scm (end-output, header-end): Add preamble and
8582         postamble to make lilypond output directly compilable with
8583         latex.
8584
8585         
8586 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8587
8588         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
8589         instructions.
8590
8591 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8592
8593         * Documentation/user/glossary.tely: Add titling and hyperlinks.
8594
8595 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8596
8597         * lily/beam.cc (connect_beams): don't crash if there are quarter
8598         notes in beams.
8599
8600 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
8601
8602         * Documentation/user/refman.itely: corrected ancient clef
8603         docu; added docu on ligatures
8604
8605 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8606
8607         * Documentation/user/glossary.tely,
8608         Documentation/user/refman.itely, input/les-nereides.ly,
8609         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
8610         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
8611         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
8612         Stem properties: flag-style -> stroke-style, style -> flag-style.
8613
8614 2002-09-22  Werner Lemberg  <wl@gnu.org>
8615
8616         * scripts/lilypond-book.py: Add option `notime' to suppress
8617         printing of a time signature.  Specify default indentation of 0pt
8618         if single line fragment.  Don't emit redundant `\paper{ }'.
8619
8620         * Documentation/user/lilypond-book.itely: Updated.
8621
8622         * Documentation/user/glossary.tely: Completely reformatting.
8623
8624 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8625
8626         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
8627
8628 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8629
8630         * Documentation/user/tutorial.itely: Fix links.
8631         
8632         * Documentation/topdocs/index.tely:
8633         * Documentation/index.texi:
8634         * Documentation/header.html.in: Small website fixes and updates.
8635
8636         * debian/: Debian patch by Anthony Fok.
8637
8638 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8639
8640         * Documentation/footer.html.in: How time flies: It's already 2002!
8641
8642         * Documentation/topdocs/index.tely: Stable/development fix.  Use
8643         more descriptive link names than 'here'.
8644
8645 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8646
8647         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
8648
8649 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8650
8651         * lily/part-combine-music-iterator.cc (get_state): cleanup
8652         (get_music_info): cleanup.
8653
8654 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8655
8656         * scm/backend-documentation-lib.scm (interface-doc-string):
8657         crosslinks between interfaces and grobs. Headings for interfaces
8658         in grob explanation.
8659
8660 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8661
8662         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
8663         dtd).  Add preliminary dtd.
8664         (re-sub-alist): Robustify.
8665
8666 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8667
8668         * lily/include/event-chord-iterator.hh,
8669         lily/context-specced-music-iterator.cc,
8670         lily/event.cc, lily/event-chord-iterator.cc: add
8671
8672 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8673
8674         * lily/: some (c) header fixes.
8675         
8676         * lily/request-chord.cc: Remove.
8677         
8678         * lily/include/event-chord-iterator.hh:
8679         * lily/include/event.hh:
8680         * lily/event-chord.cc: New file.
8681         
8682         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
8683         requested.
8684
8685 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8686
8687         * lily/ : rename Request to Event
8688
8689         * lily/parser.yy (command_element): move clef stuff into Scheme.
8690
8691         * lily/:  rename length_mom () to get_length()
8692
8693         * lily/part-combine-music.cc: removed file and class.
8694
8695         * lily/context-specced-music-iterator.cc (class
8696         Context_specced_music_iterator): new file. Obsoletes the
8697         Context_specced_music type.
8698
8699         * scm/music-types.scm (make-repeated-music): put different kinds
8700         of repeated music into music-type table.
8701
8702         * VERSION: 1.7.1 released.
8703
8704         * scm/to-xml.scm: new file.
8705
8706         * input/test/to-xml.ly (fooBar): demo of what is possible with the
8707         new Input representation: dump music as XML.
8708
8709         * scm/engraver-documentation-lib.scm
8710         (engraver-accepts-music-types?): add links from music to engraver,
8711         from music-type to engraver.
8712
8713         * lily/include/command-request.hh: removed
8714         lily/include/musical-request.hh: removed. Removed all _req classes
8715         except Key_change_req. Changes throughout.
8716
8717 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8718
8719         * lily/tuplet-engraver.cc (try_music): Compile kludge.
8720
8721 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8722
8723         * lily/*.cc: specify accepts for many engravers.
8724
8725         * scm/music-documentation-lib.scm: dump music expressions and
8726         music subtypes.
8727
8728         * scm/documentation-lib.scm: complete revision.
8729         Use GOOPS objects to store document tree explicitly. Cleaned up and
8730         sped up doco generation a lot.
8731
8732 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8733
8734         * input/trip.ly (fugaIILeft): add arpeggio
8735
8736         * lily/translator-group.cc (try_music_on_nongroup_children):
8737         oops. The name symbol is in the cdr of the assoc handle.
8738
8739         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
8740         Hyphen_req, Glissando_req, Break_req, Mark_req 
8741
8742 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8743
8744         * lily/musical-request.cc (music-duration-length,
8745         music-duration-compress): new functions.
8746
8747         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
8748         throughout. Warning doesn't work yet.
8749
8750         * lily/translator-group.cc (try_music_on_nongroup_children):
8751         new implementation: store candidate acceptors in a hashTable.
8752
8753 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8754
8755         * scm/music-types.scm (music-descriptions): change name to
8756         internal-class-name
8757
8758         * scm/chord-name.scm (chord::inner-name-banter): remove space.
8759
8760 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8761
8762         * lily/beam.cc (connect_beams): don't crash if there are quarter
8763         notes in beams.
8764
8765 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
8766
8767         * Documentation/user/refman.itely: corrected ancient clef
8768         docu; added docu on ligatures
8769
8770 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8771
8772         * Documentation/user/glossary.tely,
8773         Documentation/user/refman.itely, input/les-nereides.ly,
8774         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
8775         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
8776         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
8777         Stem properties: flag-style -> stroke-style, style -> flag-style.
8778
8779 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8780
8781         * scm/music-functions.scm (music-separator?): don't use name music
8782         property.
8783
8784 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8785
8786         * stepmake/stepmake/generic-targets.make (help): Document check
8787         target.
8788
8789         * lily/new-accidental-engraver.cc: Compile fix.
8790
8791 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8792
8793         * scripts/convert-ly.py: Add rule.
8794
8795         * input/test/music-creation.ly:
8796         * input/test/add-staccato.ly:
8797         * input/test/add-text-script.ly: ly-make-music.
8798
8799         * scm/drums.scm (make-head-type-elem, make-articulation-script):
8800         More ly-make-music renamings.
8801
8802         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
8803
8804         * lily/music-constructor.cc (make_music): Add debugging info.
8805
8806         * scm/music-functions.scm (make-simultaneous-music,
8807         (make-sequential-music, context-spec-music):
8808         * scm/music-types.scm (music-descriptions): Get lily to run.
8809
8810 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8811
8812         * lily/command-request.cc (transpose_key_alist): new function.
8813
8814         * lily/key-performer.cc (create_audio_elements): cleanup. 
8815
8816 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8817
8818         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
8819
8820         * lily/include/translator.hh (ENTER_DESCRIPTION): add
8821         events-accepted field.
8822
8823         * scm/music-types.scm: new file.
8824
8825         * lily/parser.yy: put music type initialization into scheme,
8826         similar to grob initialization.  Changes throughout.
8827
8828 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8829
8830         * Documentation/user/tutorial.itely: Fix links.
8831         
8832         * Documentation/index.texi: 
8833         * Documentation/header.html.in: 
8834         * Documentation/topdocs/index.tely: Small website fixes and updates.
8835
8836         * debian/: Debian patch by Anthony Fok.
8837
8838 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8839
8840         * Documentation/footer.html.in: How time flies: It's already 2002!
8841
8842         * Documentation/topdocs/index.tely: Stable/development fix.  Use
8843         more descriptive link names than 'here'.
8844
8845         * ROADMAP: Remove test stuff.
8846
8847         * scripts/update-lily.py: Allow auto-building of stable and
8848         development versions.  Bugfixes.
8849
8850 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8851
8852         * VERSION: released 1.7.0
8853
8854         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
8855
8856         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
8857         positive line widths.
8858
8859 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8860
8861         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
8862         go.  Fix comments.
8863
8864         * cygwin: Cygwin updates.
8865
8866 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8867
8868         * Documentation/windows/installing.texi (Top): version for python,
8869         urls for ghostscript (thanks to John Potelle)
8870         
8871         * lily/simultaneous-music-iterator.cc
8872         (Simultaneous_music_iterator): init children_list_ before
8873         triggering GC.
8874
8875         * lily/*-iterator.cc: be even more careful with smobbed copy
8876         constructors. 
8877
8878         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
8879         LeftEdge item.
8880
8881 2002-09-15  Werner Lemberg  <wl@gnu.org>
8882
8883         Improving LilyPond's output to make them ordinary TeX boxes with
8884         predictable dimensions.  System boxes are now vertically centered on
8885         the baseline; this offset can be further controlled with
8886         \lilypondscoreshift.
8887
8888         * lily/system.cc (System::post_processing): Pass length of current
8889         system to `start-system' (including any horizontal indentation).
8890
8891         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
8892         prettier.
8893         (lily-def): Append `%'.
8894         (start-system): Add parameter `wd'.  Output more TeX code to specify
8895         box dimensions.
8896         (stop-system, stop-last-system): Complement changes in
8897         `start-system'.
8898         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
8899         Updated.
8900
8901         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
8902         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
8903         Write final `\endinput'.
8904
8905         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
8906         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
8907         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
8908         files and macro definitions don't produce spurious spaces and
8909         paragraphs (using \endlinechar).
8910         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
8911
8912         * Documentation/user/internals.itely: Improved formatting, fixing
8913         typos.  Added a section `Output details' to describe how the TeX
8914         code looks like.
8915
8916 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
8917
8918         * lily/accidental-engraver.cc: Also work with partial measures.
8919
8920 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8921
8922         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
8923         spanner.
8924
8925 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8926
8927         * lily/identifier-smob.cc (unpack_identifier): new file.
8928
8929         * lily/lexer.ll (identifier_type): new function.  use ly-id to
8930         pass off scheme expressions as music identifiers.
8931
8932         * scm/lily.scm: reorganisation, cleanups.
8933
8934         * lily/main.cc: small cleanups.
8935
8936 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8937
8938         * lily/ly-module.{cc,hh}: new file.
8939
8940 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
8941
8942         * lily/accidental-engraver.cc: Also work with partial measures.
8943
8944 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8945
8946         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
8947
8948 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8949
8950         * lily/my-lily-lexer.cc: use SCM module in stead of
8951         Scheme_hash_table. Changes throughout.  
8952
8953 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8954
8955         * VERSION (MY_PATCH_LEVEL): make 1.7.0
8956