]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(pango_fc_afm_get_glyph)
[lilypond.git] / ChangeLog
1 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
4         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
5
6         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
7         conflict.  Have I told you lately how much I love autotools?
8
9 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10
11         * lily/lily-guile.cc: 
12         * lily/pangofc-afm-decoder.cc:
13         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
14         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
15
16         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
17         developers.
18
19         * lily/paper-outputter.cc (file): New method.
20         (dump_string): Use it.
21
22         * scm/output-gnome.scm: Update with pango CVS info, lilylib
23         musing.
24         
25         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
26         of them has a comma :-).
27
28         * scm/framework-gnome.scm: Add pango decoders.
29
30         * lily/include/pangofc-afm-decoder.hh: 
31         * lily/pangofc-afm-decoder.cc: New file.
32
33         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
34
35         * configure.in: Check for pango.
36
37         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
38         autoconf).
39         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
40
41         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
42
43 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
44
45         * Documentation/user/tutorial.itely (Integrating text and music):
46         fix grammar & punctuation.
47
48 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
49
50         * lily/: Stray janitorial cleanups.
51
52         * scm/lily.scm (ly:all-stencil-expressions):
53         * scm/lily.scm (ly:all-output-backend-commands): New function.
54
55         * scm/safe-lily.scm (safe-objects): Add them.
56
57         * scm/framework-gnome.scm (<gnome-outputter>): New class.
58
59         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
60
61 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
62
63         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
64
65 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
66
67         * scm/page-layout.scm (default-page-make-stencil): add
68         raggedbottom, raggedlastbottom.
69
70         * Documentation/user/changing-defaults.itely (Page layout): add doc.
71
72         * scm/framework-tex.scm (define-fonts): fix export of
73         papersize.
74
75         * lily/paper-book.cc (classic_output): strip suffixes from
76         framework functions.
77
78         * lily/tuplet-bracket.cc (before_line_breaking): do not return
79         SCM_UNDEFINED to Scheme.
80
81 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
82
83         * lily/book.cc: remove Book::to_stencil().
84         (process): whoops. Score::book_rendering returns vector, not list.
85
86         * scripts/convert-ly.py (conv): remove \notes.
87         apply to input examples.
88         
89         * lily/paper-outputter.cc (output_stencil): don't use
90         smobify_self() but self_scm()
91
92         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
93         from smobify_self().
94
95         * lily/paper-book.cc (output): load framework module
96         scm_c_resolve_module().
97
98         * python/lilylib.py (exit): exit with argument i.
99
100 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
101
102         * scm/framework-gnome.scm (output-framework-gnome): Try loading
103         gnome modules from non-toplevel.
104
105         * lily/ly-module.cc (ly:import-module): Export to ly:.
106
107         * lily/paper-score.cc (process): Do not show progress newline.
108
109         * lily/paper-book.cc (output, classic_output): Show progess
110         newline after score.
111
112 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
113
114         * buildscripts/lilypond-words.py: add ly/vlaams.ly
115
116 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
117
118         * lily/score.cc (ly:run-translator): Do not crash on empty music
119         list.
120
121         * lily/book.cc (process): Do not render score when systems is empty.
122
123         * input/simple-song.ly: Down one octave.
124
125         * scm/output-gnome.scm: Remove script again; re-add modules fix
126         (CVS conflict resolve?)
127
128         * lily/stencil.cc (ly:interpret-stencil): Was:
129         interpret_stencil_expression.
130
131 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
132
133         * buildscripts/guile-gnome.sh: New file.
134
135         * scm/output-gnome.scm: White background, better window size, sane
136         canvas size.  Cleanups.
137
138 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
139
140         * VERSION: release 2.3.4
141
142         * Documentation/user/invoking.itexi (Invoking the lilypond
143         binary): document --safe.
144
145         * scm/output-gnome.scm: set PATH in script.
146
147         * scm/page-layout.scm (default-page-make-stencil): don't stretch
148         if there is too few systems on a page.
149
150         * lily/parser.yy (relative_music): start at middle C without pitch
151         argument.
152
153         * Documentation/user/changing-defaults.itely (Page layout): new node.
154         (Paper size): rename node
155         (Page breaking): new node.
156         (Titling): move from invoking.
157         (File structure): new node.
158
159         * lily/parser.yy (score_body): allow \header and music anywhere in
160         \score body.
161
162 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
163
164         * scm/lily.scm (ly:load): Remove page-breaking.scm.
165
166 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
167
168         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
169
170         * lily/include/paper-line.hh: rename to Paper_system.
171
172         * lily/include/paper-book.hh: doc class.
173
174         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
175
176         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
177         (plain-header): add instrument-name.
178         (default-page-make-stencil): bugfixes.
179
180         * lily/parser.yy (book_body): allow \header anywhere in \book{}
181
182         * lily/paper-book.cc: remove copyright & tagline. Remove
183         interactions with Page
184
185         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
186         here, 
187         (default-page-make-stencil): new function
188         (default-page-music-height): new function
189         (page-headfoot): new function
190         (ly:optimal-page-breaks): generate stencils directly from here
191
192         * scm/titling.scm: new file, group titling functions
193
194 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
195
196         * scm/output-gnome.scm: Handle multiple pages.
197
198         * scm/framework-gnome.scm: Do not load output-gnome.
199         (framework-gnome): Invoke output-gnome::header and
200         output-gnome::end-output as faked stencils.  Fixes experimental
201         gnome output.
202
203 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
204
205         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
206         octavation compatibility fixes. Backportme. 
207
208         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
209         pages.
210         (ly:optimal-page-breaks): combine-penalties: no shortcut for
211         negative. Now we handle negative penalties (ie. \pageBreak)
212         correctly.
213
214         * lily/system.cc (get_line): extract page-penalty from the left
215         bound.
216
217         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
218
219 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
220
221         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
222
223 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
224
225         * scm/output-gnome.scm: Update script.  Move development to
226         lilypond_2_3_2 branch for now.
227
228 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
229
230         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
231         negative penalties.
232         cleanups.
233
234         * Documentation/user/changing-defaults.itely (Creating contexts):
235         index entries
236
237         * scm/page-breaking.scm (ly:optimal-page-breaks): new
238         file. Rewrite function. 
239
240         * lily/paper-book.cc (pages): new interface: page-breaking returns
241         list of line-list.
242
243         * lily/page.cc (Page): take lines argument.
244
245         * scm/document-translation.scm (all-engravers-doc): link to user man
246
247         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
248
249         * Documentation/user/notation.itely (Relative octaves): typo.
250
251         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
252
253 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
254
255         * scm/output-gnome.scm: Update build script.
256
257 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
258
259         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
260         gnome backend.
261
262         * scm/framework-gnome.scm: New file.
263
264         * scm/lily.scm: Use it.
265
266         * lily/paper-outputter.cc: Janitorial cleanups.
267         (ly:outputter-dump-string): Remove unreachable statement.
268
269         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
270         (ice-9): Bugfix: Add srfi-1.
271
272         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
273
274 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
275
276         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
277         in do_quit()
278         
279 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
280
281         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
282
283 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
284
285         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
286         override of Beam::position-callbacks. Why would grace beams not be
287         quantized? Fixes: weird-stem-size-grace. 
288
289         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
290         warning only once. Backportme.
291
292         * lily/accidental-engraver.cc (number_accidentals_from_sig):
293         bugfix, 2nd try. Backportme.
294
295         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
296
297 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
298
299         * Documentation/user/notation.itely (Instrument transpositions):
300         Correct the name of the instrumentTransposition property.
301
302 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
303
304         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
305
306 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
307
308         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
309         and postLilyPondExample are called when defined.
310
311 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
312
313         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
314         This fixes setting notenames with `\include "nederlands.ly" '
315
316         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
317         new function.
318
319 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
320
321         * scm/page-layout.scm: don't do piece, it should be in score-title
322         only.
323
324         * lily/lexer.ll: lex \score separately.
325
326         * lily/paper-book.cc: junk stencil2line.
327
328         * lily/paper-line.cc (Paper_line): construct from Stencil
329         directly. No futzing with the dimensions.
330
331         * lily/include/paper-line.hh (class Paper_line): 
332
333         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
334         takes arbitrary number of arguments.
335
336         * input/test/markup-score.ly (tuning): simplify example. 
337
338 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
339
340         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
341
342         * scm/define-markup-commands.scm (score): define score-markup
343
344         * lily/parser.yy (markup): use score-markup.
345
346         * lily/score.cc: add ly:score? 
347
348 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
349
350         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
351         fret-parse-string so it prepares for calls to fret-diagram-verbose
352         Changed display constants to props so they are available for
353         \override.
354         
355 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
356
357         * VERSION: release 2.3.3
358
359         * stepmake/stepmake/generic-vars.make: unset LANG.
360
361         * input/regression/tuplet-nest.ly: bugfix.
362
363         * lily/tie-performer.cc (stop_translation_timestep): reset
364         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
365
366         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
367         clear repeat_ directly after setting stem_tremolo_. Fixes:
368         tremolo-repeat.ly
369
370         * input/regression/span-bar-break.ly: new file.
371
372         * scm/define-grobs.scm (all-grob-descriptions): remove
373         break-visibility from SpanBar. Fixes: piano-repeat.ly
374
375 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
376
377         * python/lilylib.py (make_ps_images): only compute bbox when needed.
378
379         * scripts/lilypond-book.py (process_snippets): use lily -f ps
380         files for generating pngs. (failed experiment)
381
382         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
383         file with PFA fonts included.
384
385         * lily/score.cc (default_rendering): put header in too.
386
387         * lily/paper-line.cc (LY_DEFINE): change function to
388         ly:paper-line-extent
389
390         * scm/page-layout.scm (default-book-title): only add lines for
391         non-nil fields.
392         (default-score-title): idem.
393
394         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
395
396         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
397
398         * lily/include/paper-book.hh (class Paper_book): remove height_
399         member.
400
401         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
402
403         * lily/ly-module.cc (LY_DEFINE): bugfix.
404
405         * lily/paper-book.cc (book_title): separate function for the book
406         title.
407
408         * scm/page-layout.scm (default-book-title): only account for
409         markup fields.
410
411         * scm/framework-ps.scm: new file. Move high level interface from
412         output-ps.scm
413
414         * scm/music-functions.scm (def-grace-function): move macros from
415         ly/music-functions-init.ly
416
417         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
418         framework-tex.scm
419
420         * scm/framework-tex.scm (dump-line): new file. High level
421         interface for output (pages, systems, header). 
422
423         * lily/include/page.hh (class Page): add is_last_ field.
424
425         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
426
427         * lily/paper-book.cc (split_string): new function
428         (output): output multiple formats, i.e. --format=ps,tex
429
430         * scm/output-ps.scm (output-scopes): dump variables directly.
431         (define-fonts): rewrite for new interface
432
433         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
434
435         * lily/paper-outputter.cc (Paper_outputter): take format argument.
436
437         * lily/main.cc (parse_argv): don't set extension for output.
438
439         * lily/clef-engraver.cc (create_clef): remove
440         Staff_symbol_referencer::set_position() call. 
441
442 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
443
444         * ly/music-functions-init.ly (addlyrics): set the 'origin property
445         with the location argument in music function definitions.
446
447 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
448
449         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
450         staffsymbol dependency.
451
452         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
453         cleanups.
454
455         * lily/book.cc (process): return Paper_book
456         (to_stencil): use Book::process().
457
458         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
459         header_ field. Store in $globalheader
460
461         * lily/parser.yy (book_body): book header is initted to
462         $globalheader.
463         
464
465 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
466
467         * input/test/fill-a4.ly: removed.
468
469         * lily/parser.yy (output_def): push scope of parent_ Output_def
470         too.
471
472 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
473
474         * scm/output-gnome.scm: Update info.
475
476 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
477
478         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
479
480         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
481         than 1 module.
482
483         * lily/include/ly-module.hh (ly_use_module): rename is_module to
484         ly_c_module_p.
485
486         * scm/page-layout.scm (default-book-title): move Scheme titling
487         functions to here.
488
489         * lily/parser.yy (book_paper_block): remove scope too.
490
491         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
492
493         * lily/rest.cc: add direction to rest properties.
494
495         * lily/include/output-def.hh: new file, move from
496         music-output-def.hh
497
498 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
499
500         * scm/output-gnome.scm: Describe feta-cork hack.
501
502 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
503
504         * lily/include/book-paper-def.hh: derive from Output_def 
505
506         * lily/include/paper-def.hh: move all functionality out of class.
507         Junk header.
508
509         * lily/include/music-output-def.hh: rename Music_output_def to
510         Output_def.
511
512         * input/wilhelmus.ly: only set space for Paper formatting. 
513
514         * lily/include/midi-def.hh: remove file, remove class.
515         Move functions to Music-output-def.
516
517         * lily/music-output-def.cc (Music_output_def): remove separate
518         translator table. Lookup translators in scope directly. This
519         obviates Context suffix for context identifiers, i.e.
520
521         \context {
522           \Staff
523           .. 
524           }
525
526
527         will work.
528         
529
530         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
531
532         * Documentation/user/changing-defaults.itely (Horizontal spacing):
533         document spacing override hack.
534
535 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
536
537         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
538         installation info.  Support point-and-click.  Add +/- zoom
539         keybindings.
540
541 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
542
543         * VERSION: 2.3.2 released
544         
545         * lily/parser.yy (book_body): set default bookpaper.
546
547         * scm/output-tex.scm (header): kludge: hard code linewidth. 
548
549         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
550
551 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
552
553         * lily/score.cc (default_rendering): scale outputdef before
554         starting.
555
556 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
557
558         * scm/fret-diagrams.scm: Add header.
559
560         * scm/output-gnome.scm: Hello world :-)
561
562 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
563
564         * scripts/lilypond.py (run_dvips): only add papersize if present.
565
566         * lily/accidental-engraver.cc (update_local_key_signature): new
567         function, fold code from initialize() and process_music().
568         (update_local_key_signature): use deep copy. This fixes one
569         problem from custom-key-signatures.ly.
570         (number_accidentals_from_sig): tighter check for
571         accidental-too-old.
572
573         * ly/engraver-init.ly: remove localKeySignature
574         definition from ChoirStaff, StaffGroup, Score.
575         
576         * lily/percent-repeat-engraver.cc (try_music): add moments for
577         barlines too. Fixes: skipbars-percent-repeat.ly.
578
579 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
580
581         * lily/context-def.cc (filter_performers): don't go to cdrloc if
582         skipping last pair. Fixes: crash-bar-number.
583
584         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
585         D. Sorensen)
586
587         * input/test/fret-diagram.ly: new file.
588
589         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
590         (scale-paper): divide by scale.
591
592 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
593
594         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
595         case.
596
597 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
598
599         * scm/stencil.scm (fontify-text): reinstate function
600
601         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
602
603         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
604
605         * lily/parser.yy (book_paper_head): \bookpaper {} 
606
607         * python/midi.c: remove config.h
608
609 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
610
611         * scm/output-gnome.scm: Update.
612
613 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
614
615         * scm/output-gnome.scm: New file.
616
617         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
618
619 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
620
621         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
622         (find_scaled_font): move from Paper_def
623
624 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
625
626         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
627         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
628
629         * po/fr.po: update po.
630
631         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
632
633         * lily/book-paper-def.cc (print_smob): new file.
634
635 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
636
637         * buildscripts/lilypond-words.py: search words also from
638         music-functions-init.ly.
639
640 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
641
642         * ly/music-functions-init.ly (def-music-function): new helper
643         macro for defining music functions. \addlyrics \appoggiatura
644         \acciaccatura \grace \partcombine \autochange \applycontext
645         \applyoutput and \breathe are now defined here thanks to it.
646
647         * lily/parser.yy: 
648         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
649         \grace \partcombine \autochange \applycontext \applyoutput and
650         \breathe keywords removed from the parser.
651
652         * lily/parser.yy: 
653         * lily/music-function.cc (ly_make_music_function): 
654         * lily/lexer.ll (music_function_type): added a case for 0-arg
655         music functions.
656
657 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
658
659         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
660         refering to a music expression can be used in lily-inside-scheme:
661         #{ $music #}
662
663         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
664         and ly:parser-define, and change ly:parser-parse-string in order
665         to make #{ $music #} work.
666
667         * scm/new-markup.scm (compile-markup-expression): when an argument
668         is a string, use `make-simple-markup'.
669
670 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
671
672         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
673
674 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
675
676         * scripts/convert-ly.py (FatalConversionError.func): handle + in
677         font-size. (backportme)
678
679 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
680
681         * lily/paper-outputter.cc (output_stencil): dump font definitions
682         before each stencil.
683
684         * lily/include/paper-book.hh (struct Score_lines): new
685         struct. Collect info per Paper-score.
686
687         * lily/include/page.hh (class Page): to_stencil() returns Stencil
688         everywhere.
689
690         * lily/stencil.cc (find_expression_fonts): new function
691
692         * lily/paper-outputter.cc (output_stencil): use
693         interpret_stencil_expr
694
695         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
696         (interpret_stencil_expr): new function. Generic stencil
697         interpretation.
698
699         * lily/paper-def.cc (find_scaled_font): divide lookup
700         magnification by outpuscale for non-virtual fontmetrics. This
701         fixes ludicrously long font definitions for text
702         fonts. (backportme)
703
704         * lily/score-engraver.cc: remove
705         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
706
707 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
708
709         * input/test/markup-score.ly: Remove \notes.
710
711         * lily/parser.yy (book_body): Grok Composite_music and \header.
712         (markup): Push NOTES mode before score_block.
713
714         * VERSION: release 2.3.1
715         
716         * mf/feta-klef.mf: 
717         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
718
719         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
720
721         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
722
723 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
724
725         * scm/output-tex.scm (output-tex-string): tighten safe security.
726
727         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
728
729         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
730         allowed ly functions.
731
732         * lily/ly-module.cc (ly_module_define): only define variable if
733         bound.
734         (ly_make_anonymous_module): take safe option.
735
736 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
737
738         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
739
740 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
741
742         * input/regression/newaddlyrics.ly: Fix.
743
744         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
745         \score \notes.
746
747 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
748
749         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
750
751 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
752
753         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
754
755         * lily/paper-line.cc (Paper_line): don't store list of stencils,
756         but convert to single Stencil immediately.
757
758         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
759
760 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
761
762         * scm/output-sodipodi.scm: Resurrect sodipodi output.
763
764 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
765
766         * elisp/lilypond-mode.el: Changed the way defaults are created for
767         LilyPond-command-master.  LilyPond-mode will now check the
768         timestamps of the files to see which command has to run next.
769
770 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
771
772         * scm/bass-figure.scm (format-bass-figure): don't set
773         number-markup for strings. This fixes string in bass
774         figure. (backportme)
775
776         * lily/parser.yy (bass_number): insert number-markup into figure
777         definition.
778
779         * scm/define-music-properties.scm (all-music-properties): make
780         'figure a markup.
781
782         * scripts/convert-ly.py (conv): \apply -> \applymusic
783
784 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
785
786         * elisp/lilypond-mode.el: changed the order of some commands
787         ("Midi" after "2Midi"), use the user-defined
788         LilyPond-command-default as default instead of "LilyPond"
789
790         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
791         to set the master file for the next command.
792
793         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
794         with font-lock-reference-face.
795
796 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
797
798         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
799
800         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
801
802 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
803
804         * ly/music-functions-init.ly (TODO): new file.
805
806         * lily/parser.yy (Generic_prefix_music_scm): add more
807         music_function symbols.
808         (Prefix_composite_music): change \apply to music-function   
809
810         * lily/include/music-function.hh: rename to music-function
811
812 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
813
814         * lily/music-head.cc (LY_DEFINE): change order of args.
815
816         * input/regression/music-head.ly (texidoc): new file.
817
818         * lily/parser.yy (Generic_prefix_music): allow generic
819         music-transformation functions. 
820
821         * lily/include/music-head.hh (is_music_head): new file.
822
823         * lily/music-head.cc (get_music_head_transform): new file.
824
825 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
826
827         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
828         empty extent. This fixes ottava brackets on rests. (backportme)
829
830         * make/lilypond.redhat.spec.in (Group): ln png files for info.
831
832         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
833
834         * cygwin/lily-wins.py: update for the lily-wins.py script.
835
836 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
837
838         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
839         code. This will obviate typeset_grob () in the future.  The effect
840         of this is that improperly written spanner handling will result in
841         invalid spanner bounds.
842         (announce_grob): add to elems_ from here
843         (typeset_grob): comment out.  
844
845         * lily/include/engraver.hh (make_spanner): new calling interface
846         for make_{item,spanner}. This obviates most calls to
847         announce_grob().
848                 
849         * scm/music-functions.scm (set-accidental-style): use GrandStaff
850         iso. PianoStaff for piano styles.
851
852 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
853
854         * Documentation/user/music-glossary.tely: add segno after d.s.
855
856 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
857
858         * lily/include/audio-column.hh: remove unused variables.
859         (patch by Michael Welsh Duggan)
860
861         * flower/include/axes.hh (other_axis): inline Axes function
862         (thanks to David Brandon).
863
864 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
865
866         * cygwin/mknetrel: Install image links (backportme).
867
868         * Documentation/user/GNUmakefile (local-install-info): Activate
869         actual installing of image links (backportme).
870
871 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
872
873         * Documentation/user/notation.itely (Measure repeats): Removed
874         unnecessary (and confusing) \context Voice{.
875
876 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
877
878         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
879
880         * lily/page.cc (Page): Do not use ly_scheme_function for
881         volatile/configurable variables (FIXME: better name).
882
883         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
884         get_scmvar).
885
886 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
887
888         * scripts/convert-ly.py (FatalConversionError.subst): use
889         \transposition.
890
891 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
892
893         * lily/include/page.hh (class Page): Declare left_margin ().
894
895         * lily/page.cc: Remove paper var caching.
896
897 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
898
899         * Documentation/user/music-glossary.tely: Add name to @top node.
900         Remove comment from @table definitions (workaround for makinfo
901         bug).
902
903         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
904         ly:stencil-get-expr).  Update callers.
905         (ly:stencil-align-to!):  Return stencil too.
906
907         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
908         stencil.  Remove looped line-based page output.
909         (output_line): Use line stencil.  Remove looped stencil-based line
910         output.
911
912         * lily/page.cc (ly:page-paper-lines): New function.
913
914         * input/test/markup-score.ly: New file.
915
916         * scm/define-markup-commands.scm (stencil): New markup.
917
918         * lily/book.cc (to_stencil): New method.
919
920         * lily/parser.yy (markup): Use it to grok \score.
921
922 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
923
924         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
925
926         * lily/paper-book.cc (pages): Change signature.  Update callers.
927
928         * lily/include/page.hh:
929         * lily/page.cc: New file.
930
931         * lily/paper-line.cc (to_stencil): New method.
932         
933         * lily/paper-outputter.cc (output_stencil): New method.
934
935         * lily/paper-outputter.cc (output_line): Use them.
936
937         * lily/warn.cc: Remove.
938
939         * lily/my-lily-parser.cc (distill_inname): Remove.
940
941         * flower/include/file-name.hh: 
942         * flower/file-name.cc: New file.  Update users.
943
944         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
945         (find): New method of same name.
946
947         * lily/my-lily-parser.cc (ly:parse-file): Use it.
948
949         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
950         constant error message.
951
952 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
953
954         * input/test/{blank-notes.ly,staff-container.ly}: typos.
955
956 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
957
958         * Documentation/user/music-glossary.tely: @table @strong' replaced
959         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
960         (backportme).
961
962 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
963
964         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
965
966         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
967         #{ lily music expression #} that returns an equivalent scheme
968         music expression by parsing the string.
969
970 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
971
972         * lily/my-lily-parser.cc:
973         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
974         SCM string (foo.ly/toto.scm support).
975
976 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
977
978         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
979
980 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
981
982         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
983
984         * scripts/lilypond-book.py: LY code that includes \header is
985         not assumed to be a fragment.
986
987 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
988
989         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
990         tremolo beams up.
991
992         * lily/stem.cc (chord_start_y): Return 0 if no heads.
993         (get_default_stem_end_position): No tremolo head juggling if no
994         heads.  Fixes tremolo crash on rests (backportme).
995
996         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
997
998 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
999
1000         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1001         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1002
1003         * lily/lexer.ll: Allow \encoding in NOTES mode.
1004
1005         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1006         for lyrics, not for commands.
1007
1008         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1009         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1010
1011         * input/regression/newaddlyrics.ly: New file.
1012
1013         * Documentation/topdocs/NEWS.texi: Update.
1014
1015         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1016         (Music_list): Allow embedded scm.
1017
1018         * lily/score.cc (ly:score-bookify): New function.
1019
1020         * lily/music.cc (ly:music-scorify): Idem.
1021
1022         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1023         (ly:parser-print-score): Idem.
1024
1025         * scm/lily.scm (default-toplevel-book-handler): Idem.
1026         (default-toplevel-music-handler): Idem.
1027         (default-toplevel-score-handler): Idem.
1028
1029         * ly/declarations-init.ly: Set default toplevel handlers.
1030
1031         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1032
1033         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1034         printer for score at toplevel.
1035
1036 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1037
1038         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1039         Fix for simple case: input/simple-song.ly, more complex stuff
1040         does not work yet.
1041
1042 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1043
1044         * lily/parser.yy (Prefix_composite_music): split Composite_music
1045         in Prefix_composite_music and Grouped_music_list.
1046         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1047
1048 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1049
1050         * scm/lily.scm (toplevel-expression): New define.
1051
1052         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1053
1054         * lily/parser.yy (toplevel_expression): Use it.
1055
1056         * lily/include/my-lily-parser.hh: Smobbify.
1057
1058         * lily/my-lily-parser.cc (parse_string): New method.
1059         
1060         * lily/my-lily-parser.cc (ly:parse-string): New function.
1061
1062         * Documentation/user/lilypond.tely: Add comment and workaround for
1063         gs-8.01 crash.  Fixes make web.
1064
1065         Simplification of toplevel music.
1066         
1067         * lily/lexer.ll, lily/parser.yy:
1068
1069         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1070         shift/reduce problem.
1071
1072         * Use NOTES mode at start of maininput.
1073
1074         * Grok toplevel composite music expression, put in score and book.
1075
1076         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1077
1078         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1079
1080         * input/simple.ly: New file.
1081         
1082         * input/simple-song.ly: Idem.
1083
1084 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1085
1086         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1087         Sandberg.
1088
1089 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1090
1091         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1092
1093 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1094
1095         * input/regression/accidental-octave.ly: doc automatic showing
1096         of note names.
1097
1098 2004-04-16  Heikki Junes <janneke@gnu.org>
1099
1100         * po/fi.po: do "make po && make -C po po-update" at top-level,
1101         then "cp po/out/fi.po po/fi.po" and update fields.
1102
1103         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1104
1105 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1106
1107         * Documentation/user/introduction.itely (About this manual): Fix
1108         templates and regression urls (backportme).
1109
1110 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1111
1112         * ly/engraver-init.ly (Score:graceSettings): Increase
1113         beamed-lengths, especially for 32nd notes.
1114
1115         * Documentation/user/notation.itely (Grace notes): Correct the
1116         syntax for add-grace-property example.
1117
1118 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1119
1120         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1121         `Generated' tag.
1122
1123         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1124         Severely broken (the Debian package, at least).
1125
1126 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1127
1128         * lily/context.cc (find_create_context): assign to lvalue.
1129
1130 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1131
1132         * lily/include/translator.hh (class Translator): rename
1133         get_parent_context() to context () to avoid confusion.
1134
1135         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1136
1137         * lily/lexer.ll: change is_string -> ly_c_string_p 
1138
1139         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1140
1141         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1142
1143         * VERSION: release 2.3.0
1144
1145         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1146
1147         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1148         if nonempty.
1149
1150         * lily/include/context.hh (class Context): make members protected.
1151         (children_contexts): new accessor function.
1152
1153         * lily/include/translator.hh (class Translator): make
1154         daddy_context_ protected.
1155         (class Translator): clean up. 
1156
1157         * lily/include/context.hh (class Context): make daddy_context_
1158         private.
1159
1160         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1161         higher for finding Voice. (backportme)  
1162
1163         * lily/include/context.hh (class Context): remove
1164         find_context_below() as a method.
1165
1166         * Documentation/user/notation.itely (The Lyrics context): add note
1167         about manual durations
1168
1169         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1170         encoding.
1171
1172         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1173
1174 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1175
1176         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1177         \usepackage{inputenc}
1178
1179         * lily/paper-book.cc (classic_output): don't advance Offset for
1180         TeX output.
1181
1182         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1183         ec-sauter.map in rules
1184
1185         * mf/ecb.mf (font_identifier): new file, based on ecbx
1186
1187         * mf/ecb10.mf (gensize): new file.
1188
1189         * Documentation/topdocs/NEWS.texi (Top): document some more new
1190         features.
1191
1192         * ly/declarations-init.ly: run convert-ly
1193
1194         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1195         from input-file-results. Remove input-file-results.* 
1196
1197 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1198
1199         * scm/output-ps.scm (font-command): Fix, again.
1200
1201         * input/test/title-markup.ly: Add \noPagebreak test.
1202
1203         * lily/score-engraver.cc (try_music): Bugfix.
1204
1205 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1206
1207         * lily/main.cc (main_with_guile): excise dependency options -M and
1208         --dep-prefix
1209
1210         * lily/input-file-results.cc: excise Makefile dependency code
1211
1212         * Documentation/user/invoking.itexi (Invoking the lilypond
1213         binary): remove dep doco
1214         
1215         * lily/main.cc (main_with_guile): call lilypond-main
1216         
1217         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1218
1219         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1220         exception.
1221
1222         * lily/my-lily-parser.cc: remove paper_description function
1223
1224         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1225         new function.
1226
1227         * lily/main.cc: remove global_score_count.
1228
1229         * lily/book.cc (process): don't take header from global_input_file.
1230
1231         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1232
1233         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1234
1235         * lily/music-output-def.cc (LY_DEFINE): new function
1236         ly_output_description. This function does the bulk for  setting,
1237         parsing and breaking down of an input file.
1238
1239         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1240         anonymous modules globally. Let's hope they get GCd
1241
1242         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1243
1244 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1245
1246         * scm/output-ps.scm (header): Papersize from paper.
1247
1248         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1249         for classic output.
1250
1251         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1252         lilypondclassic is defined.
1253         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1254
1255         * input/regression/between-systems.ly: Remove.
1256
1257         * python/lilylib.py (get_bbox): Fix regular expression
1258         for bounding box.
1259
1260         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1261
1262         * scm/output-tex.scm (stop-page): Use it.
1263
1264         * scm/output-ps.scm (define-fonts): Bugfix.
1265
1266         * lily/grob.cc: Add penalty to interface.
1267
1268         * lily/include/paper-line.hh (class Paper_line): New member
1269         var penalty_.
1270
1271         * lily/system.cc (get_line): Initialise Paper_line with
1272         page-penalty's from original grobs.
1273
1274         * scm/define-music-properties.scm (all-music-properties): Add
1275         page-penalty.
1276
1277         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1278
1279         * lily/score-engraver.cc (try_music): Handle page-penalty.
1280
1281         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1282
1283 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1284
1285         * ly/declarations-init.ly (melismaEnd): typo
1286
1287         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1288
1289         * scm/output-ps.scm (text): split string into spaces, use moveto
1290         for setting space. 
1291         
1292 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1293
1294         * po/nl.po: Update.
1295
1296         * scm/font.scm (add-cmr-fonts): Typo.
1297
1298 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1299
1300         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1301         font-encoding.
1302
1303         * scm/define-grobs.scm (all-grob-descriptions): idem.
1304
1305         * lily/time-signature.cc (numbered_time_signature): idem.
1306
1307         * scm/font.scm (add-cmr-fonts): use real encoding names for
1308         font-encoding.
1309
1310 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1311
1312         * lily/paper-book.cc (classic_output): 
1313         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1314         Fixes classic output.
1315         (lilypondstart):
1316         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1317         kludge.
1318
1319         * scripts/old-lilypond-book.py: Remove.
1320
1321         Page layout for SCOREs enclosed in a BOOK:
1322
1323         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1324         layout tweaking.
1325
1326         * input/les-nereides.ly (theScore): Add \book.
1327         
1328         * input/test/title-markup.ly: Add \book.
1329
1330         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1331         only if 'verbose.
1332
1333         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1334
1335         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1336
1337         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1338         * scm/output-tex.scm (start-system): Update for page layout by
1339         LilyPond.
1340
1341         * scm/output-ps.scm (start-system): Previously (new-start-system).
1342
1343         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1344         passed to define-fonts.
1345
1346         * lily/paper-column.cc: 
1347         * lily/system.cc (get_line):
1348         * ly/property-init.ly (newpage): 
1349         * scm/define-grob-properties.scm:
1350         * scm/output-ps.scm: 
1351         * scm/output-tex.scm: Remove between-system-string kludge.
1352
1353         * scm/output-ps.scm (define-fonts, font-command,
1354         font-load-encoding): Handle ENCODING = #f.
1355
1356         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1357
1358         * scm/define-markup-commands.scm (fill-line): Use
1359         make-simple-markup (WAS: unexisting make-word-markup).
1360
1361         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1362         ENCODING, MARKUP parameters for interpret_string.
1363
1364         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1365
1366         * lily/score.cc (book_rendering): New method.
1367         (default_rendering): Create Paper_book helper locally, dump
1368         output.
1369
1370         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1371
1372         * lily/parser.yy: Handle \book.
1373
1374         * lily/include/book.hh: 
1375         * lily/book.cc: New file.
1376
1377 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1378
1379         * lily/text-item.cc (interpret_string): new file, select font with
1380         encoding.
1381
1382         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1383
1384         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1385
1386         * lily/parser.yy (markup): take encoding from lexer.
1387
1388 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1389
1390         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1391
1392         * scm/output-ps.scm: Remove some cruft.
1393
1394 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1395
1396         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1397
1398         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1399
1400 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1401
1402         * scm/font.scm (add-century-schoolbook-fonts):
1403         (make-century-schoolbook-tree): New function.
1404
1405         * input/test/title-markup.ly: Use Century Schoolbook font.
1406
1407 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1408
1409         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1410         to Erik Sandberg) 
1411
1412         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1413
1414         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1415
1416         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1417
1418         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1419
1420 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1421
1422         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1423         solo-state (at end of solo), we can set the solo status
1424         too. (backportme.)
1425
1426         * input/regression/part-combine-solo-end.ly: new file.
1427
1428 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1429
1430         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1431         flavour abc files.  Really ignore unknown keys (backportme).
1432
1433 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1434
1435         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1436         magnification_ when looking up in orig_.
1437
1438         * scm/output-tex.scm (text): switch off char-mapping.
1439
1440         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1441         because AFM's encoding field cannot have spaces.
1442
1443 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1444
1445         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1446
1447 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1448
1449         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1450
1451         * mf/cmr.enc: new file, without hi-bit ascii info. 
1452
1453         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1454         width. This removes the 'hook' at the end of a long slur.
1455
1456         * buildscripts/mf-to-table.py (parse_logfile): don't append
1457         encoding to fontname.
1458
1459 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1460
1461         * scm/output-ps.scm (define-fonts): Load .enc only once.
1462
1463         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1464         too.
1465
1466 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1467
1468         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1469         encoding field.
1470
1471         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1472
1473         * ly/portuges.ly (pitchnames): new file.
1474
1475         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1476         Michael Welsh Duggan
1477
1478         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1479
1480         * ly/nederlands.ly: add comment about digits.
1481
1482         * lily/scaled-font-metric.cc (derived_mark): idem.
1483
1484         * scm/encoding.scm (make-encoding-mapping): change permutation to
1485         mapping.
1486
1487         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1488         (Modified_font_metric): make alist for coding_description_
1489         (LY_DEFINE): remove coding-name.
1490
1491         * scm/output-tex.scm (text): remove debugging code.
1492
1493         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1494
1495         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1496         from infile.
1497
1498         * mf/feta-generic.mf: move fet_beginfont into generic code.
1499         use fetaMusic (without space) as encoding
1500
1501         * mf/feta-autometric.mf: take encoding argument
1502
1503         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1504
1505         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1506         use.
1507
1508         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1509         name.
1510
1511 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1512
1513         * input/test/title-markup.ly: Set inputencoding.
1514
1515         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1516
1517         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1518
1519         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1520         function.
1521         (coding-alist): Also hold filename, command.
1522         (read-encoding-file): Return symbols.
1523
1524 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1525
1526         * scm/output-tex.scm: remove fontify; text and char take a font
1527         argument.
1528
1529         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1530
1531         * lily/scaled-font-metric.cc (text_dimension): init
1532         coding_{permutation,table}_ too 
1533         (LY_DEFINE): ly:font-encoding, new function return
1534
1535         * lily/paper-def.cc (find_scaled_font): take input coding from
1536         inputcoding paper var.
1537
1538         * lily/performance.cc (output): remap modulo 16.
1539
1540         * lily/text-item.cc (interpret_markup): whoops, variable
1541         shadowing fixed.
1542
1543 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1544
1545         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1546         symbols, not symbols to strings.
1547         
1548         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1549         symbols, not symbols to strings.
1550
1551 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1552
1553         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1554         (ly:kpathsea-gulp-file): New function.
1555
1556         * scm/encoding.scm (read-encoding-file): Use it.
1557
1558 2004-04-06  Werner Lemberg  <wl@gnu.org>
1559
1560         * scm/encoding.scm (coding-alist): Fix typo.
1561
1562 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1563
1564         * lily/scaled-font-metric.cc (text_dimension): move function from
1565         Font_metric
1566         (make_scaled_font_metric): init coding_scheme_ to TeX
1567         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1568
1569         * lily/include/scaled-font-metric.hh (struct
1570         Modified_font_metric): rename from Scaled_font_metric
1571
1572         * scm/encoding.scm (read-encoding-file): split up large function,
1573         leave caching to (delay)
1574
1575         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1576
1577 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1578
1579         * lily/my-lily-lexer.cc (set_encoding): New method.
1580
1581         * lily/lexer.ll: Grok \encoding.
1582
1583         * lily/font-metric.cc (get_encoded_index): New function.
1584
1585         * lily/include/font-metric.hh (coding_scheme): New method.
1586
1587         * scm/encoding.scm: New file.
1588
1589         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1590
1591 2004-04-05  Werner Lemberg  <wl@gnu.org>
1592
1593         * Documentation/user/tutorial.itely: Revised (finished).
1594
1595         * Documentation/user/macros.itexi (@separate): Removed.
1596
1597 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1598
1599         * scm/output-ps.scm (define-fonts): fix scaling.
1600
1601         * lily/scaled-font-metric.cc (design_size): add function.
1602
1603         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1604         partial cut&paste of ly:font-magnification.
1605
1606 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1607
1608         * scm/output-ps.scm (define-fonts):
1609         (fontify): Update.
1610
1611 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1612
1613         * po/fr.po: update. (backportme).
1614
1615         * po/nl.po: update. (backportme). 
1616
1617         * mf/feta-beugel.mf: document why design size is not fixed.
1618
1619         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1620
1621 2004-04-04  Werner Lemberg  <wl@gnu.org>
1622
1623         * Documentation/user/tutorial.itely: Revised (continued).
1624
1625 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1626
1627         * po/nl.po: Update (backportme).
1628
1629 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1630
1631         * po/de.po: update. (backportme).
1632
1633         * scm/output-tex.scm (font-command): use ly: functions to
1634         construct name.
1635         (define-fonts): don't use alist, just dump \font definitions.
1636         (font-load-command): calculate proper scaling by taking
1637         outputscale from paper argument.
1638
1639         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1640         expression.
1641
1642         * lily/paper-outputter.cc (output_header): pass paper arg to
1643         define-fonts
1644
1645         * lily/paper-def.cc (font_descriptions): dump list of
1646         Scaled_font_metrics
1647         (find_scaled_font): take Font_metric argument, store
1648         Scaled_font_metrics in hash-table containing (size ->
1649         Scaled_font_metrics) alist.
1650         (get_dimension): rename from get_realvar
1651
1652         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1653         ly:font-magnification, ly:font-name: new functions
1654
1655 2004-04-03  Werner Lemberg  <wl@gnu.org>
1656
1657         * Documentation/user/dedication.itely,
1658         Documentation/user/preface.itely,
1659         Documentation/user/introduction.itely,
1660         Documentation/user/tutorial.itely: Revised.
1661         Removing leading spaces which distorts output if info files are read
1662         with stand-alone info.
1663         Removing superfluous inter-word spaces which also distorts output
1664         for stand-alone info.
1665         Using ` and ' instead of `` and '' everywhere to improve
1666         legilibility with stand-alone info
1667         Using @samp for single-letter input items and data which contains
1668         spaces, @code for other things.
1669
1670         * lily/grob-interface.cc: Adding copyright.
1671         (check_interfaces_for_property): Improve format of warning message.
1672
1673 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1674
1675         * lily/include/font-metric.hh (struct Font_metric): add
1676         design_size () method.
1677
1678         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1679
1680         * lily/afm.cc (read_afm_file): read design size.
1681
1682         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1683
1684         * scm/music-functions.scm (unfold-repeats): handle dots too.
1685
1686 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1687
1688         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1689         (backportme)
1690
1691 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1692
1693         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1694         lyric indent.  Revert melismaBusyProperties using \unset.
1695
1696 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1697
1698         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1699
1700         * lily/parser.yy (command_element): allow redefinition of |
1701         meaning.
1702
1703         * lily/break-align-engraver.cc (acknowledge_grob): construct
1704         LeftEdge where the first cause for alignment is coming from.
1705         This makes \override Staff.LeftEdge work as expected.
1706
1707         
1708         * lily/slur-performer.cc (Slur_performer): add inits
1709
1710         * lily/beam-performer.cc (Beam_performer): add inits
1711
1712 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1713
1714         * VERSION (PACKAGE_NAME): release 2.2.0
1715
1716         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1717
1718 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1719
1720         * lily/cluster.cc (height): Fix warning.
1721
1722         * lily/parser.yy: Janitorial cleanups.
1723
1724         * Documentation/user/tutorial.itely (Tutorial): Typo.
1725
1726 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1727
1728         * lily/change-iterator.cc (process): search at multiple context
1729         levels. This fixes 
1730
1731         
1732         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1733         not voice-state index for tie state. This fixes a partcombine
1734         problem with ties.
1735
1736         * Documentation/user/tutorial.itely (Commenting input files): add
1737         note about convert-ly.
1738
1739         * input/test/cadenza-skip.ly:  new file.
1740
1741 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1742
1743         * po/nl.po: Spelling fixes.
1744
1745         * autogen.sh (srcdir): Regenerate.
1746
1747         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1748         autogen.sh.
1749
1750         * configure.in: Use C++ to check for C++ header.
1751
1752         * po/nl.po: Update.
1753
1754         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1755
1756         * lily/event.cc (to_relative_octave): Translatable sentence should
1757         be one string.
1758
1759         * python/lilylib.py (warranty): Year range is not translatable.
1760         It's 2004 already!
1761
1762         * flower/warn.cc (non_fatal_error, warning, programming_error):
1763         Remove whitespace from translated string.
1764
1765 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1766
1767         * VERSION: release 2.1.37.
1768
1769 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1770
1771         * configure.in: check for C language.
1772
1773         * lily/source-file.cc: include strstream without h.
1774
1775         * scm/documentation-generate.scm (string-append): use name without
1776         .texi.
1777
1778         * autogen.sh (srcdir): SUSE fix.
1779
1780         * Documentation/user/notation.itely (Ancient clefs): idem.
1781
1782         * Documentation/user/lilypond-book.itely (Integrating HTML and
1783         music): idem.
1784
1785         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1786
1787         * lily/change-iterator.cc (process): use find_existing_context().
1788
1789         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1790
1791         * input/regression/repeat-unfold-tremolo.ly: new file.
1792
1793         * scm/music-functions.scm (unfold-repeats): undo music compression
1794         too.
1795
1796         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1797         (LY_DEFINE): ly:music-compress new function.
1798
1799         * scm/part-combiner.scm (determine-split-list): split for voice
1800         crossings
1801
1802         * input/regression/part-combine-cross.ly: new file.
1803
1804         * scm/part-combiner.scm (make-part-combine-music): don't do
1805         relative inside partcombine arguments.
1806
1807         * scm/music-functions.scm (make-non-relative-music): new function.
1808
1809         * Documentation/user/notation.itely (Automatic part combining):
1810         add note about \relative.
1811
1812         * lily/part-combine-iterator.cc (construct_children): add
1813         start_moment_ member.
1814
1815         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1816         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1817
1818         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1819
1820         * Documentation/user/changing-defaults.itely (Which properties to
1821         change): fixes.
1822
1823 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1824
1825         * po/fr.po: update.
1826
1827 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1828
1829         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1830
1831         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1832         Reinstate old code that issues warning.  Fixes --srcdir build.
1833
1834 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1835
1836         * input/wilhelmus.ly: New file.
1837
1838         * Documentation/user/notation.itely: 
1839         * Documentation/user/introduction.itely:
1840         * Documentation/user/tutorial.itely: Use quote ly-option instead
1841         of explicit @quotation.  This fixes too long lilypond linewidths
1842         resulting in overful hboxes.
1843
1844         * scripts/lilypond-book.py: Add ly-option: `quote'.
1845
1846 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1847
1848         * tex/titledefs.tex: Avoid that the first score line is extra
1849         indented if instrument is defined but not piece.
1850
1851 2004-03-30  Werner Lemberg  <wl@gnu.org>
1852
1853         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1854         `lilypond/' to info file name.
1855         (@usermanref) [info]: New variant.
1856
1857         * scm/documentation-generate.scm: Fix definition of @usermanref
1858         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1859         to info file name.
1860
1861 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1862
1863         * VERSION: release 2.1.36
1864         
1865         * Documentation/user/changing-defaults.itely (Interpretation
1866         contexts): rewrite introduction.
1867
1868 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1869
1870         * scm/define-markup-commands.scm: Use TeX accents instead of
1871         straight iso-8859-1 encoding in the doc string.
1872
1873 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1874
1875         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1876         space after dotted duration.
1877
1878 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1879
1880         * Documentation/user/introduction.itely: 
1881         * Documentation/user/notation.itely:
1882         * Documentation/user/tutorial.itely: Up all relative examples.
1883         Enclose @lilypond displays in @quotation.  Typos and corrections.
1884
1885         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1886
1887 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1888
1889         * scm/music-functions.scm (make-voice-props-revert): Revert also
1890         MultiMeasureRest staff-position in oneVoice.
1891
1892 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1893
1894         * Documentation/user/changing-defaults.itely, 
1895         Documentation/user/lilypond.tely: few fixes. Place no comma between
1896         two options: a and b, but commas between three options: a, b, and c.
1897         By this manner, grouping is possible: a and b, and c and d.
1898
1899 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1900
1901         * Documentation/user/GNUmakefile: add rule for .nexi
1902
1903 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1904
1905         * Documentation/user/music-glossary.tely: move glossary direntry
1906
1907         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1908         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1909
1910 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1911
1912         * stepmake/aclocal.m4: Verify that gettext configure check with
1913         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1914
1915 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1916
1917         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1918         glob.glob for .png filenames. This catches multipage pngs.  
1919
1920         * Documentation/user/changing-defaults.itely (Determining the grob
1921         property): fix references.
1922
1923         * lily/staff-symbol.cc (print): only add extent if non empty.
1924         This fixes staff-container.ly.
1925
1926         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1927         starting with a mmrest also works.
1928
1929         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1930         PNG for texinfo too.
1931
1932         * po/lilypond.pot: update translation strings.
1933
1934         * VERSION: 2.1.35 released
1935         
1936         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1937         context argument too.
1938
1939         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1940
1941         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1942
1943         * python/lilylib.py (command_name): don't return 1st path
1944         component.
1945
1946         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1947         .png case separately.
1948
1949         * python/lilylib.py (system): typo.
1950         
1951 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1952
1953         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1954         run indent-region.
1955
1956         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1957         Fixes compile.
1958
1959         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1960         Add header.
1961
1962 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1963
1964         * vim/lilypond-indent.vim: small fixes.
1965
1966 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1967
1968         * Documentation/user/notation.itely (Entering lyrics): Add example
1969         with correct english double quotes (at least for LaTeX output,
1970         maybe not a good idea if we switch to PS as the default output
1971         format).
1972
1973 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1974
1975         * lily/staff-performer.cc (create_audio_elements): play instrument
1976         changes before notes arrive. This fixes instrument of the first
1977         note in a score.
1978
1979         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1980         to 1.9.0 conversion.
1981
1982         * lily/mark-engraver.cc: doc string.
1983
1984         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1985
1986         * Documentation/user/introduction.itely (Introduction): new node.
1987
1988 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1989
1990         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1991
1992         * input/regression/spacing-ragged-last.ly: new file.
1993
1994         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1995         spacing.
1996
1997         * scm/font.scm: rewrite using GOOPS.
1998         
1999         * lily/context-def.cc (filter_engravers): derefence pointer.
2000
2001         * lily/lily-guile.cc (type_check_assignment): use
2002         ly_scheme_function iso. scm_primitive_eval where possible.
2003
2004         * lily/performance.cc (output): limit channels at 15. This fixes
2005         percussion inadvertently showing up in large scores.
2006
2007 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2008
2009         * input/regression/tuplet-gap.ly: new file.
2010
2011         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2012         (print): compute gap length from number size, include italic
2013         correction.
2014
2015         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2016         tuplet-bracket
2017
2018         * scm/paper.scm (set-default-paper-size): new function, to be
2019         called at toplevel.
2020         (set-paper-size): new function, to be called inside \paper {}
2021         (set-default-paper-size): new function, to be called at toplevel.
2022
2023         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2024
2025         * lily/beam-performer.cc (process_music): idem.
2026
2027         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2028         
2029         * tex/titledefs.tex: remove scshape for piece.
2030
2031         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2032         font-family
2033
2034         * lily/time-signature.cc (special_time_signature): font-encoding
2035         not family.
2036
2037         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2038         dynamic to head. This fixes p placement in morgenlied.
2039
2040 2004-03-23  Werner Lemberg  <wl@gnu.org>
2041
2042         * stepmake/stepmake/generic-targets.make (help): Improve text.
2043
2044 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2045
2046         * VERSION: 2.1.34 released
2047         
2048         * lily/main.cc (main_with_guile): switch debugging.
2049
2050         * lily/system.cc (get_line): plug leak.
2051
2052         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2053         and contents.
2054         (stencil2line): plug leak.
2055
2056         * Documentation/user/changing-defaults.itely (Determining a grob
2057         property):  new node.
2058         (Layout interfaces): new node.
2059         (Navigating the program reference): new node.
2060
2061         * lily/accidental-engraver.cc (acknowledge_grob): add property
2062         harmonicAccidentals
2063
2064         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2065         general cleanups.
2066         
2067         * input/les-nereides.ly (middleDynamics): resurrect Les
2068         nereides. Remove pedal hack.
2069
2070 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2071
2072         * input/regression/property-grace-polyphony.ly: new file.
2073
2074         * lily/translator-property.cc (execute_pushpop_property): only pop
2075         one instance of the property. This fixes << \\ >> together with
2076         \grace.
2077
2078         * lily/break-align-interface.cc (ordered_elements): we cannot
2079         modify the #'elements property, so return reordered array.
2080
2081 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2082
2083         * buildscripts/lilypond.words.py: remove.
2084         * buildscripts/lilypond-words.py: add new, renamed file. 
2085         Give generated targets and dirs explicitly in arguments.
2086
2087         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2088         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2089         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2090         
2091         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2092
2093         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2094
2095         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2096         orders.
2097
2098         * vim/GNUmakefile: add local-uninstall target.
2099
2100         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2101         
2102         * vim/vimrc: add a one-liner file.
2103
2104         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2105         vimrc in EXTRA_DIST_FILES.
2106
2107         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2108
2109 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2110
2111         * config.make.in: add vimdir.
2112
2113         * vim/GNUmakefile: add local-install.
2114
2115 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2116
2117         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2118         with \lilypondifundefined{blabla}. Solves problem with multiple
2119         titles in the same lilypond-book document.
2120
2121 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2122
2123         * scm/document-backend.scm (interface-doc): sort grob list for
2124         interface.
2125
2126         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2127         pre/post break align-order.
2128
2129         * spelling patch courtesy Edward Sutton.
2130
2131         * Documentation/user/changing-defaults.itely (Changing context
2132         default settings): new node.
2133         (Defining new  contexts): new node.
2134
2135         * scripts/lilypond-book.py (is_derived_class): use numbers
2136         iso. booleans.
2137
2138         * python/lilylib.py (make_ps_images): add margin to PS images.
2139
2140         * scripts/lilypond-book.py (is_derived_class): new function. Take
2141         class arg iso. object.
2142         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2143         for bug in GS/dvips.
2144
2145         * lily/text-item.cc (interpret_markup): idem.
2146
2147         * scm/define-markup-commands.scm: remove split around-space hack.
2148
2149         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2150         function, fold WL's fixes into one function.
2151
2152 2004-03-22  Werner Lemberg  <wl@gnu.org>
2153
2154         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2155         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2156         (Note_column::head_position_interval): Do proper rounding for
2157         calls to Staff_symbol_referencer::get_position.
2158
2159 2004-03-21  Werner Lemberg  <wl@gnu.org>
2160
2161         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2162         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2163         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2164         (My_lily_parser::parse_file): Improve formatting progress indication
2165         sent to stdout.
2166
2167 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2168
2169         * VERSION: 2.1.33 released.
2170
2171         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2172
2173         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2174
2175         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2176         warning is issued about dummy.dep.
2177
2178         * scm/new-font.scm: fix design sizes of nummer
2179
2180 2004-03-21  Werner Lemberg  <wl@gnu.org>
2181
2182         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2183         some annoying warnings from mkdir during `make install'.
2184
2185 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2186
2187         * lily/performer-group-performer.cc (do_announces): call
2188         Performer_group_performer::create_audio_elements () too.
2189
2190         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2191
2192         * scm/define-grobs.scm (all-grob-descriptions): add property
2193         break-align-orders
2194
2195         * lily/global-context.cc (get_default_interpreter): new
2196         function. Override from base class, so no new Score contexts are
2197         created.
2198
2199         * lily/include/stencil.hh (class Stencil): document origin field.
2200
2201         * lily/staff-symbol.cc (print): span staff-symbol on column
2202         extents for non-broken columns. 
2203
2204         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2205         key-signature.
2206
2207         * tex/titledefs.tex: don't use smallcaps for piece.
2208
2209         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2210         translated stencils in the output.
2211
2212         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2213
2214 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2215
2216         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2217         and init ties_created_
2218
2219         * VERSION: release 2.1.32
2220
2221         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2222         doc string from IMPLEMENT_CTOR_CALLBACK().
2223
2224         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2225         that engraver is in a performer hierarchy.
2226
2227 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2228
2229         * vim/lilypond-ftdetect.vim: new file.
2230
2231 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2232
2233         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2234         (compose_ly): default octave should be middle C.
2235
2236         * Documentation/user/changing-defaults.itely (Layout tunings
2237         within contexts): new node.
2238
2239         * lily/include/smobs.hh: document C++ smob interface.
2240
2241         * lily/function-documentation.cc: don't doc functions without
2242         docstring.
2243
2244 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2245
2246         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2247         direntry, so that `info lilypond' goes to Top.
2248
2249         * scm/output-ps.scm (polygon): Fix: add spaces.
2250
2251         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2252         solutions are now optimal too.
2253
2254         * input/test/page-breaks.ly: New file.
2255
2256         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2257         functions into safe module.
2258
2259         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2260         end, prepend zeros.
2261
2262         * scm/output-*.scm: Use ly:number->string rather than
2263         number->string.  Makes for saner output.
2264
2265         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2266         Fixes feta-nummer, feta-din scaling.
2267
2268 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2269
2270         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2271
2272         * scm/music-functions.scm (descend-to-context): new
2273         function. Similar to context-spec-music.
2274         (make-time-signature-set): specify Score as descend-only. This
2275         fixes the polymetric.ly example.
2276
2277         * lily/context-specced-music-iterator.cc (construct_children): add
2278         support for descend-only context spec.
2279
2280         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2281         determine ez-notation letter. 
2282
2283         * lily/system.cc (get_line): start with dumping layer 3. This
2284         fixes ez notation.
2285
2286 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2287
2288         * input/test/title-markup.ly: Stress breaking harder.
2289
2290         * scm/page-layout.scm (height-score): Overfull page scores twice
2291         as bad as underfull (was: by a power).
2292         (walk-lines): Omit first walk-path round (breaking after new node,
2293         without lines).
2294
2295         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2296         diff values are negative.
2297         (output): Bugfix: treat negative vfill differently.
2298
2299         * Documentation/user/lilypond.tely (direntry): Add note about why
2300         `info lilypond' brings up `Invoking LilyPond' node.
2301
2302 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2303
2304         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2305
2306         * lily/paper-book.cc: Remove cruft.
2307         (output): Bugfix: put vfill between lines.
2308         (pages): Bugfix: set page vars needed for filling.
2309
2310         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2311         (was: @ar).
2312
2313         * scm/page-layout.scm: Further development.
2314
2315         * ly/declarations-init.ly (paper): Define page-breaking.
2316
2317 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2318
2319         * lily/note-head.cc (brew_ez_stencil): add note-names
2320         property. Provides internationalization for note names.
2321
2322         * Documentation/user/changing-defaults.itely (Creating contexts):
2323         new node.
2324
2325         * lily/grace-iterator.cc (process): descend to child for \grace.
2326
2327         * lily/timing-translator.cc (initialize): Timing_translator adds
2328         Timing alias by itself.
2329
2330         * lily/context.cc (add_alias): new function.
2331
2332         * scm/lily.scm (tex-output-expression): new function, eval within
2333         drawing API. Guards against eval vulnerabilities.
2334
2335         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2336
2337         * scm/output-ps.scm (scm): export lily drawing API.
2338
2339         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2340         throughout.
2341
2342 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2343
2344         * scm/page-layout.scm (optimal-page-breaking): New function.
2345         
2346         * lily/paper-book.cc (pages): Use it.
2347
2348 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2349
2350         * lily/include/paper-line.hh (class Paper_line): Full smob.
2351
2352 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2353
2354         * lily/global-context.cc (run_iterator_on_me): fix grace note
2355         nesting by initting measurePosition.
2356
2357         * lily/timing-translator.cc (initialize): do no init
2358         measurePosition
2359         
2360         * lily/include/music-output-def.hh (class Music_output_def): add
2361         input_origin_ field.
2362
2363         * Documentation/user/changing-defaults.itely (Changing context
2364         properties on the fly): new node.
2365
2366         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2367         function. Only have smobbed_copy (), and do not provide
2368         smobbed_copy() for non-simple smobs. Changes throughout.
2369
2370 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2371
2372         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2373         start_moment_. Fix by Doug A. Linhardt.
2374
2375 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2376
2377         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2378         accidentals for harmonic notes.
2379
2380         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2381         of different style. (Thanks to Doug Linhardt).
2382
2383         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2384         new node.
2385
2386 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2387
2388         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2389
2390         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2391         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2392         vim/lilypond-indent.vim: doc targets and deps in comments.
2393
2394 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2395
2396         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2397
2398         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2399
2400         * lily/include/paper-line.hh:
2401         * lily/include/paper-line.cc: New file.
2402
2403 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2404
2405         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2406
2407         * GNUmakefile.in: remove stray make out=www
2408
2409         * input/test/bagpipe.ly (gcdg): octave fixes.
2410
2411         * scm/define-markup-commands.scm (number): use font-encoding
2412         iso. font-family
2413
2414         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2415         font-encoding.
2416         
2417 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2418
2419         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2420         `output_format_global' and `PAGE_LAYOUT'.
2421
2422 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2423
2424         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2425         lily functions in safe mode.
2426
2427         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2428         Print filename for HTML, LATEX, before texidoc.
2429
2430         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2431         instructions in output-ps module.
2432
2433         * scm/lily.scm: Do not load output-ps module.
2434
2435         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2436         safe mode.
2437
2438 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2439
2440         * lily/span-dynamic-performer.cc (process_music): remove spurious
2441         warning.
2442
2443         * lily/context-def.cc (Context_def): init name to ""
2444
2445         * lily/font-interface.cc: add font-encoding property.
2446
2447         * scm/lily.scm (chain-assoc-get): bugfix.
2448
2449         * lily/paper-book.cc (stencil2line): protect static SCM.
2450
2451         * lily/font-interface.cc (text_font_alist_chain): rename function,
2452         and use text-font-defaults. 
2453
2454         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2455
2456         * scm/paper.scm (paper-set-staff-size): use new function.
2457
2458         * scm/new-font.scm (make-font-tree): new function.
2459
2460 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2461
2462         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2463
2464         * scm/lily.scm (get-output-module): New function.
2465         (output-alist): Remove ,ps-output-expression.
2466
2467         * scm/output-tex.scm (ps-output-expression): New function.
2468
2469         * scm/output-ps.scm (ps-output-expression): Remove.
2470         (header, start-page): Output page metadata.
2471
2472         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2473         initialise output_module_.  Do not write part of header.
2474         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2475         (output_header): Output full header.
2476
2477         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2478         FIXME.
2479
2480 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2481
2482         * scm/new-font.scm: new file. Tree based font lookup.
2483
2484         * scm/lily.scm (assoc-get): take default argument. Remove
2485         assoc-get-default.
2486         (chain-assoc-get): use chain-assoc-get everywhere.
2487
2488         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2489         autobeamsettings conversion bug.
2490
2491         * lily/include/global-context.hh (Context): clean-up data hiding.
2492
2493         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2494         data hiding.
2495
2496         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2497
2498         * input/regression/stem-shorten.ly: add chord case.
2499
2500         * lily/stem.cc (get_default_stem_end_position): shorten stems
2501         triggered by note-head positions, not by forced-direction. This
2502         fixes a bug with too short stems.  
2503  
2504 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2505
2506         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2507         Lilypond_snippet.output_latex): Always call output_print_filename.
2508
2509         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2510         expand pages.
2511
2512 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2513
2514         * scm/part-combiner.scm (make-autochange-music): switch rests
2515         before switched notes too.
2516
2517         * lily/figured-bass-engraver.cc (process_music): change calling
2518         convention.
2519
2520         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2521
2522         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2523         command.
2524
2525         * lily/include/stencil.hh (class Stencil): add origin field.
2526
2527         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2528         function.
2529
2530         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2531
2532         * lily/lexer.ll: remove support for \$ and $ in identifiers
2533
2534         * lily/sequential-iterator.cc: remove copy_grace_fixups
2535         (get_grace_fixup): slight abstraction of fixup code.
2536
2537         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2538
2539 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2540
2541         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2542         in insert-mode. add indenting rules.
2543
2544 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2545
2546         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2547         protect hack.
2548
2549         * scm/page-layout.scm:
2550         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2551         layout and titling should now match external latex based version.
2552
2553         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2554         header fields.
2555
2556         * ps/lilyponddefs.ps: Remove automatic page layout.
2557
2558         * scm/output-ps.scm (new-start-system): New interface function.
2559
2560         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2561
2562         * lily/paper-book.cc (output): Bugfix.
2563
2564 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2565
2566         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2567         
2568 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2569
2570         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2571         direntries.
2572
2573         * ps/lilyponddefs.ps: Bugfix.
2574
2575         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2576
2577 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2578
2579         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2580         cause. This should fix warnings.
2581
2582         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2583
2584         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2585         prevent aligned 6ths.
2586
2587         * lily/custos.cc (print): remove adjust-if-on-staffline.
2588
2589 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2590
2591         * lily/paper-book.cc: Do header and footer.
2592
2593 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2594
2595         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2596
2597         * scm/paper.scm (lineheight): Remove
2598         (head-sep, foot-sep): Add.
2599
2600 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2601
2602         * mf/feta-schrift.mf: reduce portato thickness.
2603
2604         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2605
2606         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2607         programming_error ().
2608
2609         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2610         bracket to last command column.
2611
2612         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2613         continues on next/prev system.
2614
2615         * input/regression/pedal-end.ly: new file.
2616
2617 2004-03-10  Werner Lemberg  <wl@gnu.org>
2618
2619         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2620         Remove pmx2ly stuff.
2621         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2622
2623 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2624
2625         * scm/page-layout.scm: New file.
2626
2627         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2628         settings.
2629         (Lilypond_snippet.is_outdated): Also check for PNG file.
2630         Workaround for interrupted (web) builds.
2631
2632         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2633
2634         * ps/lilyponddefs.ps: Use only very small top-marging.
2635         (init-paper): Also pop page size string.
2636         (start-page, stop-page): New function.
2637
2638         * scm/output-ps.scm (header-end): Remove stray exec commands.
2639
2640 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2641
2642         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2643
2644         * lily/score.cc (default_rendering): clean protection.
2645
2646         * lily/paper-book.cc (mark_smob): implement smob marking.
2647
2648         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2649
2650         * Documentation/user/*.itely: user manual edits. 
2651
2652 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2653
2654         * Documentation/user/converters.itely (Invoking musedata2ly):
2655         remove pmx2ly.
2656
2657         * scripts/pmx2ly: remove script.
2658         
2659 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2660
2661         * lily/score.cc (default_rendering): Protect paper-book members.
2662
2663         * lily/paper-def.cc (smobbed_copy): New method.
2664
2665         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2666         switch runtime.
2667
2668         * lily/include/music-output.hh (process): Change signature to
2669         return SCM.
2670
2671         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2672         method.
2673
2674         * lily/paper-score.cc (process): Return stencils rather than
2675         outputting directly.  Remove paper-book kludge.  Delete grobs.
2676         (output): Remove.
2677
2678         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2679
2680         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2681
2682         * lily/score.cc (default_rendering)
2683         (ly_render_output): Move adding paper-score two levels up.
2684
2685         * lily/system.cc (get_line):
2686         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2687
2688 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2689
2690         * scm/font.scm (paper20-font-vector): add more design sizes for
2691         number.
2692
2693         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2694         feta-nummber{5,7,11,13}.
2695
2696         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2697         for 12pt design size. 
2698
2699 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2700
2701         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2702
2703 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2704
2705         * lily/font-select.cc (properties_to_font_size_family): Fix
2706         warning message.
2707
2708         * Experimental PostScript latin1 encoding:
2709         
2710         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2711
2712         * scm/output-ps.scm: Experimental encoding using reencode-font.
2713         * scm/font.scm: Add latin1 `font-shape'.
2714         
2715         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2716
2717         * ps/lilyponddefs.ps (reencode-font): New function.
2718
2719         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2720
2721         * scm/output-tex.scm (start-page):
2722         (stop-page): New interface function.
2723
2724 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2725
2726         * lily/paper-outputter.cc (output_expr):
2727         (output_header):
2728         (output_line): New method.
2729
2730         * lily/system.cc (get_line):
2731         (get_lines): New method.
2732         (output_scheme):
2733         (output_line): Remove.
2734
2735         * scm/lily.scm (make-title): New function.
2736
2737         * lily/paper-book.cc: 
2738         * lily/include/paper-book.hh: New file.
2739
2740         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2741         ly-modules.hh).
2742
2743         * lily/ly-module.cc (ly_modules_lookup): New function.
2744
2745         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2746
2747         * scm/output-ps.scm (make-title): Remove.
2748         (output-scopes): Junk header-title test.
2749
2750 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2751
2752         * mf/feta-schrift.mf: thicker dot for portato.
2753
2754         * lily/accidental-placement.cc (position_accidentals): bugfix in
2755         offset, this fixes right-padding of AccidentalPlacement.
2756
2757         * lily/[h-z]*.cc: () formatting.
2758
2759         * Documentation/user/tutorial.itely (An orchestral part): more
2760         fixes for the tutorial.
2761
2762         * scm/translation-functions.scm (fraction-tuplet-formatter):
2763         reverse fraction.
2764
2765         * lily/parser.yy (context_def_spec_block): use \context instead of
2766         \translator.
2767
2768         * lily/[a-g].cc: () style cleanup.
2769
2770         * Documentation/user/tutorial.itely (Automatic and manual beams):
2771         editing of tutorial.
2772
2773 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2774
2775         * buildscripts/mf-to-table.py (base): write encoding name.
2776
2777 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2778
2779         * Documentation/user/GNUmakefile (local-install-info): Issue
2780         warning (for packager, ie, if not installing in /usr or /usr/local).
2781
2782         * lily/stencil-scheme.cc: 
2783         * lily/staff-symbol-referencer.cc: 
2784         * lily/script-column.cc: 
2785         * lily/pitch.cc: 
2786         * lily/music.cc: 
2787         * lily/grob-pq-engraver.cc: 
2788         * lily/font-interface.cc: 
2789         * lily/music-output-def.cc: 
2790         * lily/duration.cc: 
2791         * lily/grob-scheme.cc:
2792         * lily/context-scheme.cc: Put scheme name on first line in
2793         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2794         style cleanups.
2795
2796         * stepmake/stepmake/scm-vars.make: 
2797         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2798         Rename and split TAGS_FILES.
2799
2800         * GNUmakefile.in (ALL-TAGS): Remove.
2801         
2802         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2803         deeper TAGS files.  Fixes regexp tags in TOP dir.
2804
2805 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2806
2807         * VERSION: 2.1.29 released.
2808         
2809         * Documentation/user/changing-defaults.itely (Changing defaults):
2810         new file.
2811
2812         * Documentation/user/notation.itely (Notation manual): rename from 
2813         refman.itely
2814
2815         * Documentation/user/notation-appendices.itely (The Feta font):
2816         new file.
2817
2818         * Documentation/user/advanced.itely: add aborted attempt for
2819         advanced topics manual.
2820
2821 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2822
2823         * scm/new-markup.scm: display Markups in sane format. Patch by
2824         Nicolas Sceaux.
2825
2826 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2827
2828         * lily/main.cc: Cleanups.
2829         (setup_localisation): New function.
2830         (sane_putenv): Remove.
2831         (main_with_guile): New name (Was: main_prog).  Remove musings
2832         about possible preparation for GUILE heavy memory usage and
2833         practical uselessness.  Do not set environment variables
2834         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2835         name juggling.
2836         (parse_argv): New function.
2837         (copyright): New function.  It's 2004 already.
2838
2839         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2840         (distill_inname): Move from main.
2841
2842 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2843
2844         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2845
2846         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2847
2848         * Documentation/user/running.itely: new file.
2849
2850         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2851
2852         * lily/score-performer.cc (finish): call Translator::finalize ().
2853
2854 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2855
2856         * lilypond-ftpplugin.vim: renamed to the following file.
2857         * lilypond-ftplugin.vim: new file.
2858
2859         * GNUmakefile.in: update VIM_FILES.
2860
2861 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2862
2863         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2864         props.
2865
2866         * input/test/tie-sparse.ly: remove.
2867
2868         * lily/tie-performer.cc (try_music): copy & paste from
2869         Tie_engraver.
2870
2871         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2872         variable_ref twice.
2873
2874         * lily/key-performer.cc (create_audio_elements): use
2875         alterations-in-key.
2876
2877         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2878
2879 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2880
2881         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2882         handle also quarter tones (not shown as tests). test also flats.
2883
2884         * Documentation/index.html.in: small fixes.
2885
2886 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2887
2888         * input/regression/new-markup-scheme.ly: Typo.
2889
2890         * scm/define-markup-commands.scm (fill-line): New markup.
2891
2892         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2893         (output-paper-def): Fix alignment.
2894         (make-title): Fix height/width scaling.
2895
2896         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2897
2898         * input/test/title-markup.ly: Add remaining titles.  Layout and
2899         font size fixes.  Add simplistic latin1 test.
2900
2901 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2902
2903         * input/test/nested-groups.ly: remove. move content (to next). 
2904         * input/test/staff-bracket.ly: replace content (from prev), this 
2905         has been already in templates.
2906
2907 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2908
2909         * stepmake/autogen.sh: Only issue warning about running configure
2910         without arguments when autogen.sh will actually be running
2911         configure.
2912
2913 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2914
2915         * scm/new-markup.scm (stack-stencil-line): robustness.
2916
2917         * scm/define-markup-commands.scm (simple): robustification of
2918         simple-markup.
2919
2920         * Documentation/user/music-glossary.tely (Top): change central C
2921         to middle C.
2922
2923         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2924
2925 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2926
2927         * input/test/title-markup.ly (spaceTest): Add.
2928
2929         * lily/text-item.cc (interpret_markup): Make line markup from
2930         multi word markup.
2931
2932         * scm/define-markup-commands.scm (word): New markup command.
2933         (simple): Use it.
2934
2935         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2936
2937 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2938
2939         * vim/ftplugin/lilypond.vim:
2940         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2941         show matching paren in insert mode.
2942
2943 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2944
2945         * scm/output-ps.scm (make-title, output-scopes): Further
2946         development.
2947
2948         * input/test/title-markup.ly: New file.
2949
2950         * ps/lilyponddefs.ps: Disable PostScript titling.
2951
2952         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2953
2954 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2955
2956         * lily/arpeggio.cc (width_callback): remove padding.
2957  
2958         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2959
2960         * scm/define-music-types.scm: remove make-music-by-name.
2961
2962         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2963
2964 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2965
2966         * lily/paper-score.cc (process): Output titles using make-title.
2967
2968         * scm/output-ps.scm (output-stencil): Display directly instead of
2969         constructing string.
2970         (make-title): New function.
2971
2972 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2973
2974         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2975         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2976         Move documentation of LaTeX packages for latin1 characters to the
2977         lilypond-book manual.
2978
2979 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2980
2981         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2982
2983         * vimrc: add menu in console and shortcut <F10> for it.
2984
2985         * vim/:
2986         * vim/compiler/:
2987         * vim/syntax/:
2988         * vim/indent/:
2989         * vim/ftplugin/: new directories.
2990         
2991         * vim/filetype.vim: new file.
2992
2993         * lilypond.vim: remove files (see next).
2994         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2995
2996         * vimrc: remove file (see next).
2997         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2998
2999         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3000         add header. apply bindings only locally.
3001
3002         * vim/indent/lilypond.vim: new file.
3003
3004         * vim/ftplugin/lilypond.vim: remove errorformat.
3005         * vim/compiler/lilypond.vim: new file for errorformats.
3006
3007         * Documentation/topdocs/INSTALL.texi: give easier orders.
3008
3009         * ROADMAP: add vim/
3010
3011 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3012
3013         * Documentation/user/introduction.itely (Introduction): Use @image
3014         iso @html <img...>.  Add workaround for images in columns in info.
3015
3016         * stepmake/aclocal.m4: Store computed version in variable.
3017
3018         * configure.in: Export MAKEINFO_VERSION.
3019
3020         * config.make.in (MAKEINFO_VERSION): Add.
3021
3022         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3023
3024         * Documentation/user/GNUmakefile: Only build info with images when
3025         building web.
3026
3027         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3028
3029         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3030         stuff from documentation-targets.make
3031
3032 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3033
3034         * VERSION: 2.1.28 released
3035         
3036         * scripts/convert-ly.py (conv): 
3037
3038 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3039
3040         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3041         \arpeggioBoth. redefine \arpeggioBracket.
3042
3043         * Documentation/user/refman.itely: document new arpeggio
3044         functions.
3045
3046         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3047
3048         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3049
3050         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3051
3052 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3053
3054         * Documentation/user/introduction.itely (Automated engraving):
3055         rewrite introduction using website text.
3056
3057 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3058
3059         * scm/*.scm: make-music-by-name is replaced by make-music, which
3060         also accept music property settings, eg:
3061           (make-music 'TextScriptEvent 'direction DOWN 'text
3062               (make-simple-markup x))
3063
3064         Patch courtesy Nicolas Sceaux
3065
3066         * lily/beam-quanting.cc: cleanup, separate counts for left and
3067         right beam ends.
3068
3069         * lily/side-position-interface.cc (quantised_position): also
3070         quantize staccato position for forced stem directions. 
3071
3072 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3073
3074         * scm/*.scm: Patch by Nicolas Sceaux: 
3075
3076         * scm/music-functions.scm: ly:grob-property and ly:music-property
3077         are made procedure with setters.
3078
3079         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3080         
3081 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3082
3083         * input/test/[t-v]*.ly: finish rewriting texidocs.
3084
3085         * input/test/vaticana.ly: remove.
3086         * input/test/ligature-vaticana.ly: new, renamed file name.
3087
3088         * input/test/stem-centered.ly: remove.
3089         * input/test/mensural-note-heads.ly: new file. take content from
3090         removed file stem-centered.ly.
3091
3092         * input/test/scales-greek.ly: simplify.
3093
3094         * input/test/s*.ly: reformulate texidocs.
3095         
3096         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3097         of missing features.
3098
3099 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3100
3101         * input/test/[j-o]*.ly: update texidocs.
3102
3103 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3104
3105         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3106
3107         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3108         images.
3109
3110         * Documentation/user/lilypond.tely (@direntry): Update.
3111
3112         * stepmake/stepmake/documentation-targets.make
3113         (install-info,uninstall-info): Install into $(package_infodir).
3114         Install images.  Run install-info to update dir.
3115
3116         * config.make.in (package_infodir): Add.
3117
3118         * Documentation/user/GNUmakefile (info-with-images,
3119         local-install-info, local-uninstall-info): New target.
3120
3121 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3122
3123         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3124         gap/threshold.
3125
3126         * lily/beam-quanting.cc (score_slopes_dy): remove
3127         ROUND_TO_ZERO_SLOPE kludge.
3128
3129         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3130
3131         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3132
3133         * lily/global-context.cc (Global_context): alway accept Score
3134         (run_iterator_on_me): cast Context to Score_context, not
3135         Context_def.
3136
3137         * Documentation/user/refman.itely: documentation patch by Edward
3138         Sanford Sutton.
3139
3140         * mf/GNUmakefile: unset sauter-fonts.
3141
3142 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3143
3144         * scripts/lilypond-book.py (output_texinfo): Output @image
3145         descriptions for info too.
3146
3147         * input/test/chord-names-jazz.ly: 
3148         * input/test/embedded-scm.ly: Clarify.
3149
3150         * input/test/cautionaries.ly: Typo.
3151
3152         * lily/input-smob.cc (ly_input_location): Compile fix.
3153
3154 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3155
3156         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3157
3158         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3159         fixes problems with system defaults being reverted with \override
3160         on Score level.
3161
3162         * lily/global-context.cc (Global_context): apply property-ops to
3163         Global_context too. 
3164
3165 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3166
3167         * scm/output-ps.scm (stencil->string): Rewrite.
3168
3169 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3170
3171         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3172         impersonal style.
3173
3174 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3175
3176         * lily/input-smob.cc (ly_input_location: New function.
3177
3178         * scm/define-markup-commands.scm (upright): New markup command.
3179
3180         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3181
3182         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3183
3184         * scm/output-ps.scm (output-stencil): New function.
3185
3186         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3187         of snippet types; fixes @ignore and @verbatim blocks.
3188
3189 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3190
3191         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3192         to a file in printed documentation, instead, refer either to a 
3193         syntax or to an output.
3194
3195 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3196
3197         * input/regression/beam-center-slope.ly: Add test.
3198
3199 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3200
3201         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3202         (SAUTER_FONTS): Reinstate.
3203
3204         * scm/define-markup-commands.scm (caps): New markup command.
3205
3206         * scm/output-ps.scm (output-scopes): Experimental markup output.
3207
3208         * scm/: Add missing headers.
3209
3210         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3211
3212         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3213
3214 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3215
3216         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3217         Stray style cleanups.
3218
3219 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3220
3221         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3222         no dot combination.
3223
3224         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3225         substitute \override Staff.autoBeamSettings too
3226
3227         * Documentation/user/tutorial.itely: proofreading fixes by David
3228         Bobroff
3229
3230 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3231
3232         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3233
3234         * ps/music-drawing-routines.ps: 
3235         * ps/lilyponddefs.ps: Add end markers.
3236
3237 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3238
3239         * VERSION: 2.1.27 released.
3240         
3241         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3242
3243         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3244         obey documentation.
3245
3246 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3247
3248         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3249
3250         * scm/output-ps.scm: Resurrect.
3251         
3252         * scm/output-tex.scm: Minimal cleanups.
3253
3254         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3255
3256         * make/ly-rules.make: Remove any broken lily-*.tex files before
3257         lilypond-book run.
3258
3259         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3260         comment.
3261
3262         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3263         Enabled by default, may save 10% compile time.
3264
3265 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3266
3267         * lily/lyric-phrasing-engraver.cc: remove
3268         
3269         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3270         longer necessary. 
3271
3272         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3273         so lyric-phrasing-engraver is no longer necessary.
3274
3275         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3276         Grob_pq_engraver from Staff.
3277
3278         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3279         busyGrobs directly.
3280
3281         * input/regression/quote-transposition.ly: new file.
3282
3283         * lily/recording-group-engraver.cc (stop_translation_timestep):
3284         store instrumentTuning too. 
3285
3286         * lily/quote-iterator.cc (process): transpose events using
3287         instrumentTuning.
3288
3289         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3290         -> \tuning <pitch>
3291
3292         * lily/parser.yy (command_req): add \tuning command for setting
3293         instrument tuning of staff.
3294
3295         * Documentation/user/GNUmakefile
3296         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3297
3298         * Documentation/user/refman.itely (Customized accidental rules):
3299         typo.
3300
3301 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3302
3303         * Documentation/user/music-glossary.tely: remove the missing norwegian
3304         translation; they can be put in later properly.
3305
3306 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3307
3308         * lily/recording-group-engraver.cc (start_translation_timestep):
3309         init Recording_group_engraver twice.
3310
3311 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3312
3313         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3314         stray style cleanups:
3315
3316         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3317         -Wmissing-prototypes.
3318
3319         * flower/include/killing-cons.tcc (Killing_cons): Add template
3320         specifier for car_.
3321
3322         * flower/include/parray.hh (binsearchs): Add template specifier
3323         for maxkey.
3324
3325         * flower/include/interval.hh: Declare elem () with template specfier.
3326
3327 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3328
3329         * elisp/lilypond-indent.el (get-buffer-size): add customization
3330         groups for several variables (Reuben Thomas).
3331
3332 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3333
3334         * Documentation/user/invoking.itexi (Point and click): add index
3335         entry.
3336
3337         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3338         go under beam.
3339
3340         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3341         sarabande beam. 
3342
3343         * flower/warn.cc (programming_error): cross fingers not thumbs.
3344
3345         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3346         staff-position is set.
3347
3348         * VERSION: release 2.1.26 
3349         
3350         * scm/chord-entry.scm (construct-chord): process transposition
3351         after processing explicit-11.  
3352
3353 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3354
3355         * lily/parser.yy (add_quote): add syntax for adding quotes:
3356         \addquote "id-string" Music
3357
3358         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3359
3360         * scripts/convert-ly.py (conv): add rules for name changes.
3361
3362         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3363         music/context/grob property functions. Internally, use
3364         get_property() and set_property() for both.
3365
3366 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3367
3368         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3369         for Emacs <= 20 (Laurent Martelli).
3370
3371 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3372
3373         * lily/parser.yy (command_element): extract quoted vector in
3374         parser.
3375
3376         * input/regression/quote.ly: new file.
3377
3378         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3379
3380         * lily/parser.yy (command_element): \quote DURATION NAME: support
3381         cue notes. 
3382
3383         * lily/quote-iterator.cc (class Quote_iterator): new file.
3384
3385 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3386
3387         * lily/auto-beam-engraver.cc (try_music): accept and process
3388         beam-forbid-event.
3389
3390         * input/regression/auto-beam-no-beam.ly: new file.
3391
3392 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3393
3394         * lily/accidental.cc (print): Change font-relative-size ->
3395         font-size. Fixes cautionary-style = smaller.
3396
3397 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3398
3399         * lily/system-start-delimiter.cc (staff_brace): remove
3400         font-relative-size
3401
3402         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3403         forgotten with scm_list_n. Fixes spurious coredumps.
3404
3405         * lily/accidental-engraver.cc (stop_translation_timestep): move
3406         update of localKeySignature to stop_translation_timestep (). This
3407         makes sure that all ties are noticed at the right moment.
3408         (stop_translation_timestep): clear tie only when right-side
3409         notehead was seen.
3410         (number_accidentals_from_sig): cleanup. 
3411
3412         * input/regression/accidental-tie.ly (mus): new file
3413
3414         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3415         these longish tests.
3416
3417 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3418
3419         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3420
3421         * THANKS: update bugreporter list.
3422
3423         * lily/beam.cc (print): broken beams last until end of staff.
3424         (print): broken beams start from prefatory matter.
3425
3426         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3427
3428         * lily/paper-score.cc (process): dump header only once.
3429
3430         * lily/paper-outputter.cc (Paper_outputter): move logic into
3431         Scheme.
3432
3433         * scm/output-tex.scm (output-scopes): new function.
3434         (output-paper-def): new function
3435         (tex-string-def): new function
3436         (symbol->tex-key): new function
3437
3438         * scripts/convert-ly.py (conv): add rule for | ~
3439
3440 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3441
3442         * input/regression/{many}.ly: refresh, trying to guess how
3443         it was designed.
3444
3445 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3446
3447         * VERSION: release 2.1.25
3448
3449         * scm/define-translator-properties.scm
3450         (all-user-translation-properties): add printOctaveNames
3451
3452         * ly/engraver-init.ly: remove Note_event_swallower from
3453         NoteNamesContext.
3454
3455         * lily/note-name-engraver.cc (process_music): new property
3456         printOctaveNames
3457
3458         * lily/context.cc (find_existing_context): remove support for
3459         Current.
3460
3461         * scm/music-functions.scm (set-accidental-style): new function;
3462         duplicate accidental macros.
3463
3464         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3465
3466         * lily/note-name-engraver.cc (process_music):
3467         process_acknowledged_grobs () -> process_music ()
3468
3469         * scm/part-combiner.scm (determine-split-list): robustification.
3470
3471 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3472
3473         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3474         lines for falling into beam-gap.
3475         (score_forbidden_quants): check all staff lines for falling in
3476         beam gaps.
3477
3478         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3479         key/clef/time signatures. 
3480
3481         * input/test/ossia.ly: revise example.
3482
3483         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3484         cleanup.
3485         
3486         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3487         comply to Scheme standard.  Remove ly:get-paper-variable
3488
3489 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3490
3491         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3492
3493 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3494
3495         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3496         properties from Voice context. This fixes accidental size for
3497         staff-switches during grace contexts.
3498
3499         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3500         if necessary. Else, simply wipe dots.
3501
3502         * input/test/beam-alternate.ly: new file
3503
3504         * input/test/piano-staff-distance.ly: new file.
3505
3506         * lily/translator-group.cc (recurse_down_translators): use
3507         Direction for bottom-up/top-down.
3508
3509         * lily/include/translator.hh (class Translator): add
3510         process_music() and do_announces(). This obviates
3511         recurse_down_{engravers,performers}.
3512
3513         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3514         \melisma and \melismaEnd
3515
3516         * lily/melisma-engraver.cc (process_music): change to
3517         Melisma_translator, unify with performer. Accept
3518         ManualMelismaEvent.
3519
3520         * ly/engraver-init.ly: add Font_size_engraver.
3521
3522 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3523
3524         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3525         it hara-kiri.
3526
3527         * input/regression/{many}.ly: improve descriptions trying to figure
3528         out what is tested.
3529
3530 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3531
3532         * lily/slur.cc (broken_trend_offset): robustness fix.
3533
3534         * VERSION: release 2.1.24
3535
3536         * lily/context.cc (find_create_context): go to Score if it exists.
3537
3538         * lily/context-scheme.cc: new file.
3539
3540         * lily/score-translator.cc (get_output): new file.
3541
3542         * lily/include/grob-info.hh: origin_contexts() now does not
3543         include the originating engraver
3544
3545         * lily/translator-group.cc (translator_each): clean up contents,
3546         remove superfluous stubs. Engraver_group_engraver and
3547         Performer_group_performer are the only classes using multiple
3548         inheritance.
3549
3550         * lily/include/score-context.hh (class Score_context): interface
3551         between Score_{engraver,performer} and Global_context.
3552
3553         * lily/include/global-context.hh (Context): change from
3554         global-translator. This is the entry point for contexts; it is not
3555         tweakable using \translator{}. Score is no longer the top context,
3556         but sits underneath Global.
3557
3558         * lily/include/context.hh (class Context): brain surgery: split
3559         out Context functionality from Translator_group. Context is now a
3560         separate type from Translator.
3561
3562 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3563
3564         * lily/include/translator.hh (class Translator): make
3565         get_score_context() and get_global_translator (), and use the one
3566         which is appropriate.
3567
3568         * lily/context.cc: partially put functionality of Translator_group
3569         into Context.
3570
3571         * lily/include/context.hh (Translator): new class: put between
3572         Translator and Translator_group. 
3573
3574         * lily/new-accidental-engraver.cc: remove file.
3575
3576 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3577
3578         * input/regression/{many}.ly: improve descriptions: use complete 
3579         sentences, try to describe what is tested, avoid `we´, do not use 
3580         don't, ... 
3581
3582 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3583
3584         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3585         is at EOL.
3586
3587         * Documentation/user/lilypond.tely: declare the topmost node only
3588         once; removes empty line in @contents.
3589
3590         * Documentation/user/music-glossary.tely: really add Finnish author.
3591         Draw more beatiful `->´ arrow in html: &rarr;
3592
3593 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3594
3595         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3596
3597         * scripts/convert-ly.py (conv): add ly:music-list  change.
3598
3599         * lily/grob.cc: edit doc string.
3600
3601         * scm/define-grob-properties.scm (all-user-grob-properties):
3602         proofreading, editing of doc strings.
3603
3604         * input/regression/tablature-string-tunings.ly: new file.
3605
3606         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3607         listen to stringTunings
3608
3609         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3610         for self-alignment-[XY] code.
3611  
3612 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3613
3614         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3615         cond) into function. Cleanup.
3616
3617         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3618         
3619         * VERSION (PACKAGE_NAME): 2.1.23 released
3620
3621 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3622
3623         * Documentation/user/{refman,internals}.itely: small fixes.
3624
3625 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3626
3627         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3628         accidentals for harmonic notes
3629
3630         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3631         for harmonic notes.
3632
3633         * scm/document-backend.scm (interface-doc): prune Grob
3634         documentation: don't duplicate interface information.
3635
3636         * lily/*.cc: lots of updates of doc strings.
3637
3638 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3639
3640         * input/test/ac-extra-voice.ly (accompany): remove file.
3641
3642         * input/test/maximum-rest-count.ly: remove file.
3643
3644         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3645         conversion rule for \translator { }. Apply everywhere.  
3646
3647         * lily/parser.yy (music_property_def): set property for \once in
3648         the PropertyMusic itself, not the ContextSpec.
3649         (property_operation): change syntax within \translator { }
3650
3651         * scm/define-music-properties.scm (all-music-properties): clean up.
3652
3653         * lily/auto-beam-engraver.cc (test_moment): use
3654         updated_grob_properties() to retrieve autoBeam settings.
3655
3656         * lily/spacing-spanner.cc: bound shortest_playing_len by
3657         measure_length
3658
3659         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3660         multi-measure events for spacing computation.
3661
3662         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3663         elliptical, to 1.49.
3664
3665         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3666         vertical positioning for polyphony, without RestCollision object.
3667
3668         * lily/note-column.cc (add_head): prevent rests & note heads on
3669         one stem.
3670
3671         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3672         (do_shift): rewrite only-rests case: use common refpoints: the
3673         routine will have sensible results when other rest-translations
3674         have taken place.
3675
3676         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3677         < 0 case. 
3678
3679         * VERSION: 2.1.22 released
3680         
3681         * input/GNUmakefile (SUBDIRS): remove ascii-art
3682
3683 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3684
3685         * input/: Convert ly files that still had \property.  Fixes make
3686         web.  Remove exta spaces around '='. 
3687
3688         * scripts/convert-ly.py (conv): Redundant space fixes.
3689
3690         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3691
3692 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3693
3694         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3695         create scalable PS and PDFs  for input/{test,template,regression}.
3696
3697         * lily/context.cc (is_alias): move function.
3698         (is_alias): add Bottom as context alias. 
3699         (find_create_translator): add Bottom as a context alias for creation.
3700
3701         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3702
3703         * lily/parser.yy (music_property_def): new syntax for property
3704         assignments:
3705
3706         \set A.B = #C , \unset A.B
3707         \override A.B #C = #D, \revert A.B #C 
3708
3709         * lily/my-lily-lexer.cc: remove \property
3710
3711 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3712
3713         * Documentation/user/refman.itely: add dots after seealso refs.
3714
3715         * input/template/{many}.ly: harmonise descriptions.
3716
3717         * Documentation/user/music-glossary.itely: add Finnish author.
3718
3719 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3720
3721         * VERSION (PACKAGE_NAME): release 2.1.21
3722
3723 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3724
3725         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3726
3727         * scripts/lilypond-book.py (snippet_res): @include filename must
3728         not be empty.
3729
3730 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3731
3732         * scm/documentation-generate.scm (markup-doc-string): dump
3733         markup-commands.tely
3734
3735         * scm/define-markup-commands.scm (override): new file.
3736         Move documentation from refman into doc-strings. 
3737
3738         * input/test/staff-container.ly: fix example.
3739
3740         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3741         StaffContainer
3742
3743         * lily/grob.cc: remove point_dimension_callback
3744         (Grob): read forced dimensions from X-extent and Y-extent.
3745         (get_paper): remove preset_extent.
3746
3747         * scm/define-grobs.scm (all-grob-descriptions): remove
3748         point_dimension_callback. 
3749
3750         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3751         textscript to head. This makes no-spacing-rods work on
3752         DynamicText.
3753
3754         * lily/chord-name.cc: remove props chord, bass, inversion.
3755
3756         * Documentation/user/appendices.itely: add Scheme functions,
3757         context-properties and layout properties to manual.
3758
3759         * scm/part-combiner.scm (determine-split-list): include rests in a
3760         solo1/2 sequence.
3761
3762         * lily/new-part-combine-iterator.cc (substitute_both): new
3763         function.
3764         (class New_pc_iterator): add separate Voice=solo context, fixes
3765         autobeams going from chords to solo.
3766
3767 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3768
3769         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3770
3771         * Documentation/user/tutorial.itely:
3772         * Documentation/user/refman.itely: Add short note about being part
3773         of lilypond.tely.
3774
3775         * COPYING: Make note more clear with respect to files that are
3776         explicitely licenced otherwise (Documention/user/ comes to mind).
3777         
3778         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3779         comment about barfing of @c,{}.
3780
3781         * Documentation/user/music-glossary.tely: Add list of authors.
3782
3783         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3784         source (was: also in build log).
3785
3786 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3787
3788         * lily/side-position-interface.cc (general_side_position): if
3789         staff-padding is set, then include staff in support too.
3790
3791         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3792         module workbook
3793
3794         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3795
3796         * lily/tuplet-engraver.cc: remove tupletInvisible
3797
3798         * scm/define-translator-properties.scm: cleanup, separate in
3799         internal and user props. 
3800
3801         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3802         LyricsVoice -> Lyrics
3803
3804         * lily/new-part-combine-iterator.cc (process): only print warning
3805         for symbols.
3806
3807 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3808
3809         * scm/part-combiner.scm: Add proper header.
3810
3811         * All but lily/*: The great --2003 --2004 replace; the missing
3812         `bits'.
3813
3814         * TODO: Fix outline mode.  Add book notes.
3815
3816         * ROADMAP: Update.
3817
3818 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3819
3820         * scm/part-combiner.scm (make-autochange-music): use
3821         accumulator. Fixes stack overflow.
3822
3823         * lily/*: rename brew_molecule -> print , molecule-callback ->
3824         print-function
3825
3826         * scm/define-grob-properties.scm: cleanup. Separate into internal
3827         and user properties.
3828
3829         * lily/translator-property.cc (updated_grob_properties): new
3830         function
3831         (execute_pushpop_property): change to new convention:
3832         object property inits are stored as (cons ALIST BASED-ON). This
3833         storage format allows concurrent tweaks in different contexts.
3834
3835 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3836
3837         * TODO: new file.
3838
3839 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3840
3841         * debian/: Late Debian update (sorry Anthony).
3842
3843         * scripts/lilypond-book.py (do_file): Look for input_file in
3844         include path, or ask kpathsea if LATEX.
3845
3846         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3847         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3848         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3849         --header=texidoc.
3850
3851         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3852         relative.
3853
3854         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3855         only when filtering, default to input_base otherwise.  Coding
3856         style fixes.
3857
3858 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3859
3860         * lily/include/translator.hh (class Translator): add virtual
3861         qualifier.
3862
3863 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3864
3865         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3866
3867 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3868
3869         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3870
3871         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3872         (fixes make web).
3873
3874         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3875         live in $(out)-www).
3876
3877         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3878         dependencies.  Add link to .ly source in HTML output.
3879         (Lilypond_snippet.output_html): Handle multiple page picture
3880         output.
3881         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3882         Make usable for output_texinfo again.
3883
3884         * Documentation/user/GNUmakefile: Add static dependency for
3885         lilypond.tely includes.
3886
3887         * Documentation/user/tutorial.itely: Add some lost `relative'
3888         ly-options.
3889
3890 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3891
3892         * lily/include/translator-group.hh: move Music_output_def member
3893         to Global_translator.
3894
3895         * scripts/lilypond-book.py (do_file):  fix latex output.
3896
3897         * VERSION: release 2.1.20
3898         
3899         * scm/part-combiner.scm (determine-split-list): robustness fix 
3900
3901         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3902
3903         * lily/parser.yy (music_output_def_body): plug memory leak.
3904
3905         * lily/translator-group.cc (add_fresh_group_translator): plug
3906         memory leak: unprotect Translator_group once added.   
3907
3908         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3909
3910         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3911         write .dep file.
3912         (Lilypond_snippet.ly): add \renameinput.
3913
3914 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3915
3916         * Documentation/user/refman.itely (Markup command definition): Doc
3917         by Nicolas Sceaux. Rewrite by Han-Wen
3918
3919         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3920         thing of the line.
3921         (brew_molecule): only remove if hyphen is not at the end of line.
3922         (set_spacing_rods): new function: minimum-length specifies
3923         distance between syllables.
3924
3925         * scm/define-grobs.scm (all-grob-descriptions): add
3926         Hyphen_spanner::set_spacing_rods to LyricHyphen
3927
3928         * input/regression/lyric-hyphen-break.ly: new file.
3929
3930         * input/test/lyric-hyphen-retain.ly: new file.
3931
3932         * lily/new-part-combine-iterator.cc (construct_children):
3933         add Rest direction.
3934
3935 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3936
3937         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3938
3939         * Documentation/bibliography/engraving.bib (donemus1982):
3940         update entry.
3941
3942 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3943
3944         * scripts/lilypond-book.py (Substring.__init__): new class.
3945         (Snippet.output_texinfo): add texidoc option.
3946         (Include_snippet.replacement_text): new class.
3947         (Lilypond_snippet.__init__): new class
3948         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3949
3950         * Documentation/user/refman.itely (Sound): 
3951         note about number of channels.
3952
3953         * scm/music-functions.scm (voicify-music): add \context Staff for
3954         << \\ >> polyphony.
3955
3956         * lily/parser.yy (verbose_command_req): \skip now creates
3957         SkipMusic, and does not lead to spurious staves.
3958
3959         * scm/define-music-types.scm (music-descriptions): rename
3960         NonEventSkip to SkipMusic
3961
3962         * input/no-notation/midi-lyric-barcheck.ly: new file.
3963
3964         * input/regression/collision-dots-invert.ly: new file.
3965
3966         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3967         case.
3968
3969         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3970         die if melody died too.
3971
3972 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3973
3974         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3975         with reading from stdin.
3976
3977         * lily/slur-performer.cc (try_music): new file.
3978
3979         * lily/melisma-performer.cc (try_music): new file. Handle
3980         melismata to help lyrics.
3981
3982         * lily/beam-performer.cc (try_music): new file. Handle beam events
3983         to help lyrics.
3984
3985         * lily/score-performer.cc (one_time_step): reinstate
3986         process_music().
3987
3988         * lily/performer.cc (process_music): add to interface.
3989
3990         * lily/performer-group-performer.cc (process_music): new function.
3991
3992         * lily/dot-column.cc (do_shifts): do collision resolution before
3993         dot positioning.
3994         
3995         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3996         file, process printfilename option.
3997         (Snippet.__init__): rewrite: do not use global variables h or
3998         index.
3999         (main): really support -I option.
4000         (find_toplevel_snippets): new code.
4001         (find_toplevel_snippets): reinstate old version, without global
4002         variables.
4003
4004         * tex/texinfo.tex: really add file.
4005         
4006 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4007
4008         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4009         compatibility.
4010
4011 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4012
4013         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4014
4015         * scm/define-translator-properties.scm (drumPitchTable): add
4016         property.
4017
4018         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4019         function.
4020         (help_summary): docstrings.
4021         (do_file): strip the dir of input_base too.
4022
4023 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4024
4025         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4026
4027         * Documentation/user/lilypond-book.itely: Update.
4028
4029         * make/ly-rules.make: Update lilypond-book commands.
4030
4031         * Documentation/user/GNUmakefile: Update makeinfo commands,
4032         lilypond-book flags.
4033
4034         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4035         
4036         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4037
4038         * scripts/filter-lilypond-book.py: Remove.
4039
4040         * Documentation/user/*tely: Update options for new lilypond-book.
4041
4042         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4043         with @macros in @includes.
4044
4045 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4046
4047         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4048         make rest-collision only.
4049
4050         * lily/break-substitution.cc (substitute_one_mutable_property):
4051         clear all-elements using scm_assq_remove_x(). 
4052
4053         * lily/rest-collision.cc (do_shift): shift single rests
4054
4055         * flower/include/array.hh (class Array): rename to is_empty ()
4056
4057         * lily/drum-note-performer.cc: new file: perform drum notes.
4058
4059         * VERSION (PACKAGE_NAME): release 2.1.19.
4060         
4061 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4062
4063         * scripts/filter-lilypond-book.py
4064         (classic_lilypond_book_compatibility): New function.
4065
4066 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4067
4068         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4069
4070         * Grand 2003 -> 2004 search replace. 
4071
4072         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4073         (i.e. < > )
4074
4075         * ly/performer-init.ly: add DrumStaff
4076
4077         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4078         lyric-interface; this prevents lines with only extender lines from
4079         being junked.
4080  
4081         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4082
4083         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4084         extenders right, for once and for all (hopefully).
4085         
4086         * lily/break-substitution.cc (substitute_one_mutable_property):
4087         clear old 'all-elements for System grobs.
4088
4089         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4090         that associatedVoiceContext is always assigned when music & lyrics
4091         are found. 
4092
4093         * ly/engraver-init.ly: remove Lyrics context.
4094         (TabVoice): add noteheads engraver
4095
4096         * input/test/improv.ly: update: do not use Thread switching. 
4097
4098         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4099         squashedPosition is a number  
4100
4101         * Documentation/user/refman.itely (Automatic note splitting):
4102         remove Thread references.
4103
4104         * input/no-notation/pc-direction.ly: remove file.
4105
4106         * ly/engraver-init.ly: remove Thread
4107
4108         * input/regression/tie-chord-partial.ly: remove file.
4109
4110         * scripts/convert-ly.py (conv): \harmonic rule
4111
4112         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4113         notation for harmonic notes: <c' g''\harmonic>
4114
4115         * lily/lily-guile.cc (alist_to_hashq): new function
4116
4117         * scm/lily.scm (alist->hash-table): new function.
4118
4119         * Documentation/user/refman.itely (Percussion staves): update doco.
4120
4121         * input/regression/drums.ly (timb): updates
4122
4123         * lily/note-performer.cc (create_audio_elements): robustness fix.
4124
4125         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4126
4127 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4128
4129         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4130         discard valid matches.
4131
4132 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4133
4134         * lily/drum-note-engraver.cc: new file.
4135
4136         * ly/drumpitch-init.ly: move drum definitions
4137
4138         * scm/drums.scm: remove file.
4139
4140         * lily/*.cc: remove abort-event everywhere.
4141
4142         * lily/note-heads-engraver.cc (process_music): robustification.
4143
4144         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4145         robustification.
4146
4147         * lily/parser.yy (simple_element): add \drums mode.
4148         (simple_element): remove \pitchnames , \chordmodifiers. Use
4149         variables to store this. 
4150
4151         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4152         outside \notes.
4153
4154         * VERSION: release 2.1.18.
4155         
4156         * input/test: remove octave-duplicate.ly
4157
4158 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4159
4160         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4161
4162 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4163
4164         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4165         constructor from Music_iterator. Changes throughout.
4166
4167         * lily/include/music-iterator.hh (class Music_iterator): remove
4168         Music_iterator::skip and Music_iterator::get_pending_events from
4169         interface. Rename report_to -> get_outlet 
4170
4171         * lily/auto-change-iterator.cc: move contents from
4172         new-auto-change-iterator.cc from
4173
4174         * scm/part-combiner.scm: determine split-list from Scheme. 
4175
4176         * lily/new-auto-change-iterator.cc (process): new file.
4177
4178         * lily/parser.yy (part_combined_music): remove old PC cruft.
4179
4180         * ly/engraver-init.ly: remove old
4181         PC cruft.
4182
4183         * Documentation/user/refman.itely (The Lyrics context): note about
4184         extender lines.
4185
4186         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4187         to allow 0-length mmrest events.
4188
4189         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4190
4191         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4192
4193         * lily/spacing-engraver.cc (finalize): robustifications.
4194
4195         * input/regression/new-part-combine-solo-global.ly: new file.
4196
4197         * scm/part-combiner.scm: rewrite.
4198
4199 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4200
4201         * Documentation/user/refman.itely, input/puer-fragment.ly,
4202         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4203         updated for proper use of lyricsto; replaced "(" and ")" ->
4204         "\melisma" and "\melismaEnd"
4205
4206         * input/test/ancient-font.ly: small updates to reduce compile
4207         warnings (TODO: junk this file)
4208
4209         * input/test/gregorian-scripts.ly: added comment about bug
4210
4211         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4212         tiny robustness fix
4213
4214         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4215         recent changes in the feta code); temporarily mapped mensural g
4216         clef to a copy of petrucci g clef until mensural g clef will have
4217         been rewritten
4218
4219         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4220         between mensural and neo-mensural heads (this broke quite a while
4221         ago)
4222
4223         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4224
4225 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4226
4227         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4228         indication.  Fixes for verbatim, multi line comments.
4229
4230 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4231
4232         * input/regression/new-part-combine-solo.ly: more cases.
4233
4234         * lily/slur.cc (height): robustness fix.
4235
4236         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4237
4238         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4239         stemUp/stemDown.
4240
4241         * scm/music-functions.scm (determine-split-list): further analysis.
4242
4243         * lily/script-engraver.cc (try_music): discard duplicate
4244         articulations.
4245
4246         * input/regression/new-part-combine-solo.ly: new file
4247
4248         * input/regression/new-part-combine-a2.ly: new file.
4249
4250         * ly/performer-init.ly: add Devnull
4251
4252         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4253         for \musicglyph #"accidental-*"
4254         (conv): \newpartcombine rule.
4255
4256 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4257
4258         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4259
4260 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4261
4262         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4263         textwidth, --output.
4264
4265 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4266
4267         * scm/new-markup.scm (doubleflat): add accidental markups.
4268
4269         * VERSION: release 2.1.17
4270         
4271         * Documentation/user/refman.itely (Automatic part combining):
4272         revise documentation of the part-combiner.
4273
4274         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4275         
4276         * input/test/part-combine-{moment,staff}.ly: remove file.
4277
4278         * input/regression/pc-mmrest.ly (two): remove file.
4279
4280         * scm/define-music-types.scm (music-descriptions): add
4281         Solo{One,Two}Event and UnisonoEvent
4282
4283         * lily/new-part-combine-iterator.cc (unisono): add state_
4284         variable, signal changes with part-combine-event.
4285
4286         * input/regression/new-part-combine-text.ly: new file.
4287
4288         * lily/part-combine-engraver.cc: new file.
4289
4290 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4291
4292         * scripts/filter-lilypond-book.py: Handle snippet options.
4293
4294 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4295
4296         * scm/music-functions.scm (determine-split-list): detect solo1/2
4297         and unisono.
4298
4299         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4300         revert fix, document why.
4301
4302         * lily/tie-performer.cc (process_music): new function. Set melisma
4303         property.
4304
4305         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4306         always smaller than bracket size.
4307         (make_bracket): oops. Size of the gap was off by factor 2
4308
4309         * input/test/text-rotate.ly: new file.
4310
4311         * scm/new-markup.scm (markup): a macro that provides a
4312         LilyPond-like syntax in scheme for building markups, in order to
4313         help markup command definition. (Nicolas Sceaux)
4314
4315         * input/test/lyrics-skip-notes.ly: new example.
4316
4317         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4318
4319         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4320         use is_alias() iso. == . This fixes lyrics on
4321         GregorianTranscriptions. 
4322
4323 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4324
4325         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4326         \thispagestyle{lastpage} to avoid that it's printed on the second
4327         last page when there's only a single score line on the last page.
4328         (The page breaking mechanism in TeX played some ugly tricks to us.)
4329
4330 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4331
4332         * scripts/filter-lilypond-book.py: Further development.
4333
4334         * input/regression/collision-dots-move.ly: New test.
4335
4336         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4337         hand side note head of non-merged collision to the right.
4338
4339         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4340         Construct children before accessing property from emtpy
4341         lyrics_context_.
4342         (construct_children): Find thread before finding LyricsVoice.
4343         Create LyricsVoice one if none found, fixes crash (thanks Erik
4344         Sandberg).
4345
4346 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4347
4348         * cygwin/: Forward port.
4349
4350 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4351
4352         * buildscripts/install-info-html.sh: Use Bash.
4353
4354         * cygwin/mknetrel: Patch from Bert.
4355
4356 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4357
4358         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4359
4360         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4361         try to copy *png, index.html (Bertalan Fodor).
4362
4363         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4364
4365 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4366
4367         * lily/note-collision.cc (check_meshing_chords): Do not remove
4368         dots (from down head) when merging similar heads (thanks Matthias
4369         Kilian).  Simplify merge_possible tests and other cleanups
4370
4371         * input/regression/collision-merge-differently-dotted.ly: Add test
4372         for disappearing dots on similar heads for both voices.
4373
4374 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4375
4376         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4377         that tagline overrides copyright for single page scores. Correct
4378         the default tagline value.
4379
4380 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4381
4382         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4383
4384 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4385
4386         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4387         TEXMF if it's previously unset.
4388
4389 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4390
4391         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4392
4393         * input/test/trills.ly: fix the unfolding of lineprall.
4394
4395         * input/test/figured-bass-alternative.ly: fix accidental.
4396
4397 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4398
4399         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4400         
4401         * input/no-notation/dos-guile.ly: 
4402         * input/no-notation/dos-ps.ly: 
4403         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4404         
4405         * input/no-notation/safe-include.ly:
4406         * input/no-notation/safe-guile.ly:
4407         * input/no-notation/safe-ps.ly: 
4408         * input/no-notation/safe-tex.ly: New file.
4409
4410         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4411         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4412         options now.
4413         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4414         When in --safe-mode, set environment openout_any=p[aranoid].
4415
4416         * tex/ltest.tex: 
4417         * tex/lilyponddefs.tex: Add \nofiles.
4418
4419         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4420         options.
4421
4422         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4423         This allows building the user manual using a binary installation
4424         and a matching unpacked source tree.
4425
4426         * scm/lily.scm (safe-module): New variable. 
4427
4428         * lily/includable-lexer.cc (new_input): Fix error messages.
4429
4430         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4431         If SAFE, evaluate in safe-module.  Change callers.
4432
4433         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4434
4435         * lily/lexer.ll (embedded_scm): While processing main-input,
4436         invoke ly_parse_scm with safe mode if running in safe-mode.
4437         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4438         in init.ly for safe-mode.
4439
4440 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4441
4442         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4443         compatibility with old versions of geometry.sty (compat2
4444         already implied includehead).
4445         Change the page layout slightly so bottom + footskip = top +
4446         headheight + headsep = 16mm, the remaining paperheight-32mm
4447         are used for the music. Increase footskip to 5mm, so the top of
4448         the footer text doesn't touch the music.
4449
4450 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4451
4452         * VERSION: release 2.1.16
4453         
4454         * scm/music-functions.scm (determine-split-list): bugfix: only use
4455         new-active for both voices if both indexes advance. This fixes the
4456         biggest outstanding problem with new-pc. 
4457
4458         * lily/new-part-combine-iterator.cc (construct_children): set more
4459         directions.
4460
4461 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4462
4463         * scripts/convert-ly.py (conv): add instrument rule.
4464
4465         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4466
4467         * lily/side-position-interface.cc: remove add_staff_support ()
4468         Change all callers to use staff-padding.
4469
4470         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4471         make_spanner().
4472
4473         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4474
4475         * lily/text-engraver.cc: remove scriptHorizontal property.
4476
4477         * lily/beam.cc (least_squares): also set least-squares-dy for
4478         special case of slanted 2-stem beam to center.
4479
4480         * lily/side-position-interface.cc (out_of_staff): move contents of
4481         out_of_staff into aligned_side.
4482         remove out_of_staff().
4483
4484         * input/regression/measure-grouping.ly: fix warning.
4485
4486         * lily/side-position-interface.cc: add staff-padding support to
4487         Side_position_interface::aligned_side.
4488
4489         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4490         one get_property too many.
4491
4492         * flower/include/drul-array.hh (linear_combination): new function
4493         (scale_drul): new function
4494
4495         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4496         operations on empty intervals are silly.
4497
4498 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4499
4500         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4501         (iso gh_scm2int), fixes crash in new part-combiner.
4502
4503         * configure.in: Up mftrace to 1.0.27.
4504
4505 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4506
4507         * VERSION: release 2.1.15
4508         
4509         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4510         align all stanza numbers.
4511
4512 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4513
4514         * Documentation/user/{introduction.itely,refman.itely,
4515         converters.itely}: fix some text inside parentheses; text should
4516         be readable (even) if parentheses are either replaced with commas 
4517         or dropped out.
4518
4519 2004-01-25  Werner Lemberg  <wl@gnu.org>
4520
4521         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4522         input/test/vaticana.ly, input/test/ancient-font.ly,
4523         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4524         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4525         ly/params-as-init.ly, scm/define-grobs.scm,
4526         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4527
4528         * ly/params-as-init.ly: Removed.  Obsolete.
4529         * buildscripts/lilypond.words.py: Updated.
4530
4531 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4532
4533         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4534
4535         * mf/feta-din{4,5,7,9}.mf: remove.
4536         
4537         * lily/engraver.cc (internal_make_item): centralize item/spanner
4538         factory.
4539
4540         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4541         do correct chord conversion for ^"sim."  (backportme)
4542         (FatalConversionError.sub_articulations): substitute ^"foo" in
4543         chords too. (backportme)
4544
4545         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4546         for Fingering.
4547
4548         * lily/side-position-interface.cc (out_of_staff): don't do
4549         anything if staff-padding not defined. 
4550
4551         * mf/feta-params.mf (stafflines): introduce linethickness as
4552         general blackness of the font.
4553
4554         * lily/stem.cc (position_noteheads): rounding error robustness.
4555
4556         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4557         from beam-collision.ly 
4558
4559         * lily/beam.cc (rest_collision_callback): remove direction.
4560
4561         * scm/define-grobs.scm (all-grob-descriptions): remove
4562         enclose-bounds in OttavaBracket and PianoPedalBracket
4563
4564         * scm/new-markup.scm (def-markup-command) new macro, which takes
4565         care of defining the COMMAND-markup and make-COMMAND-markup
4566         procedures, setting markup-signature and keyword-signature object
4567         properties, and pushing the markup command in
4568         markup-function-list.
4569
4570         All markup commands are defined thanks to it.  Users may also use
4571         it to define their own markup commands. (Nicolas Sceaux)
4572
4573         * scm/new-markup.scm: Scheme style clean-up: there should be no
4574         parenthesis alone on a line; LET* should not be used where LET is
4575         enough. (Nicolas Sceaux)
4576
4577 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4578
4579         * scripts/filter-lilypond-book.py: Add script.
4580
4581 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4582
4583         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4584
4585 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4586
4587         * Documentation/user/refman.itely (Fingering instructions): add
4588         single note chords. 
4589
4590         * lily/multi-measure-rest-engraver.cc: use a single
4591         MultiMeasureEvent for mm rests. This prevents problems with the
4592         new part combiner.
4593
4594         * scm/music-functions.scm (determine-split-list): analysis has
4595         global effect: a difference halfway a phrase makes the entire
4596         phrase be typeset as apart.
4597         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4598
4599 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4600
4601         * ly/performer-init.ly: add Devnull.
4602
4603         * Documentation/user/refman.itely (Font selection): remove paper20
4604         ref.
4605         
4606 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4607
4608         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4609
4610 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4611
4612         * scm/music-functions.scm (determine-split-list): bugfixes.
4613
4614         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4615
4616         * input/test/scales-greek.ly: use C as base, results in different
4617         alterations at the clef.
4618
4619         * input/regression/pedal-ped.ly: new file.
4620
4621         * input/regression/pedal-bracket.ly: new file.
4622
4623         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4624         replace after_line_breaking()
4625
4626         * lily/line-interface.cc (line): read thickness.
4627         (line): dash-fraction = 0 always for dotted-line style.
4628
4629         * input/test/staff-lines.ly (lower): bugfix.
4630
4631         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4632         \accepts Devnull into Score.
4633
4634         * scm/lily.scm: remove bla.scm load.
4635
4636 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4637
4638         * VERSION: release 2.1.14
4639         
4640         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4641
4642         * lily/side-position-interface.cc (general_side_position): add
4643         Staff_symbol_referencer::staff_space ().
4644
4645         * lily/include/context-def.hh: rename from translator-def.hh
4646
4647 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4648
4649         * input/template/piano-dynamics.ly (pedal): Updated definition of
4650         Dynamics such that \cresc works, for example.
4651
4652 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4653
4654         * lily/stem.cc (calc_stem_info): use
4655         Staff_symbol_referencer::staff_space
4656
4657         * lily/beam-quanting.cc (quanting): scale Stem_info 
4658
4659         * lily/beam.cc (rest_collision_callback): use minimum-distance
4660         property for rest/beam collisions.
4661         (rest_collision_callback): bugfixes.
4662
4663         * lily/system.cc (post_processing): extra-offset is now relative
4664         to the size of the current staff.
4665
4666         * scm/music-functions.scm (notice-the-events-for-pc): record all
4667         voices, only analyze "one" and "two".
4668
4669         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4670         not parent. 
4671
4672         * lily/new-part-combine-iterator.cc (construct_children): create
4673         Devnull from Voice context
4674
4675         * scm/music-functions.scm (determine-split-list): bugfixes.
4676
4677         * lily/lily-guile.cc (robust_scm2int): new function
4678
4679         * lily/staff-symbol-referencer.cc (line_thickness): new
4680         function. Use throughout.
4681
4682         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4683         in its own context.  Add to preset font-size.
4684
4685         * lily/stem.cc (thickness): new function.
4686
4687         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4688         compute thickness from ledger-line-thickness.
4689
4690         * lily/note-head.cc (brew_ledger_lines): use
4691         Staff_symbol::get_ledger_line_thickness ().
4692
4693         * lily/beam.cc (rest_collision_callback): use
4694         Staff_symbol_referencer::staff_space().
4695
4696         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4697         Mus1 Mus2
4698
4699         * lily/include/translator.hh (class Translator): add accepts_list_
4700         so  \with { \denies / \accepts } also works.
4701
4702         * scm/music-functions.scm (determine-split-list): determine split
4703         list from music events.
4704
4705         * lily/new-part-combine-iterator.cc: more states.
4706
4707         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4708
4709 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4710
4711         * lily/system.cc (set_loose_columns): use the right prebroken cols
4712         for interpolating loose column position.
4713
4714         * lily/text-spanner.cc (brew_molecule): default to no vertical
4715         lines.
4716
4717         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4718         take space.
4719
4720         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4721
4722 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4723
4724         * scripts/convert-ly.py: Do not test filename when processing
4725         stdin.
4726
4727         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4728
4729 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4730
4731         * lily/axis-group-engraver.cc (finalize): extra check; if
4732         process_music () is never called, then staffline_ == 0.
4733
4734         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4735         check run_always ().
4736         
4737         * VERSION: release 2.1.13
4738
4739         * input/regression/note-head-style.ly (pattern): cleanup.
4740
4741         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4742         downloading.
4743
4744         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4745         kludge rehearsalmark placement.
4746
4747         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4748         , ly:spanner?
4749
4750         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4751         close to note head for accidentals.
4752
4753         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4754         tuplet direction.
4755
4756         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4757
4758 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4759
4760         * lily/include/music-iterator.hh (class Music_iterator): add
4761         substitute_outlet() to iterator API.
4762
4763         * lily/new-part-combine-iterator.cc (construct_children):
4764         New_pc_iterator: new class, better part combining.
4765
4766         * lily/tie-column.cc (werner_directions): new function
4767
4768         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4769
4770         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4771         empty objects group spanner as parent
4772
4773         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4774         slope against graphical slope.
4775
4776         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4777         for ottava bracket.
4778
4779         * lily/side-position-interface.cc (general_side_position):
4780         opps. reinstate *dir.
4781
4782         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4783         parser run.
4784
4785         * lily/tuplet-bracket.cc: remove calc_dy ().
4786
4787         * Documentation/user/refman.itely (Balloon help): document balloon
4788         help
4789
4790 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4791
4792         * scm/document-backend.scm (check-dangling-properties): Grob
4793         properties are defined define-grob-properties.scm.
4794         
4795 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4796         
4797         * VERSION: release 2.1.12
4798
4799         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4800         ChordName
4801
4802         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4803         relation to surroundings.
4804
4805         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4806         Y-extent to the note-extents: stay clear of the staff.
4807
4808 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4809
4810         * Documentation/user/GNUmakefile
4811         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4812         iso. copy.
4813
4814         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4815
4816         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4817
4818         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4819
4820         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4821
4822         * lily/line-interface.cc (line): remove thickness from calling interface.
4823
4824         * lily/hairpin.cc: use Line_interface
4825
4826         * lily/line-interface.cc: new file. Line_interface for everything
4827         with dotted/dashed lines.
4828         
4829
4830         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4831
4832         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4833         for constructing ottava brackets.
4834         
4835         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4836         the note heads.
4837
4838         * Documentation/user/internals.itely (Engravers and performers):
4839         fix broken link.
4840
4841         * scm/music-functions.scm (make-mark-set): new function.
4842
4843         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4844         functionally identical to beam.
4845
4846         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4847         () with beam (). 
4848
4849         * Documentation/user/refman.itely (Rehearsal marks): document new
4850         functionality.
4851
4852         * input/regression/rehearsal-mark-number.ly: new file.
4853
4854         * input/regression/rehearsal-mark-letter.ly: new file.
4855
4856         * scm/translation-functions.scm (number->mark-string): new function
4857         (format-mark-letters): new function
4858         (format-mark-numbers): new function
4859
4860         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4861         integer; formatting is done through markFormatter property.
4862         
4863         * scm/define-translator-properties.scm: fold all *-done properties
4864         into positioning-done.
4865
4866         * lily/beam.cc (position_beam): new function
4867         (brew_molecule): make sure that positions are calced before making
4868         the molecule.
4869
4870         * scm/output*.scm (beam):  take 4th argument for function.
4871
4872         * ps/music-drawing-routines.ps: take blot as 4th argument.
4873
4874         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4875         stem to avoid small dents.
4876         
4877 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4878
4879         * VERSION: release 2.1.11
4880
4881         * input/regression/balloon.ly: new file.
4882
4883         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4884         objects, and make help texts. 
4885
4886         * scm/new-markup.scm (parse-simple-duration): parse duration
4887         string to log & dots. (Thanks Nicolas!)
4888
4889         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4890         rule.
4891
4892 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4893
4894         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4895         Lemberg).
4896
4897         * THANKS: alphabetic order.
4898
4899 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4900
4901         * input/regression/note-head-harmonic.ly: new file.
4902
4903         * Documentation/user/internals.itely (Technical manual): explain
4904         difference between music, translation, layout.
4905
4906         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4907
4908         * scm/output-ascii-script.scm (bracket): rounding bfs.
4909
4910         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4911
4912         * ly/paper*.ly: remove files. 
4913         
4914         * scm/paper.scm (set-staff-size): new function: set default
4915         staff-size.
4916
4917         * scripts/convert-ly.py (conv): add conversion rule.
4918
4919         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4920         function.
4921
4922         * scm/paper.scm: new file.
4923         (set-staff-size): new function 
4924         (set-paper-size): new function
4925
4926         * lily/parser.yy (music_output_def_body): restructure definition,
4927         so first Scheme statement in \paper also happens in new scope. 
4928
4929         * lily/system.cc (post_processing): move uniquify_list () to
4930         dumping molecule stage.
4931
4932         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4933         this will mess up scores that use barchecks to shorten measures.
4934
4935         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4936         at 20pt too.
4937
4938         * Documentation/user/tutorial.itely (Printing lyrics): document
4939         \lyricsto
4940
4941         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4942
4943         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4944
4945         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4946         if Voice is not found.
4947
4948         * VERSION: release 2.1.10
4949         
4950         * input/{test,regression}/: remove old-relative 
4951
4952         * lily/lexer.ll: add empty markup signature. 
4953
4954         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4955         strut markup
4956
4957         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4958
4959         * scm/define-translator-properties.scm: update melismata property
4960         doco.
4961
4962         * lily/system.cc (output_lines): revert uniquify_list() patch,
4963         strange side effects seen.
4964         
4965         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4966         dash-period < 0.
4967
4968         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4969         for flute. 
4970
4971 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4972
4973         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4974
4975         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4976
4977         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4978         of line breaks.
4979         (brew_molecule): add padding to left, not right.
4980
4981         * lily/system.cc (uniquify_list): new function
4982         (output_lines): uniquify_list () on all-elements. This fixes
4983         double symbols in the output.
4984
4985         * lily/beam.cc (rest_collision_callback): don't move anything if
4986         staff-position is set.
4987
4988         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4989
4990         * lily/system.cc (typeset_grob): warn if adding twice.
4991
4992         * lily/sequential-iterator.cc (run_always): implement run_always().
4993         (also in other files.)
4994         
4995         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4996
4997         * lily/event.cc (to_relative_octave): add octave-check.
4998
4999         * Documentation/user/refman.itely (Line breaking): add noBreak.
5000
5001         * scm/new-markup.scm (normalsize-markup): add function.
5002         (sans-markup): new function.
5003
5004         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5005         come earlier nowadays.  This fixes beams on grace notes.
5006         
5007         * scm/music-functions.scm (direction-polyphonic-grobs): new
5008         variable, share between override and revert. This fixes script
5009         directions in polyphonic sections. (backportme)
5010
5011 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5012
5013         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5014         breakpoints.
5015
5016         * lily/break-align-interface.cc: add doco
5017
5018         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5019
5020 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5021
5022         * VERSION: release 2.1.9
5023
5024         * scm/document-markup.scm (markup-doc-node): add note about naming.
5025
5026         * scm/new-markup.scm (left-align-markup): bugfix. 
5027
5028         * Documentation/user/refman.itely (Ottava brackets): more doco for
5029         ottava.
5030
5031         * lily/side-position-interface.cc (out_of_staff): also do
5032         out_of_staff() correctly for d == DOWN.
5033
5034         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5035         horizontal line if they move to the right.
5036         
5037         * scm/define-grobs.scm (all-grob-descriptions): set
5038         text-repeat-if-broken for ottava spanner
5039
5040         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5041         property.
5042
5043         * mf/feta18.mf: design size is 18 not 22.5
5044
5045         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5046         Add a single LyricsVoice to a melody. Melismata may be set
5047         individually.
5048
5049         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5050
5051         * lily/dot-column.cc: add stdio.h
5052
5053 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5054
5055         * lily/item.cc: documentation for break-visibility (Thanks, John).
5056
5057 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5058
5059         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5060
5061         * lily/translator-def.cc: rename Translator_def to Context_def.
5062
5063         * Documentation/user/internals.itely (Lexical details): clarify
5064         string def.
5065
5066         * Documentation/user/refman.itely (Rhythmic music): add link to
5067         RhythmicStaff 
5068
5069 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5070
5071         * lily/translator.cc: document start_translation_timestep()
5072
5073         * scm/output-tex.scm (tex-encoded-fontswitch): use
5074         round for rounding (inexact->exact yields rationals)
5075
5076         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5077
5078         * lily/translator-group.cc (get_simple_trans_list): 
5079         new function; construct simple_trans_list_ lazily.
5080         
5081 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5082
5083         * lily/paper-outputter.cc (output_scope): Check if number before
5084         checking exact (guile cvs).
5085
5086         * scm/*: Escape backslashes in scheme strings (guile cvs).
5087
5088 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5089
5090         * Documentation/user/refman.itely (Tablatures basic): annotate
5091         seealso sections.
5092
5093         * lily/*.cc: cleanup of engraver initialize() functions.
5094
5095         * lily/repeat-acknowledge-engraver.cc
5096         (start_translation_timestep): remove first_b_
5097
5098         * lily/tab-note-heads-engraver.cc: listen to string number events
5099         inside < > too. (backportme).
5100
5101         * Documentation/user/refman.itely (Text scripts): add fatText to
5102         index.
5103
5104 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5105
5106         * VERSION: 2.1.8
5107
5108         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5109         footer.
5110
5111         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5112
5113         * lily/bar-check-iterator.cc (process): only warn if
5114         barCheckLastFail was changed.
5115
5116         * scm/define-translator-properties.scm (barCheckLastFail): add
5117         property.
5118
5119         * lily/main.cc (main_prog): print summary of failed files.
5120
5121         * lily/axis-group-engraver.cc: move all spanner creation to
5122         process_music (). Now staffs can be adjusted with \override too.
5123         (Jan, you are a brilliant programmer!)
5124         
5125         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5126
5127 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5128
5129         * Documentation/user/tutorial.itely (Integrating text and music):
5130         Show the commands to produce a PDF as well.
5131
5132 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5133
5134         * lily/translator-def.cc (get_translator_names): accept user
5135         tweaks too. 
5136
5137         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5138         as big as normal heads. 
5139
5140         * input/*ly: run convert-ly
5141         
5142         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5143         () if dependencies are fluked.
5144
5145         * scm/document-translation.scm (engraver-doc-string): update on
5146         latest string/symbol conventions.
5147
5148         * lily/translator-ctors.cc: use Scheme_hash_table.
5149
5150         * lily/translator-def.cc (get_translator_names): new function
5151         (add_context_mod): new function
5152         (get_accepted): new function
5153
5154         * lily/parser.yy (context_mod): put all modifications of
5155         \translator { } in a single production, encode as SCM.
5156
5157         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5158         to use read-only lists, so additions to the definition can be
5159         prepended easily.  
5160
5161         * Documentation/user/invoking.itexi (Editor support): add node on
5162         editor support.
5163
5164         * Documentation/user/refman.itely (Bar check): add lyrics example
5165         of bar checks. 
5166
5167         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5168
5169         * scripts/convert-ly.py (conv): add conversion rule.
5170
5171         * lily/parser.yy: use \change iso. \translator for staff switch.
5172
5173         * lily/my-lily-lexer.cc: add \change.
5174
5175         * scm/define-translator-properties.scm
5176         (default-melisma-properties): add definition.
5177
5178 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5179
5180         * Documentation/user/refman.itely (Bar lines): clarification of
5181         systemStartDelimiter. 
5182
5183         * input/test/slur-shape.ly (x): remove file.
5184
5185         * lily/translator-group.cc (apply_property_operations): new function.
5186
5187 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5188
5189         * lily/parser.yy (optional_prop_ops): allow \with {
5190         PROPERTYSETTINGS } following \context or \new.
5191
5192         * lily/my-lily-lexer.cc: add \with.
5193
5194         * lily/parser.yy (property_operation): clean up definition of
5195         property operations.
5196         (property_op_to_music): new function.
5197         (context_spec_music): new function
5198
5199         * VERSION: 2.1.7 released.
5200         
5201         * input/regression/collision-merge-dots.ly: new file.
5202
5203         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5204         then kill the dots too. 
5205
5206         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5207         set/unset breakableSeparationItem
5208
5209         * lily/separation-item.cc (relative_width): add function.
5210
5211         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5212         only-prebreak-interface
5213
5214         * lily/system.cc (output_lines): only junk only-prebreak-interface
5215         grobs.
5216
5217         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5218         read breakableSeparationItem
5219
5220         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5221
5222         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5223
5224         * lily/dot-column.cc (dot_config_badness): new function:
5225         select the best scoring dot configuration: dots should go close to
5226         the note heads, but be shifted up or down according to conventions.
5227         (print_dot_configuration): idem.
5228         (shift_one): idem
5229         (remove_collision): idem.
5230
5231         * input/regression/dots.ly: add more test cases.
5232
5233 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5234
5235         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5236
5237         * flower/include/interval.hh: rename elem_b to contains 
5238
5239         * lily/tie.cc: change 'heads to 'head-pair.
5240
5241         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5242         fill in 'heads field.
5243
5244         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5245         minimum-length for short ones, and shorten so collisions with the
5246         next syllable are avoided.
5247
5248         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5249         near-zero slopes.
5250         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5251
5252         * lily/dots.cc: remove quantized_position callback. All Y
5253         positioning is done by dot-column.cc
5254
5255         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5256         exhaustive test of all dot positions. This fixes disappearing dots
5257         in dotted chords.
5258
5259 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5260
5261         * mf/feta-klef.mf (test_staff): fatten up G clef
5262         (test_staff): fatten up f clef.
5263         
5264
5265 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5266
5267         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5268         * input/les-nereides.ly: Use latin1 characters for title, like
5269         Morgenlied.
5270
5271 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5272
5273         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5274         cmb10).
5275
5276         * lily/lyric-extender.cc (brew_molecule): add little space before
5277         extender line.
5278
5279         * lily/beam-quanting.cc (score_forbidden_quants): check if
5280         outer stafflines fall in any beam gaps.
5281
5282         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5283         for lyric texts.
5284
5285 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5286
5287         * VERSION: 2.1.6 released.
5288
5289         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5290         this shows the demerits of a user-defined beam position pair.
5291
5292         * scm/define-grobs.scm (all-grob-descriptions): set
5293         beamed-extreme-minimum-free-lengths to a different value.
5294
5295         * lily/scm-option.cc: add debug-beam scm-option
5296
5297         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5298
5299 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5300
5301         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5302
5303         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5304         space after barline.
5305
5306         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5307
5308         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5309         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5310         the other case, take standard column-breakable spacing. Do not
5311         warn about "no spacing wishes".
5312
5313         This fixes wide spaces after barlines in very loose lines.
5314
5315         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5316
5317 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5318
5319         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5320         acknowledge_grob lyric-syllable, not lyric-text.
5321
5322         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5323         dashes of length #'length separated by #'dash-period. 
5324
5325         * lily/lyric-extender.cc (brew_molecule): idem
5326
5327         * lily/multi-measure-rest.cc (big_rest): idem
5328
5329         * lily/system-start-delimiter.cc (simple_bar): idem
5330
5331         * lily/bar-line.cc (simple_barline): use rounded box
5332
5333         * VERSION: release 2.1.5
5334
5335         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5336         music): move note about dvips to more visible place.
5337
5338         * lily/lyric-phrasing-engraver.cc: move from
5339         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5340         lyric-phrasing-engraver.hh)
5341         
5342         * lyric-align.ly: remove file
5343         
5344         * scripts/convert-ly.py (FatalConversionError.func): add removal
5345         rule for automaticMelismata
5346
5347         * ly/engraver-init.ly (ScoreContext): switch on
5348         New_phrasing_engraver by default.
5349
5350         * lily/slur-engraver.cc (class Slur_engraver):
5351         process_acknowledged_grobs -> process_music.
5352         (try_music): signal melismata correctly.
5353
5354         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5355         word-space, right-trim-amount, and extend past right bound only
5356         for note heads.
5357
5358         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5359         lyric-extender support: add note-heads to the extender
5360         automatically.
5361
5362         * lily/parser.yy: extender is now post_event. 
5363
5364         * lily/accidental-engraver.cc (number_accidentals): remove
5365         spurious warning about non-parent contexts.
5366
5367         * lily/music-output-def.cc (assign_translator): \translator { }
5368         for a Foo context implicitly redefines \FooContext.
5369
5370         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5371         fixes.
5372
5373         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5374         doubly in slur weight. 
5375
5376         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5377         combination.
5378
5379         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5380         staffbar distance.
5381
5382         * scripts/lilypond.py (global_latex_preamble): crank down size of
5383         the margins. Now there is a 12 mm top and bottom margin, which
5384         should correspond with the printable area of modern printers.
5385
5386         This enlarges the music height of the printable page a little.
5387
5388         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5389         signs. Use \markup instead.
5390         (accreg_pen): tweak for accordeon asterisk.
5391
5392 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5393
5394         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5395
5396         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5397
5398         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5399
5400         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5401
5402         * scm/define-grobs.scm (all-grob-descriptions): change
5403         StanzaNumber description: make side support, i.s.o. breakable.
5404         use Instrument_name_engraver for texts in the margin.
5405
5406         * scm/define-translator-properties.scm: remove
5407         melismaEngraverBusy, stz property.
5408
5409         * *.cc: naming: change empty_b () into is_empty ()
5410
5411         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5412
5413         * input/regression/lyric-phrasing-new.ly: new file.
5414
5415         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5416         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5417         melismata are now left-aligned.
5418
5419 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5420
5421         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5422
5423         * mf/feta19.mf: remove.
5424         
5425         * mf/feta-klef.mf (test_staff): more tweaks
5426
5427         * mf/feta-toevallig.mf: more small size tweaks.
5428
5429         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5430         rests for smaller sizes.
5431
5432         * mf/feta-bolletjes.mf: fix cross heads.
5433
5434         * VERSION: release 2.1.4
5435         
5436         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5437         deprecated #'ancient font family
5438
5439         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5440         it is a string or number.
5441
5442         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5443         change calling convention of stem-attachment function. 
5444
5445         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5446
5447         * mf/feta-autometric.mf: dump WX/WY fields too
5448         
5449         * mf/parmesan-heads.mf: idem.
5450
5451         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5452         attachment coordinates.
5453
5454         * lily/note-head.cc (stem_attachment_coordinate): read stem
5455         attachment from the notehead glyphs WX/WY fields.
5456
5457         * lily/include/font-metric.hh (struct Font_metric): add methods
5458         get_indexed_wxwy (), make a distinction between looking up by
5459         index and ASCII  
5460
5461         * mf/feta-bolletjes.mf: rewrite note head MF code.
5462         (test_outlines): make heads more rotund for smaller sizes. 
5463
5464 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5465
5466         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5467         throughout. Font scaling fixes throughout.
5468
5469         * mf/feta-sleur,slur.mf: remove. 
5470
5471         * mf/feta-slag.mf: rewrite.
5472
5473 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5474
5475         * VERSION: release 2.1.3
5476
5477         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5478
5479         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5480
5481         * lily/mark-engraver.cc (process_music): fix mark
5482         \default. (backportme)
5483
5484         * stepmake/stepmake/automatically-generated.sub.make (default):
5485         use -n for head/tail commands. 
5486
5487         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5488         heads with the same pitch.
5489
5490 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5491
5492         * lily/recording-group-engraver.cc (finalize): set protected_scm
5493         member to '() before finalizing.
5494
5495         * lily/translator-group.cc (finalize): remove removal_processing () 
5496
5497         * lily/recording-group-engraver.cc: new engraver: record
5498         synchronized start & end times for each music object.
5499
5500         * lily/parser.yy (toplevel_expression): execute score rendering
5501         during parsing. Cleanup output-filename handling; this is no
5502         longer done with global variables.
5503         (translator_spec_body): allow \type modification too.
5504
5505         * lily/score.cc:  ly:run-translator: new function
5506         (LY_DEFINE): ly:render-output new function.
5507
5508         Separate interpreting and rendering, and make available as
5509         functions at Scheme level.
5510
5511 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5512
5513         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5514         (musicxml-node->string):
5515         (xml-node->string):
5516         (music-to-musicxml): New function.
5517
5518 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5519
5520         * VERSION: 2.1.2 released
5521
5522         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5523
5524         * scm/font.scm (paper20-font-vector): discouple font design sizes
5525         from sizes specified in .ly file: store all design sizes of a font
5526         in a single vector.
5527
5528         * lily/font-select.cc (get_font_by_design_size): new function
5529
5530         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5531         add parmesan,feta in sizes 14 and 18.
5532         
5533         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5534
5535         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5536         of fontSize: this now sets font-size
5537
5538 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5539
5540         * VERSION: 2.1.1 released
5541         
5542         * Documentation/user/refman.itely (Tuning objects): add note about
5543         concurrent tweaks in different contexts. 
5544
5545         * lily/tie-engraver.cc (acknowledge_grob): use
5546         Staff_symbol_referencer::get_position iso. reading staff-position
5547         directly.
5548
5549         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5550         currentMusicalColumn as left span-point for bracket. The bracket
5551         is too long when there are accidentals.
5552
5553 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5554
5555         * buildscripts/lilypond-profile.sh,
5556         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5557         Thanks to Reuben Thomas <rrt@mupsych.org>
5558
5559 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5560
5561         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5562         Wurbel <wurbel@univ-tln.fr>.
5563
5564 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5565
5566         * scripts/midi2ly.py: Add space after chords.
5567
5568 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5569
5570         * input/regression/{many}: add few @code{ ... }.
5571
5572 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5573
5574         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5575         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5576         Removed cmbx5, cmbx6 (which are included in teTeX)
5577         and cmbxti14 which is not used in fonts.scm.
5578
5579 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5580
5581         * lily/midi-item.cc: fine tune quarter tones.
5582
5583 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5584
5585         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5586         new function, warn how many cents are missing in fine tuning.
5587
5588 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5589
5590         * input/bugs/rhytmicstaff-tie.ly: add file.
5591
5592         * THANKS: Create skeleton for 2.1.
5593
5594 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5595
5596         * input/test/bar-lines.ly (TODO): dashed "|".
5597
5598 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5599
5600         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5601         input/regression/tie-chord.ly: Fix spell for tying.
5602
5603         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5604
5605         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5606         new file (renamed, see above).
5607
5608         * Documentation/user/lilypond-book.itely
5609         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5610         * input/example-1.ly input/example-2.ly input/example-3.ly
5611         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5612         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5613         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5614         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5615         * scripts/lilypond-book.py scripts/lilypond.py
5616         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5617         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5618
5619         * Documentation/user/lilypond.tely: update version.
5620
5621         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5622         Remove extra spaces in each @node, fixes spaces.
5623
5624 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5625
5626         * scripts/lilypond-book.py (output_dict): Add definition of
5627         \lilypondbook also for LaTeX output. Solves several bug reports.
5628
5629 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5630
5631         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5632
5633 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5634
5635         * input/test/transposition.ly: Fix key signatures, given in comments.
5636
5637 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5638
5639         * scm/midi.scm (instrument-names-alist),
5640         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5641
5642 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5643
5644         * input/test/temporary-stave.ly (texidoc): New example based on an
5645         email question from Ralph Little.
5646
5647 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5648
5649         * VERSION: release 2.1.0
5650         
5651         * lily/note-performer.cc (try_music): accept busy-playing-event.
5652
5653         * lily/swallow-perf.cc (try_music): return false for
5654         busy-playing-event and melisma-playing-event.
5655
5656 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5657
5658         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5659         >> in \score.
5660
5661 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5662
5663         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5664         that articulation_substitute will not move beam start again.
5665         (articulation_substitute): Bugfix: remove stray space so that new
5666         old chords ending '>>' does not get broken up.
5667         (sub_chord): Use TAB for indentation (not spaces).
5668         
5669         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5670         Bugfix for startup: Use ?^ instead of ?\^.
5671
5672 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5673
5674         * lily/lyric-combine-music-iterator.cc
5675         (Lyric_combine_music_iterator): change init order, to prevent GC
5676         segfaults.
5677
5678         * lily/context-specced-music-iterator.cc (construct_children): 
5679         only change  translator if found. This fixes a core dump problem.
5680
5681 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5682
5683         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5684         comparison.
5685
5686         * mf/feta-bolletjes.mf: make hole in half note little
5687         smaller for stem attachment.
5688
5689         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5690
5691         * mf/feta-banier.mf: don't draw stem with flag, just small square
5692         attachment.
5693
5694         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5695
5696         * mf/feta-banier.mf: remove upstem/downstem characters.
5697
5698         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5699
5700         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5701         stafflinethickness (in the default)
5702
5703         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5704
5705         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5706
5707         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5708
5709         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5710
5711         * lily/include/directional-element-interface.hh:
5712         junk class, make {get,set}_grob_direction functions.
5713
5714         * lily/slur.cc (get_attachment): do something sensible when
5715         attaching to stem without heads (eg. a rest).
5716
5717         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5718         forcing up to staff.  remove #'support-head property
5719         (brew_molecule): small cleanup.
5720         (flag): remove #'grace property.
5721
5722 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5723
5724         * cygwin/postinstall-lilypond.sh: 
5725         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5726         (Volker Zell).
5727
5728 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5729
5730         * scripts/lilypond-book.py: resurrect 'eps' option. 
5731         (TexiPaper.to_eps): use -Ppdf for EPS files.
5732
5733         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5734
5735         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5736
5737         * VERSION: release 2.0.1
5738
5739         * lily/bezier.cc (get_other_coordinate): change assert into
5740         warning.
5741
5742         * lily/note-head.cc (internal_brew_molecule): make left protusion
5743         smaller, to accomodate for natural sign.
5744         (internal_brew_molecule): only do this when the accidental is
5745         close enough.
5746         (extent): new function
5747
5748         * lily/skyline.cc (merge_skyline): new function
5749         (heighten_skyline): new function
5750
5751         * lily/accidental-placement.cc (position_accidentals) 
5752         (position_accidentals): fix todo.
5753
5754 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5755
5756         * input/test/+.ly (texidoc): put version number inline.
5757
5758         * GNUmakefile.in: remove rsync-web target.
5759         
5760         * input/regression/bar-scripts.ly (onestaff): raggedright
5761
5762 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5763
5764         * lily/*.cc: remove #if 0'd code in couple of places.
5765
5766         * lily/midi-stream.cc (operator <<): rewrite.
5767
5768         * lily/note-head.cc (internal_brew_molecule): 
5769         only make ledgers when the Staff symbol has lines.
5770
5771         * ly/property-init.ly (arpeggioBracket): simplify
5772
5773         * lily/translator-group.cc (execute_pushpop_property): use
5774         SCM_EQ_P for comparing keys. This fixes reverting
5775         auto-beam-settings.
5776
5777 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5778 *
5779         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5780         midi_debug_global_b.
5781         (operator <<): Normalise loop.
5782
5783 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5784
5785         * scripts/lilypond.py (escape_path): revise.
5786
5787         * scm/music-functions.scm (set-output-property): new function.
5788         
5789 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5790
5791         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5792         use addmakeflags again.
5793
5794         * cygwin/lily-wins.py (escape_shell): New function; use it.
5795
5796         * scripts/lilypond.py (escape_shell): Escape quotes and other
5797         spaces too.  Do not escape escaping backslashes.
5798
5799         * make/srcdir.make.in (web-install): Must call install-WWW now.
5800
5801         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5802         dependency
5803
5804 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5805
5806         * scripts/lilypond.py (escape_path): escape quotes too. 
5807
5808         * Documentation/user/lilypond.tely (Unified index): rename Index
5809         to accomodate Windows breakage.
5810
5811         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5812
5813         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5814         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5815         target not a source.
5816
5817 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5818
5819         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5820         addmakeflags.  Build and install doc and web also when building on
5821         Cygwin.
5822
5823         * mf/GNUmakefile: Bugfix.
5824
5825         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5826         target web.
5827
5828         * cygwin/lily-wins.py: Quote filename.
5829
5830 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5831
5832         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5833
5834 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5835
5836         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5837         settings.
5838
5839         * configure.in: Require g++ > 3.0.4.
5840
5841         * mf/GNUmakefile: Bugfix: Add list.ly target.
5842         
5843         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5844
5845         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5846         make omf directory, add uninstall targets.
5847
5848 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5849
5850         * lily/tie-performer.cc (initialize): init prev_event
5851
5852         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5853
5854         * lily/script-engraver.cc (make_script_from_event): don't crash on
5855         non-string articulation-type.
5856
5857         * lily/new-fingering-engraver.cc (add_script): don't crash on
5858         0 scripts 
5859         (acknowledge_grob): warn about text script events.
5860
5861 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5862
5863         * buildscript/lilypond.words: fix path for drums.scm.
5864
5865 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5866
5867         * lily/spacing-spanner.cc (note_spacing): don't make longer
5868         durations than measure-length.
5869
5870         * VERSION: release 2.0.0
5871
5872         * GNUmakefile.in (rsync-web): version independent rsync target.
5873
5874         * input/test/+.ly (texidoc): idem.
5875
5876         * input/regression/+.ly: print version number.
5877
5878         * input/regression/accidentals.ly (mel): shorten.
5879
5880         * input/regression/accidental-octave.ly (texidoc): shorten.
5881
5882         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5883
5884         * input/regression/completion-heads-polyphony.ly: octave
5885
5886         * input/regression/beam-manual.ly: remove
5887
5888         * input/regression/beam-chord.ly: remove
5889
5890         * input/regression/grace-dynamic.ly: remove
5891         
5892         * input/regression/grace-volta-repeat.ly: octave fixes.
5893
5894         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5895
5896         * lily/parser.yy (step_number): semitones for chord entry too.
5897         (make_chord_step): more robust code, semitones. 
5898
5899         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5900
5901         * input/regression/breathing-sign.ly (texidoc): split ancient and
5902         normal breathing signs.
5903
5904         * scm/define-grobs.scm (all-grob-descriptions): swap
5905         beamed-extreme-minimum-free-lengths and
5906         beamed-minimum-free-lengths; the 'extreme' case should allow
5907         shorter stems. This fixes forced directions on beamed 32nd and
5908         shorter notes.
5909
5910         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5911         quartertones, not semitones.
5912         (NoteNamesContext): swallow more event types
5913
5914         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5915
5916         * VERSION (PACKAGE_NAME): release 1.9.10
5917
5918 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5919
5920         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5921         set note head as cause of note-column.  This gives a better error
5922         message.
5923
5924 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5925
5926         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5927
5928 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5929
5930         * mf/GNUmakefile (pfa_warning): instruct 
5931
5932         * stepmake/aclocal.m4: typo.
5933
5934         * Documentation/user/cheatsheet.itely: more verbose examples.
5935
5936         * input/regression/clefs.ly: remove bogus docstring.
5937
5938 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5939
5940         * GNUmakefile.in (SUBDIRS): Add elisp.
5941
5942         * elisp/lilypond-mode.el: 
5943         * elisp/lilypond-init.el: 
5944         * elisp/lilypond-indent.el: 
5945         * elisp/lilypond-font-lock.el: Move from top dir.
5946
5947         * stepmake/stepmake/elisp-vars.make: New file.
5948
5949         * config.make.in (elispdir): Add.
5950
5951         * Documentation/topdocs/INSTALL.texi: Typo.
5952
5953         * make/ly-rules.make: Test for files instead of touching void and
5954         ignoring errors.
5955
5956         * GNUmakefile.in:
5957         * make/lilypond.redhat.spec.in:
5958         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5959         <builddir>, adding
5960         
5961              (push "<builddir>/share/lilypond/elisp" load-path)
5962
5963         to your ~/.emacs.el should give you LilyPond-mode again.
5964
5965         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5966         regexp for DOS/Windows, we are too paranoid to fix others.
5967
5968 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5969
5970         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5971
5972         * input/test/chord-names-jazz.ly (banterProperties): fix
5973
5974         * lily/parser.yy (bass_mod): bass figure alterations are semi
5975         tones, not quarter tones
5976
5977         * lily/beam.cc (set_stem_lengths): only lengthen stems
5978         for gapped beams.
5979
5980         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5981         by beamcount.
5982
5983         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5984         a warning that the warning may erroneous.
5985
5986         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5987         target.
5988
5989         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5990         targets.
5991
5992         * GNUmakefile.in ($(config_h)): config.h should depend on
5993         config.hh.in .
5994         (lilypond.words): remove fontball stuff.
5995
5996         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5997
5998         * configure.in: remove pktrace reference.
5999
6000         * GNUmakefile.in (rsync-web): permissions and ownership for
6001         website.
6002
6003         * lily/volta-engraver.cc (staff_eligible): new function.
6004         (stop_translation_timestep): kill off spanners if not eligible.
6005
6006         * VERSION (PATCH_LEVEL): release 1.9.9
6007
6008         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6009
6010         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6011         length is more important than forbidden quants.
6012         
6013 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6014
6015         * buildscripts/lilypond.words: order words in search order,
6016         add lilypond.words.vim to be generated.
6017
6018         * lilypond.vim: use lilypond.words.vim for keyword matching.
6019
6020         * lilypond-mode.el: use search order. fix word selection rules.
6021
6022         * lilypond-font-lock.el: fix fontifying long durations.
6023
6024         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6025
6026 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6027
6028         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6029
6030         * stepmake/stepmake/generic-targets.make:
6031         * stepmake/stepmake/bin/make-version.py: 
6032         * stepmake/aclocal.m4:
6033         * make/stepmake.make:
6034         * make/toplevel-version.make: Build fixes: remove last traces of
6035           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6036
6037         * lily/beam.cc: Add gap-count property.
6038
6039 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6040
6041         * scm/define-grob-properties.scm (gap-count): add gap-count
6042
6043         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6044
6045 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6046
6047         * cygwin/mknetrel.doc: Typo.
6048
6049         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6050
6051         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6052
6053 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6054
6055         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6056         sizes. Remove support for 'ledger'(=tabloid+landscape).
6057
6058 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6059
6060         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6061         sauter PFAs.
6062
6063         * configure.in: remove VERSION stuff once again.
6064
6065         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6066
6067         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6068         for chord names.
6069
6070         * mf/GNUmakefile: always trace pfa fonts.
6071         (SAUTER_FONTS): add cmss[567] too fonts
6072
6073         * configure.in: require mftrace. 
6074
6075         * lily/staff-performer.cc (new_instrument_string): don't look at
6076         instrument property.
6077
6078         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6079         is_direction is the C++ one. Similar for ly_axis_p and
6080         ly_number_pair_p
6081
6082 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6083
6084         * lily/beam.cc (brew_molecule): read gap-count to determine
6085         number of tremolo (gapped) beams.
6086
6087         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6088         shorter than 1/8
6089
6090         * flower/include/array.hh (default_compare): new function
6091
6092         * cygwin/mknetrel: Native fixes.
6093
6094         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6095
6096 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6097
6098         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6099         feature for Windows.
6100
6101         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6102
6103         * cygwin/mknetrel: Updates for native use on Cygwin.
6104
6105         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6106
6107         * stepmake/stepmake/help2man-rules.make: 
6108         * cygwin/mknetrel: Bugfix for manpages.
6109
6110         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6111         $(builddir).  Stepmake is a normal subdirectory now, that is not
6112         configured.  Another srcdir build fix.
6113
6114         * Documentation/topdocs/INSTALL.texi,
6115         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6116         lilypond-init.el, lilypond-mode.el, debian/rules,
6117         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6118         rename generated file lilypond.words to lilypond.words.el.
6119
6120 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6121
6122         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6123
6124         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6125         GNUmakefile.in.
6126
6127 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6128
6129         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6130         when cross building.
6131
6132         * configure.in: srcdir build fix.
6133
6134         * cygwin/GNUmakefile:
6135         * cygwin/lily-wins.py:
6136         * cygwin/postremove-lilypond.sh: 
6137         * cygwin/postinstall-lilypond.sh: Merge from stable.
6138
6139         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6140         s/ly2dvi/lilypond/.
6141
6142 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6143
6144         * lily/slur.cc (after_line_breaking): only set control points if
6145         none supplied yet.
6146
6147         * input/test/slur-manual.ly: new file.
6148
6149         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6150         <<  >> chords too.
6151
6152         * VERSION (PACKAGE_NAME): release 1.9.8
6153
6154         * scripts/lilypond.py (escape_path): escape spaces in directory names
6155
6156         * input/test/text-spanner.ly: fixes.
6157
6158 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6159
6160         * buildscripts/lilypond.words.py: add drum names as note names to
6161         Emacs-mode.
6162
6163 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6164
6165         * input/regression/hairpin-dashed.ly: new file.
6166
6167         * scripts/convert-ly.py (conv): warn about dash-length.
6168
6169         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6170         automatically if we get a new one.
6171
6172         * lily/lookup.cc (dashed_line): new function
6173
6174         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6175         dash-fraction.
6176
6177 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6178
6179         * buildscripts/lilypond.words.py: extract note names.
6180
6181         * lilypond-mode.el: take note names from lilypond.words -file.
6182         small fix in the use of string-match.
6183
6184         * lilypond-font-lock.el: use lilypond.words for note names, add 
6185         maxima to note a duration.
6186
6187 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6188
6189         * lily/breathing-sign.cc: remove railtracks() function. 
6190
6191         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6192
6193         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6194         (brew_molecule): bugfix don't make arpeggio shorter when
6195         arpeggio-direction is set.
6196
6197         *  debian/rules: small corrections in the (Pedro K)
6198
6199         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6200         examples.
6201
6202         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6203         special (repeat) bar comes along.
6204
6205         * input/regression/auto-beam-bar.ly: update.
6206
6207         * scripts/lilypond-book.py (output_dict): remove support for the
6208         EPS option.
6209
6210         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6211         VerticalAlignment and VerticalAxisGroup this fixes the size
6212         computations for the entire system.
6213  
6214         * input/les-nereides.ly (bass): remove superfluous fontSize.
6215
6216         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6217         causes directory of file to be added to include path.
6218
6219         * input/regression/beam-break.ly: test single stem beams.
6220
6221         * input/regression/system-start-bracket.ly: fix.
6222
6223         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6224
6225         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6226
6227         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6228         (score_stem_lengths): do something sensible for single stem beams.
6229
6230         * lily/beam.cc (least_squares): add kludge for single stem beams.
6231
6232         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6233         keySignature to list of broken things.
6234
6235         * input/regression/keys.ly: fix.
6236
6237         * VERSION (PACKAGE_NAME): release 1.9.7
6238
6239         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6240
6241         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6242
6243         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6244         (quartertone_pitch): new function
6245
6246         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6247         flat. WARNING: FONT CHANGED.
6248
6249         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6250
6251         * lily/accidental-placement.cc (add_accidental): support for
6252         quarter tones.
6253
6254         * ly/LANGUAGEs.ly: use symbols for alterations.
6255
6256         * mf/feta-toevallig.mf: change accidental codes. 
6257
6258         * scm/lily.scm (ly:get-option): switch on debugging only for
6259         --verbose.
6260
6261         * lily/lily-guile.cc: remove ly:verbose?
6262
6263         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6264
6265         * lily/parser.yy (TODO): only do gh_call() for apply with
6266         procedure argument.
6267
6268         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6269         stuff in accordance with new timing of tie-events.
6270
6271         * lily/my-lily-lexer.cc: remove \outputproperty
6272
6273         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6274
6275         * scm/define-translator-properties.scm (melismaBusyProperties):
6276         add melismaBusyProperties property.
6277
6278 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6279
6280         * input/test/ambitus-mixed.ly (texidoc): new file.
6281
6282         * buildscripts/mutopia-index.py (find): prune debugging
6283
6284         * lily/side-position-interface.cc: doc updates
6285
6286         * Documentation/user/refman.itely: updates, tweaks.
6287
6288         * lily/parser.yy (Simple_music): remove outputproperty
6289
6290         * make/stepmake.make: use VERSION again; importing VERSION via
6291         autoconf dependencies is too hairy.
6292
6293 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6294
6295         * lilypond-mode.el: allow `-' for keywords and identifiers.
6296
6297 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6298
6299         * VERSION: release 1.9.6
6300         
6301         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6302         iso. ly2dvi.
6303
6304         * Documentation/user/*.itely: fixes everywhere
6305
6306         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6307         produce ties from the engraver itself, do not broadcast TieEvent.
6308
6309         * lily/my-lily-lexer.cc: remove pitch & duration.
6310
6311         * lily/parser.yy (TODO): remove \pitch and \duration
6312
6313         * input/test/explicit.ly: remove file.
6314
6315         * Documentation/user/refman.itely (Pitches): remove \pitch 
6316         \duration command.
6317
6318 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6319
6320         * buildscripts/lilypond.words.py: add all slur types to Emacs
6321         insertion menu, suppose everything is postfixed by dropping 
6322         unnecessary `-' -marks.
6323
6324 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6325
6326         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6327         tremoloed stems.
6328
6329         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6330         head for flagged stems.
6331
6332         * lily/stem.cc (get_default_stem_end_position): futz with extra
6333         stem length if there is a stem tremolo.
6334
6335         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6336         it would be too small.
6337
6338         * lily/font-metric.cc: return #f for non-existent glyph.
6339         
6340         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6341         exported through config.make.
6342
6343         * input/regression/clef-oct.ly: new file.
6344
6345         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6346         transposition.
6347
6348         * input/template/*.ly: remove old relative.
6349
6350         * ly/english.ly: add X names for double sharp.
6351
6352 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6353
6354         * lily/font-select.cc: new file handle font selection routines.
6355
6356         * lily/parser.yy: add ; (Patrick Atamaniuk)
6357
6358         * input/test/time-signature-double.ly: use markups for double time
6359         sigs.
6360
6361         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6362         ChordNames.SeparationItem #'padding for adjusting space after chords.
6363         
6364         * lily/music-output-def.cc (LY_DEFINE): 
6365         new function ly:paper-lookup.
6366         
6367         * mf/parmesan-clefs.mf: use # quantities for char_box
6368         offsets. Fixes overflow errors in the PFA. 
6369
6370         * scm/new-markup.scm (strut-markup): change calling interface for
6371         markup. Pass paper-def, not grob. This would allow \markup to be
6372         used separately from grobs.
6373
6374         * lily/paper-def.cc: new function ly:paper-font; this function
6375         replaces ly:get-font.
6376
6377         * lily/include/font-interface.hh (struct Font_interface): take
6378         Paper_def iso. Grob for get_font().
6379
6380 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6381
6382         * Documentation/user/ tutorial.itely, refman.itely: add warning
6383         about \key and accidentals.
6384
6385 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6386
6387         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6388
6389         * Documentation/user/*.itely: manual tweaks
6390
6391 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6392
6393         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6394         cleanup; bugfix: exact_center
6395
6396         * Documentation/user/refman.itely: added more documentation on
6397         ambitus according to recent questions on lilypond-user list
6398
6399 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6400
6401         * input/regression/ottava.ly (texidoc): demo 15ma too.
6402
6403         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6404
6405         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6406         octave fixes.
6407
6408 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6409
6410         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6411         problems on older Mac editors.
6412
6413 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6414
6415         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6416
6417 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6418
6419         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6420         mf/parmesan-clefs.mf: added comments on character alignment and
6421         set_char_box() conventions
6422
6423         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6424         set_char_box()'s
6425
6426         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6427
6428 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6429
6430         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6431
6432 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6433
6434         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6435         shortened to avoid almost-collision with staff line; code cleanup;
6436         other custodes: fixed char boxes; code cleanup
6437
6438 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6439
6440         * configure.in: release 1.9.5
6441         
6442         * scripts/lilypond.py (global_latex_preamble): only set
6443         twosideshift if 'twoside' is in latexoptions 
6444
6445         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6446
6447         * VERSION: remove
6448
6449         * scripts/*2ly.py: update <> syntax
6450
6451 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6452
6453         * lily/chord-name-engraver.cc (process_music): add origin for
6454         chord name.
6455
6456         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6457
6458         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6459         bass notes for exceptions too.
6460
6461         * scm/define-grobs.scm (all-grob-descriptions): rename
6462         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6463
6464         * scm/define-grob-properties.scm (remove-first): add remove-first
6465         property for orchestral scores.
6466
6467         * Documentation/user/*.itely: switch <<>> and <> 
6468
6469         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6470         last_line only once. This fixes the two consecutive glissandi problem.
6471
6472 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6473
6474         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6475         error message "flexa-width undefined"
6476
6477         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6478         lily/include/gregorian-ligature.hh: print warning when ignoring
6479         head prefixes on flexa shapes
6480
6481         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6482         space before a series of inclinatum heads
6483
6484         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6485         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6486         cleanups
6487
6488         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6489         and char_box
6490
6491 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6492
6493         * input/regression/breathing-sign.ly: tiny fixes
6494
6495         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6496         semantical collision with vaticana ligatures
6497
6498         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6499         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6500         now consistent with mensural ligatures
6501
6502         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6503         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6504         context pitches and staff position; dto. for virga stem; removed
6505         obsolete virga and clivis characters from parmesan font (WARNING:
6506         font changed)
6507
6508         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6509         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6510
6511         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6512         scm/define-grob-properties.scm: consistency fix: renamed
6513         join_left->add_cauda
6514
6515         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6516         appendix length; bugfix: yoffs_bt for reverse direction punctum
6517         characters
6518
6519         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6520         small cleanups; added more docu
6521
6522         * lily/mensural-ligature-engraver.cc,
6523         lily/vaticana-ligature-engraver.cc,
6524         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6525         computation to CoherentLigatureEngraver
6526
6527         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6528         scm/define-grob-properties.scm: bugfix: added missing linea and
6529         cavum properties; bugfix: removed dead semivocalis property
6530
6531         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6532         length; redesigned quilisma, stropha and auctum
6533
6534         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6535         line thickness
6536
6537         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6538         Documentation/user/refman.itely: bugfix: introduced shifted
6539         epiphonus head to avoid collision with adjacent plica
6540
6541 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6542
6543         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6544
6545         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6546
6547 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6548
6549         * Documentation/user/tutorial.itely (A lead sheet): remove
6550         duplicate chords.
6551
6552         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6553
6554 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6555
6556         * Documentation/bibliography/computer-notation.bib (isbn): add
6557         xivcim publication.
6558
6559 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6560
6561         * GNUmakefile.in: drop lilypond.words for generation.
6562
6563 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6564
6565         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6566
6567         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6568
6569 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6570
6571         * input/test/figured-bass-alternate.ly (fl): new file.
6572
6573         * Documentation/topdocs/README.texi (Top): clarifications.
6574
6575         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6576         theses of Gieseking and Renz.
6577
6578         * GNUmakefile.in (README_FILES): remove README.mandrake.
6579
6580 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6581
6582         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6583         from source files and search patterns listed in the script.
6584
6585         * GNUmakefile.in: add target `lilypond.words'.
6586
6587         * lilypond.words: remove file, generated by `make lilypond.words'.
6588
6589         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6590
6591 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6592
6593         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6594
6595 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6596
6597         * VERSION: 1.9.4 released
6598
6599         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6600         rule for < > <-> << >> substitution
6601
6602         * lily/lexer.ll: exchange meaning of << >> and < > 
6603
6604         * VERSION (PACKAGE_NAME): 1.9.3 released
6605
6606         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6607         pages unconditionally.
6608
6609 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6610
6611         * Documentation/user/music-glossary.tely (Top): small syntax
6612         fixes.
6613
6614         * scm/music-functions.scm (remove-tag): filter \tagged music
6615         expressions.
6616
6617         * input/regression/tag-filter.ly (texidoc): new file.
6618
6619         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6620         symbol2 .. ) etc. 
6621
6622         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6623         convert rule.
6624
6625         * Documentation/user/refman.itely (Fingering instructions): adjust
6626         manual.
6627
6628         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6629         for borderline cases (e.g. 1 fingering.)
6630         (position_scripts): revise interface, use fingerOrientations to
6631         set fingering positions.
6632
6633         * scm/document-translation.scm (context-doc): add aliases to
6634         automated documentation.
6635
6636         * make/lilypond-vars.make: remove stepmake compat glue.
6637
6638         * make/generic-vars.make: remove cruft.
6639
6640         * lily/main.cc (main): don't identify binary.
6641
6642 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6643
6644         * lily/include/translator.hh (class Translator): remove
6645         type_string_ , use symbol for context name throughout.
6646         Changes through whole source tree.
6647
6648         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6649         set PDF as default, and always make PDF.
6650
6651         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6652
6653 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6654
6655         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6656         Documentation/user/refman.itely input/regression/allfontstyle.ly
6657         input/regression/grace-types.ly:
6658         fix spelling for acciaccatura (Webster's 1913).
6659
6660 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6661
6662         * lily/main.cc (usage): adjust blurb, include url.
6663
6664         * input/regression/breathing-sign.ly (texidoc): transpose up
6665
6666 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6667
6668         * input/regression/breathing-sign.ly: changed ancient examples to
6669         be relevant (by request of Han-Wen); updated BreathingSign text
6670         property according to new syntax.
6671
6672         * ly/gregorian-init.ly: updated BreathingSign text property
6673         according to new syntax
6674
6675 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6676
6677         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6678         (Clef): index entries for clefs.
6679
6680         * python/lilylib.py (system): remove errorlog files.
6681         
6682 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6683
6684         * lilypond.words: add \new and new graces. Add dynamics to menus
6685         keeping 1.8.x compatibility; after all the engraving relating to 
6686         notes becomes postfixed `-' marks will be removed.
6687
6688 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6689
6690         * lily/molecule.cc (align_to): idem.
6691
6692         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6693         
6694         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6695         accacciatura everywhere.
6696
6697         * VERSION (PACKAGE_NAME): released 1.9.2
6698
6699         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6700
6701         * scm/document-markup.scm (markup-doc-node): sort markup function
6702         list.
6703
6704         * lily/paper-outputter.cc (output_version): change "Lily was here"
6705         into  "Engraved by LilyPond"
6706
6707         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6708         on unquoted strings before \notenames.
6709
6710         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6711         increases the number of s/r reductions to 4.
6712
6713         * scm/new-markup.scm (fraction-markup): \fraction command.
6714
6715         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6716         mode
6717
6718         * lily/lookup.cc (round_filled_box): rename function.
6719         (LY_DEFINE): round-filled-box: change signature.
6720
6721         * Documentation/user/refman.itely: revise section explaining grace
6722         notes.
6723
6724         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6725         ly:set-context-property
6726
6727         * input/*/*.ly (vmus): use \new everywhere.
6728
6729         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6730
6731         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6732         default
6733
6734         * scm/music-functions.scm (set-stop-grace-properties)
6735         (set-start-grace-properties, add-grace-property): new functions
6736         for modular grace tweak control.
6737
6738         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6739         
6740 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6741
6742         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6743
6744         * GNUmakefile.in (install-pfa-fonts):
6745         (get-pfa-fonts): New target.
6746
6747         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6748         install-pfa-fonts help.
6749
6750 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6751
6752         * lily/translator-scheme.cc (LY_DEFINE):
6753         ly:context-pushpop-property new function.
6754         (LY_DEFINE): new function ly:translator-find  
6755         new function ly:translator?
6756         (LY_DEFINE): new function ly:context?
6757
6758         * lily/translator-def.cc: remove
6759         Translator_def::apply_pushpop_property().
6760
6761         * python/lilylib.py (read_pipe): only store and display error log
6762         if verbose not set.
6763         (read_pipe): only display log if it contains something.
6764
6765 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6766
6767         * Documentation/misc/GNUmakefile: Re-add.
6768         (TEXTS): Add CHANGES.
6769
6770 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6771
6772         * lilypond.words: add \newcontext.
6773
6774 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6775
6776         * lily/tie-performer.cc (stop_translation_timestep): only flush
6777         tied_notes when we have actually made a tie. Fixes bugs with ties
6778         in polyphonic scores.
6779
6780 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6781
6782         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6783         they do not exist.
6784
6785 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6786
6787         * VERSION (PACKAGE_NAME): released 1.9.1 
6788
6789         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6790         Instrument_name_engraver
6791
6792         * lily/tie-performer.cc (create_audio_elements): bugfix
6793
6794         * Documentation/user/music-glossary.tely (Top): comment out
6795         font-style statements.
6796
6797         * input/test/force-hshift.ly: revise example.
6798
6799         * Documentation/bibliography/engraving.bib (note): typos.
6800
6801         * configure.in: bump GCC requirements to 3.x
6802
6803         * lily/include/audio-item.hh (class Audio_tie): rename
6804         note_l_drul_ to note_drul_
6805
6806         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6807
6808         * lily/parser.yy (relative_music): whoops. All \relative were off
6809         by ...  a lot .... Ahem.
6810
6811         * scm/define-music-types.scm (music-descriptions): idem.
6812
6813         * lily/beam-engraver.cc: move new-beam-event to beam-event
6814
6815         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6816         to Tie_engraver
6817
6818         * input/regression/bar-number.ly: remove unnecessary old-relative
6819         options.
6820         
6821         * Documentation/user/internals.itely (Creating contexts): document
6822         \newcontext
6823
6824         * lily/parser.yy (Composite_music): add \newcontext
6825
6826         * Documentation/user/refman.itely (MIDI block): add note about
6827         dotted tempos.
6828
6829         * scm/font.scm: remove old markup legacy
6830
6831         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6832
6833         * lily/breathing-sign.cc (brew_molecule): remove function
6834
6835         * lily/text-item.cc: remove old-style markups.
6836         (interpret_markup): C++ version of markup function
6837         (brew_molecule): idem.
6838
6839         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6840         as Scheme variable.
6841
6842         * scripts/convert-ly.py (conv): dashes rule.
6843         Apply rule.
6844
6845         * Documentation/user/lilypond-book.itely: syntax fixes. 
6846
6847 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6848
6849         * VERSION (PACKAGE_NAME): release 1.9.0
6850
6851         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6852         note about dvips. (Should backport.)
6853
6854         * scripts/convert-ly.py
6855         (FatalConversionError.articulation_substitute): add
6856         convert-new-chords code. Remove convert-new-chords.py
6857
6858         * Documentation/user/refman.itely (Octave check): document
6859         \octave.
6860
6861         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6862         \relative changes.
6863
6864         * lily/parser.yy (command_element): octave check:
6865
6866            \octave PITCH
6867
6868         checks that PITCH (without octave) yields PITCH (with octave) in
6869         \relative
6870
6871         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6872
6873         * lily/scm-option.cc: ly:set-option now has the default argument
6874         #t.
6875
6876         * lily/lexer.ll: add \renameinput
6877
6878         * python/lilylib.py (command_name): robustifications.
6879
6880         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6881         /dev/stderr. This is ash compatible.
6882
6883         * ly/init.ly: add warning if compatibility was not necessary.
6884
6885         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6886
6887         * flower/include/string-handle.icc: formatting cleanups, rename
6888         references by ref_count_.
6889
6890 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6891
6892         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6893         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6894         package libs separately, fix conflicting php variable out=/dev/vc/
6895         invoking `unset out', declare menus, use only one icon-file, fix
6896         doc-path in menu.
6897
6898 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6899
6900         * scripts/convert-ly.py (FatalConversionError.conv): typo
6901
6902         * Documentation/misc/GNUmakefile: restore misc directory.
6903
6904         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6905
6906         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6907         Petites-Preludes 
6908
6909         * input/test/partial-blank.ly (quickmeasure): syntax
6910
6911         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6912         attachment property.
6913
6914         * Documentation/user/refman.itely: remove superfluous -'s 
6915         (Grace notes): ) fixes.
6916
6917         * lily/music.cc: generic compress(), transpose() functions. Remove
6918         others.
6919
6920         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6921         style markup entry.
6922
6923         * lily/parser.yy: all articulations postfix; remove obligatory -
6924         for [,  ) and \!
6925         
6926         * lily/music.cc (to_relative_octave): write generic
6927         to_relative_octave function; various relative cleanups.
6928         Hmmm.
6929
6930         * lily/scm-option.cc: add options new-relative and old-relative
6931
6932         * po/sv.po: new po file.
6933
6934         * Documentation/user/refman.itely (Dynamics): website
6935         fixes. (should backport!)
6936
6937 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6938
6939         * make/lilypond.mandrake.spec.in: declare version only once.
6940
6941 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6942
6943         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6944         meaning for now.
6945
6946 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6947
6948         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6949
6950         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6951
6952         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6953
6954         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6955
6956         * lily/music.cc (var): add ly:music-transpose function.
6957
6958         * lily/parser.yy (pre_events): remove prefix articulations.
6959
6960         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6961
6962         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6963
6964         * Documentation/user/refman.itely (Text markup): add comment about
6965         markup in header.
6966
6967 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6968
6969         * lily/paper-outputter.cc (write_header_fields_to_file): 
6970         only dump value if it is a string.
6971
6972         * flower/include/dictionary.hh: remove.
6973         
6974         * Documentation/ChangeLog-1.5: add back old log.
6975
6976         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6977         .pfas from a .deb.
6978
6979 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6980
6981         * Documentation/bibliography/engraving.bib: add entry for
6982         Jaschinski's Notation
6983
6984 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6985
6986         * Documentation/user/refman.itely (Beaming): add note about
6987         allowBeamBreak
6988
6989 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6990
6991         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6992         GregorianTranscription contexts
6993
6994         * ly/engraver-init.ly: vaticana contexts: minor fixes
6995
6996         * Documentation/user/refman.itely (Ancient notation): added note
6997         on appendix length bug
6998
6999         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7000         input/test/vaticana.ly: use vaticana contexts; small fixes
7001
7002 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7003
7004         * flower/hash.cc: Remove.
7005
7006         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7007         to (nonexistent?) hash_func_ identifier.
7008
7009         * python/midi.c (midi_error, midi_warning): Use char const* for
7010         __FUNCTION__ argument.
7011
7012         * python/gettext.py: Remove.  We already require python 2.1, which
7013         includes gettext.py.
7014
7015         * configure.in: Require python 2.1, as INSTALL.texi says.
7016         it.
7017
7018         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7019         versions 1.50 and 1.75.  Remove note about lexer patch.
7020
7021 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7022
7023         * Documentation/topdocs/INSTALL.texi: Update type1 font
7024         description to actual situation.  Add comment about new font ball
7025         layout.
7026
7027         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7028         in $LILYPONDPREFIX suffices for installation.
7029
7030 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7031
7032         * debian/control (Build-Depends): Add flex-old as alternative to
7033         flex.  Deprecate bison 1.75.
7034
7035 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7036
7037         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7038         Vaticana contexts
7039
7040         * Documentation/user/refman.itely (Ancient notation): documented
7041         some bugs; tiny fixes; added docu on Vaticana contexts
7042
7043         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7044         scripts
7045
7046 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7047
7048         * Documentation/user/refman.itely (Ancient notation): added some
7049         introductory words; added section on ancient time signatures;
7050         added some @seealso and @refcommands; small fixes and
7051         beautifications
7052
7053 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7054
7055         * input/regression/note-head-style.ly: many fixes and updates
7056
7057         * Documentation/user/refman.itely: added small sections on ancient
7058         accidentals, rests and flags; revised ancient note head section;
7059         small wording/spelling fixes
7060
7061         * input/test/rests.ly: layout fixes
7062
7063 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7064
7065         * input/puer-fragment.ly: bugfix: central C position of do clef
7066
7067         * ly/gregorian-init.ly: workaround: add small padding space before
7068         divisiones (the correct fix would be the spacing engine to handle
7069         this)
7070
7071 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7072
7073         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7074         cue-notes.ly: minor fixes.
7075
7076 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7077
7078         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7079         input/test/custos-style.ly
7080
7081         * Documentation/index.html.in: bugfix: link to Tutorial.html
7082
7083         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7084         to neumes; bugfix: "et": epiphonus, not just a simple pes
7085
7086 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7087
7088         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7089
7090         * lilypond.words: add new features: markup, column, center, \[ \].
7091         
7092 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7093
7094         * Documentation/topdocs/NEWS.texi, DEDICATION,
7095         stepmake/bin/add-html-footer.py
7096         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7097         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7098         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7099         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7100         added (only) after a sentence which is complete; if the sentence is 
7101         not ended a comma `,' or nothing is used. fix also spaces.
7102
7103 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7104
7105         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7106         requirements to plain 1.6.
7107
7108         * buildscripts/mutopia-index.py (read_lilypond_header): update
7109         mutopia-index.py to 1.4 syntax [sic]
7110
7111 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7112
7113         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7114
7115 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7116
7117         * Documentation/index.html.in: url for regression pdf
7118
7119         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7120
7121         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7122
7123         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7124
7125         * VERSION: 1.8.0 released
7126         
7127         * GNUmakefile.in (local-WWW-post): footify build fix.
7128
7129         * configure.in: require GUILE 1.6.4
7130
7131         * Documentation/user/GNUmakefile: don't copy *.png for
7132         lilypond-internals
7133
7134         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7135         local-WWW-post target.
7136         (rsync-web): add rsync-web target
7137
7138         * Documentation/user/introduction.itely (Music notation and
7139         engraving): add neume example
7140
7141         * input/puer-fragment.ly (cantus): add puer-fragment
7142
7143 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7144
7145         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7146         to notes, so that equalizer is actualy being used.
7147
7148         * scm/midi.scm (instrument-equalizer-alist):
7149         (absolute-volume-alist): Define public, so that user can copy or
7150         override.
7151
7152         * lily/key-performer.cc (create_audio_elements): Check for minor
7153         key.  Only if key is minor, set MIDI key to minor.
7154
7155 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7156
7157         * Documentation/user/refman.itely (Hiding staffs): fixes.
7158
7159         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7160
7161         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7162         vertical extents to deal with Hara kiri correctly.
7163
7164         * input/regression/hara-kiri-short.ly: remove
7165
7166         * input/regression/hara-kiri-pianostaff.ly: update test.
7167
7168         * Documentation/user/*.tely: remove WEBTITLE
7169
7170         * scm/output-tex.scm (comment): idem.
7171
7172         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7173
7174         * scm/music-functions.scm (make-lyric-event): new function
7175
7176         * scm/lily.scm (lilypond-version): new function
7177
7178         * input/test/version-output.ly: new file.
7179
7180         * Documentation/user/lilypond.tely: add version number to
7181         front-page.
7182
7183 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7184
7185         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7186
7187 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7188
7189         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7190
7191         * Documentation/user/refman.itely (Hiding staffs): rename node.
7192
7193 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7194
7195         * input/regression/new-markup-syntax.ly (texidoc): remove
7196         molecule-callback override.
7197
7198 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7199
7200         * input/les-nereides.ly: Mark tweaks with %tweak.
7201
7202         * Debian patch, see debian/changelog (Anthony Fok).
7203
7204 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7205
7206         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7207         problem.
7208
7209 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7210
7211         * Documentation/user/refman.itely (Text markup): Fix language bug.
7212
7213 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7214
7215         * input/* : postfix syntax fixes.
7216
7217         * Documentation/user/refman.itely (Text markup): add note about
7218         raise/lower with ^ or _ .
7219         
7220         * po/fi.po: fix \\apply strings.
7221
7222         * lily/parser.yy (open_event): warn for prefix articulations.
7223
7224 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7225
7226         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7227         fix also on parmesan font.
7228
7229 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7230
7231         * VERSION 1.7.30 released
7232         
7233         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7234
7235         * buildscripts/mutopia-index.py (headertext): rewording
7236
7237 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7238
7239         * scm/new-markup.scm (strut-markup): new markup function.
7240
7241         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7242         space also when no accidental is there.
7243
7244 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7245
7246         * input/les-nereides.ly: Updates.
7247
7248 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7249
7250         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7251         which repeats the tag insertion selected from "Insert tag" menu.
7252
7253 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7254
7255         * lily/all-font-metrics.cc (find_font): load AFM files first only
7256         for feta fonts. This fixes problems with TeXlive and other TeX
7257         distros that include AFM files for the CM fonts. 
7258
7259         * scm/font.scm (qualifiers-to-font-name): remove.
7260
7261         * lily/paper-def.cc: remove get_var.
7262
7263         * input/trip.ly: remove file.
7264         
7265         * input/regression/spacing-note-flags.ly (raggedright): remove
7266         stafflinethickness
7267
7268         * input/les-nereides.ly: update to new syntax, cleanups.
7269
7270 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7271
7272         * Documentation/user/refman.itely: Clarify shortest-note problem
7273         of autobeamer.
7274
7275 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7276
7277         * lilypond-mode.el: Add each word to regexps only once.
7278
7279         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7280         is based on the syntax definitions in lilypond.words. Remove all 
7281         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7282         LilyPond->Insert menu is generated by the entries in lilypond.words 
7283         to which have been given a syntax definition.
7284
7285         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7286         \notes, \relative, \score, \simultaneous, \transpose.
7287
7288         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7289
7290         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7291         
7292         * lilypond-mode.el: add menu keywords separately.
7293
7294         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7295
7296 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7297
7298         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7299         current ugly installation method for PFA fonts.
7300
7301 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7302
7303         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7304         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7305
7306         * Documentation/user/music-glossary.tely: update legato.
7307
7308 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7309
7310         * lexer-gcc-3.0.patch: Remove.
7311
7312         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7313
7314 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7315
7316         * debian/rules (binary-arch): remove NEWS.
7317
7318 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7319
7320         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7321         stepmake/bin{ many }: polish the `--help's of different scripts;
7322         model taken from the core-utils of Linux.
7323
7324         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7325
7326 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7327
7328         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7329
7330         * flower/libc-extension.cc: idem.
7331
7332         * flower/include/libc-extension.hh: protect against isinf macros.
7333
7334 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7335
7336         * { many }: Use two uppercase letters in LilyPond.
7337
7338         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7339
7340         * VERSION: 1.7.29 released.
7341         
7342 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7343
7344         * lily/tie.cc: add TODO comment.
7345
7346         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7347
7348         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7349         linejoins and linecaps. This fixes problems with occasional spikes
7350         on slur/tie endings.
7351         
7352         * input/regression/font-name.ly: don't use PS fonts for
7353         compatibility reasons. 
7354
7355         * mutopia/claop.py (accents): update to 1.8
7356
7357         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7358
7359         * Documentation/user/macros.itexi: don't color glossary links.
7360
7361         * Documentation/user/invoking.itexi (Error messages): new section
7362
7363 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7364
7365         * input/regression/font-name.ly: add file.
7366
7367         * scm/document-backend.scm (grob-doc): remove <hr> from
7368         lilypond-internals
7369
7370         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7371         reqd version to 1.6.4 
7372
7373         * lily/font-interface.cc (get_font): bugfix: take font-name from
7374         alist chain too. This fixes font-name override for \markup.
7375
7376 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7377
7378         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7379
7380         * input/test/polymetric-differing-notes.ly: Compile fix.
7381
7382 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7383
7384         * Documentation/user/refman.itely: fixed typo
7385
7386         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7387         before flexa
7388
7389 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7390
7391         * input/test/{ many }: search & fix some typos.
7392
7393 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7394
7395         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7396         images.
7397
7398         * scm/music-functions.scm (make-voice-props-set): set Script /
7399         TextScript dir for polyphony too.
7400
7401         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7402         before clef.
7403
7404         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7405
7406 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7407
7408         * Documentation/user/refman.itely (Percussion): Small
7409         clarifications and fixes.
7410
7411         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7412         threads. This fixes different heads playing simultaneously.
7413
7414 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7415
7416         * Documentation/user/{ many }: increase readability (read through 
7417         User manual from `one big page').
7418
7419 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7420
7421         * input/test/polymetric-differing-notes.ly: add example with
7422         disparate note values.
7423
7424         * input/test/polymetric.ly: rename from poly-metric
7425
7426         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7427         iso. outname.
7428
7429         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7430         G-clef bbox to real char extents. This fixes the G-clef being
7431         offset too much to the right.
7432         document perc clef offset.
7433
7434         WARNING: FONT CHANGED.
7435
7436         * Documentation/user/tutorial.itely (Tutorial): move menu.
7437
7438 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7439
7440         * buildscripts/lilypond-profile.sh (Error): trim error message.
7441
7442         * Documentation/user/invoking.itexi (Invoking the lilypond
7443         binary): add note about path.
7444
7445         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7446         suppresses superfluous spaces.
7447
7448 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7449
7450         * buildscripts/lilypond-profile.sh: Add documentation to error
7451         message.
7452
7453         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7454
7455 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7456
7457         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7458         <mike@ossmann.com>)
7459
7460         * Documentation/bibliography/computer-notation.bib (pages): prune
7461         unscientific language.
7462
7463         * Documentation/user/GNUmakefile: copy unsplit file to
7464         lilypond.html (idem for lilypond-internals).
7465
7466         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7467
7468         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7469
7470         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7471
7472         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7473         fix.
7474         
7475 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7476
7477         * Documentation/user/{ various }: bind text snippets with their
7478         examples, e.g. by punctuation: This is an example.
7479
7480 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7481
7482         * ly/performer-init.ly (VoiceContext): Typos.
7483
7484         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7485         builds, leave final-install to toplevel srcdir makefile.
7486
7487         * make/srcdir.make.in (install): New target.
7488
7489 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7490
7491         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7492         This fixes core dump on MIDI output (Simon Weatherill).
7493
7494         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7495         on local-WWW-post.
7496
7497 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7498
7499         * make/lilypond.redhat.spec.in: add dvips to reqs.
7500
7501 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7502
7503         * make/srcdir.make.in (web): Add special web target.
7504
7505         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7506         from inner $(LOOP).
7507
7508         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7509
7510         * stepmake/stepmake/generic-targets.make (www-targets-help):
7511         * GNUmakefile.in (web-install): Install in $(webdir).
7512
7513         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7514
7515         * cygwin/changelog: 
7516         * cygwin/mknetrel: Update.
7517
7518         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7519         (html-doc): Remove (use: web).
7520
7521         * stepmake/stepmake/script-rules.make: 
7522         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7523         Fix $(config_make) dependencies for srcdir build.
7524
7525         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7526         target for srcdir build.
7527
7528         * stepmake/make/stepmake.make: 
7529         * make/srcdir.make.in: 
7530         * GNUmakefile.in:
7531         * make/stepmake.make (config_make): Rename variable (was:
7532         configuration).
7533
7534 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7535
7536         * Documentation/user/internals.itely (Manipulating music
7537         expressions): run lilypond on example too.
7538
7539         * flower/include/libc-extension.hh: move lrint define to
7540         header. bugfix.
7541         
7542 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7543
7544         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7545         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7546         do we recurse whole tree?).
7547
7548         * GNUmakefile.in (html-doc): Resurrect.
7549
7550         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7551         obsolete $(package-icon) dependency.
7552
7553 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7554
7555         * Documentation/user/refman.itely (Automatic staff changes):
7556         add seealso 
7557
7558         * Documentation/index.html.in: link to bigpage.
7559
7560         * Documentation/user/tutorial.itely (Tutorial): streamline.
7561
7562         * Documentation/index.html.in: url typo.
7563
7564         * VERSION (PACKAGE_NAME): release 1.7.28
7565
7566         * python/lilylib.py (error_log): remove '/' from name.
7567
7568         * input/regression/pedal.ly: remove; dups input/test/
7569         
7570         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7571
7572         * Documentation/index.html.in: python style doco index.
7573
7574         * Documentation/{footer,header}.html.in (src): remove, 
7575
7576         * Documentation/pictures: remove all but lelie-logo.xpm.
7577
7578         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7579         before running makeinfo.
7580
7581         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7582         @code{}
7583
7584 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7585
7586         * input/test/bar-number-regular-interval.ly: rename.
7587
7588         * Documentation/user/*: various fixes. 
7589
7590 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7591
7592         * Documentation/{ many }: polish for update-all-menus. typos.
7593
7594         * po/fi.po: fixes.
7595
7596         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7597
7598         * buildscripts/mutopia-index.py: polish.
7599
7600         * input/regression/{ many }, input/test{ many }: polish texidocs.
7601
7602 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7603
7604         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7605         pedal-style
7606
7607         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7608         iso. edge-widen.
7609
7610         * lily/piano-pedal-engraver.cc (process_music): change from
7611         process_acknowledged ()
7612
7613         * lily/piano-pedal-bracket.cc: new file. Change
7614         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7615         cleaned up.
7616
7617         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7618
7619         * input/regression/tuplets.ly (texidoc): rename file.
7620
7621         * po/fr.po: update
7622
7623         * buildscripts/lilypond-profile.sh: error message if script is not
7624         sourced.
7625
7626         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7627         bracket-flare
7628         (make_bracket): simplify code.
7629
7630         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7631         argument.
7632
7633         * python/lilylib.py (lilypond_version_check): new function
7634
7635         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7636
7637         * scripts/ly2dvi.py (run_lilypond): add version check.
7638
7639         * scripts/lilypond-book.py (option_definitions): typo
7640
7641         * scripts/ly2dvi.py (include_path): typo
7642
7643         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7644
7645         * lily/parse-scm.cc (parse_handler): typo
7646
7647         * Documentation/user/macros.itexi: use @heading for headings.
7648
7649         * Documentation/user/refman.itely: updates, fixes.
7650
7651 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7652
7653         * po/fi.po: add Finnish translations. fixes.
7654
7655         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7656
7657         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7658         from lily/glissando-engraver.cc.
7659
7660 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7661
7662         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7663         for non-first _broken_ bracket.
7664
7665         * Documentation/user/refman.itely: corrections.
7666
7667 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7668
7669         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7670         support of the fingerings.
7671
7672         * po/fr.po: French translation update.
7673
7674         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7675         strings.
7676
7677 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7678
7679         * Documentation/user/introduction.itely: Small fixes.
7680
7681 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7682
7683         * Documentation/topdocs/AUTHORS.texi: polish.
7684
7685 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7686
7687         * Documentation/user/introduction.itely: revise
7688
7689         * Documentation/user/tutorial.itely: reorganise.
7690
7691         * Documentation/topdocs/index.tely: remove.
7692
7693         * Documentation/header.html.in: prune.
7694
7695         * GNUmakefile.in: clean up web building.
7696
7697         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7698         target.
7699
7700 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7701
7702         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7703
7704         * lilypond-mode.el: turn on blink-matching-paren.
7705
7706 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7707
7708         * scm/output-sodipodi.scm (svg-header): Fix typo.
7709
7710 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7711
7712         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7713         fixes a security hole.
7714
7715         * scripts/lilypond-book.py (original_dir): remove temp_dir
7716
7717         * scm/document-translation.scm: use @code tags.
7718
7719 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7720
7721         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7722
7723         * lilypond-mode.el: add a buffer-local post-command-hook to set
7724         context dependent syntax-table after each cursor event. Remove old
7725         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7726
7727         * lilypond-indent.el: update comments.
7728
7729         * Documentation/footer.html.in: add period.
7730
7731 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7732
7733         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7734
7735         * scm/document-translation.scm (document-property-operation): add
7736         @code{} tags.
7737
7738         * VERSION (PACKAGE_NAME): release 1.7.27
7739
7740         * config.make.in: add PAPER variable
7741
7742         * buildscripts/new-chords.py (help): add help text
7743
7744         * Documentation/user/introduction.itely (Typography and program
7745         architecture):  fixes.
7746
7747         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7748         for texinfo and dvips. This fixes problems with PDF output of the
7749         wrong size.
7750
7751         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7752         DVIPS_PAPERSIZE variable
7753
7754         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7755         TEXINFO_PAPERSIZE variable 
7756
7757 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7758
7759         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7760
7761         * mf/feta-toevallig.mf: lowres fixes.
7762
7763 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7764
7765         * NEWS: Typo and fill-paragraph fixes.
7766
7767         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7768         cast #define.
7769
7770         * configure.in: 
7771         * config.hh.in: Check for lrint.
7772
7773 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7774
7775         * VERSION: 1.7.26 released
7776
7777         * lily/separation-item.cc: add padding property.
7778
7779         * input/test/*.ly: various fixes, remove solo-a2.ly
7780
7781         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7782         bugfix. Fixes old-style markup compatibility.
7783
7784         * Documentation/user/introduction.itely (Introduction): historical
7785         elucidations
7786
7787         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7788
7789         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7790
7791         * Documentation/index.texi (Top): cleanup.
7792
7793         * Documentation/user/introduction.itely (Introduction): rewrite
7794         introduction, 
7795         (Music notation and  engraving): about notation. Add flat-picture
7796
7797 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7798
7799         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7800         separation items. This keeps lyrics from bumping into each other.
7801
7802 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7803
7804         * GNUmakefile.in (topdocs-web): New target.
7805         (local-web): Depend on topdocs-web; fixes html-doc.
7806
7807 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7808
7809         * po/lilypond.pot: run po-replace
7810
7811         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7812
7813         * scm/drums.scm (reset-drum-kit): new function.
7814
7815         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7816
7817         * scripts/update-lily.py: remove
7818         
7819         * VERSION: release 1.7.25
7820         
7821         * Documentation/user/introduction.itely (Introduction): rewrite
7822         start of introduction.
7823
7824 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7825
7826         * lily/all-font-metrics.cc: fixed typo
7827
7828 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7829
7830         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7831         LilyPond-mode-context-set-syntax-table): new functions to define
7832         the syntax table according to context.
7833
7834         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7835
7836 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7837
7838         * Documentation/user/refman.itely (Figured bass): 
7839         language nit courtesy http://www.vocabula.com
7840
7841         * GNUmakefile.in: remove no kpathsea hack.
7842
7843         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7844         doco.
7845
7846         * GNUmakefile.in: remove web-doc target.
7847
7848         * lily/all-font-metrics.cc (find_afm): add message about
7849         buildscripts/clean-fonts.sh 
7850
7851         * scm/define-music-properties.scm (figure): use string for 'figure
7852
7853         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7854
7855         * input/regression/ : add raggedright = ##t where applicable. 
7856         
7857         * scm/bass-figure.scm (make-bass-figure-markup): add
7858         alignBassFigureAccidentals property.
7859
7860         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7861         bracket.
7862
7863         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7864         syllables widths into account for minimum-length.
7865
7866         * input/test/staff-container.ly: update file
7867
7868         * input/test/stem.ly: remove
7869
7870         * lily/event.cc (LY_DEFINE): add ly: prefix.
7871
7872         * input/test/clef-manual-control.ly: from manual-clef
7873
7874         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7875
7876         * input/test/different-time-signatures.ly: move to poly-metric.ly
7877
7878         * input/test/hara-kiri*,scales.ly: remove
7879         
7880         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7881         with chord-names-jazz.ly)
7882
7883         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7884         get scalable cm fonts too.
7885
7886         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7887         --encoding for mftrace if present.
7888
7889         * input/regression/slur-area.ly: move from test/
7890
7891         * input/test/: remove simple-slur-endings slur-attachment
7892         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7893         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7894         slur-symmetry slur-symmetry tie-broken.ly
7895
7896         * scm/drums.scm (set-drum-kit): add function.
7897
7898         * Documentation/user/refman.itely (Percussion staves): use
7899         set-drum-kit
7900
7901         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7902         too
7903         (Global_measure.set_timesig): handle 3/8 time sig too.
7904
7905         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7906         note about triangle note heads.
7907
7908         * scm/drums.scm: use alist for instrument-settings. This fixes the
7909         bug with assigning to drums in the .ly file.
7910
7911         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7912         CHANGED.
7913
7914         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7915         cluster-beacon-interface
7916
7917         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7918
7919         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7920
7921         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7922
7923         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7924         to get positions.
7925
7926         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7927         make ClusterSpannerBeacon to record Y positions. This removes the
7928         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7929         make cluster-note-events.
7930
7931 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7932
7933         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7934
7935         * configure.in: Use lily/main.cc as identifying source file.
7936
7937         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7938
7939         * config.hh.in: 
7940         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7941
7942         * configure.in: Require PYTHON >= 2.0.
7943
7944         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7945           $PYTHON for include dir location.
7946         (STEPMAKE_PYTHON): New function.  Use
7947         
7948             PYTHON=foo ./configure
7949
7950           to override.
7951
7952 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7953
7954         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7955         something.
7956
7957         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7958         ftp.lilypond.org everywhere.
7959
7960 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7961
7962         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7963         detected.
7964
7965         * Documentation/user/refman.itely (Grace notes): note on explicit
7966         contexts
7967
7968 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7969
7970         * lilypond-font-lock.el: add a comment about LilyPond specific
7971         escape characters: ^, - and _, in the syntax table.
7972
7973         * Documentation/user/appendices.itely: a majuscule fix.
7974
7975 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7976
7977         * input/test/trills.ly (endHorizScript): fixes.
7978
7979         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7980         notation, move from regression.
7981
7982         * input/test/script-stack.ly: change name from stacked-scripts
7983
7984         * input/test/ossia.ly: octave errors.
7985
7986         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7987         for midi-volume-equaliser
7988
7989 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7990
7991         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7992         cm fonts.
7993
7994         * mf/feta-beugel.mf: don't multiply font_count by 10.
7995
7996         * lily/lookup.cc (horizontal_line): new function. Use
7997         horizontal-line in output backends.
7998
7999         * Documentation/user/tutorial.itely (An orchestral part): new
8000         section on orchestral stuff and identifiers.
8001
8002 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8003
8004         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8005         some interference to other modes.
8006
8007 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8008
8009         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8010         not maximum of spacing wishes in polyphonic situations.
8011
8012         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8013         number
8014
8015         * lilypond-indent.el: remove paren matching. 
8016
8017         * lily/text-item.cc (interpret_new_markup): new function
8018         use iso. text2molecule.
8019
8020         * lily/main.cc (notice): change FSF address 
8021
8022         * po/de.po: update PO file to 1.6.
8023
8024 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8025
8026         * Documentation/user/ {many}: Add periods and remove spaces.
8027         
8028 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8029
8030         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8031         Disable buffer-locally default paren hook and make a new one. 
8032
8033         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8034         locally LilyPond-paren-mode. Add todo for mouse double-click.
8035
8036 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8037
8038         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8039         Disable buffer-locally default paren idle timer and make a new one. 
8040
8041         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8042         locally LilyPond-show-paren-mode. Add to menu a toggle for
8043         LilyPond-show-paren-function.
8044
8045 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8046
8047         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8048
8049 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8050
8051         * Documentation/user/refman.itely: spelling fix.
8052
8053         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8054         paren highlight function definitions. add todo for
8055         LilyPond-show-paren-mode.
8056
8057 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8058
8059         * input/template/jazz-combo.ly: new file.
8060
8061 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8062
8063         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8064         lo-res fixes.
8065
8066         * mf/feta-schrift.mf: bugfix in varcoda sign.
8067         WARNING: FONT CHANGED
8068
8069         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8070         in accordance with lexer.ll.   
8071
8072 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8073
8074         * Documentation/user/tutorial.itely: Edit introduction.
8075
8076 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8077
8078         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8079         ly:grob-staff-position
8080
8081 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8082
8083         * scm/to-xml.scm: import srfi-1
8084
8085         * VERSION (MAJOR_VERSION):  release 1.7.24
8086
8087         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8088
8089         * scripts/lilypond-book.py (do_file): put texidoc before image.
8090         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8091
8092         * input/regression/*.ly: fix snippet octaves 
8093
8094         * input/test/spanner-after-break-tweak.ly: import
8095         broken-spanner-adjustment
8096
8097         * input/no-notation/midi-transposing.ly: move from input/test/
8098
8099         * input/test/: remove chord-markup
8100
8101         * input/regression/instrument-name-partial.ly: move from input/test.
8102
8103         * input/test/vertical-text.ly: remove
8104
8105         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8106         space above lyrics lines.
8107
8108         * input/test/uniform-breaking.ly: remove file.
8109
8110         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8111         uniform spacing density. 
8112
8113         * input/test/chords.ly (keys): remove file.
8114
8115         * scm/documentation-lib.scm (oop): use srfi-1 too.
8116
8117         * input/regression/*.ly: add \version
8118
8119         * Documentation/user/*.itely: various fixes.
8120
8121         * buildscripts/mf-to-table.py (base): break table every three
8122         symbols.
8123
8124         * input/:  remove %% new-chords-done %% .
8125
8126         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8127         os-music.ly
8128         
8129 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8130
8131         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8132
8133         * scm/new-markup.scm (box-markup): new function.
8134         (box-markup): new function. Contributed by Dick Schoeller
8135         <schoeller@attbi.com>
8136
8137         * scm/lily.scm: remove reduce-no-unit 
8138         (list-insert-separator): use fold-right
8139
8140         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8141         of arguments. 
8142
8143         * NEWS: more neutral language for ancient notation 
8144
8145         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8146         inside pointing beaming for chord tremolo.
8147
8148         * Documentation/user/lilypond-book.itely: minor editing
8149
8150 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8151
8152         * NEWS: added news for 1.8 regarding ancient notation
8153
8154         * Documentation/user/refman.itely (Gregorian square neumes
8155         ligatures): fixed typo
8156
8157         * lily/vaticana-ligature-engraver.cc,
8158         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8159         lower/upper head of Pes only when heads are stacked
8160
8161         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8162         scm/define-grob-properties.scm: cleanup: make "join-left" a
8163         boolean grob property and save delta pitch in grob property
8164         "delta-pitch" instead
8165
8166         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8167
8168 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8169
8170         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8171         completely borked
8172
8173         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8174         (try_music): bug fix: beam multiplicity was completely borked.
8175
8176         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8177         first-n, butfirst-n in favor of srfi-1 functions.
8178         remove string-join, string-pad in favor of srfi-13 functions.
8179
8180         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8181
8182         * NEWS: use complete sentences.
8183
8184         * Documentation/user/introduction.itely (Example applications):
8185         add note about databases and lilypond-book.
8186
8187         * input/test/volta.ly: remove file
8188
8189         * input/regression/volta-broken-left-edge.ly: simplify file
8190
8191 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8192
8193         * Documentation/user/refman.itely (Constructing a tweak): new
8194         subsection.
8195
8196         * Documentation/user/tutorial.itely (Fine tuning layout): add
8197         common tweaks.
8198
8199         * scm/define-grobs.scm (TextScript): use new brewer.
8200
8201 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8202
8203         * VERSION: release 1.7.23
8204
8205         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8206
8207         * python/lilylib.py (make_ps_images): bugfixes.
8208
8209         * input/regression/volta-multi-staff.ly: new file.
8210
8211         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8212
8213         * Documentation/user/tutorial.itely (Piano staffs): new section.
8214         (Setting variables): new section
8215         (Fine tuning layout): new section
8216
8217         * input/just-friends.ly: remove file. Superseeded by
8218         input/test/chords-without-melody.ly
8219
8220         * ly/property-init.ly: add all commands to refman.
8221
8222         * scm/define-translator-properties.scm: remove
8223         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8224
8225         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8226         name. Underscores botch up PS output.
8227
8228         * scm/define-translator-properties.scm: remove
8229         textNonEmpty, oneBeat, regularSpacingDelta
8230
8231         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8232         rule for automaticBars.
8233
8234         * lily/timing-engraver.cc (start_translation_timestep): change
8235         barNonAuto to automaticBars
8236
8237 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8238
8239         * input/test/perform-tie.ly: delete file.
8240
8241 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8242
8243         * Documentation/user/refman.itely (Gregorian square neumes
8244         ligatures): bugfix: do not show ledger lines in neumes table
8245         (fixed by setting staff symbol to transparent rather than removing
8246         it from staff context)
8247
8248 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8249
8250         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8251         glue into brew-new-markup-molecule.
8252
8253         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8254
8255         * Documentation/user/introduction.itely (Computerized typography):
8256         new section
8257
8258         * Documentation/user/tutorial.itely (An orchestral part): remove
8259         pc example from tutorial.
8260
8261         * input/tutorial/lilbook.tex: use screech-boink
8262
8263         * scripts/lilypond-book.py (compile_all_files): split formatting
8264         output body and scheduling lilypond compilation.
8265         (format_lilypond_output_bodies): new function
8266         (format_lilypond_block): new function
8267         (html_pages): allow multi-page images in HTML
8268
8269         * python/lilylib.py (make_ps_images): rename function from
8270         make_preview, merge with make_page_images
8271
8272 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8273
8274         * input/test/key-clefs.ly: moved to regression.
8275
8276         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8277
8278         * input/no-notation/README: added note about midi-*.ly files.
8279
8280         * input/test/two-key.ly: moved to no-notation/parse5.ly
8281
8282         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8283         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8284
8285         * input/test/ {various}: modified comments, marked some for deletion.
8286
8287         * input/test/lines.ly: deleted file; duplicate of
8288         embedded-postscript.ly
8289
8290         * input/test/mmrest-collision: moved to regression.
8291
8292 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8293
8294         * scm/chord-name.scm (note-name->markup): don't superscript root
8295         alterations in chordnames.
8296
8297 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8298
8299         * Documentation/user/refman.itely (Multi measure rests): more
8300         index/cross-referencing.
8301
8302         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8303
8304         * scm/font.scm: remove properties-to-font-name code.
8305
8306         * scm/define-grob-properties.scm: remove 'type
8307
8308         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8309         conversion
8310
8311         * lily/text-spanner.cc: change 'type grob prop to 'style 
8312
8313         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8314         "first" flag to decide whether to make a start-repeat
8315
8316         * input/regression/grace-volta-repeat-2.ly: new file.
8317
8318 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8319
8320         * lilypond-indent.el: rename generic functions to LilyPond-*
8321
8322 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8323
8324         * input/test/thumb.ly: delete, merged into refman.
8325
8326         * Documentation/user/refman.itely: added thumb info to Fingering.
8327
8328         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8329         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8330         vertical-align.ly : deleted files.
8331
8332 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8333
8334         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8335
8336         * lily/line-spanner.cc (broken_trend_offset): remove function.
8337         (get_broken_offset): idem.
8338         (brew_molecule): rewrite the line-break case.
8339
8340         * input/regression/follow-voice-break.ly:  new file.
8341
8342         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8343         start of a system.
8344
8345 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8346
8347         * input/test/tuplet-rest.ly: moved to regression.
8348
8349         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8350         deleted file.
8351
8352         * input/test/ {many} : marked file for possible deletion.
8353
8354 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8355
8356         * input/regression/beam-funky.ly: add note about (disputed)
8357         correct beaming.
8358
8359         * ly/engraver-init.ly (ScoreContext): put key-signature after
8360         staff-bar
8361         
8362 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8363
8364         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8365
8366         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8367
8368         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8369
8370         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8371         stem-extend was deleted (it was duplicate example, and not as
8372         good).
8373
8374         * input/test/[s-z]*.ly: add texidoc index.
8375
8376 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8377
8378         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8379         get_first_notecolumn_y
8380
8381         * lily/spanner.cc (broken_spanner_index): new function.
8382
8383 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8384
8385         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8386         lyric-hyphen.ly : moved to regression.
8387
8388         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8389         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8390
8391         * input/test/instrument-name-mmrest.ly: moved to
8392         ../regression/multi-measure-rest-instr-name.ly
8393
8394         * input/test/knee-sym.ly: moved to
8395         ../regression/beam-knee-symmetry.ly.
8396
8397         * input/test/hymn.ly: change comments.
8398
8399         * input/test/[p-r]*.ly: add texidoc index.
8400
8401 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8402
8403         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8404         to postfix syntax
8405         
8406         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8407         syntax.
8408
8409         * VERSION: release 1.7.22
8410
8411 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8412
8413         * input/test/[h-k]*.ly: added texidoc index.
8414
8415         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8416
8417         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8418
8419         * input/test/ various : mark files for deletion or moving to
8420         regression.
8421
8422         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8423
8424         * input/test/[l-o]*.ly: added texidoc index.
8425
8426 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8427
8428         * scm/music-functions.scm (make-ottava-set): 
8429         only do ottavation if centralCPosition is set.
8430
8431         * lily/translator-scheme.cc (ly:context-property-where-defined):
8432         return '() if not found.
8433
8434 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8435
8436         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8437         Use one command for both commenting and uncommenting.
8438
8439         * lilypond-indent.el (LilyPond-comment-region): new function,
8440         (un)comments each line separately.
8441
8442         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8443         
8444         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8445         imenu is not added by default; adapted from f90.el,
8446         makes Help-menu, which does not fit, visible in XEmacs.
8447         
8448 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8449
8450         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8451         show-paren-mode sets blink-matching-paren-on-screen local.
8452         Try to make show-paren-function to paren-highlight local.
8453
8454         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8455         Copy definitions of Emacs' show-paren-function and
8456         XEmacs' paren-highlight and make minimal changes;
8457         add comments about locality. 
8458         Fix matching first open-paren-char in '<< .. >>'.
8459
8460 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8461
8462         * input/test/g*: added texidoc index.
8463
8464         * input/test/[a-g]*: added raggedright==#t when it
8465          seemed appropiate.
8466
8467         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8468
8469         * Documentation/topdoc/INSTALL.texi: removed false warnings
8470         about gcc 3.3.
8471
8472 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8473
8474         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8475
8476         * input/test/chords-without-melody.ly (texidoc): add from
8477         input/just-friends.ly
8478
8479         * input/regression/size{13--26}.ly: move from input/
8480
8481         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8482         input/{star-spangled-banner,twinkle}.ly: remove 
8483         
8484         * lily/slur.cc: remove slur over rest warnings.
8485
8486         * lily/note-spacing.cc (get_spacing): include left part of right
8487         object in fixed space. This fixes stretched space before
8488         accidentals.
8489
8490         * input/regression/spacing-accidental-stretch.ly: new file.
8491
8492 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8493
8494         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8495         Reduce to 16pt.
8496
8497 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8498
8499         * input/regression/spacing-knee.ly: docstring
8500
8501         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8502
8503         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8504         input/tutorial/{test,solar,flowing}.ly: remove
8505
8506         * input/rhythm.ly: remove
8507
8508         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8509
8510         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8511         update syntax. 
8512
8513         * scm/define-grobs.scm (all-grob-descriptions): set
8514         knee-spacing-correction to 1.0
8515
8516         * lily/note-spacing.cc (stem_dir_correction): compute knee
8517         correction using stem-thickness and head width.
8518
8519         * input/regression/beam-quanting-horizontal.ly: update texidoc
8520
8521         * scm/define-grobs.scm (all-grob-descriptions): set
8522         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8523         This fixes 32nd beams for noteheads in spaces quants.
8524
8525         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8526
8527 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8528
8529         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8530
8531 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8532
8533         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8534
8535         * VERSION (PACKAGE_NAME): release 1.7.21
8536
8537         * input/regression/stem-shorten.ly: new file.
8538
8539         * lily/stem.cc (get_default_stem_end_position): revise stem
8540         shortening code.
8541
8542         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8543
8544         * input/test/{scripts,volta-start,sleur}.ly: remove
8545         
8546         * input/regression/span-bar.ly: smaller file.
8547
8548         * input/regression/spacing-{natural,tight,loose}.ly: remove
8549
8550         * input/test/markup.ly: remove
8551
8552         * scripts/lilypond-book.py: put printfilename in separate chunk,
8553         so texidoc is printed after the filename.  
8554
8555 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8556
8557         * make/lilypond.mandrake.spec.in: fix docdirs.
8558
8559 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8560
8561         * input/regression/beam-french.ly: bugfix.
8562
8563         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8564
8565         * input/regression/(various).ly: add raggedright = #t.
8566
8567         * input/regression/auto-beam.ly: move from abe.ly
8568
8569 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8570
8571         * input/test/f*.ly: added texinfo index.
8572         
8573         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8574
8575 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8576
8577         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8578         quant penalty for beam just outside staff.
8579
8580         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8581         from beam-pos.ly,  remove non-horizontal tests. 
8582
8583         * input/test/(various): cleanup header info. 
8584
8585         * input/test/tchaikovsky.ly: remove file.
8586
8587         * scm/chord-generic-names.scm: move from
8588         double-plus-new-chord-name.scm
8589
8590         * input/test/orchestscore.ly: remove file
8591
8592         * Documentation/user/refman.itely (Vocal music): update documentation.
8593
8594         * scm/define-translator-properties.scm (chordNoteNamer): remove
8595         chordNameStyle, use chordNameFunction
8596
8597         * scm/chord-name.scm (set-chord-name-style): remove
8598         set-chord-name-style. Use \property chordNameFunction.
8599
8600 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8601
8602         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8603         music): remove @TeX{} command.
8604
8605 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8606
8607         * lilypond-indent.el (scan-sexps): Renamed to
8608         aargh-this-breaks-other-emacs-modes-scan-sexps.
8609
8610 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8611
8612         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8613         closing slurs: '()', etc. Add comments.
8614
8615         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8616
8617         * lilypond-font-lock.el: match unending string at eof.
8618
8619         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8620         
8621 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8622
8623         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8624         input/test/beam-dir.ly input/test/beam-position.ly    
8625         input/test/beam-suspect.ly input/test/beam-trend.ly    
8626         input/test/beams.ly input/test/crescendo-text.ly : deleted
8627         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8628         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8629         * input/test/default-bars.ly: moved to bar-always.ly
8630         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8631
8632 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8633
8634         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8635
8636 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8637
8638         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8639
8640 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8641
8642         * lilypond-indent.el: Match better slurs in scheme expressions.
8643         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8644
8645         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8646
8647 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8648
8649         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8650
8651         * input/ac-extra-voice.ly: Add texidoc.
8652
8653         * ly/chord-modifiers-init.ly: 
8654         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8655         and chordNameExceptionsPartial for new chord names.
8656
8657         * input/test/chord-names-dpnj.ly: 
8658         * input/test/dpncnt.ly: Update.
8659
8660         * scm/chord-name.scm: 
8661         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8662         chord selection and options.
8663
8664         * ly/chord-modifiers-init.ly: Add exceptions 
8665
8666         * scm/define-translator-properties.scm (chordNameStyle) 
8667         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8668
8669 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8670
8671         * ly/property-init.ly (germanChords): Added.
8672         (semiGermanChords): Added.
8673         
8674         * input/test/chord-names-german.ly: Use new macros
8675         
8676 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8677
8678         * lilypond-indent.el: Use similar parenthesis highlighting for 
8679         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8680         functions; removed LilyPond-show-paren-function. Fix indenting.
8681         Turn paren-matching on also in XEmacs.
8682
8683         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8684         as needed by parenthesis highlighting functions (in scan-sexp).
8685
8686 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8687
8688         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8689         function.
8690         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8691
8692 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8693
8694         * lilypond-indent.el: tune regexp for show-paren-function.
8695
8696 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8697
8698         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8699         for all LilyPond-produced tex snippets.
8700
8701         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8702         fixes one line --preview output of ly2dvi.
8703
8704 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8705
8706         * lilypond-indent.el: match only one type of slurs in
8707         LilyPond-show-paren-function.
8708
8709 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8710
8711         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8712         * debian/lilypond1.7.dirs: 
8713         * debian/lilypond1.7-doc.dirs: New file.
8714
8715         * input/regression/chord-name-exceptions.ly: Add parameter for
8716         ignatzekExceptions.  Quote hash in docstring.
8717
8718 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8719
8720         * lilypond-indent.el (show-paren-function): define show-paren-function
8721         as LilyPond-blink-matching-open and use it for closing parens.
8722         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8723
8724         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8725         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8726         LilyPond-blink-matching-paren in order to match both open and close
8727         brackets.
8728         
8729 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8730
8731         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8732         testing by modifying the code from FSF Emacs paren.el. Add comments.
8733
8734 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8735
8736         * input/test/dpncnt.ly: Transpose example to match new
8737         default \chords octave.  Add comment.
8738         
8739         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8740         comment about octave change.
8741
8742 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8743
8744         * input/test/[d,e]: added texinfo index tags.
8745         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8746
8747 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8748
8749         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8750
8751 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8752
8753         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8754         as in blink-matching-open.
8755
8756 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8757
8758         * input/test/[a-c]: more comments in files.
8759         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8760         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8761         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8762         mark file for proposed deletion.
8763         * input/test: renaming files:
8764         auto-beam-4-8.ly to beam-auto-4-8.ly
8765         auto-beam-override.ly to beam-auto-override.ly
8766         auto-beam.ly to beam-auto.ly
8767         blank.ly to blank-paper.ly
8768         absolute-volume.ly to dynamic-absolute-volume.ly
8769
8770 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8771
8772         * input/test/dpncnt.ly: 
8773         * input/test/chord-names-dpnj.ly: Resurrect.
8774
8775         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8776
8777         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8778
8779         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8780         Better docstring, add parameter OMIT-ROOT, tidy up.
8781
8782 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8783
8784         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8785
8786 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8787
8788         * scm/output-ascii-script.scm (as-font-alist-alist):
8789         (as-properties-to-font-name):
8790         (as-make-style-sheet): Remove.
8791
8792         * scm/font.scm (as-make-font-list): New function.
8793         (as-font-sheet-alist): New variable.
8794
8795         * ly/paper-as9-init.ly: 
8796         * ly/paper-as5-init.ly: Update.
8797
8798         * ly/paper-as5.ly:
8799         * ly/paper-as9.ly: New file.
8800
8801 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8802
8803         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8804
8805 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8806         * input/sondag-morgen/*: removed due to copyright concerns.
8807         * input/[a,b]*.ly: added a newline at the end of the texinfo
8808         doc string (produces better output in HTML version).
8809         * input/c*.ly: added texinfo index and added comments to
8810         aid in future changes to input/test/ files.
8811
8812 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8813         
8814         * Documentation/user/refman.itely: fixed build problem (missing
8815         file) caused by previous renaming.
8816
8817 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8818         
8819         * input/test/[a,b]*.ly: added texinfo index and added comments to
8820         aid in future changes to input/test/ files.
8821         * input/test/bar-number-every-5-reset.ly: renamed to
8822         bar-number-every-five-reset.ly
8823         * input/test/bar-script-visibility.ly: renamed to
8824         bar-number-show-all.ly
8825
8826 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8827
8828         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8829         to Voice.
8830
8831         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8832         out note-line and glissando functionality.
8833         
8834         * lily/line-spanner.cc (brew_molecule): cleanup.
8835
8836 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8837
8838         * scripts/as2text.scm: Use rdelim module.
8839         (start-system): Rename from start-line.
8840         (stop-system): Rename from stop-line.
8841         (af-gulp-file): Use string iso symbol for getenv.
8842
8843         * scm/output-ascii-script.scm: Add guile and lily modules.
8844         (font-name-alist): New variable.
8845         (draw-line): New function.
8846
8847         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8848         (Were these silently removed, without ChangeLog entry?)
8849
8850 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8851
8852         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8853         process 2nd ottava correctly.
8854
8855 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8856
8857         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8858
8859 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8860
8861         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8862
8863 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8864
8865         * VERSION: release 1.7.20
8866         
8867         * lily/text-spanner.cc (brew_molecule): clean up function. This
8868         fixes bugs with broken 8va spanners.
8869
8870         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8871         This prevents spurious line-breaks with raggedright
8872         
8873 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8874
8875         * lily/key-performer.cc (create_audio_elements): always use major
8876         key
8877
8878         * Documentation/user/internals.itely: updates
8879
8880         * input/regression/beam-break.ly: new file.
8881
8882         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8883         beams if starting or terminating stems have 'beaming set.)
8884
8885         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8886         property.
8887
8888         * lily/parser.yy (verbose_command_req): add comment about scales.
8889
8890 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8891
8892         * lilypond-indent.el: adjust regexps in bracket-matching.
8893
8894 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8895
8896         * Documentation/user/refman.itely: more tiny fixes
8897
8898         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8899         "Chord names"; added table with input syntax for solesmes neumes
8900         table; added some words about rationale on input syntax design
8901
8902         * lily/gregorian-ligature-engraver.cc,
8903         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8904         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8905         alignment of Pes Initio Debilis
8906
8907         * Documentation/user/refman.itely,
8908         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8909         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8910         bugs in the solesmes neumes table
8911
8912 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8913
8914         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8915         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8916
8917         * lilypond-mode.el: fix tag-score. small improvements.
8918
8919 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8920
8921         * .cvsignore: Add aclocal.m4.
8922
8923         * lily/music-constructor.cc: Include <assert.h>.
8924
8925 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8926
8927         * ly/engraver-init.ly (HaraKiriStaffContext): use
8928         RemoveEmptyStaffContext instead.
8929
8930         * Documentation/user/refman.itely: updates
8931
8932 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8933
8934         * Documentation/user/refman.itely: added solesmes neumes table;
8935         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8936         bugfix: "Ornaments" -> "Articulations"
8937
8938         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8939
8940 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8941
8942         * lilypond-indent.el: Add a message about trying to match \] or \).
8943         
8944 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8945         
8946         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8947         obsolete "arithmetic_*"
8948
8949         * input/bugs/ligatures.ly: removed (will be put into a different
8950         directory later)
8951
8952 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8953
8954         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8955         libkpathsea (Maurizio Tomasi).
8956
8957 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8958
8959         * input/regression/repeat-slash.ly (texidoc): new file
8960
8961         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8962         slash repeats separately. Slash repeats and %
8963         repeats can now be nested.
8964
8965 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8966
8967         * lilypond-indent.el: Add preliminary test for closing \] and \).
8968         
8969 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8970
8971         * lily/gregorian-ligature-engraver.cc,
8972         lily/vaticana-ligature-engraver.cc,
8973         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8974         mf/parmesan-heads.mf: various semivocalis related bugfixes
8975
8976         * input/bugs/ligatures.ly: new file demonstrating problems with
8977         ligatures
8978         
8979 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8980
8981         * lilypond-mode.el,
8982         lilypond-font-lock.el,
8983         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8984
8985 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8986
8987         * lilypond-mode.el: Remove outdated code. Stress the difference 
8988         between Emacs and XEmacs definitions.
8989
8990         * lilypond-mode.el,
8991         lilypond-indent.el: Define a function interactive only when necessary.
8992
8993 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8994
8995         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8996         Use inactive regions also in XEmacs.
8997
8998 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8999
9000         * Documentation/user/refman.itely (Repeat syntax): more updates
9001
9002         * lily/simple-spacer.cc (solve): move solution process into
9003         solve(). This fixes a bug with collisions and raggedright = ##t.
9004  
9005         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9006
9007         * ly/engraver-init.ly: remove GraceContext. Update examples.
9008
9009 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9010
9011         * GNUmakefile.in (fonts): Also make fontball.
9012
9013         * Website fixes:
9014
9015         * ly/engraver-init.ly (GraceContext): Add.
9016
9017         * run:
9018
9019             convert-ly $(find . -name *.ly)
9020
9021         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9022         new chords.
9023
9024 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9025
9026         * VERSION: 1.7.19 released
9027         
9028         * scm/music-functions.scm (set-octavation): new function.
9029
9030         * input/regression/ottava.ly: new file
9031
9032         * lily/translator-scheme.cc (LY_DEFINE): new function
9033         ly:unset-context-property
9034         (LY_DEFINE) new function ly:context-property-where-defined: 
9035
9036 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9037
9038         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9039
9040         * lilypond.words: add few.
9041
9042         * input/test/script-chart.ly: fix typo.
9043
9044 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9045
9046         * scm/define-grobs.scm: uniform naming for definitions and output
9047         routine files. 
9048
9049         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9050         scm/context-description.scm
9051
9052         * lily/parser.yy (translator_spec_body): add \description to the
9053         \translator{} body syntax.
9054
9055         * lily/ottava-engraver.cc: new file.
9056
9057         * scm/chord-name.scm (natural-chord-alteration): replace old
9058         chord stuff. 
9059
9060         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9061
9062         * Documentation/user/refman.itely (Metronome marks): update doco.
9063
9064         * input/regression/markup-note.ly: new file
9065
9066         * input/regression/metronome-marking.ly: new file
9067
9068         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9069
9070         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9071         metronome marks.
9072
9073 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9074
9075         * Documentation/user/GNUmakefile: Compatibility fix for new
9076         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9077         for making binary packages; info splitting bug has been fixed.
9078
9079         * Documentation/user/refman.itely: Compile fixes.
9080
9081 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9082
9083         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9084         Count \midi -keywords also for a region.
9085
9086 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9087
9088         * lily/lookup.cc (LY_DEFINE): new function
9089
9090         * Documentation/user/tutorial.itely: updates
9091
9092 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9093
9094         * lilypond-mode.el: Allow Midi on buffer.
9095         Use only '.ly'-extension, remove '.sly' and '.fly'.
9096         Allow use of inactive regions. Invoke next Command on Master file, 
9097         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9098
9099 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9100
9101         * Documentation/user/tutorial.itely: updates.
9102
9103 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9104
9105         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9106
9107 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9108
9109         * lily/coherent-ligature-engraver.cc: fixed typo
9110
9111         * lily/coherent-ligature-engraver.cc,
9112         lily/gregorian-ligature-engraver.cc,
9113         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9114         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9115         lily/vaticana-ligature-engraver.cc,
9116         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9117         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9118         removed all ligature specific stuff from NoteHead code
9119
9120         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9121         ligatures now use regular noteheads
9122
9123         * lily/vaticana-ligature.cc: tiny code cleanups
9124
9125         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9126         space between two adjacent noteheads of the same pitch
9127
9128         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9129         description; cleanup: removed obsolete font-family settings
9130
9131 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9132
9133         * lily/coherent-ligature-engraver.cc,
9134         lily/gregorian-ligature-engraver.cc,
9135         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9136         lily/mensural-ligature-engraver.cc,
9137         lily/vaticana-ligature-engraver.cc,
9138         lily/include/gregorian-ligature-engraver.hh: updated for new
9139         Coherent_ligature_engraver; added comments that describe the basic
9140         design ideas of the ligature implementation
9141
9142         * lily/coherent-ligature-engraver.cc,
9143         lily/include/coherent-ligature-engraver.hh: new file: shared code
9144         between mensural ligatures and Gregorian chant notation ligatures
9145
9146 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9147
9148         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9149         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9150         use only two arguments in sit-for, use no arguments in
9151         read-char-exclusive, backspace is not a character (127) in XEmacs.
9152
9153         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9154
9155 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9156
9157         * lilypond-mode.el: un-commenting works after syntax-table fix.
9158
9159         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9160         group, verbose commenting for syntax table.
9161
9162         * lilypond-indent.el: add TODO for ligature slurs.
9163
9164 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9165
9166         * lilypond-mode.el: Move comments of parenthesis matching away,
9167         (blink-matching-paren-on-screen) fix blinking in Emacs.
9168
9169         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9170         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9171
9172         * lilypond-indent.el: Add TODO for parenthesis matching.
9173
9174 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9175
9176         * lilypond-mode.el: Fix XEmacs: 
9177         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9178         invoke explicitly easy-menu-add (in Emacs done automatically).
9179         
9180         * lilypond.words: Add few words from input/*/*.ly.
9181
9182 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9183
9184         * VERSION (PATCH_LEVEL): release 1.7.18
9185
9186         * scripts/lilypond-book.py: only print basename for printfilename
9187         option
9188
9189         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9190         and syntax updates.
9191
9192 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9193
9194         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9195         better parametrisation. Move fatness of bulb downward.
9196
9197         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9198         glyph names. Underscores are not allowed .ps encoding files.
9199
9200 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9201
9202         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9203         variable "packed" for packed right-ragged mode
9204
9205         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9206         unused variable ragged; fixed indentation
9207
9208         * Documentation/user/refman.itely: tiny cleanups in ancient
9209         clef and custos section
9210
9211 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9212
9213         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9214         \applyoutput PROCEDURE
9215
9216         * lily/my-lily-lexer.cc: add \applyoutput.
9217
9218         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9219
9220         * lily/text-item.cc: clean text-interface description
9221
9222 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9223
9224         * input/{regression,test}/: use postfix for slur endings and beam
9225         begins.
9226
9227         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9228         style beams too. 
9229
9230         * input/regression/lyrics-melisma-beam.ly: new file.
9231
9232         * lily/lyric-engraver.cc (process_music): change from
9233         process_acknowledged_grobs()
9234
9235         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9236         functions to set and revert auto-beam settings.
9237
9238 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9239
9240         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9241
9242 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9243
9244         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9245         Documentation/user/lilypond.tely: fixed some typos; updated author
9246         info
9247
9248         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9249         #"" -> #'flag-style = #'()
9250
9251         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9252         cleanup: removed dead #includes
9253
9254         * lily/gregorian-ligature-engraver.cc,
9255         lily/include/gregorian-ligature.hh,
9256         scm/grob-property-description.scm: small cleanups, small spacing
9257         fixes
9258
9259         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9260         lily/vaticana-ligature.cc,
9261         lily/include/gregorian-ligature-engraver.hh,
9262         scm/grob-property-description.scm, scm/music-types.scm:
9263         "porrectus" -> "pes or flexa"
9264
9265         * ly/engraver-init.ly, scm/grob-description.scm,
9266         scm/grob-property-description.scm: junked porrectus, now handled
9267         by ligature code
9268
9269         * scm/grob-description.scm: bugfix: added space-alist entry for
9270         breathing sign/custos
9271
9272 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9273
9274         * Another grand 2003 update.
9275         
9276         * Remove mentioning of `mudela'; There's no such thing.
9277
9278 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9279
9280         * Documentation/user/preface.itely (Preface to version 1.8): update
9281
9282         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9283
9284         * Documentation/user/converters.itely (Invoking convert-ly): revise
9285
9286         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9287
9288         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9289
9290 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9291
9292         * Documentation/user/internals.itely: more updates.
9293
9294 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9295
9296         * Documentation/user/refman.itely: revise 
9297
9298         * Documentation/user/internals.itely: revise
9299
9300         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9301
9302 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9303
9304         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9305         beautification: reformatted ancient clefs section; cleanup: small
9306         wording fixes
9307
9308 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9309
9310         * lilypond.words: added words for chant notation, sorted
9311         alphabetically through "sort lilypond.words"
9312
9313 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9314
9315         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9316         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9317         chant notation
9318
9319 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9320
9321         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9322         prevent TeX from interpreting them as long dash
9323
9324         * input/test/vaticana.ly: updated
9325
9326         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9327         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9328         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9329         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9330         fixes
9331
9332         * mf/parmesan-heads.mf: ledger endings: removed dead code
9333
9334 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9335
9336         * VERSION: 1.7.17 released
9337         
9338         * Documentation/user/GNUmakefile
9339         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9340         files too.
9341
9342         * scm/document-markup.scm: new file: document all markup
9343         functions.
9344
9345         * scm/documentation-generate.scm: rename all documentation modules
9346         to document-*.scm
9347
9348         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9349         .png
9350
9351         * input/test/divisiones.ly: added
9352
9353         * input/regression/output-property.ly: new file
9354
9355         * lily/cluster.cc: change cluster-interface to use style property
9356
9357 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9358
9359         * input/test/chord-names-german.ly: modified.
9360
9361         * scm/chords-ignatzek.scm:
9362           chord-name->german-markup: Added
9363           note-name->german-markup: Changed (now producing lowercase notenames)
9364
9365         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9366         
9367 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9368
9369         * scripts/convert-ly.py (FatalConversionError.conv):
9370         divisiominima -> divisioMinima, etc.
9371
9372         * ly/engraver-init.ly (FiguredBassContext): add
9373         Separating_line_group_engraver to Figured bass context.
9374
9375         * ly/german-chords-init.ly: remove file
9376
9377         * input/test/chord-names-german.ly (scm): new file.
9378
9379         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9380
9381         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9382         Chord_name_engraver
9383
9384         * Documentation/user/refman.itely: lots of updates.
9385
9386         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9387         new file
9388
9389         * input/test/bar-number-every-5-reset.ly: new file.
9390
9391 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9392
9393         * input/regression/chord-name-major7.ly: new file
9394
9395         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9396         if specced explicitly.
9397
9398         * input/regression/chord-name-entry-11.ly: new file.
9399
9400         * input/test/slur-beautiful.ly: new file.
9401
9402         * Documentation/user/refman.itely: updates.
9403
9404         * input/regression/collisions.ly (threevoice): cleanup.
9405
9406         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9407
9408 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9409
9410         * Documentation/user/*.itely: various updates.
9411
9412         * ly/spanners-init.ly: enddecr/ endcr.
9413
9414         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9415         of tutorial
9416
9417 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9418
9419         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9420
9421         * lily/new-chord-name-engraver.cc (process_music): use octavation
9422         (a number) instead of original-pitch to store inversions. This
9423         fixes a problem with transposed chords with inversions.  
9424
9425 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9426
9427         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9428         used in includable-lexer.hh.
9429
9430         * lily/includable-lexer.cc: Bugfix: include config.h.
9431
9432         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9433         circumvention of Debian packaging bug.
9434
9435 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9436
9437         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9438         
9439         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9440
9441         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9442         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9443
9444         * lily/include/includable-lexer.hh: 
9445         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9446
9447         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9448
9449         * aclocal.m4: Regenerate.
9450
9451         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9452         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9453
9454         * scm/pdf.scm (use-modules): Include lily.
9455
9456         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9457         Noordkamp).
9458         (use-modules): Include lily.
9459         (lily-def): Bugfix: include tex-val in let.
9460
9461 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9462
9463         * lilypond-mode.el: sensible error if lilypond.words not found.
9464
9465         * lilypond.words: add few words.
9466
9467 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9468
9469         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9470
9471         * mf/parmesan-scripts.mf: fixed typo in char name
9472
9473 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9474
9475         * VERSION: 1.7.16 released
9476
9477         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9478         (this is a security vulnerability).
9479
9480         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9481
9482         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9483         add staff support.
9484
9485 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9486
9487         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9488         ly/script-init.ly, scm/script.scm: bugfix: renamed
9489         fermata->signumcongruentiae to fix naming clash with feta font
9490
9491 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9492
9493         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9494
9495         * lily/multi-measure-rest-engraver.cc
9496         (start_translation_timestep): use grace timing too for determining
9497         when to make mmrest.
9498         (start_translation_timestep): clear numbers too.
9499
9500 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9501
9502         * scm/music-types.scm: compile fix: escape braces
9503
9504         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9505         work around font selection problem
9506
9507         * Documentation/user/refman.itely: BreathingSign: added docu for
9508         property "text"
9509
9510 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9511
9512         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9513         information.
9514
9515 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9516
9517         * lily/multi-measure-rest-engraver.cc (class
9518         Multi_measure_rest_engraver): make multiple Number objects, one
9519         for each MultiMeasureTextEvent.
9520
9521         * scm/music-functions.scm (glue-mm-rest-texts): use
9522         MultiMeasureTextEvent
9523
9524         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9525
9526         * Documentation/user/refman.itely (Multi measure rests): update.
9527
9528 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9529
9530         * lily/ly-module.cc (ly_copy_module_variables): use
9531         scm_internal_hash_fold() for iterating modules.
9532
9533 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9534
9535         * Documentation/user/refman.itely: Section Custodes: added more
9536         example code
9537
9538         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9539         neo-mensural rests to parmesan font
9540
9541         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9542         header
9543
9544 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9545
9546         * Documentation/user/macros.itexi: @fileref macro.
9547
9548         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9549         each file. 
9550
9551 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9552
9553         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9554         Documentation/topdocs/AUTHORS.texi: updated my email address
9555
9556         * Documentation/user/refman.itely: updated custos documentation;
9557         beautified divisiones example; beautified articulations table
9558
9559         * lily/breathing-sign.cc: bugfix: finalis molecule
9560
9561 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9562
9563         * Documentation/user/refman.itely: added docu for
9564         contemporary fermata symbols, gregorian breathing signs; small fixes
9565
9566         * ly/gregorian-init.ly: removed obsolete #'type props
9567
9568 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9569
9570         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9571         minimum-length property correctly.
9572
9573 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9574
9575         * scm/music-functions.scm (make-multi-measure-rest): set input
9576         locations for multimeasure rests.
9577
9578 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9579
9580         * input/regression/breathing-sign.ly: updated to for ancient
9581         notation
9582
9583 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9584
9585         * scripts/ly2dvi.py: Add newline.
9586
9587 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9588
9589         * scripts/ly2dvi.py (dependency_files): Compile fix.
9590
9591 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9592
9593         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9594         (make_html_menu_file): --html menu. 
9595
9596 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9597
9598         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9599
9600 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9601
9602         * input/screech-boink.ly: new file.
9603
9604 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9605
9606         * scripts/lilypond-book.py (make_lilypond_file): convert
9607         lilypond-file to lilypond block directly, without going through
9608         begin/end lilypond text.
9609         
9610
9611 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9612
9613         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9614         scm/grob-description.scm: moved Michael's original breathing sign
9615         code in brew_molecule() to divisio_minima(); provided new
9616         brew_molecule() that effectively replaces the
9617         Text_item::brew_molecule callback (with additional fallback to
9618         Michael's original code); added callbacks for brewing divisio
9619         maior/maxima and finalis
9620
9621         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9622         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9623
9624         * script-init.ly: added shortfermata, longfermata,
9625         verylongfermata, varcoda
9626
9627         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9628         longfermata, verylongfermata, varcomma, varcoda
9629
9630 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9631
9632         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9633           Remove all noquote and insert a few quote.
9634         
9635         * Documentation/user/lilypond-book.itely (Music fragment options),
9636           scripts/lilypond-book.py: Don't include quotation blocks by
9637           default. Introduce option quote instead of noquote
9638
9639 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9640
9641         * VERSION: 1.7.15 released
9642         
9643         * Documentation/user/lilypond.tely: omf updates.
9644
9645         * buildscripts/texi2omf.py (omf_vars): include version.date
9646
9647         * make/lilypond.redhat.spec.in: fixes for spec file. 
9648
9649         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9650         by function definition: lily now requires a recent GNU Make.
9651
9652         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9653         writing.
9654
9655         * make/ly-rules.make: remove .ly -> .tex rule
9656
9657         * Documentation/user/refman.itely (Figured bass): revised figured
9658         bass example.
9659
9660 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9661
9662         * stepmake/stepmake/omf-targets.make (local-install): add
9663         scrollkeeper-update message.
9664
9665         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9666         to binary.
9667         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9668
9669         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9670
9671         * Documentation/user/converters.itely (Invoking midi2ly): add
9672         track/channel notice.
9673
9674 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9675
9676         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9677
9678         * lily/parser.yy (scalar): DIGIT is also a scalar.
9679
9680         * Documentation/user/music-glossary.tely: add @omf tags
9681
9682         * Documentation/user/lilypond.tely: add @omf tags
9683
9684         * scm/generate-documentation.scm (string-append): add @omf tags.
9685
9686         * stepmake/stepmake/omf-*: new files 
9687
9688         * input/regression/multi-measure-rest.ly (texidoc): add doco
9689
9690         * GNUmakefile.in (web-doc-install): add web-doc-install target
9691
9692         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9693         fixes crashes while dumping MIDI.
9694
9695         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9696         midi
9697
9698 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9699
9700         * buildscripts/texi2omf.py: new file.
9701
9702         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9703         font-name
9704
9705 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9706
9707         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9708
9709         * lily/sequential-iterator.cc (descend_to_child): call
9710         descend_to_child() for all types of music.
9711
9712 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9713
9714         * scm/translator-property-description.scm: Add
9715         bassFigureFormatFunction.  Replace some entries.
9716
9717 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9718
9719         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9720         clean out.
9721
9722 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9723
9724         * scripts/midi2ly.py (Note.dump): never dump duration for
9725         dump_dur=0.
9726
9727         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9728         new function
9729
9730         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9731         figures using new markups. Much simpler, and should improve layout
9732         a little.
9733
9734         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9735
9736 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9737
9738         * ly/engraver-init.ly: use Hara kiri by default for 
9739         ChordNames, FiguredBass and Lyrics(Voice) context. 
9740
9741         * lily/axis-group-engraver.cc (acknowledge_grob): use
9742         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9743
9744         * scm/new-markup.scm (markup-function-list): add bracket,
9745         vbracket.
9746
9747         * ly/engraver-init.ly (ChordNamesContext): set
9748         minimumVerticalExtent
9749
9750 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9751
9752         * input/test/time-signature-double.ly: new file 
9753
9754         * input/regression/collision-head-chords.ly (texidoc): new file.
9755
9756         * lily/type-swallow-translator.cc: add note swallow translator 
9757
9758         * input/test/time-signature-double.ly: new file.
9759
9760         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9761
9762         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9763         (FiguredBassContext): idem.
9764
9765         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9766
9767         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9768
9769         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9770
9771         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9772         .afm dependency
9773
9774         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9775
9776         * python/lilylib.py (make_page_images): add function.
9777
9778         * scripts/ly2dvi.py (run_latex): include title in preview image.
9779
9780         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9781         from lilypond-book for <ly2dvifile> tags in HTML.
9782
9783         * scripts/ly2dvi.py (option_definitions): add --debug option to
9784         print out environment.
9785
9786         * input/regression/tie-chord-partial.ly: new file.
9787
9788 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9789
9790         * lilypond.words: add 3
9791
9792 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9793
9794         * scm/new-markup.scm (markup-function-list): add finger-markup
9795
9796         * input/tutorial/brahms-tweaked.ly: new markup 
9797
9798         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9799
9800         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9801         crash when processing '() markup
9802
9803         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9804
9805         * lily/breathing-sign.cc (railtracks): another caesura.
9806
9807         * mf/feta-schrift.mf: caesura symbol. 
9808
9809 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9810
9811         * scripts/convert-ly.py (FatalConversionError.conv): add
9812         ly:molecule-XXX conversions.
9813
9814         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9815
9816         * input/regression/multi-measure-rest-text.ly: new file.
9817
9818         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9819         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9820
9821         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9822         ScoreContext
9823
9824         * scm/new-markup.scm (center-markup): \center markup.
9825
9826         * scm/music-functions.scm: remove pitchify scripts.
9827
9828         * lily/music.cc (print_smob): display music name if available 
9829
9830 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9831
9832         * Documentation/user/refman.itely (Instrument names): remove
9833         \turnOff doco.
9834
9835 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9836
9837         * lily/score.cc (mark_smob): bugfix.
9838
9839         * input/regression/rehearsal-mark.ly: new file.
9840
9841         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9842         report error at the current token again.
9843
9844 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9845
9846         * cygwin/mknetrel: Exit if doc build fails.
9847
9848         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9849
9850 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9851
9852         * scm/music-types.scm (music-descriptions): add doc strings
9853
9854 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9855
9856         * lily/lexer.ll: 
9857         * lily/include/my-lily-lexer.hh: 
9858         * lily/include/includable-lexer.hh: Add flex kludge.
9859
9860         * config.hh.in: 
9861         * config.make.in: 
9862         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9863         cruft.
9864         
9865         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9866         code.
9867
9868 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9869
9870         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9871
9872         * lily/parser.yy (new_chord): Compile fix.
9873
9874 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9875
9876         * Documentation/user/refman.itely (Tuning groups of objects):
9877         remove documentation for \turnOff. 
9878
9879         * lily/percent-repeat-engraver.cc (try_music): add correct
9880         processing moments for double-measure percents as well.
9881
9882         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9883
9884         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9885         grob prop type. 
9886
9887         * Documentation/user/refman.itely (Printing named chords): add
9888         chord name tweak doco.
9889
9890         * input/template/gregorian-transcription.ly: new file.
9891
9892 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9893
9894         * VERSION: 1.7.13 released
9895         
9896         * input/test/*: lots of cleanups/comment-outs/removals in chord
9897         examples
9898         
9899         * input/regression/*: lots of cleanups/comment-outs/removals in
9900         chord examples
9901         
9902         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9903         options
9904
9905         * lily/new-chord-name-engraver.cc (process_music): give original
9906         inversion pitch to chord name routine.
9907
9908         * input/tutorial/os-score.ly: update to new markup
9909
9910         * Documentation/user/appendices.itely: simply include
9911         chords-ignatzek. 
9912
9913         * Documentation/user/refman.itely (Chords mode): add documentation
9914         for chord mode.
9915
9916         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9917         not present in chord.
9918         (construct-chord): add inversion and bass support.
9919
9920         * lily/chord.cc: junk contents.
9921
9922 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9923
9924         * Documentation/user/refman.itely:
9925         * Documentation/user/music-glossary.tely: fix. 
9926
9927 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9928
9929         * scm/chord-entry.scm (construct-chord): move chord construction
9930         to Scheme.
9931
9932         * lily/parser.yy (new_chord): new setup for chord entry.
9933
9934 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9935
9936         * lilypond.words:
9937         * Documentation/user/music-glossary.tely: add ambitus.
9938
9939 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9940
9941         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9942
9943         * lily/include/*.hh: string() -> to_string()
9944
9945         * scm/chords-ignatzek.scm: new file.
9946
9947         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9948         standard chord name exceptions.
9949
9950         * scm/translator-property-description.scm (chordNameSeparator):
9951         add property.
9952         (majorSevenSymbol): add property
9953
9954         * lily/translator-scheme.cc (ly:context-properties): new function
9955         (ly:context-parent): new function.
9956         (print_smob): print context name.
9957
9958         * lily/music.cc (ly:get-music-length): new function
9959         (print_smob): don't print properties.
9960
9961         * lily/duration.cc (duration<?): new function
9962
9963         * input/regression/chords-funky-ignatzek.ly: new file.
9964
9965         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9966         jazz chords.
9967
9968         * lily/pitch.cc (ly:pitch-diff): new function.
9969
9970         * input/regression/chords-ignatzek.ly: new file.
9971
9972 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9973
9974         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9975         pitches for jazz chords.
9976
9977 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9978
9979         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9980
9981 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9982
9983         * lilypond.words: add 1
9984
9985 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9986
9987         * Documentation/topdocs/AUTHORS.texi: refine.
9988
9989 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9990
9991         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9992         
9993         * lilypond.words: add one.
9994
9995 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9996
9997         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9998         Fontify bass note in chords, e.g., e in c1/e.
9999         
10000 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10001
10002         * Documentation/user/music-glossary.tely: Dutch updates and
10003         additions (Arent Storm).
10004
10005 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10006
10007         * input/regression/ambitus.ly:  move file.      
10008
10009         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10010
10011         * lily/event.cc (transpose): add tonic property to Key_change_req
10012         and to Key_engraver.
10013
10014 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10015
10016         * Documentation/user/refman.itely: fix typo.
10017
10018         * lilypond.words: removed wrong identifiers.
10019
10020 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10021
10022         * mf/feta-toevallig.mf: make flat stem shorter 
10023
10024 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10025
10026         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10027
10028         * lilypond.words: add from Phrasing slur.
10029         
10030 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10031
10032         * lilypond-mode.el: allow launching multiple ViewPS processes.
10033         
10034         * lilypond.words: add from Text markup.
10035
10036 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10037
10038         * input/test/ossia.ly (texidoc): add comment.
10039
10040         * input/regression/voice-follower.ly: new file.
10041
10042         * mf/feta-toevallig.mf: make flat heavier.
10043
10044         * lily/cluster-engraver.cc: clean up Cluster engraver
10045
10046         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10047         Engraver. Use Note_column to compute Y positions and deal with
10048         line break stuff.
10049
10050 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10051
10052         * lily/stem.cc: move french-beaming to stem.
10053
10054 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10055
10056         * lilypond-font-lock.el: fontify all durations in chords.
10057
10058         * lilypond.words: add from lily/my-lily-lexer.cc
10059
10060 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10061
10062         * VERSION: release 1.7.12
10063
10064         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10065
10066         * lily/gregorian-ligature.cc: new file
10067
10068         * lily/*: the Great 2003 search & replace.
10069
10070         * Documentation/user/refman.itely (Manual repeat commands): add
10071         note about font selection.
10072
10073 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10074
10075         * lilypond-mode.el: propose recompiling midi while invoking playing,
10076         not while stopping playing.
10077
10078 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10079
10080         * lilypond.words: add one.
10081
10082         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10083         and expressional note grouping. Fontify chord modes.
10084
10085 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10086
10087         * Documentation/user/music-glossary.tely (Top): translate melisma.
10088
10089 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10090
10091         * Documentation/user/music-glossary.tely (Top): add melisma.
10092
10093 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10094
10095         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10096         interfaces for (abstract) grob GregorianLigature
10097
10098         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10099         renamed head* -> glyph_name*, x-shift* -> x-offset*
10100
10101         * scm/grob-property-description.scm: bugfix: added missing descriptions
10102
10103 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10104
10105         * input/test/chord-names-dpnj.ly: New file.
10106
10107         * scm/double-plus-new-chord-name.scm: Implement full and partial
10108         exceptions.
10109
10110         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10111
10112         * scm/double-plus-new-chord-name.scm
10113         (double-plus-new-chord->markup): Fix sub->markup.
10114
10115
10116 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10117
10118         * lily/custos-engraver.cc: added TODO; editorial changes
10119
10120         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10121         consistency with other ligature engravers; removed access on (now)
10122         private variable _ligature of Ligature_engraver
10123
10124         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10125         renamed last_bound -> last_bound_; issue programming_error on
10126         abstract method calls; moved primitives code from
10127         Mensural_bracket_engraver to here (because almost ligature
10128         engravers will need it); renamed try_stop_ligature () ->
10129         typeset_ligature (); bugfix: store primitives of finished ligature
10130         in separate variable finished_primitives_ to avoid clash on input
10131         like "\] \["; added current_ligature () to enable access on
10132         private variable _ligature
10133
10134         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10135         (now in super class); renamed try_stop_ligature () ->
10136         typeset_ligature ()
10137
10138         * lily/mensural-ligature.cc: issue programming_error on abstract
10139         method calls
10140
10141         * lily/note-heads-engraver.cc: added TODO comment upon bool
10142         in_ligature
10143
10144         * mf/parmesan-heads.mf: fixed some of set_char_box()
10145
10146         * scm/grob-description.scm: added VaticanaLigature
10147
10148         * scm/grob-property-description.scm: added neume prefix properties
10149
10150         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10151         lily/include/gregorian-ligature-engraver.hh,
10152         lily/include/gregorian-ligature.hh: new files; framework for
10153         gregorian ligature engravers such as vaticana
10154
10155         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10156         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10157         vaticana style ligature implementation (still somewhat uncomplete)
10158
10159 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10160
10161         * VERSION: release 1.7.11
10162
10163         * scripts/convert-ly.py: add ly:pitch-transpose rule
10164
10165 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10166
10167         * input/test/dpncnt.ly: New file.
10168
10169         * lily/my-lily-lexer.cc: Add chordnames keyword.
10170
10171         * lily/parser.yy (chordnames_block): Parse chord name exception
10172         lists, see input/test/dpncnt.ly.
10173
10174         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10175         function.
10176
10177         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10178         filter-out too.
10179
10180         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10181         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10182         pitch functions (except for ly:make-pitch, but that's apparently
10183         some sort of scheme naming standard?).
10184
10185         * scm/lily.scm (!=): define-public.
10186
10187         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10188
10189 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10190
10191         * scm/double-plus-new-chord-name.scm
10192         (double-plus-new-chord-name->markup): New file.
10193
10194 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10195
10196         * python/lilylib.py (make_preview): don't suppress progress for
10197         bbox extraction.
10198
10199 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10200
10201         * Documentation/user/appendices.itely (scheme): update for new syntax.
10202
10203         * input/regression/chord-name-styles.ly: new file
10204
10205         * lily/instrument-name-engraver.cc: create instrument names
10206         without barline too.  Allows instrument name on ChordNames  
10207
10208         * scm/new-markup.scm (interpret-markup): allow simple strings as
10209         markup too.
10210
10211 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10212
10213         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10214         (step->markup-accidental): Fix: add accidental.
10215         (chord::inner-name-american): 
10216         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10217         append stray '/' if last superscript addition was 'o'.
10218
10219         * scm/new-markup.scm (normal-size-sub-markup) 
10220         (normal-size-super-markup): New function.
10221
10222         * lily/source-file.cc (Source_file): Add warning for possibly
10223         intentional but suspicious initialization.
10224
10225         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10226         add comments about cut-and-paste programming.
10227
10228         * flower/rational.cc (lcm): Not used; comment out.
10229
10230 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10231
10232         * lily/new-fingering-engraver.cc (position_scripts): use
10233         fingerHorizontalDirection to determine fingering horizontal
10234         directions.
10235  
10236         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10237         fingering support.
10238
10239         * scripts/convert-ly.py (FatalConversionError.conv): add style
10240         conversion rule. 
10241
10242         * scm/chord-name.scm (set-chord-name-style): new function.
10243         (new-chord-name-brew-molecule): revise to interpret markup only
10244         (new-chord->markup): cleanuppish rewrite. To be called from the
10245         new engraver.
10246
10247         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10248         Markup earlier, during interpreting.
10249
10250         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10251         style settings. Rename to chord-names-*.ly
10252
10253 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10254
10255         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10256         markup code and update to new markup.  Most probably broke some of
10257         it.
10258         
10259 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10260
10261         * Documentation/user/refman.itely: added docu for ambitus and
10262         clusters
10263
10264         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10265         ly_quote_scm() in lookup.cc
10266
10267         * mf/parmesan-clefs.mf: set_char_box fix
10268
10269         * lily/cluster-engraver.cc: junk implicit protection; use
10270         Protected_scm instead
10271
10272 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10273
10274         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10275         throughout.
10276
10277         * scm/new-markup.scm: Turn-off error-triggering test code.
10278
10279 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10280
10281         * scm/new-markup.scm (markup-thrower-typecheck) 
10282         (markup-typecheck?):  add full typechecking functions.
10283         (make-markup-maker): add make-FOO-markup functions.
10284         (markup-argument-list-error): nice error checking messages.
10285         (make-markup): better function: less quoting escapades.
10286
10287 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10288
10289         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10290
10291 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10292
10293         * cygwin/lilypond.hint (requires): Add cygwin.
10294
10295         * .cvsignore: Remove stepmake (huh!?!), add lib.
10296
10297         * GNUmakefile.in: Add libdir links for builddir runs.
10298
10299         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10300         instead of datadir.
10301
10302         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10303         local_lilypond_libdir.
10304
10305         * config.make.in (lilypond_libdir): Add.
10306
10307         * stepmake/stepmake/substitute-rules.make: 
10308         * stepmake/stepmake/script-rules.make: 
10309         * stepmake/stepmake/python-module-rules.make:
10310         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10311         lilypond-python-module patch.
10312
10313 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10314
10315         * Documentation/user/refman.itely (Graphical interfaces): add note
10316         about xml2ly.
10317
10318 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10319
10320         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10321
10322 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10323
10324         * VERSION: released 1.7.10
10325
10326         * scripts/musedata2ly.py (): idem
10327
10328         * scripts/midi2ly.py (dump_chord): idem
10329
10330         * scripts/etf2ly.py (version): idem 
10331
10332         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10333
10334         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10335
10336         * scm/tex.scm (tex-output-expression): remove eval compat
10337         glut. Other output files too.
10338
10339         * scm/chord-name.scm: don't export anything from chord module.
10340
10341         * input/test/american-chords.ly: idem
10342
10343         * input/test/banter-chords.ly (texidoc): idem
10344
10345         * input/test/Cc-chords.ly: add breakage notes.
10346
10347         * Documentation/user/refman.itely (Text markup): rewrite manual
10348         section.
10349
10350         * lily/parser.yy (scalar): allow \markup { } as property value. 
10351
10352         * scm/chord-name.scm: complete new markup usage
10353
10354         * scm/grob-description.scm (all-grob-descriptions): use new markup
10355         texts by default
10356
10357 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10358
10359         * scm/chord-name.scm: partial move to new markup texts.
10360
10361 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10362
10363         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10364
10365         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10366         settable.
10367
10368 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10369
10370         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10371         invoked for old midi, wait for killing.
10372
10373 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10374
10375         * Documentation/user/music-glossary.tely: Finnishing.
10376
10377 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10378
10379         * mf/feta-nummer-code.mf: some kerning pairs.
10380
10381 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10382
10383         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10384         Added.
10385
10386         * Documentation/user/refman.itely (Bar numbers):
10387         set-bar-number-visibility added, modulo-bar-number removed again
10388         (sorry).
10389
10390 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10391
10392         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10393
10394         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10395
10396         * Documentation/user/music-glossary.tely: translate into Finnish.
10397
10398 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10399
10400         * lilypond-mode.el: add shortcut for 2midi
10401
10402         * lilypond-font-lock.el: fontify lyrics
10403
10404 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10405
10406         * scm/drums.scm : use 1.7.x names.
10407
10408         * input/regression/drums.ly : Don't use << chords >>
10409
10410 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10411
10412         * lilypond-mode.el: tidy, add TODO
10413
10414         * make/lilypond.mandrake.spec.in: install-info quietly.
10415
10416 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10417
10418         * input/test/markup.ly: use new syntax.
10419
10420 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10421
10422         * ly/params-init.ly (interscoreline): add word-space
10423
10424         * input/test/metronome.ly (eighthNote): idem.
10425
10426         * input/test/script-priority.ly: use new markup
10427
10428         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10429
10430         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10431
10432         * lily/parser.yy (gen_text_def): bugfix.
10433         (full_markup): allow markup identifier.
10434
10435 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10436
10437         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10438         jobs at the same time. Add horizontal lines to Command menu.
10439         Allow one compiling job -- propose killing others before a new one.
10440
10441         * lilypond.words: add markup, teeny, etc.
10442
10443 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10444
10445         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10446         Allow only one type of midi process; launching Midi either stops
10447         midis or plays the current midi and launching MidiAll stops midis
10448         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10449         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10450
10451 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10452
10453         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10454         markup  for new markup texts.
10455
10456         * lily/mark-engraver.cc (process_music): idem
10457         
10458         * lily/instrument-name-engraver.cc (create_text): idem
10459
10460         * scm/new-markup.scm (magnify-markup): new function.
10461
10462         * scm/molecule.scm (stack-lines): bugfix.
10463
10464         * lily/font-interface.cc (get_font): take font-magnification from
10465         alist chain.
10466
10467 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10468
10469         * lily/molecule-scheme.cc: move scheme functions to separate file.
10470
10471         * lily/font-metric.cc  (ly_get_glyph): new function. 
10472         
10473         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10474         (italic-markup, dynamic-markup): new functions
10475         (font-markup): new function
10476
10477         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10478         padding and minimum
10479
10480 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10481
10482         * lily/accidental-engraver.cc:
10483         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10484
10485 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10486
10487         * lilypond.vim:
10488         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10489         [a-zA-Z] for user defined identifiers. Separate note cases 
10490         with and without a duration (allow cis\longaX).
10491
10492         * lilypond.words: Add words from Info.
10493
10494 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10495
10496         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10497
10498 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10499
10500         * lilypond-mode.el: Propose reverting buffer before a command if
10501         it was edited with an another editor.
10502
10503 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10504
10505         * lily/molecule.cc (ly_translate_molecule): new function
10506
10507         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10508         into libdir
10509
10510         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10511
10512         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10513
10514 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10515
10516         * lilypond.words: take \words from Info-index.
10517
10518 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10519
10520         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10521
10522 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10523
10524         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10525
10526 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10527
10528         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10529         and lilypond-documentation.
10530
10531 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10532
10533         * lily/parser.yy: Compile fix (bison 1.75).
10534
10535 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10536
10537         * VERSION: 1.7.9 released
10538
10539         * scm/music-functions.scm (shift-one-duration-log): refactor.
10540         Use music-map.
10541
10542         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10543
10544         * NEWS: update.
10545
10546         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10547         argument
10548         
10549         * scm/music-functions.scm (display-music): new function
10550         (music-map): change arg order.
10551
10552         * input/regression/new-markup-syntax.scm: new file
10553
10554         * lily/parser.yy (markup): add \markup { .. } syntax.
10555
10556         * scm/new-markup.scm (override-markup): new function
10557         (lookup-markup): new function
10558         (music-markup): new function
10559         (lookup-markup-command): use markup-signature to store argument
10560         format for parser.
10561
10562         * lily/lexer.ll: preliminary \markup syntax. 
10563
10564 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10565
10566         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10567         add pre/post-dependencies and menus with icons from source.
10568
10569         * Documentation/pictures/lilypond-48x48.xpm:
10570         * Documentation/pictures/lilypond-32x32.xpm:
10571         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10572         transparent.
10573
10574         * stepmake/stepmake/generic-targets.make:
10575         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10576
10577 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10578
10579         * input/regression/music-map.ly (texidoc): new file.
10580
10581         * scm/music-functions.scm (music-map): new function
10582
10583 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10584
10585         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10586
10587 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10588
10589         * input/test/to-xml.ly:
10590         * lily/ligature-engraver.cc: Fixes documentation.
10591
10592         * lilypond.mandrake.spec.in:
10593         * lilypond.redhat.spec.in: Add lilypond.words.
10594
10595         * Documentation/user/refman.itely: Mention Info inside emacs.
10596         
10597         * lilypond.suse.spec.in:
10598         * lilypond.redhat.spec.in:
10599         * lilypond.mandrake.spec.in: Set root-owner for doc
10600         (tobbe@nyvalls.se).
10601
10602 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10603
10604         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10605         os.popen.read ().
10606
10607 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10608
10609         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10610
10611         * python/lilylib.py (error): add space
10612
10613 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10614
10615         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10616         distribution.
10617
10618 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10619
10620         * lily/paper-outputter.cc (Paper_outputter): close port when
10621         finishing score.
10622
10623 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10624
10625         * scm/sodipodi.scm: Fixes.
10626
10627 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10628
10629         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10630
10631         * buildscripts/make-font-dir.py: Fix. 
10632
10633 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10634
10635         * lilypond-mode.el: Add support for Info inside Emacs.
10636
10637 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10638
10639         * buildscripts/make-font-dir.py: 
10640         * mf/GNUmakefile: Make sodipodi font map.
10641
10642         * scm/sodipodi.scm: Add more output functions.
10643
10644         * mf/feta-nummer.mf: 
10645         * mf/feta-beugel.mf: Add font_coding_scheme.
10646
10647         * lily/paper-outputter.cc (output_header): Fix creator string.
10648
10649 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10650
10651         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10652         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10653
10654         * lilypond.words: add two (Everybody can add/remove words now!).
10655
10656         * debian/rules:
10657         * make/lilypond.suse.spec.in:
10658         * make/lilypond.mandrake.spec.in:
10659         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10660
10661         * Documentation/user/refman.itely: Mention autocompletion.
10662
10663 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10664
10665         * scripts/ly2dvi.py: Add paper sizes.
10666
10667         * lily/timing-engraver.cc: 
10668         * lily/time-signature.cc: 
10669         * lily/span-bar.cc: 
10670         * lily/grob-scheme.cc: Code formatting fixes.
10671
10672         * scm/sodipodi.scm: 
10673         * scm/sketch.scm:
10674         * buildscripts/mf-to-table.py: 
10675         * buildscripts/make-font-dir.py: Font testing.
10676
10677 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10678
10679         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10680         inserts try-completion and shows all-completions.
10681
10682         * lilypond.words: '\' -> '\\'
10683
10684         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10685         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10686         
10687         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10688         and LilyPond-reserved-words.
10689         
10690 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10691
10692         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10693         from load-path.
10694         
10695         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10696         the mini-buffer with Control-Shift-c.
10697         
10698 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10699
10700         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10701         duration. This fixes \tempo taking time.
10702
10703 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10704
10705         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10706         Allow for text markup in repeatCommands. 
10707
10708 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10709
10710         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10711         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10712         Get rid of skeleton.el-dependency.
10713
10714         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10715
10716 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10717
10718         * lily/beam-engraver.cc (stop_translation_timestep): reset
10719         now_stop_ev_
10720
10721         * lily/scm-option.cc: add parse-protect to ly:set-option
10722
10723         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10724
10725 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10726
10727         * lily/include/ligature-bracket.hh: removed
10728         * lily/ligature-bracket.cc: removed
10729
10730         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10731         .tex
10732
10733         * lily/beam.cc (set_beaming): don't change beam count on rests.
10734         (brew_molecule): always set flag-width > 0.
10735
10736 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10737
10738         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10739         chars, remove instructions; instead, refer to lilypond-init.el and
10740         Documentation/topdocs/INSTALL.texi.
10741
10742         * lilypond.words: add identifiers and reserved words.
10743
10744         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10745         files and adding a load-path.
10746
10747         * lilypond-init.el: Instructions, extracted from 
10748         Documentation/topdocs/INSTALL.texi. 
10749         
10750 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10751
10752         * VERSION: 1.7.8 released 
10753
10754         * lily/grob.cc (warning): better robustness fix.
10755
10756 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10757
10758         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10759
10760         * lily/cluster-engraver.cc: stick better to variable naming
10761         conventions
10762
10763         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10764         until stop_translation_timestep()
10765
10766         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10767         min/max coordinates to backend, but no musical info such as
10768         pitches
10769
10770         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10771
10772         * lily/grob.cc: robustness fix: warning(): do not crash if
10773         cause is not set
10774
10775         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10776         the much more elaborated tuplet brackets than the very naive and
10777         simple ligature bracket grob
10778
10779 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10780
10781         * Documentation/user/refman.itely (Analysis brackets): add
10782         horizontal bracket doco.
10783
10784         * ly/property-init.ly (setMmRestFermata): added.
10785
10786         * Documentation/user/refman.itely (Multi measure rests): fermatas
10787         on mm rests.
10788
10789         * input/regression/apply-context.ly (texidoc): new file
10790
10791         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10792         code to be executed during interpretation. Possible applications:
10793         smart octavation, more advanced bar checks. 
10794
10795         * lily/apply-context-iterator.cc: new file.
10796
10797 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10798
10799         * input/test/new-markup.ly: new file.
10800
10801         * lily/text-item.cc (text_to_molecule): new function
10802
10803         * scm/new-markup.scm (lambda): new file
10804
10805         * lily/function-documentation.cc (ly_add_function_documentation):
10806         add proc property as well
10807
10808 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10809
10810         * Documentation/user/music-glossary.tely (Top): add custos.
10811
10812 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10813
10814         * Documentation/topdocs/INSTALL.texi: advise how to include source
10815         path to Emacs load-path and improve language.
10816
10817 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10818
10819         * GNUmakefile.in: config.h message fix.
10820
10821         * autogen.sh:
10822         * aclocal.m4: Regenerate.
10823
10824         * configure.in: 
10825         * config.make.in: 
10826         * stepmake/config.make.in: 
10827         * stepmake/configure.in: 
10828         * stepmake/autogen.sh: 
10829         * stepmake/aclocal.m4: Update for autoconf 2.56.
10830
10831 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10832
10833         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10834         to install Emacs-mode. Instructions how to use vim-mode.
10835
10836 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10837
10838         * scm/music-types.scm (music-descriptions): no length for tempo event.
10839
10840         * input/*.ly: add \version everywhere.
10841         
10842         * input/*.ly: update syntax to 1.7 + new-chords.
10843
10844         * VERSION: 1.7.7 released.
10845         
10846         * Documentation/user/*.tely: new chord syntax.
10847
10848         * input/regression/[bc]*.ly (texidoc): syntax updates.
10849         
10850 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10851
10852         * lilypond.words: add vocabulary to be used in auto-completion
10853
10854         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10855
10856         * lilypond.vim: allow note name at EOF
10857
10858 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10859
10860         * buildscripts/new-chords.py (edit): -e option: inline editing.
10861
10862         * input/regression/a*.ly (texidoc): syntax updates.
10863
10864         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10865         music): elucidations. 
10866
10867 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10868
10869         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10870         ly/spanners-init.ly, scm/grob-description.scm,
10871         scm/grob-property-description.scm, scm/music-types.scm,
10872         lily/cluster-engraver.cc, lily/cluster.cc,
10873         lily/include/cluster.hh, input/test/cluster.ly: cluster
10874         implementation
10875
10876         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10877         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10878         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10879
10880         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10881
10882         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10883
10884         * scm/grob-description.scm: bugfix: by default, use default note
10885         head style when engraving ligatures
10886
10887         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10888
10889         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10890         events
10891
10892         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10893
10894         * input/test/ancient-font.ly: bugfix: style -> flag-style
10895
10896         * lily/ligature-engraver.cc: indentation fix
10897
10898         * lily/parser.yy: indentation fixes
10899         
10900 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10901
10902         * input/regression/measure-grouping.ly: more elaborate example.
10903
10904         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10905         ly:div-moment. New functions 
10906
10907         * scm/music-functions.scm (set-time-signature): new function,
10908         allow inline time sig settings with measure grouping.
10909
10910         * lily/parser.yy (command_element): move time sig construction
10911         into Scheme.
10912
10913         * lily/side-position-interface.cc (out_of_staff): new function,
10914         like padding, but keep minimum distance from staff. Easier than
10915         linespanners (dynamics, pedals), but roughly the same effect.
10916
10917 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10918
10919         * emacs-mode.el: Added spanish-note-replacements 
10920         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10921
10922         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10923
10924 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10925
10926         * lilypond.vim: Do not fontify cises, desis, etc.
10927
10928         * vimrc: view dvi with <S-F6>
10929
10930 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10931
10932         * lily/lookup.cc (triangle): new function.
10933
10934         * input/regression/measure-grouping.ly (texidoc): new file: show
10935         triangles and brackets for beat groups of 3 and 2.
10936
10937         * lily/include/measure-grouping-spanner.hh (class
10938         Measure_grouping): new file.
10939
10940         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10941
10942         * lily/measure-grouping-engraver.cc (class
10943         Measure_grouping_engraver): new file.
10944
10945 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10946
10947         * Merge from stable:
10948
10949             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10950         
10951         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10952         stylesheet.
10953
10954         * ly/paper19.ly: Include paper19-init.ly.
10955
10956         * ly/paper19-init.ly: New file.
10957
10958         * Documentation/user/tutorial.itely (First steps): Fix first
10959         example for font test.
10960
10961         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10962
10963         * ChangeLog: Add 1.7.6 release marker (see below).
10964
10965         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10966         Add .py files.
10967
10968 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10969
10970         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10971
10972         * input/tutorial/*.ly: update to new syntax.
10973
10974         * lily/parser.yy (Composite_music): new transpose syntax,
10975         \transpose FROM TO MUSIC. 
10976
10977 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10978
10979         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10980         latex progress/error output to stderr (by default this goes to
10981         stdout).  Show lilypond progress, even when not verbose.
10982
10983         * python/lilylib.py (system): New optional parameter to control
10984         showing of progress.
10985
10986         * scm/backend-documentation-lib.scm (check-dangling-properties):
10987         Fix error message.
10988
10989         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10990         axis, extent.
10991
10992         * scm/grob-property-description.scm (magnify): Remove.
10993         (extent, axis): Add.
10994
10995 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10996
10997         * VERSION: Release 1.7.6.
10998
10999         * scripts/convert-ly.py: more uniformization substitutions.
11000
11001         * buildscripts/new-chords.py (sub_chords): new file.
11002
11003 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11004
11005         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11006         lilypond.map.  Include sauter fonts too.  Cleanups.
11007
11008 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11009
11010         * Documentation/user/tutorial.itely (First steps): change to new
11011         chord/tie/slur/beam notation.
11012
11013         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11014         ties.
11015
11016         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11017         engraver. Process ties in postfix notation, i.e. c8-~ c
11018
11019         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11020
11021         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11022
11023         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11024
11025         * lily/beam-engraver.cc (try_music): accept new-beam-events
11026
11027         * input/regression/chord-scripts.ly (texidoc): new file
11028
11029         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11030         script-events.
11031
11032         * scm/script.scm (default-script-alist): cleanup.
11033
11034         * lily/script-engraver.cc (make_script_from_event): cleanup.
11035
11036         * lily/lyric-combine-music-iterator.cc
11037         (Lyric_combine_music_iterator): remove superfluous events.
11038         (melisma_busy): new function. Fix broken melismas.
11039
11040 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11041
11042         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11043         Remove nonvalid settings. Use descriptive key names.
11044         Use <Return> to indicate the pressing of that key.
11045
11046 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11047
11048         * scripts/lilypond-book.py (option_definitions): Typo.
11049
11050         * scripts/ly2dvi.py: Updates.
11051
11052         * python/lilylib.py (setup_environment, print_environment)
11053         (get_bbox, make_preview): Merge and remove from ly2dvi and
11054         lilypond-book.
11055
11056         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11057
11058         * .cvsignore: Remove some cruft.
11059
11060         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11061         path.
11062
11063         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11064         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11065         throughout.
11066
11067         * python/lilylib.py (quiet_system): Junk
11068         (system): Display error log upon failure.
11069         (read_pipe): New function.  Cleanups and fixes.
11070
11071         * python/*.py: Rename from *.py.in.
11072         
11073         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11074
11075         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11076
11077 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11078
11079         * python/GNUmakefile: Bugfix: handle modules.
11080
11081         * stepmake/stepmake/python-module-targets.make (default): Add
11082         compiled modules. 
11083
11084         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11085         compiling modules.
11086
11087         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11088         Bugfix.  (OUT_PYC_MODULES): Add.
11089
11090 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11091
11092         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11093         Use default paths. Refresh description.
11094
11095 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11096
11097         * VERSION: 1.7.5 released
11098
11099         * input/regression/finger-chords.ly (texidoc): new file.
11100
11101         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11102         support
11103
11104         * lily/fingering-engraver.cc (process_music): remove kludgy
11105         scriptHorizontal stuff.
11106
11107         * lily/script.cc: remove staff-support property.
11108
11109         * lily/new-fingering-engraver.cc (add_fingering): new
11110         file. Fingering engraver for new style chords.
11111
11112 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11113
11114         * lily/parser.yy (bare_number): allow 4 \cm (without
11115         decimal dot). (should backport to 1.6?)
11116
11117         * ly/declarations-init.ly: use Scheme for dimension defs.
11118
11119         * lily/parser.yy (TODO): remove hard coded dimensions, add
11120         REAL NUMBER_IDENTIFIER production.
11121
11122         * lily/rest-collision.cc (force_shift_callback): rewrite using
11123         -done property.
11124
11125         * scm/grob-property-description.scm (rest-collision-done): add
11126         property.
11127         
11128         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11129
11130 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11131
11132         * input/regression/multi-measure-rest-center.ly: new file.
11133
11134         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11135         off horizontally by 0.05 ss. Fixed.
11136
11137 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11138
11139         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11140
11141         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11142
11143 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11144
11145         * lily/tie.cc (get_control_points): also avoid staff lines on the
11146         just outside the outer staff lines
11147
11148 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11149
11150         * ly/params-init.ly: Just define style-alist, no need to
11151         define-public.
11152
11153         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11154         (thanks Han-Wen).
11155
11156         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11157         (FET_FILES): = FONT_FILES.
11158
11159         * Merge from stable:
11160
11161             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11162
11163 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11164
11165         * VERSION: 1.7.4 released.  
11166         
11167         * scm/generate-documentation.scm (string-append): add macro
11168         definitions.
11169
11170         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11171         normal texts.
11172
11173         * lily/multi-measure-rest-engraver.cc: make separate
11174         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11175
11176         * lily/multi-measure-rest.cc: remove text handling. Remove
11177         number-threshold.
11178
11179 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11180
11181         * scm/music-types.scm: doc patch by Graham Percival
11182
11183 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11184
11185         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11186         encoding part.
11187         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11188         (sketch_p): Sketch wants only first four elements of X11 font spec.
11189
11190         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11191
11192         * mf/feta-autometric.mf: Write foundry and family to log.
11193
11194         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11195         font translation table.
11196
11197         * buildscripts/mf-to-table.py: Better font info into afm.
11198
11199         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11200         1.0.9 required.
11201
11202         * configure.in: Whine for mftrace 1.0.9.
11203
11204 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11205
11206         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11207
11208         * lily/main.cc (main_prog): don't try to load init.EXT when
11209         processing foo.EXT.
11210
11211 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11212
11213         * scm/tex.scm (zigzig-line): added.
11214
11215         * scm/ps.scm (zigzag-line): added.
11216
11217         * ps/music-drawing-routines.ps (subvec): added.
11218         (draw_zigzag_line): added.
11219         
11220         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11221         grob properties zigzag-width and zigzag-length.
11222
11223         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11224
11225 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11226
11227         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11228         svg output, including font.
11229
11230 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11231
11232         * scm/lily.scm: Register sodipodi output module.
11233
11234         * scm/sodipodi.scm: New file.
11235
11236         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11237
11238         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11239         comment, after header.
11240         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11241         FullName.  Fix FontName key.
11242
11243 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11244
11245         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11246         and breve rests.
11247         
11248         * input/test/blank-notes.ly: bugfix
11249
11250         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11251         rests. (Kim Shrier)
11252
11253         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11254         
11255 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11256
11257         * scm/tex.scm: 
11258         * scm/ps.scm: Cleanup and remove obsolete junk.
11259
11260         * Documentation/user/internals.itely:
11261         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11262
11263         * lily/parser.yy: Identify shift/reduce problems.
11264
11265         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11266         make-style-sheet.  Too specific for convert-ly?
11267
11268 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11269
11270         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11271
11272         * input/test/*.ly: various fixes.
11273
11274         * lily/music.cc (name): bugfix
11275
11276         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11277
11278         * lily/input-file-results.cc (code): set-point-and-click! ->
11279         set-point-and-click
11280         
11281 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11282
11283         * Use uniform ly: prefix for exported scheme primitive functions.
11284
11285         * scm/music-types.scm: junk compat glue
11286
11287         * scripts/convert-ly.py: add rules for stuff below, junk
11288         compatibility glue for spanrequest.
11289
11290         * lily/parser.yy (verbose_event): remove \spanrequest,
11291         \commandspanrequest, \script. 
11292         
11293         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11294
11295         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11296         for \penalty, \glissando.
11297
11298         * VERSION: release 1.7.3
11299         
11300 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11301
11302         * lily/accidental-engraver.cc: Fix
11303         grace-in-the-beginning-of-measure bug caused by the resent
11304         partial-measure fix.
11305
11306         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11307         overlap looks too crowded)
11308         
11309 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11310
11311         * lily/parser.yy (assignment): allow SCM expression as assignment.
11312
11313         * lily/include/music-output-def.hh (class Music_output_def):
11314         * lily/music-output-def.cc: 
11315         * lily/paper-def.cc: 
11316         * scm/font.scm (markup-to-properties):
11317         * lily/parser.yy (music_output_def_body): 
11318         remove style_sheet_
11319
11320 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11321
11322         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11323         length.
11324
11325         * input/regression/spacing-to-grace.ly: new file.
11326
11327         * input/regression/spacing-end-of-line.ly: new file.
11328
11329         * lily/note-spacing.cc (get_spacing): take into account breakable
11330         stuff sticking out at the left (time sig change at line break).
11331
11332         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11333         raggedright code.
11334
11335         * scm/music-functions.scm (make-voice-props-set): add
11336         staff-position for mm rests.
11337  
11338         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11339         before grace notes a little.
11340
11341         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11342
11343         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11344         key adds space at the end of line. 
11345
11346 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11347
11348         * scm/sketch.scm: Fix beams.
11349
11350         * buildscripts/mf-to-table.py: Add EncodingScheme.
11351
11352         * scm/sketch.scm: Resurrect.
11353
11354 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11355
11356         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11357         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11358
11359 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11360
11361         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11362
11363         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11364
11365 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11366
11367         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11368         token for origin information.
11369
11370         * lily/parser.yy (My_lily_lexer): do identifier location and
11371         cloning from lexer.
11372
11373         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11374         logic out of the parser. Add bar checks on both ends.
11375
11376         * Documentation/user/refman.itely (Multi measure rests): add more
11377         notes about mm rests.
11378
11379 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11380
11381         * input/regression/bar-scripts.ly: Re-enable.
11382
11383         * lily/parser.yy:
11384         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11385         released rsn.  Bison 1.50 has a crucial bug and won't work.
11386
11387         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11388
11389
11390 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11391
11392         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11393
11394 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11395
11396         * Actually merge changes since 1.6.4 besides ChangeLog, and
11397         resolve conflicts.  Lots of updates, hope all is well.
11398         
11399         * cygwin/lilypond.hint (requires): Add ghostscript.
11400
11401         * scm: Update some (c).
11402         
11403 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11404
11405         * input/test/{various}.ly: add \header fields and texidoc strings.
11406
11407 2002-10-05  Werner Lemberg  <wl@gnu.org>
11408
11409         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11410         renamed to `output_latex_quoted'.
11411         Added `output_latex_noquote'.
11412         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11413         mode.
11414
11415 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11416
11417         * ChangeLog: Add 1.6.6 release marker.  See below.
11418
11419         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11420
11421         * scripts/midi2ly.py: Fix global syntax warnings.
11422
11423         * GNUmakefile.in: Generate builddir locale tree too.
11424
11425         * scripts/ly2dvi.py:
11426         * scripts/midi2ly.py: 
11427         * scripts/mup2ly.py: 
11428         * scripts/update-lily.py:
11429         * lily/main.cc (setup_paths): Fix for locales setup.
11430
11431 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11432
11433         * Documentation/windows/installing.texi: Soften wording about
11434         necessity of becoming Administrator.  tommie@iae.nl reports this
11435         does not seem to be necessary for his flavour of Windows 2000.
11436         Explicitely discourage text mode mounts.
11437
11438 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11439
11440         * lily/rest.cc (after_line_breaking): backport dot position fix.
11441
11442         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11443         rests. Thanks to Klaus Zimmermann for finding this bug.
11444
11445 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11446
11447         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11448
11449 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11450
11451         * Documentation/user/music-glossary.tely: fix links.
11452
11453 2002-10-21  Werner Lemberg  <wl@gnu.org>
11454
11455         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11456         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11457         scaling factor) only once and use them in the definition of
11458         \embeddedps.
11459         * ps/music-drawing-routines.ps (skeel): Removed.
11460
11461 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11462
11463         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11464         Solaris7, as we don't use nested $( ) constructs.
11465
11466 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11467
11468         * VERSION: Release 1.6.6.
11469         
11470 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11471
11472         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11473         as workaround for /bin/sh problems on Solaris7.
11474
11475 2002-10-19  Werner Lemberg  <wl@gnu.org>
11476
11477         * GNUmakefile.in (web-doc): Fix typos.
11478         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11479         `music-drawing-routines.ps' but emit \special{header=...} once.
11480         * scm/tex.scm (header-end): Updated.
11481
11482 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11483
11484         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11485         undefined tremolo. 
11486
11487 2002-10-15  Werner Lemberg  <wl@gnu.org>
11488
11489         * scripts/lilypond-book.py (g_make_html): New global variable.
11490         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11491         if `g_make_html' isn't set.
11492         [main]: Add format `texi-html'.
11493         (option_definitions): Updated.
11494         * Documentation/user/lilypond-book.itely: Updated.
11495
11496         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11497         * make/ly-rules.make (%.texi, %.nexi): Use it.
11498         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11499         format to lilypond-book.
11500         * GNUmakefile.in (web-doc): Ditto.
11501
11502 2002-10-14  Werner Lemberg  <wl@gnu.org>
11503
11504         Further improve TeX output.  The produced files are about 40%
11505         smaller.  `lilyponddefs.tex' is now read only once.
11506
11507         * tex/lilyponddefs.tex: Remove footer stuff.
11508         (\ifundefined): Renamed to...
11509         (\lilypondundefined): This.  Use LaTeX's definition to
11510         make it nestable and make it global.
11511         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11512         output.
11513         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11514         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11515         them global.
11516         (\placebox): Renamed to...
11517         (\lyitem): This.
11518         Make it global and call \outputscale by itself.
11519         (\lybox, \lyvrule): New macros to reduce input data.
11520         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11521         New auxiliary macros.
11522         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11523         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11524         to...
11525         (\lilypondspace): This and made it global.
11526         (\turnOnPostScript): Renamed to...
11527         (\lilypondpostscript): This and made it global.
11528         (\turnOnExperimentalFeatures): Renamed to...
11529         (\lilypondexperimentalfeatures): This and made it global.
11530         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11531         (\lilypondsetdimen): This and made it global.
11532         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11533         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11534         (all, $(outdir)/music-drawing-routines.ps): New rules.
11535         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11536         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11537         start-system, stop-system, stop-last-system, filledbox): Updated to
11538         use the changed macros from lilyponddefs.tex.
11539         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11540
11541 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11542
11543         * Documentation/windows/installing.texi: Update.
11544
11545 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11546
11547         * VERSION: 1.6.5 released
11548
11549         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11550
11551 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11552
11553         * scm/translator-property-description.scm (voltaOnThisStaff): add
11554         property.
11555
11556 2002-09-28  Werner Lemberg  <wl@gnu.org>
11557
11558         * scm/tex.scm (header-end): Suppress page numbering.
11559
11560         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11561         Fix quotation for HTML output.
11562
11563 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11564         
11565         * Documentation/user/refman.itely: grammar and phrasing
11566           fixes to "Note Entry" section.  Also adds a few new examples.
11567
11568 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11569
11570         * flower/include/string-data.icc: include string.h
11571
11572 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11573
11574         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11575
11576 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11577
11578         * Documentation/user/GNUmakefile (extra-local-help): Add.
11579
11580         * stepmake/stepmake/www-targets.make (local-help): Add.
11581
11582 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11583
11584         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11585         packages.
11586
11587         * Documentation/topdocs/README.texi (Top): building documentation
11588         (not website.)
11589
11590 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11591
11592         * Documentation/user/refman.itely: 
11593         * Documentation/user/tutorial.itely: 
11594         * Documentation/user/music-glossary.tely: Merge changes.
11595
11596         * Documentation/user/glossary.html.in: 
11597         * Documentation/index.texi: 
11598         * Documentation/header.html.in: Accomodate renaming of glossary.
11599         
11600         * Documentation/user/tutorial.itely: Add some glossary references.
11601         
11602         * Documentation/user/refman.itely: Minor fixes.
11603         
11604         * Documentation/user/lilypond.tely: Add glossary do direntry.
11605
11606         * Documentation/user/music-glossary.tely: Rename (previously:
11607         glossary.tely).  Fix anchor placement.
11608
11609         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11610
11611 2002-09-23  Werner Lemberg  <wl@gnu.org>
11612
11613         * scripts/lilypond-book.py (output_dict): Fix handling of
11614         various environments by avoid extraneous newlines.
11615         Rename `output-all' regexp for html to `output-html'.
11616         Replace `output-all' regexp for texi with `output-texi-quote'
11617         and `output-texi-noquote'.
11618         (compose_full_body): Don't override `linewidth' user option
11619         for `singleline'.
11620         (schedule_lilypond_block): Don't indent text specified with
11621         `intertext' option.
11622         Add new option `noquote'.
11623         (compile_all_files): Use latex instead of tex to compile ly
11624         files directly.
11625
11626         * Documentation/user/lilypond-book.itely: Updated and revised.
11627         Improve layout.
11628
11629         * Documentation/user/glossary.tely,
11630         Documentation/user/introduction.itely,
11631         Documentation/user/tutorial.itely,
11632         Documentation/user/refman.itely,
11633         Documentation/user/appendices.itely: Fix overfull LilyPond
11634         boxes caused by the new lilypond-book code.  Other minor
11635         fixes.
11636
11637         * Documentation/user/macros.itexi (@texiflat): Don't emit
11638         trailing space.
11639
11640         * scm/tex.scm (end-output, header-end): Add preamble and
11641         postamble to make lilypond output directly compilable with
11642         latex.
11643
11644         
11645 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11646
11647         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11648         instructions.
11649
11650 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11651
11652         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11653
11654 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11655
11656         * lily/beam.cc (connect_beams): don't crash if there are quarter
11657         notes in beams.
11658
11659 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11660
11661         * Documentation/user/refman.itely: corrected ancient clef
11662         docu; added docu on ligatures
11663
11664 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11665
11666         * Documentation/user/glossary.tely,
11667         Documentation/user/refman.itely, input/les-nereides.ly,
11668         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11669         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11670         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11671         Stem properties: flag-style -> stroke-style, style -> flag-style.
11672
11673
11674 2002-09-22  Werner Lemberg  <wl@gnu.org>
11675
11676         * scripts/lilypond-book.py: Add option `notime' to suppress
11677         printing of a time signature.  Specify default indentation of 0pt
11678         if single line fragment.  Don't emit redundant `\paper{ }'.
11679
11680         * Documentation/user/lilypond-book.itely: Updated.
11681
11682         * Documentation/user/glossary.tely: Completely reformatting.
11683
11684 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11685
11686         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11687
11688 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11689
11690         * Documentation/user/tutorial.itely: Fix links.
11691         
11692         * Documentation/topdocs/index.tely:
11693         * Documentation/index.texi:
11694         * Documentation/header.html.in: Small website fixes and updates.
11695
11696         * debian/: Debian patch by Anthony Fok.
11697
11698 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11699
11700         * Documentation/footer.html.in: How time flies: It's already 2002!
11701
11702         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11703         more descriptive link names than 'here'.
11704
11705 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11706
11707         * VERSION: 1.7.2 released
11708         * VERSION: 1.6.4 released
11709         
11710         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11711
11712         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11713         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11714
11715         * mf/feta-din.mf (test): add x-height and space.
11716
11717         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11718         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11719
11720         * ly/grace-init.ly: add-to-grace-init: function to portably add
11721         settings to \grace. 
11722
11723         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11724         if we get an absolute dynamic event.
11725  
11726         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11727
11728         * lily/source-file.cc (get_line): oops. All line numbers were off
11729         by 2. Fix that. 
11730
11731         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11732         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11733
11734         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11735
11736         * lily/parser.yy (number_factor): remove (number) as number
11737         expression. ("Let them eat Lisp").
11738
11739 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11740
11741         * lily/horizontal-bracket.cc: new file.
11742
11743         * lily/horizontal-bracket-engraver.cc: new file.
11744
11745         * input/regression/note-group-bracket.ly: new file. Support
11746         horizontal note brackets for music analysis.
11747
11748         * lily/stem.cc (flag): new flag-style: no-flag.
11749
11750         * input/test/stem-cross-staff.ly: new file
11751         
11752         * Documentation/user/internals.itely: Improved formatting, fixing
11753         typos.  Added a section `Output details' to describe how the TeX
11754         code looks like.
11755
11756         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11757
11758         * lily/parser.yy: remove \dynamicscript.
11759
11760         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11761         definitions. 
11762
11763         * python/midi.c (midi_error): take two arguments.
11764
11765         * Merge 1.6.5 changes:
11766         
11767 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11768
11769         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11770         staff-space.  Previous 1.5 was probably meant as half-spaces.
11771         (cautionary-style): parentheses (was: smaller).  This is what doco
11772         says, and it seems more logical.
11773
11774         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11775         for 2nd sentence.
11776
11777 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11778
11779         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11780
11781 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11782
11783         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11784
11785 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11786
11787         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11788
11789 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11790
11791         * scm/translator-property-description.scm (voltaOnThisStaff): add
11792         property.
11793
11794 2002-09-28  Werner Lemberg  <wl@gnu.org>
11795
11796         * scm/tex.scm (header-end): Suppress page numbering.
11797
11798         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11799         Fix quotation for HTML output.
11800
11801 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11802         
11803         * Documentation/user/refman.itely: grammar and phrasing
11804           fixes to "Note Entry" section.  Also adds a few new examples.
11805
11806 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11807
11808         * flower/include/string-data.icc: include string.h
11809
11810 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11811
11812         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11813
11814 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11815
11816         * Documentation/user/GNUmakefile (extra-local-help): Add.
11817
11818         * stepmake/stepmake/www-targets.make (local-help): Add.
11819
11820 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11821
11822         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11823         packages.
11824
11825         * Documentation/topdocs/README.texi (Top): building documentation
11826         (not website.)
11827
11828 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11829
11830         * Documentation/user/refman.itely: 
11831         * Documentation/user/tutorial.itely: 
11832         * Documentation/user/music-glossary.tely: Merge changes.
11833
11834         * Documentation/user/glossary.html.in: 
11835         * Documentation/index.texi: 
11836         * Documentation/header.html.in: Accomodate renaming of glossary.
11837         
11838         * Documentation/user/tutorial.itely: Add some glossary references.
11839         
11840         * Documentation/user/refman.itely: Minor fixes.
11841         
11842         * Documentation/user/lilypond.tely: Add glossary do direntry.
11843
11844         * Documentation/user/music-glossary.tely: Rename (previously:
11845         glossary.tely).  Fix anchor placement.
11846
11847         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11848
11849 2002-09-23  Werner Lemberg  <wl@gnu.org>
11850
11851         * scripts/lilypond-book.py (output_dict): Fix handling of
11852         various environments by avoid extraneous newlines.
11853         Rename `output-all' regexp for html to `output-html'.
11854         Replace `output-all' regexp for texi with `output-texi-quote'
11855         and `output-texi-noquote'.
11856         (compose_full_body): Don't override `linewidth' user option
11857         for `singleline'.
11858         (schedule_lilypond_block): Don't indent text specified with
11859         `intertext' option.
11860         Add new option `noquote'.
11861         (compile_all_files): Use latex instead of tex to compile ly
11862         files directly.
11863
11864         * Documentation/user/lilypond-book.itely: Updated and revised.
11865         Improve layout.
11866
11867         * Documentation/user/glossary.tely,
11868         Documentation/user/introduction.itely,
11869         Documentation/user/tutorial.itely,
11870         Documentation/user/refman.itely,
11871         Documentation/user/appendices.itely: Fix overfull LilyPond
11872         boxes caused by the new lilypond-book code.  Other minor
11873         fixes.
11874
11875         * Documentation/user/macros.itexi (@texiflat): Don't emit
11876         trailing space.
11877
11878         * scm/tex.scm (end-output, header-end): Add preamble and
11879         postamble to make lilypond output directly compilable with
11880         latex.
11881
11882         
11883 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11884
11885         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11886         instructions.
11887
11888 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11889
11890         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11891
11892 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11893
11894         * lily/beam.cc (connect_beams): don't crash if there are quarter
11895         notes in beams.
11896
11897 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11898
11899         * Documentation/user/refman.itely: corrected ancient clef
11900         docu; added docu on ligatures
11901
11902 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11903
11904         * Documentation/user/glossary.tely,
11905         Documentation/user/refman.itely, input/les-nereides.ly,
11906         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11907         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11908         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11909         Stem properties: flag-style -> stroke-style, style -> flag-style.
11910
11911 2002-09-22  Werner Lemberg  <wl@gnu.org>
11912
11913         * scripts/lilypond-book.py: Add option `notime' to suppress
11914         printing of a time signature.  Specify default indentation of 0pt
11915         if single line fragment.  Don't emit redundant `\paper{ }'.
11916
11917         * Documentation/user/lilypond-book.itely: Updated.
11918
11919         * Documentation/user/glossary.tely: Completely reformatting.
11920
11921 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11922
11923         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11924
11925 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11926
11927         * Documentation/user/tutorial.itely: Fix links.
11928         
11929         * Documentation/topdocs/index.tely:
11930         * Documentation/index.texi:
11931         * Documentation/header.html.in: Small website fixes and updates.
11932
11933         * debian/: Debian patch by Anthony Fok.
11934
11935 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11936
11937         * Documentation/footer.html.in: How time flies: It's already 2002!
11938
11939         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11940         more descriptive link names than 'here'.
11941
11942 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11943
11944         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11945
11946 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11947
11948         * lily/part-combine-music-iterator.cc (get_state): cleanup
11949         (get_music_info): cleanup.
11950
11951 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11952
11953         * scm/backend-documentation-lib.scm (interface-doc-string):
11954         crosslinks between interfaces and grobs. Headings for interfaces
11955         in grob explanation.
11956
11957 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11958
11959         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11960         dtd).  Add preliminary dtd.
11961         (re-sub-alist): Robustify.
11962
11963 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11964
11965         * lily/include/event-chord-iterator.hh,
11966         lily/context-specced-music-iterator.cc,
11967         lily/event.cc, lily/event-chord-iterator.cc: add
11968
11969 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11970
11971         * lily/: some (c) header fixes.
11972         
11973         * lily/request-chord.cc: Remove.
11974         
11975         * lily/include/event-chord-iterator.hh:
11976         * lily/include/event.hh:
11977         * lily/event-chord.cc: New file.
11978         
11979         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11980         requested.
11981
11982 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11983
11984         * lily/ : rename Request to Event
11985
11986         * lily/parser.yy (command_element): move clef stuff into Scheme.
11987
11988         * lily/:  rename length_mom () to get_length()
11989
11990         * lily/part-combine-music.cc: removed file and class.
11991
11992         * lily/context-specced-music-iterator.cc (class
11993         Context_specced_music_iterator): new file. Obsoletes the
11994         Context_specced_music type.
11995
11996         * scm/music-types.scm (make-repeated-music): put different kinds
11997         of repeated music into music-type table.
11998
11999         * VERSION: 1.7.1 released.
12000
12001         * scm/to-xml.scm: new file.
12002
12003         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12004         new Input representation: dump music as XML.
12005
12006         * scm/engraver-documentation-lib.scm
12007         (engraver-accepts-music-types?): add links from music to engraver,
12008         from music-type to engraver.
12009
12010         * lily/include/command-request.hh: removed
12011         lily/include/musical-request.hh: removed. Removed all _req classes
12012         except Key_change_req. Changes throughout.
12013
12014 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12015
12016         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12017
12018 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12019
12020         * lily/*.cc: specify accepts for many engravers.
12021
12022         * scm/music-documentation-lib.scm: dump music expressions and
12023         music subtypes.
12024
12025         * scm/documentation-lib.scm: complete revision.
12026         Use GOOPS objects to store document tree explicitly. Cleaned up and
12027         sped up doco generation a lot.
12028
12029 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12030
12031         * input/trip.ly (fugaIILeft): add arpeggio
12032
12033         * lily/translator-group.cc (try_music_on_nongroup_children):
12034         oops. The name symbol is in the cdr of the assoc handle.
12035
12036         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12037         Hyphen_req, Glissando_req, Break_req, Mark_req 
12038
12039 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12040
12041         * lily/musical-request.cc (music-duration-length,
12042         music-duration-compress): new functions.
12043
12044         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12045         throughout. Warning doesn't work yet.
12046
12047         * lily/translator-group.cc (try_music_on_nongroup_children):
12048         new implementation: store candidate acceptors in a hashTable.
12049
12050 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12051
12052         * scm/music-types.scm (music-descriptions): change name to
12053         internal-class-name
12054
12055         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12056
12057 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12058
12059         * lily/beam.cc (connect_beams): don't crash if there are quarter
12060         notes in beams.
12061
12062 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12063
12064         * Documentation/user/refman.itely: corrected ancient clef
12065         docu; added docu on ligatures
12066
12067 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12068
12069         * Documentation/user/glossary.tely,
12070         Documentation/user/refman.itely, input/les-nereides.ly,
12071         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12072         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12073         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12074         Stem properties: flag-style -> stroke-style, style -> flag-style.
12075
12076 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12077
12078         * scm/music-functions.scm (music-separator?): don't use name music
12079         property.
12080
12081 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12082
12083         * stepmake/stepmake/generic-targets.make (help): Document check
12084         target.
12085
12086         * lily/new-accidental-engraver.cc: Compile fix.
12087
12088 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12089
12090         * scripts/convert-ly.py: Add rule.
12091
12092         * input/test/music-creation.ly:
12093         * input/test/add-staccato.ly:
12094         * input/test/add-text-script.ly: ly-make-music.
12095
12096         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12097         More ly-make-music renamings.
12098
12099         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12100
12101         * lily/music-constructor.cc (make_music): Add debugging info.
12102
12103         * scm/music-functions.scm (make-simultaneous-music,
12104         (make-sequential-music, context-spec-music):
12105         * scm/music-types.scm (music-descriptions): Get lily to run.
12106
12107 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12108
12109         * lily/command-request.cc (transpose_key_alist): new function.
12110
12111         * lily/key-performer.cc (create_audio_elements): cleanup. 
12112
12113 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12114
12115         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12116
12117         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12118         events-accepted field.
12119
12120         * scm/music-types.scm: new file.
12121
12122         * lily/parser.yy: put music type initialization into scheme,
12123         similar to grob initialization.  Changes throughout.
12124
12125 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12126
12127         * Documentation/user/tutorial.itely: Fix links.
12128         
12129         * Documentation/index.texi: 
12130         * Documentation/header.html.in: 
12131         * Documentation/topdocs/index.tely: Small website fixes and updates.
12132
12133         * debian/: Debian patch by Anthony Fok.
12134
12135 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12136
12137         * Documentation/footer.html.in: How time flies: It's already 2002!
12138
12139         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12140         more descriptive link names than 'here'.
12141
12142         * ROADMAP: Remove test stuff.
12143
12144         * scripts/update-lily.py: Allow auto-building of stable and
12145         development versions.  Bugfixes.
12146
12147 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12148
12149         * VERSION: released 1.7.0
12150
12151         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12152
12153         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12154         positive line widths.
12155
12156 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12157
12158         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12159         go.  Fix comments.
12160
12161         * cygwin: Cygwin updates.
12162
12163 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12164
12165         * Documentation/windows/installing.texi (Top): version for python,
12166         urls for ghostscript (thanks to John Potelle)
12167         
12168         * lily/simultaneous-music-iterator.cc
12169         (Simultaneous_music_iterator): init children_list_ before
12170         triggering GC.
12171
12172         * lily/*-iterator.cc: be even more careful with smobbed copy
12173         constructors. 
12174
12175         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12176         LeftEdge item.
12177
12178 2002-09-15  Werner Lemberg  <wl@gnu.org>
12179
12180         Improving LilyPond's output to make them ordinary TeX boxes with
12181         predictable dimensions.  System boxes are now vertically centered on
12182         the baseline; this offset can be further controlled with
12183         \lilypondscoreshift.
12184
12185         * lily/system.cc (System::post_processing): Pass length of current
12186         system to `start-system' (including any horizontal indentation).
12187
12188         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12189         prettier.
12190         (lily-def): Append `%'.
12191         (start-system): Add parameter `wd'.  Output more TeX code to specify
12192         box dimensions.
12193         (stop-system, stop-last-system): Complement changes in
12194         `start-system'.
12195         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12196         Updated.
12197
12198         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12199         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12200         Write final `\endinput'.
12201
12202         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12203         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12204         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12205         files and macro definitions don't produce spurious spaces and
12206         paragraphs (using \endlinechar).
12207         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12208
12209         * Documentation/user/internals.itely: Improved formatting, fixing
12210         typos.  Added a section `Output details' to describe how the TeX
12211         code looks like.
12212
12213 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12214
12215         * lily/accidental-engraver.cc: Also work with partial measures.
12216
12217 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12218
12219         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12220         spanner.
12221
12222 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12223
12224         * lily/identifier-smob.cc (unpack_identifier): new file.
12225
12226         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12227         pass off scheme expressions as music identifiers.
12228
12229         * scm/lily.scm: reorganisation, cleanups.
12230
12231         * lily/main.cc: small cleanups.
12232
12233 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12234
12235         * lily/ly-module.{cc,hh}: new file.
12236
12237 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12238
12239         * lily/accidental-engraver.cc: Also work with partial measures.
12240
12241 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12242
12243         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12244
12245 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12246
12247         * lily/my-lily-lexer.cc: use SCM module in stead of
12248         Scheme_hash_table. Changes throughout.  
12249
12250 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12251
12252         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12253