]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/paper-outputter.cc (file): New method.
[lilypond.git] / ChangeLog
1 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * lily/paper-outputter.cc (file): New method.
4         (dump_string): Use it.
5
6         * scm/output-gnome.scm: Update with pango CVS info, lilylib
7         musing.
8         
9         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
10         of them has a comma :-).
11
12         * scm/framework-gnome.scm: Add pango decoders.
13
14         * lily/include/pangofc-afm-decoder.hh: 
15         * lily/pangofc-afm-decoder.cc: New file.
16
17         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
18
19         * configure.in: Check for pango.
20
21         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
22         autoconf).
23         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
24
25         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
26
27 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
28
29         * Documentation/user/tutorial.itely (Integrating text and music):
30         fix grammar & punctuation.
31
32 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
33
34         * lily/: Stray janitorial cleanups.
35
36         * scm/lily.scm (ly:all-stencil-expressions):
37         * scm/lily.scm (ly:all-output-backend-commands): New function.
38
39         * scm/safe-lily.scm (safe-objects): Add them.
40
41         * scm/framework-gnome.scm (<gnome-outputter>): New class.
42
43         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
44
45 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
46
47         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
48
49 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
50
51         * scm/page-layout.scm (default-page-make-stencil): add
52         raggedbottom, raggedlastbottom.
53
54         * Documentation/user/changing-defaults.itely (Page layout): add doc.
55
56         * scm/framework-tex.scm (define-fonts): fix export of
57         papersize.
58
59         * lily/paper-book.cc (classic_output): strip suffixes from
60         framework functions.
61
62         * lily/tuplet-bracket.cc (before_line_breaking): do not return
63         SCM_UNDEFINED to Scheme.
64
65 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
66
67         * lily/book.cc: remove Book::to_stencil().
68         (process): whoops. Score::book_rendering returns vector, not list.
69
70         * scripts/convert-ly.py (conv): remove \notes.
71         apply to input examples.
72         
73         * lily/paper-outputter.cc (output_stencil): don't use
74         smobify_self() but self_scm()
75
76         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
77         from smobify_self().
78
79         * lily/paper-book.cc (output): load framework module
80         scm_c_resolve_module().
81
82         * python/lilylib.py (exit): exit with argument i.
83
84 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
85
86         * scm/framework-gnome.scm (output-framework-gnome): Try loading
87         gnome modules from non-toplevel.
88
89         * lily/ly-module.cc (ly:import-module): Export to ly:.
90
91         * lily/paper-score.cc (process): Do not show progress newline.
92
93         * lily/paper-book.cc (output, classic_output): Show progess
94         newline after score.
95
96 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
97
98         * buildscripts/lilypond-words.py: add ly/vlaams.ly
99
100 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
101
102         * lily/score.cc (ly:run-translator): Do not crash on empty music
103         list.
104
105         * lily/book.cc (process): Do not render score when systems is empty.
106
107         * input/simple-song.ly: Down one octave.
108
109         * scm/output-gnome.scm: Remove script again; re-add modules fix
110         (CVS conflict resolve?)
111
112         * lily/stencil.cc (ly:interpret-stencil): Was:
113         interpret_stencil_expression.
114
115 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
116
117         * buildscripts/guile-gnome.sh: New file.
118
119         * scm/output-gnome.scm: White background, better window size, sane
120         canvas size.  Cleanups.
121
122 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
123
124         * VERSION: release 2.3.4
125
126         * Documentation/user/invoking.itexi (Invoking the lilypond
127         binary): document --safe.
128
129         * scm/output-gnome.scm: set PATH in script.
130
131         * scm/page-layout.scm (default-page-make-stencil): don't stretch
132         if there is too few systems on a page.
133
134         * lily/parser.yy (relative_music): start at middle C without pitch
135         argument.
136
137         * Documentation/user/changing-defaults.itely (Page layout): new node.
138         (Paper size): rename node
139         (Page breaking): new node.
140         (Titling): move from invoking.
141         (File structure): new node.
142
143         * lily/parser.yy (score_body): allow \header and music anywhere in
144         \score body.
145
146 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
147
148         * scm/lily.scm (ly:load): Remove page-breaking.scm.
149
150 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
151
152         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
153
154         * lily/include/paper-line.hh: rename to Paper_system.
155
156         * lily/include/paper-book.hh: doc class.
157
158         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
159
160         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
161         (plain-header): add instrument-name.
162         (default-page-make-stencil): bugfixes.
163
164         * lily/parser.yy (book_body): allow \header anywhere in \book{}
165
166         * lily/paper-book.cc: remove copyright & tagline. Remove
167         interactions with Page
168
169         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
170         here, 
171         (default-page-make-stencil): new function
172         (default-page-music-height): new function
173         (page-headfoot): new function
174         (ly:optimal-page-breaks): generate stencils directly from here
175
176         * scm/titling.scm: new file, group titling functions
177
178 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
179
180         * scm/output-gnome.scm: Handle multiple pages.
181
182         * scm/framework-gnome.scm: Do not load output-gnome.
183         (framework-gnome): Invoke output-gnome::header and
184         output-gnome::end-output as faked stencils.  Fixes experimental
185         gnome output.
186
187 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
188
189         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
190         octavation compatibility fixes. Backportme. 
191
192         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
193         pages.
194         (ly:optimal-page-breaks): combine-penalties: no shortcut for
195         negative. Now we handle negative penalties (ie. \pageBreak)
196         correctly.
197
198         * lily/system.cc (get_line): extract page-penalty from the left
199         bound.
200
201         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
202
203 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
204
205         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
206
207 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
208
209         * scm/output-gnome.scm: Update script.  Move development to
210         lilypond_2_3_2 branch for now.
211
212 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
213
214         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
215         negative penalties.
216         cleanups.
217
218         * Documentation/user/changing-defaults.itely (Creating contexts):
219         index entries
220
221         * scm/page-breaking.scm (ly:optimal-page-breaks): new
222         file. Rewrite function. 
223
224         * lily/paper-book.cc (pages): new interface: page-breaking returns
225         list of line-list.
226
227         * lily/page.cc (Page): take lines argument.
228
229         * scm/document-translation.scm (all-engravers-doc): link to user man
230
231         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
232
233         * Documentation/user/notation.itely (Relative octaves): typo.
234
235         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
236
237 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
238
239         * scm/output-gnome.scm: Update build script.
240
241 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
242
243         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
244         gnome backend.
245
246         * scm/framework-gnome.scm: New file.
247
248         * scm/lily.scm: Use it.
249
250         * lily/paper-outputter.cc: Janitorial cleanups.
251         (ly:outputter-dump-string): Remove unreachable statement.
252
253         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
254         (ice-9): Bugfix: Add srfi-1.
255
256         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
257
258 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
259
260         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
261         in do_quit()
262         
263 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
264
265         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
266
267 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
268
269         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
270         override of Beam::position-callbacks. Why would grace beams not be
271         quantized? Fixes: weird-stem-size-grace. 
272
273         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
274         warning only once. Backportme.
275
276         * lily/accidental-engraver.cc (number_accidentals_from_sig):
277         bugfix, 2nd try. Backportme.
278
279         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
280
281 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
282
283         * Documentation/user/notation.itely (Instrument transpositions):
284         Correct the name of the instrumentTransposition property.
285
286 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
287
288         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
289
290 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
291
292         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
293         and postLilyPondExample are called when defined.
294
295 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
296
297         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
298         This fixes setting notenames with `\include "nederlands.ly" '
299
300         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
301         new function.
302
303 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
304
305         * scm/page-layout.scm: don't do piece, it should be in score-title
306         only.
307
308         * lily/lexer.ll: lex \score separately.
309
310         * lily/paper-book.cc: junk stencil2line.
311
312         * lily/paper-line.cc (Paper_line): construct from Stencil
313         directly. No futzing with the dimensions.
314
315         * lily/include/paper-line.hh (class Paper_line): 
316
317         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
318         takes arbitrary number of arguments.
319
320         * input/test/markup-score.ly (tuning): simplify example. 
321
322 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
323
324         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
325
326         * scm/define-markup-commands.scm (score): define score-markup
327
328         * lily/parser.yy (markup): use score-markup.
329
330         * lily/score.cc: add ly:score? 
331
332 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
333
334         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
335         fret-parse-string so it prepares for calls to fret-diagram-verbose
336         Changed display constants to props so they are available for
337         \override.
338         
339 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
340
341         * VERSION: release 2.3.3
342
343         * stepmake/stepmake/generic-vars.make: unset LANG.
344
345         * input/regression/tuplet-nest.ly: bugfix.
346
347         * lily/tie-performer.cc (stop_translation_timestep): reset
348         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
349
350         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
351         clear repeat_ directly after setting stem_tremolo_. Fixes:
352         tremolo-repeat.ly
353
354         * input/regression/span-bar-break.ly: new file.
355
356         * scm/define-grobs.scm (all-grob-descriptions): remove
357         break-visibility from SpanBar. Fixes: piano-repeat.ly
358
359 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
360
361         * python/lilylib.py (make_ps_images): only compute bbox when needed.
362
363         * scripts/lilypond-book.py (process_snippets): use lily -f ps
364         files for generating pngs. (failed experiment)
365
366         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
367         file with PFA fonts included.
368
369         * lily/score.cc (default_rendering): put header in too.
370
371         * lily/paper-line.cc (LY_DEFINE): change function to
372         ly:paper-line-extent
373
374         * scm/page-layout.scm (default-book-title): only add lines for
375         non-nil fields.
376         (default-score-title): idem.
377
378         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
379
380         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
381
382         * lily/include/paper-book.hh (class Paper_book): remove height_
383         member.
384
385         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
386
387         * lily/ly-module.cc (LY_DEFINE): bugfix.
388
389         * lily/paper-book.cc (book_title): separate function for the book
390         title.
391
392         * scm/page-layout.scm (default-book-title): only account for
393         markup fields.
394
395         * scm/framework-ps.scm: new file. Move high level interface from
396         output-ps.scm
397
398         * scm/music-functions.scm (def-grace-function): move macros from
399         ly/music-functions-init.ly
400
401         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
402         framework-tex.scm
403
404         * scm/framework-tex.scm (dump-line): new file. High level
405         interface for output (pages, systems, header). 
406
407         * lily/include/page.hh (class Page): add is_last_ field.
408
409         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
410
411         * lily/paper-book.cc (split_string): new function
412         (output): output multiple formats, i.e. --format=ps,tex
413
414         * scm/output-ps.scm (output-scopes): dump variables directly.
415         (define-fonts): rewrite for new interface
416
417         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
418
419         * lily/paper-outputter.cc (Paper_outputter): take format argument.
420
421         * lily/main.cc (parse_argv): don't set extension for output.
422
423         * lily/clef-engraver.cc (create_clef): remove
424         Staff_symbol_referencer::set_position() call. 
425
426 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
427
428         * ly/music-functions-init.ly (addlyrics): set the 'origin property
429         with the location argument in music function definitions.
430
431 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
432
433         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
434         staffsymbol dependency.
435
436         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
437         cleanups.
438
439         * lily/book.cc (process): return Paper_book
440         (to_stencil): use Book::process().
441
442         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
443         header_ field. Store in $globalheader
444
445         * lily/parser.yy (book_body): book header is initted to
446         $globalheader.
447         
448
449 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
450
451         * input/test/fill-a4.ly: removed.
452
453         * lily/parser.yy (output_def): push scope of parent_ Output_def
454         too.
455
456 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
457
458         * scm/output-gnome.scm: Update info.
459
460 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
461
462         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
463
464         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
465         than 1 module.
466
467         * lily/include/ly-module.hh (ly_use_module): rename is_module to
468         ly_c_module_p.
469
470         * scm/page-layout.scm (default-book-title): move Scheme titling
471         functions to here.
472
473         * lily/parser.yy (book_paper_block): remove scope too.
474
475         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
476
477         * lily/rest.cc: add direction to rest properties.
478
479         * lily/include/output-def.hh: new file, move from
480         music-output-def.hh
481
482 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
483
484         * scm/output-gnome.scm: Describe feta-cork hack.
485
486 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
487
488         * lily/include/book-paper-def.hh: derive from Output_def 
489
490         * lily/include/paper-def.hh: move all functionality out of class.
491         Junk header.
492
493         * lily/include/music-output-def.hh: rename Music_output_def to
494         Output_def.
495
496         * input/wilhelmus.ly: only set space for Paper formatting. 
497
498         * lily/include/midi-def.hh: remove file, remove class.
499         Move functions to Music-output-def.
500
501         * lily/music-output-def.cc (Music_output_def): remove separate
502         translator table. Lookup translators in scope directly. This
503         obviates Context suffix for context identifiers, i.e.
504
505         \context {
506           \Staff
507           .. 
508           }
509
510
511         will work.
512         
513
514         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
515
516         * Documentation/user/changing-defaults.itely (Horizontal spacing):
517         document spacing override hack.
518
519 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
520
521         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
522         installation info.  Support point-and-click.  Add +/- zoom
523         keybindings.
524
525 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
526
527         * VERSION: 2.3.2 released
528         
529         * lily/parser.yy (book_body): set default bookpaper.
530
531         * scm/output-tex.scm (header): kludge: hard code linewidth. 
532
533         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
534
535 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
536
537         * lily/score.cc (default_rendering): scale outputdef before
538         starting.
539
540 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
541
542         * scm/fret-diagrams.scm: Add header.
543
544         * scm/output-gnome.scm: Hello world :-)
545
546 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
547
548         * scripts/lilypond.py (run_dvips): only add papersize if present.
549
550         * lily/accidental-engraver.cc (update_local_key_signature): new
551         function, fold code from initialize() and process_music().
552         (update_local_key_signature): use deep copy. This fixes one
553         problem from custom-key-signatures.ly.
554         (number_accidentals_from_sig): tighter check for
555         accidental-too-old.
556
557         * ly/engraver-init.ly: remove localKeySignature
558         definition from ChoirStaff, StaffGroup, Score.
559         
560         * lily/percent-repeat-engraver.cc (try_music): add moments for
561         barlines too. Fixes: skipbars-percent-repeat.ly.
562
563 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
564
565         * lily/context-def.cc (filter_performers): don't go to cdrloc if
566         skipping last pair. Fixes: crash-bar-number.
567
568         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
569         D. Sorensen)
570
571         * input/test/fret-diagram.ly: new file.
572
573         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
574         (scale-paper): divide by scale.
575
576 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
577
578         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
579         case.
580
581 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
582
583         * scm/stencil.scm (fontify-text): reinstate function
584
585         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
586
587         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
588
589         * lily/parser.yy (book_paper_head): \bookpaper {} 
590
591         * python/midi.c: remove config.h
592
593 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
594
595         * scm/output-gnome.scm: Update.
596
597 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
598
599         * scm/output-gnome.scm: New file.
600
601         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
602
603 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
604
605         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
606         (find_scaled_font): move from Paper_def
607
608 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
609
610         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
611         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
612
613         * po/fr.po: update po.
614
615         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
616
617         * lily/book-paper-def.cc (print_smob): new file.
618
619 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
620
621         * buildscripts/lilypond-words.py: search words also from
622         music-functions-init.ly.
623
624 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
625
626         * ly/music-functions-init.ly (def-music-function): new helper
627         macro for defining music functions. \addlyrics \appoggiatura
628         \acciaccatura \grace \partcombine \autochange \applycontext
629         \applyoutput and \breathe are now defined here thanks to it.
630
631         * lily/parser.yy: 
632         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
633         \grace \partcombine \autochange \applycontext \applyoutput and
634         \breathe keywords removed from the parser.
635
636         * lily/parser.yy: 
637         * lily/music-function.cc (ly_make_music_function): 
638         * lily/lexer.ll (music_function_type): added a case for 0-arg
639         music functions.
640
641 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
642
643         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
644         refering to a music expression can be used in lily-inside-scheme:
645         #{ $music #}
646
647         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
648         and ly:parser-define, and change ly:parser-parse-string in order
649         to make #{ $music #} work.
650
651         * scm/new-markup.scm (compile-markup-expression): when an argument
652         is a string, use `make-simple-markup'.
653
654 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
655
656         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
657
658 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
659
660         * scripts/convert-ly.py (FatalConversionError.func): handle + in
661         font-size. (backportme)
662
663 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
664
665         * lily/paper-outputter.cc (output_stencil): dump font definitions
666         before each stencil.
667
668         * lily/include/paper-book.hh (struct Score_lines): new
669         struct. Collect info per Paper-score.
670
671         * lily/include/page.hh (class Page): to_stencil() returns Stencil
672         everywhere.
673
674         * lily/stencil.cc (find_expression_fonts): new function
675
676         * lily/paper-outputter.cc (output_stencil): use
677         interpret_stencil_expr
678
679         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
680         (interpret_stencil_expr): new function. Generic stencil
681         interpretation.
682
683         * lily/paper-def.cc (find_scaled_font): divide lookup
684         magnification by outpuscale for non-virtual fontmetrics. This
685         fixes ludicrously long font definitions for text
686         fonts. (backportme)
687
688         * lily/score-engraver.cc: remove
689         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
690
691 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
692
693         * input/test/markup-score.ly: Remove \notes.
694
695         * lily/parser.yy (book_body): Grok Composite_music and \header.
696         (markup): Push NOTES mode before score_block.
697
698         * VERSION: release 2.3.1
699         
700         * mf/feta-klef.mf: 
701         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
702
703         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
704
705         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
706
707 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
708
709         * scm/output-tex.scm (output-tex-string): tighten safe security.
710
711         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
712
713         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
714         allowed ly functions.
715
716         * lily/ly-module.cc (ly_module_define): only define variable if
717         bound.
718         (ly_make_anonymous_module): take safe option.
719
720 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
721
722         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
723
724 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
725
726         * input/regression/newaddlyrics.ly: Fix.
727
728         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
729         \score \notes.
730
731 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
732
733         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
734
735 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
736
737         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
738
739         * lily/paper-line.cc (Paper_line): don't store list of stencils,
740         but convert to single Stencil immediately.
741
742         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
743
744 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
745
746         * scm/output-sodipodi.scm: Resurrect sodipodi output.
747
748 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
749
750         * elisp/lilypond-mode.el: Changed the way defaults are created for
751         LilyPond-command-master.  LilyPond-mode will now check the
752         timestamps of the files to see which command has to run next.
753
754 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
755
756         * scm/bass-figure.scm (format-bass-figure): don't set
757         number-markup for strings. This fixes string in bass
758         figure. (backportme)
759
760         * lily/parser.yy (bass_number): insert number-markup into figure
761         definition.
762
763         * scm/define-music-properties.scm (all-music-properties): make
764         'figure a markup.
765
766         * scripts/convert-ly.py (conv): \apply -> \applymusic
767
768 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
769
770         * elisp/lilypond-mode.el: changed the order of some commands
771         ("Midi" after "2Midi"), use the user-defined
772         LilyPond-command-default as default instead of "LilyPond"
773
774         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
775         to set the master file for the next command.
776
777         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
778         with font-lock-reference-face.
779
780 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
781
782         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
783
784         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
785
786 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
787
788         * ly/music-functions-init.ly (TODO): new file.
789
790         * lily/parser.yy (Generic_prefix_music_scm): add more
791         music_function symbols.
792         (Prefix_composite_music): change \apply to music-function   
793
794         * lily/include/music-function.hh: rename to music-function
795
796 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
797
798         * lily/music-head.cc (LY_DEFINE): change order of args.
799
800         * input/regression/music-head.ly (texidoc): new file.
801
802         * lily/parser.yy (Generic_prefix_music): allow generic
803         music-transformation functions. 
804
805         * lily/include/music-head.hh (is_music_head): new file.
806
807         * lily/music-head.cc (get_music_head_transform): new file.
808
809 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
810
811         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
812         empty extent. This fixes ottava brackets on rests. (backportme)
813
814         * make/lilypond.redhat.spec.in (Group): ln png files for info.
815
816         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
817
818         * cygwin/lily-wins.py: update for the lily-wins.py script.
819
820 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
821
822         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
823         code. This will obviate typeset_grob () in the future.  The effect
824         of this is that improperly written spanner handling will result in
825         invalid spanner bounds.
826         (announce_grob): add to elems_ from here
827         (typeset_grob): comment out.  
828
829         * lily/include/engraver.hh (make_spanner): new calling interface
830         for make_{item,spanner}. This obviates most calls to
831         announce_grob().
832                 
833         * scm/music-functions.scm (set-accidental-style): use GrandStaff
834         iso. PianoStaff for piano styles.
835
836 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
837
838         * Documentation/user/music-glossary.tely: add segno after d.s.
839
840 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
841
842         * lily/include/audio-column.hh: remove unused variables.
843         (patch by Michael Welsh Duggan)
844
845         * flower/include/axes.hh (other_axis): inline Axes function
846         (thanks to David Brandon).
847
848 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
849
850         * cygwin/mknetrel: Install image links (backportme).
851
852         * Documentation/user/GNUmakefile (local-install-info): Activate
853         actual installing of image links (backportme).
854
855 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
856
857         * Documentation/user/notation.itely (Measure repeats): Removed
858         unnecessary (and confusing) \context Voice{.
859
860 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
861
862         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
863
864         * lily/page.cc (Page): Do not use ly_scheme_function for
865         volatile/configurable variables (FIXME: better name).
866
867         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
868         get_scmvar).
869
870 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
871
872         * scripts/convert-ly.py (FatalConversionError.subst): use
873         \transposition.
874
875 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
876
877         * lily/include/page.hh (class Page): Declare left_margin ().
878
879         * lily/page.cc: Remove paper var caching.
880
881 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
882
883         * Documentation/user/music-glossary.tely: Add name to @top node.
884         Remove comment from @table definitions (workaround for makinfo
885         bug).
886
887         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
888         ly:stencil-get-expr).  Update callers.
889         (ly:stencil-align-to!):  Return stencil too.
890
891         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
892         stencil.  Remove looped line-based page output.
893         (output_line): Use line stencil.  Remove looped stencil-based line
894         output.
895
896         * lily/page.cc (ly:page-paper-lines): New function.
897
898         * input/test/markup-score.ly: New file.
899
900         * scm/define-markup-commands.scm (stencil): New markup.
901
902         * lily/book.cc (to_stencil): New method.
903
904         * lily/parser.yy (markup): Use it to grok \score.
905
906 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
907
908         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
909
910         * lily/paper-book.cc (pages): Change signature.  Update callers.
911
912         * lily/include/page.hh:
913         * lily/page.cc: New file.
914
915         * lily/paper-line.cc (to_stencil): New method.
916         
917         * lily/paper-outputter.cc (output_stencil): New method.
918
919         * lily/paper-outputter.cc (output_line): Use them.
920
921         * lily/warn.cc: Remove.
922
923         * lily/my-lily-parser.cc (distill_inname): Remove.
924
925         * flower/include/file-name.hh: 
926         * flower/file-name.cc: New file.  Update users.
927
928         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
929         (find): New method of same name.
930
931         * lily/my-lily-parser.cc (ly:parse-file): Use it.
932
933         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
934         constant error message.
935
936 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
937
938         * input/test/{blank-notes.ly,staff-container.ly}: typos.
939
940 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
941
942         * Documentation/user/music-glossary.tely: @table @strong' replaced
943         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
944         (backportme).
945
946 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
947
948         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
949
950         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
951         #{ lily music expression #} that returns an equivalent scheme
952         music expression by parsing the string.
953
954 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
955
956         * lily/my-lily-parser.cc:
957         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
958         SCM string (foo.ly/toto.scm support).
959
960 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
961
962         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
963
964 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
965
966         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
967
968         * scripts/lilypond-book.py: LY code that includes \header is
969         not assumed to be a fragment.
970
971 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
972
973         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
974         tremolo beams up.
975
976         * lily/stem.cc (chord_start_y): Return 0 if no heads.
977         (get_default_stem_end_position): No tremolo head juggling if no
978         heads.  Fixes tremolo crash on rests (backportme).
979
980         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
981
982 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
983
984         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
985         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
986
987         * lily/lexer.ll: Allow \encoding in NOTES mode.
988
989         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
990         for lyrics, not for commands.
991
992         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
993         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
994
995         * input/regression/newaddlyrics.ly: New file.
996
997         * Documentation/topdocs/NEWS.texi: Update.
998
999         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1000         (Music_list): Allow embedded scm.
1001
1002         * lily/score.cc (ly:score-bookify): New function.
1003
1004         * lily/music.cc (ly:music-scorify): Idem.
1005
1006         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1007         (ly:parser-print-score): Idem.
1008
1009         * scm/lily.scm (default-toplevel-book-handler): Idem.
1010         (default-toplevel-music-handler): Idem.
1011         (default-toplevel-score-handler): Idem.
1012
1013         * ly/declarations-init.ly: Set default toplevel handlers.
1014
1015         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1016
1017         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1018         printer for score at toplevel.
1019
1020 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1021
1022         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1023         Fix for simple case: input/simple-song.ly, more complex stuff
1024         does not work yet.
1025
1026 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1027
1028         * lily/parser.yy (Prefix_composite_music): split Composite_music
1029         in Prefix_composite_music and Grouped_music_list.
1030         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1031
1032 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1033
1034         * scm/lily.scm (toplevel-expression): New define.
1035
1036         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1037
1038         * lily/parser.yy (toplevel_expression): Use it.
1039
1040         * lily/include/my-lily-parser.hh: Smobbify.
1041
1042         * lily/my-lily-parser.cc (parse_string): New method.
1043         
1044         * lily/my-lily-parser.cc (ly:parse-string): New function.
1045
1046         * Documentation/user/lilypond.tely: Add comment and workaround for
1047         gs-8.01 crash.  Fixes make web.
1048
1049         Simplification of toplevel music.
1050         
1051         * lily/lexer.ll, lily/parser.yy:
1052
1053         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1054         shift/reduce problem.
1055
1056         * Use NOTES mode at start of maininput.
1057
1058         * Grok toplevel composite music expression, put in score and book.
1059
1060         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1061
1062         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1063
1064         * input/simple.ly: New file.
1065         
1066         * input/simple-song.ly: Idem.
1067
1068 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1069
1070         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1071         Sandberg.
1072
1073 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1074
1075         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1076
1077 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1078
1079         * input/regression/accidental-octave.ly: doc automatic showing
1080         of note names.
1081
1082 2004-04-16  Heikki Junes <janneke@gnu.org>
1083
1084         * po/fi.po: do "make po && make -C po po-update" at top-level,
1085         then "cp po/out/fi.po po/fi.po" and update fields.
1086
1087         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1088
1089 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1090
1091         * Documentation/user/introduction.itely (About this manual): Fix
1092         templates and regression urls (backportme).
1093
1094 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1095
1096         * ly/engraver-init.ly (Score:graceSettings): Increase
1097         beamed-lengths, especially for 32nd notes.
1098
1099         * Documentation/user/notation.itely (Grace notes): Correct the
1100         syntax for add-grace-property example.
1101
1102 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1103
1104         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1105         `Generated' tag.
1106
1107         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1108         Severely broken (the Debian package, at least).
1109
1110 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1111
1112         * lily/context.cc (find_create_context): assign to lvalue.
1113
1114 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1115
1116         * lily/include/translator.hh (class Translator): rename
1117         get_parent_context() to context () to avoid confusion.
1118
1119         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1120
1121         * lily/lexer.ll: change is_string -> ly_c_string_p 
1122
1123         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1124
1125         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1126
1127         * VERSION: release 2.3.0
1128
1129         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1130
1131         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1132         if nonempty.
1133
1134         * lily/include/context.hh (class Context): make members protected.
1135         (children_contexts): new accessor function.
1136
1137         * lily/include/translator.hh (class Translator): make
1138         daddy_context_ protected.
1139         (class Translator): clean up. 
1140
1141         * lily/include/context.hh (class Context): make daddy_context_
1142         private.
1143
1144         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1145         higher for finding Voice. (backportme)  
1146
1147         * lily/include/context.hh (class Context): remove
1148         find_context_below() as a method.
1149
1150         * Documentation/user/notation.itely (The Lyrics context): add note
1151         about manual durations
1152
1153         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1154         encoding.
1155
1156         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1157
1158 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1159
1160         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1161         \usepackage{inputenc}
1162
1163         * lily/paper-book.cc (classic_output): don't advance Offset for
1164         TeX output.
1165
1166         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1167         ec-sauter.map in rules
1168
1169         * mf/ecb.mf (font_identifier): new file, based on ecbx
1170
1171         * mf/ecb10.mf (gensize): new file.
1172
1173         * Documentation/topdocs/NEWS.texi (Top): document some more new
1174         features.
1175
1176         * ly/declarations-init.ly: run convert-ly
1177
1178         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1179         from input-file-results. Remove input-file-results.* 
1180
1181 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1182
1183         * scm/output-ps.scm (font-command): Fix, again.
1184
1185         * input/test/title-markup.ly: Add \noPagebreak test.
1186
1187         * lily/score-engraver.cc (try_music): Bugfix.
1188
1189 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1190
1191         * lily/main.cc (main_with_guile): excise dependency options -M and
1192         --dep-prefix
1193
1194         * lily/input-file-results.cc: excise Makefile dependency code
1195
1196         * Documentation/user/invoking.itexi (Invoking the lilypond
1197         binary): remove dep doco
1198         
1199         * lily/main.cc (main_with_guile): call lilypond-main
1200         
1201         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1202
1203         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1204         exception.
1205
1206         * lily/my-lily-parser.cc: remove paper_description function
1207
1208         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1209         new function.
1210
1211         * lily/main.cc: remove global_score_count.
1212
1213         * lily/book.cc (process): don't take header from global_input_file.
1214
1215         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1216
1217         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1218
1219         * lily/music-output-def.cc (LY_DEFINE): new function
1220         ly_output_description. This function does the bulk for  setting,
1221         parsing and breaking down of an input file.
1222
1223         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1224         anonymous modules globally. Let's hope they get GCd
1225
1226         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1227
1228 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1229
1230         * scm/output-ps.scm (header): Papersize from paper.
1231
1232         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1233         for classic output.
1234
1235         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1236         lilypondclassic is defined.
1237         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1238
1239         * input/regression/between-systems.ly: Remove.
1240
1241         * python/lilylib.py (get_bbox): Fix regular expression
1242         for bounding box.
1243
1244         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1245
1246         * scm/output-tex.scm (stop-page): Use it.
1247
1248         * scm/output-ps.scm (define-fonts): Bugfix.
1249
1250         * lily/grob.cc: Add penalty to interface.
1251
1252         * lily/include/paper-line.hh (class Paper_line): New member
1253         var penalty_.
1254
1255         * lily/system.cc (get_line): Initialise Paper_line with
1256         page-penalty's from original grobs.
1257
1258         * scm/define-music-properties.scm (all-music-properties): Add
1259         page-penalty.
1260
1261         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1262
1263         * lily/score-engraver.cc (try_music): Handle page-penalty.
1264
1265         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1266
1267 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1268
1269         * ly/declarations-init.ly (melismaEnd): typo
1270
1271         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1272
1273         * scm/output-ps.scm (text): split string into spaces, use moveto
1274         for setting space. 
1275         
1276 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1277
1278         * po/nl.po: Update.
1279
1280         * scm/font.scm (add-cmr-fonts): Typo.
1281
1282 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1283
1284         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1285         font-encoding.
1286
1287         * scm/define-grobs.scm (all-grob-descriptions): idem.
1288
1289         * lily/time-signature.cc (numbered_time_signature): idem.
1290
1291         * scm/font.scm (add-cmr-fonts): use real encoding names for
1292         font-encoding.
1293
1294 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1295
1296         * lily/paper-book.cc (classic_output): 
1297         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1298         Fixes classic output.
1299         (lilypondstart):
1300         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1301         kludge.
1302
1303         * scripts/old-lilypond-book.py: Remove.
1304
1305         Page layout for SCOREs enclosed in a BOOK:
1306
1307         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1308         layout tweaking.
1309
1310         * input/les-nereides.ly (theScore): Add \book.
1311         
1312         * input/test/title-markup.ly: Add \book.
1313
1314         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1315         only if 'verbose.
1316
1317         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1318
1319         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1320
1321         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1322         * scm/output-tex.scm (start-system): Update for page layout by
1323         LilyPond.
1324
1325         * scm/output-ps.scm (start-system): Previously (new-start-system).
1326
1327         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1328         passed to define-fonts.
1329
1330         * lily/paper-column.cc: 
1331         * lily/system.cc (get_line):
1332         * ly/property-init.ly (newpage): 
1333         * scm/define-grob-properties.scm:
1334         * scm/output-ps.scm: 
1335         * scm/output-tex.scm: Remove between-system-string kludge.
1336
1337         * scm/output-ps.scm (define-fonts, font-command,
1338         font-load-encoding): Handle ENCODING = #f.
1339
1340         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1341
1342         * scm/define-markup-commands.scm (fill-line): Use
1343         make-simple-markup (WAS: unexisting make-word-markup).
1344
1345         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1346         ENCODING, MARKUP parameters for interpret_string.
1347
1348         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1349
1350         * lily/score.cc (book_rendering): New method.
1351         (default_rendering): Create Paper_book helper locally, dump
1352         output.
1353
1354         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1355
1356         * lily/parser.yy: Handle \book.
1357
1358         * lily/include/book.hh: 
1359         * lily/book.cc: New file.
1360
1361 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1362
1363         * lily/text-item.cc (interpret_string): new file, select font with
1364         encoding.
1365
1366         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1367
1368         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1369
1370         * lily/parser.yy (markup): take encoding from lexer.
1371
1372 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1373
1374         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1375
1376         * scm/output-ps.scm: Remove some cruft.
1377
1378 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1379
1380         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1381
1382         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1383
1384 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1385
1386         * scm/font.scm (add-century-schoolbook-fonts):
1387         (make-century-schoolbook-tree): New function.
1388
1389         * input/test/title-markup.ly: Use Century Schoolbook font.
1390
1391 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1392
1393         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1394         to Erik Sandberg) 
1395
1396         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1397
1398         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1399
1400         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1401
1402         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1403
1404 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1405
1406         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1407         solo-state (at end of solo), we can set the solo status
1408         too. (backportme.)
1409
1410         * input/regression/part-combine-solo-end.ly: new file.
1411
1412 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1413
1414         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1415         flavour abc files.  Really ignore unknown keys (backportme).
1416
1417 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1418
1419         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1420         magnification_ when looking up in orig_.
1421
1422         * scm/output-tex.scm (text): switch off char-mapping.
1423
1424         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1425         because AFM's encoding field cannot have spaces.
1426
1427 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1428
1429         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1430
1431 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1432
1433         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1434
1435         * mf/cmr.enc: new file, without hi-bit ascii info. 
1436
1437         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1438         width. This removes the 'hook' at the end of a long slur.
1439
1440         * buildscripts/mf-to-table.py (parse_logfile): don't append
1441         encoding to fontname.
1442
1443 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1444
1445         * scm/output-ps.scm (define-fonts): Load .enc only once.
1446
1447         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1448         too.
1449
1450 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1451
1452         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1453         encoding field.
1454
1455         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1456
1457         * ly/portuges.ly (pitchnames): new file.
1458
1459         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1460         Michael Welsh Duggan
1461
1462         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1463
1464         * ly/nederlands.ly: add comment about digits.
1465
1466         * lily/scaled-font-metric.cc (derived_mark): idem.
1467
1468         * scm/encoding.scm (make-encoding-mapping): change permutation to
1469         mapping.
1470
1471         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1472         (Modified_font_metric): make alist for coding_description_
1473         (LY_DEFINE): remove coding-name.
1474
1475         * scm/output-tex.scm (text): remove debugging code.
1476
1477         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1478
1479         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1480         from infile.
1481
1482         * mf/feta-generic.mf: move fet_beginfont into generic code.
1483         use fetaMusic (without space) as encoding
1484
1485         * mf/feta-autometric.mf: take encoding argument
1486
1487         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1488
1489         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1490         use.
1491
1492         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1493         name.
1494
1495 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1496
1497         * input/test/title-markup.ly: Set inputencoding.
1498
1499         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1500
1501         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1502
1503         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1504         function.
1505         (coding-alist): Also hold filename, command.
1506         (read-encoding-file): Return symbols.
1507
1508 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1509
1510         * scm/output-tex.scm: remove fontify; text and char take a font
1511         argument.
1512
1513         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1514
1515         * lily/scaled-font-metric.cc (text_dimension): init
1516         coding_{permutation,table}_ too 
1517         (LY_DEFINE): ly:font-encoding, new function return
1518
1519         * lily/paper-def.cc (find_scaled_font): take input coding from
1520         inputcoding paper var.
1521
1522         * lily/performance.cc (output): remap modulo 16.
1523
1524         * lily/text-item.cc (interpret_markup): whoops, variable
1525         shadowing fixed.
1526
1527 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1528
1529         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1530         symbols, not symbols to strings.
1531         
1532         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1533         symbols, not symbols to strings.
1534
1535 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1536
1537         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1538         (ly:kpathsea-gulp-file): New function.
1539
1540         * scm/encoding.scm (read-encoding-file): Use it.
1541
1542 2004-04-06  Werner Lemberg  <wl@gnu.org>
1543
1544         * scm/encoding.scm (coding-alist): Fix typo.
1545
1546 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1547
1548         * lily/scaled-font-metric.cc (text_dimension): move function from
1549         Font_metric
1550         (make_scaled_font_metric): init coding_scheme_ to TeX
1551         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1552
1553         * lily/include/scaled-font-metric.hh (struct
1554         Modified_font_metric): rename from Scaled_font_metric
1555
1556         * scm/encoding.scm (read-encoding-file): split up large function,
1557         leave caching to (delay)
1558
1559         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1560
1561 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1562
1563         * lily/my-lily-lexer.cc (set_encoding): New method.
1564
1565         * lily/lexer.ll: Grok \encoding.
1566
1567         * lily/font-metric.cc (get_encoded_index): New function.
1568
1569         * lily/include/font-metric.hh (coding_scheme): New method.
1570
1571         * scm/encoding.scm: New file.
1572
1573         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1574
1575 2004-04-05  Werner Lemberg  <wl@gnu.org>
1576
1577         * Documentation/user/tutorial.itely: Revised (finished).
1578
1579         * Documentation/user/macros.itexi (@separate): Removed.
1580
1581 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1582
1583         * scm/output-ps.scm (define-fonts): fix scaling.
1584
1585         * lily/scaled-font-metric.cc (design_size): add function.
1586
1587         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1588         partial cut&paste of ly:font-magnification.
1589
1590 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1591
1592         * scm/output-ps.scm (define-fonts):
1593         (fontify): Update.
1594
1595 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1596
1597         * po/fr.po: update. (backportme).
1598
1599         * po/nl.po: update. (backportme). 
1600
1601         * mf/feta-beugel.mf: document why design size is not fixed.
1602
1603         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1604
1605 2004-04-04  Werner Lemberg  <wl@gnu.org>
1606
1607         * Documentation/user/tutorial.itely: Revised (continued).
1608
1609 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1610
1611         * po/nl.po: Update (backportme).
1612
1613 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1614
1615         * po/de.po: update. (backportme).
1616
1617         * scm/output-tex.scm (font-command): use ly: functions to
1618         construct name.
1619         (define-fonts): don't use alist, just dump \font definitions.
1620         (font-load-command): calculate proper scaling by taking
1621         outputscale from paper argument.
1622
1623         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1624         expression.
1625
1626         * lily/paper-outputter.cc (output_header): pass paper arg to
1627         define-fonts
1628
1629         * lily/paper-def.cc (font_descriptions): dump list of
1630         Scaled_font_metrics
1631         (find_scaled_font): take Font_metric argument, store
1632         Scaled_font_metrics in hash-table containing (size ->
1633         Scaled_font_metrics) alist.
1634         (get_dimension): rename from get_realvar
1635
1636         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1637         ly:font-magnification, ly:font-name: new functions
1638
1639 2004-04-03  Werner Lemberg  <wl@gnu.org>
1640
1641         * Documentation/user/dedication.itely,
1642         Documentation/user/preface.itely,
1643         Documentation/user/introduction.itely,
1644         Documentation/user/tutorial.itely: Revised.
1645         Removing leading spaces which distorts output if info files are read
1646         with stand-alone info.
1647         Removing superfluous inter-word spaces which also distorts output
1648         for stand-alone info.
1649         Using ` and ' instead of `` and '' everywhere to improve
1650         legilibility with stand-alone info
1651         Using @samp for single-letter input items and data which contains
1652         spaces, @code for other things.
1653
1654         * lily/grob-interface.cc: Adding copyright.
1655         (check_interfaces_for_property): Improve format of warning message.
1656
1657 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1658
1659         * lily/include/font-metric.hh (struct Font_metric): add
1660         design_size () method.
1661
1662         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1663
1664         * lily/afm.cc (read_afm_file): read design size.
1665
1666         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1667
1668         * scm/music-functions.scm (unfold-repeats): handle dots too.
1669
1670 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1671
1672         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1673         (backportme)
1674
1675 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1676
1677         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1678         lyric indent.  Revert melismaBusyProperties using \unset.
1679
1680 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1681
1682         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1683
1684         * lily/parser.yy (command_element): allow redefinition of |
1685         meaning.
1686
1687         * lily/break-align-engraver.cc (acknowledge_grob): construct
1688         LeftEdge where the first cause for alignment is coming from.
1689         This makes \override Staff.LeftEdge work as expected.
1690
1691         
1692         * lily/slur-performer.cc (Slur_performer): add inits
1693
1694         * lily/beam-performer.cc (Beam_performer): add inits
1695
1696 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1697
1698         * VERSION (PACKAGE_NAME): release 2.2.0
1699
1700         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1701
1702 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1703
1704         * lily/cluster.cc (height): Fix warning.
1705
1706         * lily/parser.yy: Janitorial cleanups.
1707
1708         * Documentation/user/tutorial.itely (Tutorial): Typo.
1709
1710 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1711
1712         * lily/change-iterator.cc (process): search at multiple context
1713         levels. This fixes 
1714
1715         
1716         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1717         not voice-state index for tie state. This fixes a partcombine
1718         problem with ties.
1719
1720         * Documentation/user/tutorial.itely (Commenting input files): add
1721         note about convert-ly.
1722
1723         * input/test/cadenza-skip.ly:  new file.
1724
1725 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1726
1727         * po/nl.po: Spelling fixes.
1728
1729         * autogen.sh (srcdir): Regenerate.
1730
1731         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1732         autogen.sh.
1733
1734         * configure.in: Use C++ to check for C++ header.
1735
1736         * po/nl.po: Update.
1737
1738         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1739
1740         * lily/event.cc (to_relative_octave): Translatable sentence should
1741         be one string.
1742
1743         * python/lilylib.py (warranty): Year range is not translatable.
1744         It's 2004 already!
1745
1746         * flower/warn.cc (non_fatal_error, warning, programming_error):
1747         Remove whitespace from translated string.
1748
1749 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1750
1751         * VERSION: release 2.1.37.
1752
1753 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1754
1755         * configure.in: check for C language.
1756
1757         * lily/source-file.cc: include strstream without h.
1758
1759         * scm/documentation-generate.scm (string-append): use name without
1760         .texi.
1761
1762         * autogen.sh (srcdir): SUSE fix.
1763
1764         * Documentation/user/notation.itely (Ancient clefs): idem.
1765
1766         * Documentation/user/lilypond-book.itely (Integrating HTML and
1767         music): idem.
1768
1769         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1770
1771         * lily/change-iterator.cc (process): use find_existing_context().
1772
1773         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1774
1775         * input/regression/repeat-unfold-tremolo.ly: new file.
1776
1777         * scm/music-functions.scm (unfold-repeats): undo music compression
1778         too.
1779
1780         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1781         (LY_DEFINE): ly:music-compress new function.
1782
1783         * scm/part-combiner.scm (determine-split-list): split for voice
1784         crossings
1785
1786         * input/regression/part-combine-cross.ly: new file.
1787
1788         * scm/part-combiner.scm (make-part-combine-music): don't do
1789         relative inside partcombine arguments.
1790
1791         * scm/music-functions.scm (make-non-relative-music): new function.
1792
1793         * Documentation/user/notation.itely (Automatic part combining):
1794         add note about \relative.
1795
1796         * lily/part-combine-iterator.cc (construct_children): add
1797         start_moment_ member.
1798
1799         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1800         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1801
1802         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1803
1804         * Documentation/user/changing-defaults.itely (Which properties to
1805         change): fixes.
1806
1807 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1808
1809         * po/fr.po: update.
1810
1811 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1812
1813         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1814
1815         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1816         Reinstate old code that issues warning.  Fixes --srcdir build.
1817
1818 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1819
1820         * input/wilhelmus.ly: New file.
1821
1822         * Documentation/user/notation.itely: 
1823         * Documentation/user/introduction.itely:
1824         * Documentation/user/tutorial.itely: Use quote ly-option instead
1825         of explicit @quotation.  This fixes too long lilypond linewidths
1826         resulting in overful hboxes.
1827
1828         * scripts/lilypond-book.py: Add ly-option: `quote'.
1829
1830 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1831
1832         * tex/titledefs.tex: Avoid that the first score line is extra
1833         indented if instrument is defined but not piece.
1834
1835 2004-03-30  Werner Lemberg  <wl@gnu.org>
1836
1837         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1838         `lilypond/' to info file name.
1839         (@usermanref) [info]: New variant.
1840
1841         * scm/documentation-generate.scm: Fix definition of @usermanref
1842         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1843         to info file name.
1844
1845 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1846
1847         * VERSION: release 2.1.36
1848         
1849         * Documentation/user/changing-defaults.itely (Interpretation
1850         contexts): rewrite introduction.
1851
1852 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1853
1854         * scm/define-markup-commands.scm: Use TeX accents instead of
1855         straight iso-8859-1 encoding in the doc string.
1856
1857 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1858
1859         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1860         space after dotted duration.
1861
1862 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1863
1864         * Documentation/user/introduction.itely: 
1865         * Documentation/user/notation.itely:
1866         * Documentation/user/tutorial.itely: Up all relative examples.
1867         Enclose @lilypond displays in @quotation.  Typos and corrections.
1868
1869         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1870
1871 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1872
1873         * scm/music-functions.scm (make-voice-props-revert): Revert also
1874         MultiMeasureRest staff-position in oneVoice.
1875
1876 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1877
1878         * Documentation/user/changing-defaults.itely, 
1879         Documentation/user/lilypond.tely: few fixes. Place no comma between
1880         two options: a and b, but commas between three options: a, b, and c.
1881         By this manner, grouping is possible: a and b, and c and d.
1882
1883 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1884
1885         * Documentation/user/GNUmakefile: add rule for .nexi
1886
1887 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1888
1889         * Documentation/user/music-glossary.tely: move glossary direntry
1890
1891         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1892         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1893
1894 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1895
1896         * stepmake/aclocal.m4: Verify that gettext configure check with
1897         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1898
1899 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1900
1901         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1902         glob.glob for .png filenames. This catches multipage pngs.  
1903
1904         * Documentation/user/changing-defaults.itely (Determining the grob
1905         property): fix references.
1906
1907         * lily/staff-symbol.cc (print): only add extent if non empty.
1908         This fixes staff-container.ly.
1909
1910         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1911         starting with a mmrest also works.
1912
1913         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1914         PNG for texinfo too.
1915
1916         * po/lilypond.pot: update translation strings.
1917
1918         * VERSION: 2.1.35 released
1919         
1920         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1921         context argument too.
1922
1923         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1924
1925         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1926
1927         * python/lilylib.py (command_name): don't return 1st path
1928         component.
1929
1930         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1931         .png case separately.
1932
1933         * python/lilylib.py (system): typo.
1934         
1935 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1936
1937         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1938         run indent-region.
1939
1940         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1941         Fixes compile.
1942
1943         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1944         Add header.
1945
1946 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1947
1948         * vim/lilypond-indent.vim: small fixes.
1949
1950 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1951
1952         * Documentation/user/notation.itely (Entering lyrics): Add example
1953         with correct english double quotes (at least for LaTeX output,
1954         maybe not a good idea if we switch to PS as the default output
1955         format).
1956
1957 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1958
1959         * lily/staff-performer.cc (create_audio_elements): play instrument
1960         changes before notes arrive. This fixes instrument of the first
1961         note in a score.
1962
1963         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1964         to 1.9.0 conversion.
1965
1966         * lily/mark-engraver.cc: doc string.
1967
1968         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1969
1970         * Documentation/user/introduction.itely (Introduction): new node.
1971
1972 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1973
1974         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1975
1976         * input/regression/spacing-ragged-last.ly: new file.
1977
1978         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1979         spacing.
1980
1981         * scm/font.scm: rewrite using GOOPS.
1982         
1983         * lily/context-def.cc (filter_engravers): derefence pointer.
1984
1985         * lily/lily-guile.cc (type_check_assignment): use
1986         ly_scheme_function iso. scm_primitive_eval where possible.
1987
1988         * lily/performance.cc (output): limit channels at 15. This fixes
1989         percussion inadvertently showing up in large scores.
1990
1991 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1992
1993         * input/regression/tuplet-gap.ly: new file.
1994
1995         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1996         (print): compute gap length from number size, include italic
1997         correction.
1998
1999         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2000         tuplet-bracket
2001
2002         * scm/paper.scm (set-default-paper-size): new function, to be
2003         called at toplevel.
2004         (set-paper-size): new function, to be called inside \paper {}
2005         (set-default-paper-size): new function, to be called at toplevel.
2006
2007         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2008
2009         * lily/beam-performer.cc (process_music): idem.
2010
2011         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2012         
2013         * tex/titledefs.tex: remove scshape for piece.
2014
2015         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2016         font-family
2017
2018         * lily/time-signature.cc (special_time_signature): font-encoding
2019         not family.
2020
2021         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2022         dynamic to head. This fixes p placement in morgenlied.
2023
2024 2004-03-23  Werner Lemberg  <wl@gnu.org>
2025
2026         * stepmake/stepmake/generic-targets.make (help): Improve text.
2027
2028 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2029
2030         * VERSION: 2.1.34 released
2031         
2032         * lily/main.cc (main_with_guile): switch debugging.
2033
2034         * lily/system.cc (get_line): plug leak.
2035
2036         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2037         and contents.
2038         (stencil2line): plug leak.
2039
2040         * Documentation/user/changing-defaults.itely (Determining a grob
2041         property):  new node.
2042         (Layout interfaces): new node.
2043         (Navigating the program reference): new node.
2044
2045         * lily/accidental-engraver.cc (acknowledge_grob): add property
2046         harmonicAccidentals
2047
2048         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2049         general cleanups.
2050         
2051         * input/les-nereides.ly (middleDynamics): resurrect Les
2052         nereides. Remove pedal hack.
2053
2054 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2055
2056         * input/regression/property-grace-polyphony.ly: new file.
2057
2058         * lily/translator-property.cc (execute_pushpop_property): only pop
2059         one instance of the property. This fixes << \\ >> together with
2060         \grace.
2061
2062         * lily/break-align-interface.cc (ordered_elements): we cannot
2063         modify the #'elements property, so return reordered array.
2064
2065 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2066
2067         * buildscripts/lilypond.words.py: remove.
2068         * buildscripts/lilypond-words.py: add new, renamed file. 
2069         Give generated targets and dirs explicitly in arguments.
2070
2071         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2072         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2073         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2074         
2075         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2076
2077         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2078
2079         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2080         orders.
2081
2082         * vim/GNUmakefile: add local-uninstall target.
2083
2084         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2085         
2086         * vim/vimrc: add a one-liner file.
2087
2088         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2089         vimrc in EXTRA_DIST_FILES.
2090
2091         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2092
2093 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2094
2095         * config.make.in: add vimdir.
2096
2097         * vim/GNUmakefile: add local-install.
2098
2099 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2100
2101         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2102         with \lilypondifundefined{blabla}. Solves problem with multiple
2103         titles in the same lilypond-book document.
2104
2105 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2106
2107         * scm/document-backend.scm (interface-doc): sort grob list for
2108         interface.
2109
2110         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2111         pre/post break align-order.
2112
2113         * spelling patch courtesy Edward Sutton.
2114
2115         * Documentation/user/changing-defaults.itely (Changing context
2116         default settings): new node.
2117         (Defining new  contexts): new node.
2118
2119         * scripts/lilypond-book.py (is_derived_class): use numbers
2120         iso. booleans.
2121
2122         * python/lilylib.py (make_ps_images): add margin to PS images.
2123
2124         * scripts/lilypond-book.py (is_derived_class): new function. Take
2125         class arg iso. object.
2126         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2127         for bug in GS/dvips.
2128
2129         * lily/text-item.cc (interpret_markup): idem.
2130
2131         * scm/define-markup-commands.scm: remove split around-space hack.
2132
2133         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2134         function, fold WL's fixes into one function.
2135
2136 2004-03-22  Werner Lemberg  <wl@gnu.org>
2137
2138         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2139         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2140         (Note_column::head_position_interval): Do proper rounding for
2141         calls to Staff_symbol_referencer::get_position.
2142
2143 2004-03-21  Werner Lemberg  <wl@gnu.org>
2144
2145         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2146         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2147         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2148         (My_lily_parser::parse_file): Improve formatting progress indication
2149         sent to stdout.
2150
2151 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2152
2153         * VERSION: 2.1.33 released.
2154
2155         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2156
2157         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2158
2159         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2160         warning is issued about dummy.dep.
2161
2162         * scm/new-font.scm: fix design sizes of nummer
2163
2164 2004-03-21  Werner Lemberg  <wl@gnu.org>
2165
2166         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2167         some annoying warnings from mkdir during `make install'.
2168
2169 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2170
2171         * lily/performer-group-performer.cc (do_announces): call
2172         Performer_group_performer::create_audio_elements () too.
2173
2174         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2175
2176         * scm/define-grobs.scm (all-grob-descriptions): add property
2177         break-align-orders
2178
2179         * lily/global-context.cc (get_default_interpreter): new
2180         function. Override from base class, so no new Score contexts are
2181         created.
2182
2183         * lily/include/stencil.hh (class Stencil): document origin field.
2184
2185         * lily/staff-symbol.cc (print): span staff-symbol on column
2186         extents for non-broken columns. 
2187
2188         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2189         key-signature.
2190
2191         * tex/titledefs.tex: don't use smallcaps for piece.
2192
2193         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2194         translated stencils in the output.
2195
2196         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2197
2198 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2199
2200         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2201         and init ties_created_
2202
2203         * VERSION: release 2.1.32
2204
2205         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2206         doc string from IMPLEMENT_CTOR_CALLBACK().
2207
2208         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2209         that engraver is in a performer hierarchy.
2210
2211 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2212
2213         * vim/lilypond-ftdetect.vim: new file.
2214
2215 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2216
2217         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2218         (compose_ly): default octave should be middle C.
2219
2220         * Documentation/user/changing-defaults.itely (Layout tunings
2221         within contexts): new node.
2222
2223         * lily/include/smobs.hh: document C++ smob interface.
2224
2225         * lily/function-documentation.cc: don't doc functions without
2226         docstring.
2227
2228 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2229
2230         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2231         direntry, so that `info lilypond' goes to Top.
2232
2233         * scm/output-ps.scm (polygon): Fix: add spaces.
2234
2235         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2236         solutions are now optimal too.
2237
2238         * input/test/page-breaks.ly: New file.
2239
2240         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2241         functions into safe module.
2242
2243         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2244         end, prepend zeros.
2245
2246         * scm/output-*.scm: Use ly:number->string rather than
2247         number->string.  Makes for saner output.
2248
2249         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2250         Fixes feta-nummer, feta-din scaling.
2251
2252 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2253
2254         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2255
2256         * scm/music-functions.scm (descend-to-context): new
2257         function. Similar to context-spec-music.
2258         (make-time-signature-set): specify Score as descend-only. This
2259         fixes the polymetric.ly example.
2260
2261         * lily/context-specced-music-iterator.cc (construct_children): add
2262         support for descend-only context spec.
2263
2264         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2265         determine ez-notation letter. 
2266
2267         * lily/system.cc (get_line): start with dumping layer 3. This
2268         fixes ez notation.
2269
2270 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2271
2272         * input/test/title-markup.ly: Stress breaking harder.
2273
2274         * scm/page-layout.scm (height-score): Overfull page scores twice
2275         as bad as underfull (was: by a power).
2276         (walk-lines): Omit first walk-path round (breaking after new node,
2277         without lines).
2278
2279         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2280         diff values are negative.
2281         (output): Bugfix: treat negative vfill differently.
2282
2283         * Documentation/user/lilypond.tely (direntry): Add note about why
2284         `info lilypond' brings up `Invoking LilyPond' node.
2285
2286 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2287
2288         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2289
2290         * lily/paper-book.cc: Remove cruft.
2291         (output): Bugfix: put vfill between lines.
2292         (pages): Bugfix: set page vars needed for filling.
2293
2294         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2295         (was: @ar).
2296
2297         * scm/page-layout.scm: Further development.
2298
2299         * ly/declarations-init.ly (paper): Define page-breaking.
2300
2301 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2302
2303         * lily/note-head.cc (brew_ez_stencil): add note-names
2304         property. Provides internationalization for note names.
2305
2306         * Documentation/user/changing-defaults.itely (Creating contexts):
2307         new node.
2308
2309         * lily/grace-iterator.cc (process): descend to child for \grace.
2310
2311         * lily/timing-translator.cc (initialize): Timing_translator adds
2312         Timing alias by itself.
2313
2314         * lily/context.cc (add_alias): new function.
2315
2316         * scm/lily.scm (tex-output-expression): new function, eval within
2317         drawing API. Guards against eval vulnerabilities.
2318
2319         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2320
2321         * scm/output-ps.scm (scm): export lily drawing API.
2322
2323         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2324         throughout.
2325
2326 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2327
2328         * scm/page-layout.scm (optimal-page-breaking): New function.
2329         
2330         * lily/paper-book.cc (pages): Use it.
2331
2332 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2333
2334         * lily/include/paper-line.hh (class Paper_line): Full smob.
2335
2336 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2337
2338         * lily/global-context.cc (run_iterator_on_me): fix grace note
2339         nesting by initting measurePosition.
2340
2341         * lily/timing-translator.cc (initialize): do no init
2342         measurePosition
2343         
2344         * lily/include/music-output-def.hh (class Music_output_def): add
2345         input_origin_ field.
2346
2347         * Documentation/user/changing-defaults.itely (Changing context
2348         properties on the fly): new node.
2349
2350         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2351         function. Only have smobbed_copy (), and do not provide
2352         smobbed_copy() for non-simple smobs. Changes throughout.
2353
2354 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2355
2356         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2357         start_moment_. Fix by Doug A. Linhardt.
2358
2359 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2360
2361         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2362         accidentals for harmonic notes.
2363
2364         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2365         of different style. (Thanks to Doug Linhardt).
2366
2367         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2368         new node.
2369
2370 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2371
2372         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2373
2374         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2375         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2376         vim/lilypond-indent.vim: doc targets and deps in comments.
2377
2378 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2379
2380         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2381
2382         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2383
2384         * lily/include/paper-line.hh:
2385         * lily/include/paper-line.cc: New file.
2386
2387 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2388
2389         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2390
2391         * GNUmakefile.in: remove stray make out=www
2392
2393         * input/test/bagpipe.ly (gcdg): octave fixes.
2394
2395         * scm/define-markup-commands.scm (number): use font-encoding
2396         iso. font-family
2397
2398         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2399         font-encoding.
2400         
2401 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2402
2403         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2404         `output_format_global' and `PAGE_LAYOUT'.
2405
2406 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2407
2408         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2409         lily functions in safe mode.
2410
2411         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2412         Print filename for HTML, LATEX, before texidoc.
2413
2414         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2415         instructions in output-ps module.
2416
2417         * scm/lily.scm: Do not load output-ps module.
2418
2419         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2420         safe mode.
2421
2422 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2423
2424         * lily/span-dynamic-performer.cc (process_music): remove spurious
2425         warning.
2426
2427         * lily/context-def.cc (Context_def): init name to ""
2428
2429         * lily/font-interface.cc: add font-encoding property.
2430
2431         * scm/lily.scm (chain-assoc-get): bugfix.
2432
2433         * lily/paper-book.cc (stencil2line): protect static SCM.
2434
2435         * lily/font-interface.cc (text_font_alist_chain): rename function,
2436         and use text-font-defaults. 
2437
2438         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2439
2440         * scm/paper.scm (paper-set-staff-size): use new function.
2441
2442         * scm/new-font.scm (make-font-tree): new function.
2443
2444 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2445
2446         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2447
2448         * scm/lily.scm (get-output-module): New function.
2449         (output-alist): Remove ,ps-output-expression.
2450
2451         * scm/output-tex.scm (ps-output-expression): New function.
2452
2453         * scm/output-ps.scm (ps-output-expression): Remove.
2454         (header, start-page): Output page metadata.
2455
2456         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2457         initialise output_module_.  Do not write part of header.
2458         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2459         (output_header): Output full header.
2460
2461         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2462         FIXME.
2463
2464 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2465
2466         * scm/new-font.scm: new file. Tree based font lookup.
2467
2468         * scm/lily.scm (assoc-get): take default argument. Remove
2469         assoc-get-default.
2470         (chain-assoc-get): use chain-assoc-get everywhere.
2471
2472         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2473         autobeamsettings conversion bug.
2474
2475         * lily/include/global-context.hh (Context): clean-up data hiding.
2476
2477         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2478         data hiding.
2479
2480         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2481
2482         * input/regression/stem-shorten.ly: add chord case.
2483
2484         * lily/stem.cc (get_default_stem_end_position): shorten stems
2485         triggered by note-head positions, not by forced-direction. This
2486         fixes a bug with too short stems.  
2487  
2488 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2489
2490         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2491         Lilypond_snippet.output_latex): Always call output_print_filename.
2492
2493         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2494         expand pages.
2495
2496 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2497
2498         * scm/part-combiner.scm (make-autochange-music): switch rests
2499         before switched notes too.
2500
2501         * lily/figured-bass-engraver.cc (process_music): change calling
2502         convention.
2503
2504         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2505
2506         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2507         command.
2508
2509         * lily/include/stencil.hh (class Stencil): add origin field.
2510
2511         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2512         function.
2513
2514         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2515
2516         * lily/lexer.ll: remove support for \$ and $ in identifiers
2517
2518         * lily/sequential-iterator.cc: remove copy_grace_fixups
2519         (get_grace_fixup): slight abstraction of fixup code.
2520
2521         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2522
2523 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2524
2525         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2526         in insert-mode. add indenting rules.
2527
2528 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2529
2530         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2531         protect hack.
2532
2533         * scm/page-layout.scm:
2534         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2535         layout and titling should now match external latex based version.
2536
2537         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2538         header fields.
2539
2540         * ps/lilyponddefs.ps: Remove automatic page layout.
2541
2542         * scm/output-ps.scm (new-start-system): New interface function.
2543
2544         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2545
2546         * lily/paper-book.cc (output): Bugfix.
2547
2548 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2549
2550         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2551         
2552 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2553
2554         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2555         direntries.
2556
2557         * ps/lilyponddefs.ps: Bugfix.
2558
2559         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2560
2561 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2562
2563         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2564         cause. This should fix warnings.
2565
2566         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2567
2568         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2569         prevent aligned 6ths.
2570
2571         * lily/custos.cc (print): remove adjust-if-on-staffline.
2572
2573 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2574
2575         * lily/paper-book.cc: Do header and footer.
2576
2577 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2578
2579         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2580
2581         * scm/paper.scm (lineheight): Remove
2582         (head-sep, foot-sep): Add.
2583
2584 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2585
2586         * mf/feta-schrift.mf: reduce portato thickness.
2587
2588         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2589
2590         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2591         programming_error ().
2592
2593         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2594         bracket to last command column.
2595
2596         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2597         continues on next/prev system.
2598
2599         * input/regression/pedal-end.ly: new file.
2600
2601 2004-03-10  Werner Lemberg  <wl@gnu.org>
2602
2603         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2604         Remove pmx2ly stuff.
2605         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2606
2607 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2608
2609         * scm/page-layout.scm: New file.
2610
2611         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2612         settings.
2613         (Lilypond_snippet.is_outdated): Also check for PNG file.
2614         Workaround for interrupted (web) builds.
2615
2616         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2617
2618         * ps/lilyponddefs.ps: Use only very small top-marging.
2619         (init-paper): Also pop page size string.
2620         (start-page, stop-page): New function.
2621
2622         * scm/output-ps.scm (header-end): Remove stray exec commands.
2623
2624 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2625
2626         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2627
2628         * lily/score.cc (default_rendering): clean protection.
2629
2630         * lily/paper-book.cc (mark_smob): implement smob marking.
2631
2632         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2633
2634         * Documentation/user/*.itely: user manual edits. 
2635
2636 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2637
2638         * Documentation/user/converters.itely (Invoking musedata2ly):
2639         remove pmx2ly.
2640
2641         * scripts/pmx2ly: remove script.
2642         
2643 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2644
2645         * lily/score.cc (default_rendering): Protect paper-book members.
2646
2647         * lily/paper-def.cc (smobbed_copy): New method.
2648
2649         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2650         switch runtime.
2651
2652         * lily/include/music-output.hh (process): Change signature to
2653         return SCM.
2654
2655         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2656         method.
2657
2658         * lily/paper-score.cc (process): Return stencils rather than
2659         outputting directly.  Remove paper-book kludge.  Delete grobs.
2660         (output): Remove.
2661
2662         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2663
2664         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2665
2666         * lily/score.cc (default_rendering)
2667         (ly_render_output): Move adding paper-score two levels up.
2668
2669         * lily/system.cc (get_line):
2670         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2671
2672 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2673
2674         * scm/font.scm (paper20-font-vector): add more design sizes for
2675         number.
2676
2677         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2678         feta-nummber{5,7,11,13}.
2679
2680         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2681         for 12pt design size. 
2682
2683 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2684
2685         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2686
2687 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2688
2689         * lily/font-select.cc (properties_to_font_size_family): Fix
2690         warning message.
2691
2692         * Experimental PostScript latin1 encoding:
2693         
2694         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2695
2696         * scm/output-ps.scm: Experimental encoding using reencode-font.
2697         * scm/font.scm: Add latin1 `font-shape'.
2698         
2699         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2700
2701         * ps/lilyponddefs.ps (reencode-font): New function.
2702
2703         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2704
2705         * scm/output-tex.scm (start-page):
2706         (stop-page): New interface function.
2707
2708 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2709
2710         * lily/paper-outputter.cc (output_expr):
2711         (output_header):
2712         (output_line): New method.
2713
2714         * lily/system.cc (get_line):
2715         (get_lines): New method.
2716         (output_scheme):
2717         (output_line): Remove.
2718
2719         * scm/lily.scm (make-title): New function.
2720
2721         * lily/paper-book.cc: 
2722         * lily/include/paper-book.hh: New file.
2723
2724         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2725         ly-modules.hh).
2726
2727         * lily/ly-module.cc (ly_modules_lookup): New function.
2728
2729         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2730
2731         * scm/output-ps.scm (make-title): Remove.
2732         (output-scopes): Junk header-title test.
2733
2734 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2735
2736         * mf/feta-schrift.mf: thicker dot for portato.
2737
2738         * lily/accidental-placement.cc (position_accidentals): bugfix in
2739         offset, this fixes right-padding of AccidentalPlacement.
2740
2741         * lily/[h-z]*.cc: () formatting.
2742
2743         * Documentation/user/tutorial.itely (An orchestral part): more
2744         fixes for the tutorial.
2745
2746         * scm/translation-functions.scm (fraction-tuplet-formatter):
2747         reverse fraction.
2748
2749         * lily/parser.yy (context_def_spec_block): use \context instead of
2750         \translator.
2751
2752         * lily/[a-g].cc: () style cleanup.
2753
2754         * Documentation/user/tutorial.itely (Automatic and manual beams):
2755         editing of tutorial.
2756
2757 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2758
2759         * buildscripts/mf-to-table.py (base): write encoding name.
2760
2761 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2762
2763         * Documentation/user/GNUmakefile (local-install-info): Issue
2764         warning (for packager, ie, if not installing in /usr or /usr/local).
2765
2766         * lily/stencil-scheme.cc: 
2767         * lily/staff-symbol-referencer.cc: 
2768         * lily/script-column.cc: 
2769         * lily/pitch.cc: 
2770         * lily/music.cc: 
2771         * lily/grob-pq-engraver.cc: 
2772         * lily/font-interface.cc: 
2773         * lily/music-output-def.cc: 
2774         * lily/duration.cc: 
2775         * lily/grob-scheme.cc:
2776         * lily/context-scheme.cc: Put scheme name on first line in
2777         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2778         style cleanups.
2779
2780         * stepmake/stepmake/scm-vars.make: 
2781         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2782         Rename and split TAGS_FILES.
2783
2784         * GNUmakefile.in (ALL-TAGS): Remove.
2785         
2786         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2787         deeper TAGS files.  Fixes regexp tags in TOP dir.
2788
2789 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2790
2791         * VERSION: 2.1.29 released.
2792         
2793         * Documentation/user/changing-defaults.itely (Changing defaults):
2794         new file.
2795
2796         * Documentation/user/notation.itely (Notation manual): rename from 
2797         refman.itely
2798
2799         * Documentation/user/notation-appendices.itely (The Feta font):
2800         new file.
2801
2802         * Documentation/user/advanced.itely: add aborted attempt for
2803         advanced topics manual.
2804
2805 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2806
2807         * scm/new-markup.scm: display Markups in sane format. Patch by
2808         Nicolas Sceaux.
2809
2810 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2811
2812         * lily/main.cc: Cleanups.
2813         (setup_localisation): New function.
2814         (sane_putenv): Remove.
2815         (main_with_guile): New name (Was: main_prog).  Remove musings
2816         about possible preparation for GUILE heavy memory usage and
2817         practical uselessness.  Do not set environment variables
2818         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2819         name juggling.
2820         (parse_argv): New function.
2821         (copyright): New function.  It's 2004 already.
2822
2823         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2824         (distill_inname): Move from main.
2825
2826 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2827
2828         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2829
2830         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2831
2832         * Documentation/user/running.itely: new file.
2833
2834         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2835
2836         * lily/score-performer.cc (finish): call Translator::finalize ().
2837
2838 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2839
2840         * lilypond-ftpplugin.vim: renamed to the following file.
2841         * lilypond-ftplugin.vim: new file.
2842
2843         * GNUmakefile.in: update VIM_FILES.
2844
2845 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2846
2847         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2848         props.
2849
2850         * input/test/tie-sparse.ly: remove.
2851
2852         * lily/tie-performer.cc (try_music): copy & paste from
2853         Tie_engraver.
2854
2855         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2856         variable_ref twice.
2857
2858         * lily/key-performer.cc (create_audio_elements): use
2859         alterations-in-key.
2860
2861         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2862
2863 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2864
2865         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2866         handle also quarter tones (not shown as tests). test also flats.
2867
2868         * Documentation/index.html.in: small fixes.
2869
2870 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2871
2872         * input/regression/new-markup-scheme.ly: Typo.
2873
2874         * scm/define-markup-commands.scm (fill-line): New markup.
2875
2876         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2877         (output-paper-def): Fix alignment.
2878         (make-title): Fix height/width scaling.
2879
2880         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2881
2882         * input/test/title-markup.ly: Add remaining titles.  Layout and
2883         font size fixes.  Add simplistic latin1 test.
2884
2885 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2886
2887         * input/test/nested-groups.ly: remove. move content (to next). 
2888         * input/test/staff-bracket.ly: replace content (from prev), this 
2889         has been already in templates.
2890
2891 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2892
2893         * stepmake/autogen.sh: Only issue warning about running configure
2894         without arguments when autogen.sh will actually be running
2895         configure.
2896
2897 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2898
2899         * scm/new-markup.scm (stack-stencil-line): robustness.
2900
2901         * scm/define-markup-commands.scm (simple): robustification of
2902         simple-markup.
2903
2904         * Documentation/user/music-glossary.tely (Top): change central C
2905         to middle C.
2906
2907         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2908
2909 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2910
2911         * input/test/title-markup.ly (spaceTest): Add.
2912
2913         * lily/text-item.cc (interpret_markup): Make line markup from
2914         multi word markup.
2915
2916         * scm/define-markup-commands.scm (word): New markup command.
2917         (simple): Use it.
2918
2919         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2920
2921 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2922
2923         * vim/ftplugin/lilypond.vim:
2924         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2925         show matching paren in insert mode.
2926
2927 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2928
2929         * scm/output-ps.scm (make-title, output-scopes): Further
2930         development.
2931
2932         * input/test/title-markup.ly: New file.
2933
2934         * ps/lilyponddefs.ps: Disable PostScript titling.
2935
2936         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2937
2938 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2939
2940         * lily/arpeggio.cc (width_callback): remove padding.
2941  
2942         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2943
2944         * scm/define-music-types.scm: remove make-music-by-name.
2945
2946         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2947
2948 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2949
2950         * lily/paper-score.cc (process): Output titles using make-title.
2951
2952         * scm/output-ps.scm (output-stencil): Display directly instead of
2953         constructing string.
2954         (make-title): New function.
2955
2956 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2957
2958         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2959         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2960         Move documentation of LaTeX packages for latin1 characters to the
2961         lilypond-book manual.
2962
2963 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2964
2965         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2966
2967         * vimrc: add menu in console and shortcut <F10> for it.
2968
2969         * vim/:
2970         * vim/compiler/:
2971         * vim/syntax/:
2972         * vim/indent/:
2973         * vim/ftplugin/: new directories.
2974         
2975         * vim/filetype.vim: new file.
2976
2977         * lilypond.vim: remove files (see next).
2978         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2979
2980         * vimrc: remove file (see next).
2981         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2982
2983         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2984         add header. apply bindings only locally.
2985
2986         * vim/indent/lilypond.vim: new file.
2987
2988         * vim/ftplugin/lilypond.vim: remove errorformat.
2989         * vim/compiler/lilypond.vim: new file for errorformats.
2990
2991         * Documentation/topdocs/INSTALL.texi: give easier orders.
2992
2993         * ROADMAP: add vim/
2994
2995 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2996
2997         * Documentation/user/introduction.itely (Introduction): Use @image
2998         iso @html <img...>.  Add workaround for images in columns in info.
2999
3000         * stepmake/aclocal.m4: Store computed version in variable.
3001
3002         * configure.in: Export MAKEINFO_VERSION.
3003
3004         * config.make.in (MAKEINFO_VERSION): Add.
3005
3006         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3007
3008         * Documentation/user/GNUmakefile: Only build info with images when
3009         building web.
3010
3011         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3012
3013         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3014         stuff from documentation-targets.make
3015
3016 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3017
3018         * VERSION: 2.1.28 released
3019         
3020         * scripts/convert-ly.py (conv): 
3021
3022 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3023
3024         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3025         \arpeggioBoth. redefine \arpeggioBracket.
3026
3027         * Documentation/user/refman.itely: document new arpeggio
3028         functions.
3029
3030         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3031
3032         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3033
3034         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3035
3036 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3037
3038         * Documentation/user/introduction.itely (Automated engraving):
3039         rewrite introduction using website text.
3040
3041 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3042
3043         * scm/*.scm: make-music-by-name is replaced by make-music, which
3044         also accept music property settings, eg:
3045           (make-music 'TextScriptEvent 'direction DOWN 'text
3046               (make-simple-markup x))
3047
3048         Patch courtesy Nicolas Sceaux
3049
3050         * lily/beam-quanting.cc: cleanup, separate counts for left and
3051         right beam ends.
3052
3053         * lily/side-position-interface.cc (quantised_position): also
3054         quantize staccato position for forced stem directions. 
3055
3056 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3057
3058         * scm/*.scm: Patch by Nicolas Sceaux: 
3059
3060         * scm/music-functions.scm: ly:grob-property and ly:music-property
3061         are made procedure with setters.
3062
3063         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3064         
3065 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3066
3067         * input/test/[t-v]*.ly: finish rewriting texidocs.
3068
3069         * input/test/vaticana.ly: remove.
3070         * input/test/ligature-vaticana.ly: new, renamed file name.
3071
3072         * input/test/stem-centered.ly: remove.
3073         * input/test/mensural-note-heads.ly: new file. take content from
3074         removed file stem-centered.ly.
3075
3076         * input/test/scales-greek.ly: simplify.
3077
3078         * input/test/s*.ly: reformulate texidocs.
3079         
3080         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3081         of missing features.
3082
3083 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3084
3085         * input/test/[j-o]*.ly: update texidocs.
3086
3087 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3088
3089         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3090
3091         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3092         images.
3093
3094         * Documentation/user/lilypond.tely (@direntry): Update.
3095
3096         * stepmake/stepmake/documentation-targets.make
3097         (install-info,uninstall-info): Install into $(package_infodir).
3098         Install images.  Run install-info to update dir.
3099
3100         * config.make.in (package_infodir): Add.
3101
3102         * Documentation/user/GNUmakefile (info-with-images,
3103         local-install-info, local-uninstall-info): New target.
3104
3105 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3106
3107         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3108         gap/threshold.
3109
3110         * lily/beam-quanting.cc (score_slopes_dy): remove
3111         ROUND_TO_ZERO_SLOPE kludge.
3112
3113         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3114
3115         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3116
3117         * lily/global-context.cc (Global_context): alway accept Score
3118         (run_iterator_on_me): cast Context to Score_context, not
3119         Context_def.
3120
3121         * Documentation/user/refman.itely: documentation patch by Edward
3122         Sanford Sutton.
3123
3124         * mf/GNUmakefile: unset sauter-fonts.
3125
3126 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3127
3128         * scripts/lilypond-book.py (output_texinfo): Output @image
3129         descriptions for info too.
3130
3131         * input/test/chord-names-jazz.ly: 
3132         * input/test/embedded-scm.ly: Clarify.
3133
3134         * input/test/cautionaries.ly: Typo.
3135
3136         * lily/input-smob.cc (ly_input_location): Compile fix.
3137
3138 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3139
3140         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3141
3142         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3143         fixes problems with system defaults being reverted with \override
3144         on Score level.
3145
3146         * lily/global-context.cc (Global_context): apply property-ops to
3147         Global_context too. 
3148
3149 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3150
3151         * scm/output-ps.scm (stencil->string): Rewrite.
3152
3153 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3154
3155         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3156         impersonal style.
3157
3158 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3159
3160         * lily/input-smob.cc (ly_input_location: New function.
3161
3162         * scm/define-markup-commands.scm (upright): New markup command.
3163
3164         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3165
3166         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3167
3168         * scm/output-ps.scm (output-stencil): New function.
3169
3170         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3171         of snippet types; fixes @ignore and @verbatim blocks.
3172
3173 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3174
3175         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3176         to a file in printed documentation, instead, refer either to a 
3177         syntax or to an output.
3178
3179 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3180
3181         * input/regression/beam-center-slope.ly: Add test.
3182
3183 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3184
3185         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3186         (SAUTER_FONTS): Reinstate.
3187
3188         * scm/define-markup-commands.scm (caps): New markup command.
3189
3190         * scm/output-ps.scm (output-scopes): Experimental markup output.
3191
3192         * scm/: Add missing headers.
3193
3194         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3195
3196         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3197
3198 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3199
3200         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3201         Stray style cleanups.
3202
3203 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3204
3205         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3206         no dot combination.
3207
3208         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3209         substitute \override Staff.autoBeamSettings too
3210
3211         * Documentation/user/tutorial.itely: proofreading fixes by David
3212         Bobroff
3213
3214 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3215
3216         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3217
3218         * ps/music-drawing-routines.ps: 
3219         * ps/lilyponddefs.ps: Add end markers.
3220
3221 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3222
3223         * VERSION: 2.1.27 released.
3224         
3225         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3226
3227         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3228         obey documentation.
3229
3230 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3231
3232         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3233
3234         * scm/output-ps.scm: Resurrect.
3235         
3236         * scm/output-tex.scm: Minimal cleanups.
3237
3238         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3239
3240         * make/ly-rules.make: Remove any broken lily-*.tex files before
3241         lilypond-book run.
3242
3243         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3244         comment.
3245
3246         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3247         Enabled by default, may save 10% compile time.
3248
3249 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3250
3251         * lily/lyric-phrasing-engraver.cc: remove
3252         
3253         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3254         longer necessary. 
3255
3256         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3257         so lyric-phrasing-engraver is no longer necessary.
3258
3259         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3260         Grob_pq_engraver from Staff.
3261
3262         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3263         busyGrobs directly.
3264
3265         * input/regression/quote-transposition.ly: new file.
3266
3267         * lily/recording-group-engraver.cc (stop_translation_timestep):
3268         store instrumentTuning too. 
3269
3270         * lily/quote-iterator.cc (process): transpose events using
3271         instrumentTuning.
3272
3273         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3274         -> \tuning <pitch>
3275
3276         * lily/parser.yy (command_req): add \tuning command for setting
3277         instrument tuning of staff.
3278
3279         * Documentation/user/GNUmakefile
3280         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3281
3282         * Documentation/user/refman.itely (Customized accidental rules):
3283         typo.
3284
3285 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3286
3287         * Documentation/user/music-glossary.tely: remove the missing norwegian
3288         translation; they can be put in later properly.
3289
3290 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3291
3292         * lily/recording-group-engraver.cc (start_translation_timestep):
3293         init Recording_group_engraver twice.
3294
3295 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3296
3297         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3298         stray style cleanups:
3299
3300         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3301         -Wmissing-prototypes.
3302
3303         * flower/include/killing-cons.tcc (Killing_cons): Add template
3304         specifier for car_.
3305
3306         * flower/include/parray.hh (binsearchs): Add template specifier
3307         for maxkey.
3308
3309         * flower/include/interval.hh: Declare elem () with template specfier.
3310
3311 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3312
3313         * elisp/lilypond-indent.el (get-buffer-size): add customization
3314         groups for several variables (Reuben Thomas).
3315
3316 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3317
3318         * Documentation/user/invoking.itexi (Point and click): add index
3319         entry.
3320
3321         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3322         go under beam.
3323
3324         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3325         sarabande beam. 
3326
3327         * flower/warn.cc (programming_error): cross fingers not thumbs.
3328
3329         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3330         staff-position is set.
3331
3332         * VERSION: release 2.1.26 
3333         
3334         * scm/chord-entry.scm (construct-chord): process transposition
3335         after processing explicit-11.  
3336
3337 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3338
3339         * lily/parser.yy (add_quote): add syntax for adding quotes:
3340         \addquote "id-string" Music
3341
3342         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3343
3344         * scripts/convert-ly.py (conv): add rules for name changes.
3345
3346         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3347         music/context/grob property functions. Internally, use
3348         get_property() and set_property() for both.
3349
3350 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3351
3352         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3353         for Emacs <= 20 (Laurent Martelli).
3354
3355 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3356
3357         * lily/parser.yy (command_element): extract quoted vector in
3358         parser.
3359
3360         * input/regression/quote.ly: new file.
3361
3362         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3363
3364         * lily/parser.yy (command_element): \quote DURATION NAME: support
3365         cue notes. 
3366
3367         * lily/quote-iterator.cc (class Quote_iterator): new file.
3368
3369 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3370
3371         * lily/auto-beam-engraver.cc (try_music): accept and process
3372         beam-forbid-event.
3373
3374         * input/regression/auto-beam-no-beam.ly: new file.
3375
3376 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3377
3378         * lily/accidental.cc (print): Change font-relative-size ->
3379         font-size. Fixes cautionary-style = smaller.
3380
3381 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3382
3383         * lily/system-start-delimiter.cc (staff_brace): remove
3384         font-relative-size
3385
3386         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3387         forgotten with scm_list_n. Fixes spurious coredumps.
3388
3389         * lily/accidental-engraver.cc (stop_translation_timestep): move
3390         update of localKeySignature to stop_translation_timestep (). This
3391         makes sure that all ties are noticed at the right moment.
3392         (stop_translation_timestep): clear tie only when right-side
3393         notehead was seen.
3394         (number_accidentals_from_sig): cleanup. 
3395
3396         * input/regression/accidental-tie.ly (mus): new file
3397
3398         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3399         these longish tests.
3400
3401 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3402
3403         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3404
3405         * THANKS: update bugreporter list.
3406
3407         * lily/beam.cc (print): broken beams last until end of staff.
3408         (print): broken beams start from prefatory matter.
3409
3410         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3411
3412         * lily/paper-score.cc (process): dump header only once.
3413
3414         * lily/paper-outputter.cc (Paper_outputter): move logic into
3415         Scheme.
3416
3417         * scm/output-tex.scm (output-scopes): new function.
3418         (output-paper-def): new function
3419         (tex-string-def): new function
3420         (symbol->tex-key): new function
3421
3422         * scripts/convert-ly.py (conv): add rule for | ~
3423
3424 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3425
3426         * input/regression/{many}.ly: refresh, trying to guess how
3427         it was designed.
3428
3429 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3430
3431         * VERSION: release 2.1.25
3432
3433         * scm/define-translator-properties.scm
3434         (all-user-translation-properties): add printOctaveNames
3435
3436         * ly/engraver-init.ly: remove Note_event_swallower from
3437         NoteNamesContext.
3438
3439         * lily/note-name-engraver.cc (process_music): new property
3440         printOctaveNames
3441
3442         * lily/context.cc (find_existing_context): remove support for
3443         Current.
3444
3445         * scm/music-functions.scm (set-accidental-style): new function;
3446         duplicate accidental macros.
3447
3448         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3449
3450         * lily/note-name-engraver.cc (process_music):
3451         process_acknowledged_grobs () -> process_music ()
3452
3453         * scm/part-combiner.scm (determine-split-list): robustification.
3454
3455 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3456
3457         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3458         lines for falling into beam-gap.
3459         (score_forbidden_quants): check all staff lines for falling in
3460         beam gaps.
3461
3462         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3463         key/clef/time signatures. 
3464
3465         * input/test/ossia.ly: revise example.
3466
3467         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3468         cleanup.
3469         
3470         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3471         comply to Scheme standard.  Remove ly:get-paper-variable
3472
3473 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3474
3475         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3476
3477 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3478
3479         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3480         properties from Voice context. This fixes accidental size for
3481         staff-switches during grace contexts.
3482
3483         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3484         if necessary. Else, simply wipe dots.
3485
3486         * input/test/beam-alternate.ly: new file
3487
3488         * input/test/piano-staff-distance.ly: new file.
3489
3490         * lily/translator-group.cc (recurse_down_translators): use
3491         Direction for bottom-up/top-down.
3492
3493         * lily/include/translator.hh (class Translator): add
3494         process_music() and do_announces(). This obviates
3495         recurse_down_{engravers,performers}.
3496
3497         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3498         \melisma and \melismaEnd
3499
3500         * lily/melisma-engraver.cc (process_music): change to
3501         Melisma_translator, unify with performer. Accept
3502         ManualMelismaEvent.
3503
3504         * ly/engraver-init.ly: add Font_size_engraver.
3505
3506 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3507
3508         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3509         it hara-kiri.
3510
3511         * input/regression/{many}.ly: improve descriptions trying to figure
3512         out what is tested.
3513
3514 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3515
3516         * lily/slur.cc (broken_trend_offset): robustness fix.
3517
3518         * VERSION: release 2.1.24
3519
3520         * lily/context.cc (find_create_context): go to Score if it exists.
3521
3522         * lily/context-scheme.cc: new file.
3523
3524         * lily/score-translator.cc (get_output): new file.
3525
3526         * lily/include/grob-info.hh: origin_contexts() now does not
3527         include the originating engraver
3528
3529         * lily/translator-group.cc (translator_each): clean up contents,
3530         remove superfluous stubs. Engraver_group_engraver and
3531         Performer_group_performer are the only classes using multiple
3532         inheritance.
3533
3534         * lily/include/score-context.hh (class Score_context): interface
3535         between Score_{engraver,performer} and Global_context.
3536
3537         * lily/include/global-context.hh (Context): change from
3538         global-translator. This is the entry point for contexts; it is not
3539         tweakable using \translator{}. Score is no longer the top context,
3540         but sits underneath Global.
3541
3542         * lily/include/context.hh (class Context): brain surgery: split
3543         out Context functionality from Translator_group. Context is now a
3544         separate type from Translator.
3545
3546 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3547
3548         * lily/include/translator.hh (class Translator): make
3549         get_score_context() and get_global_translator (), and use the one
3550         which is appropriate.
3551
3552         * lily/context.cc: partially put functionality of Translator_group
3553         into Context.
3554
3555         * lily/include/context.hh (Translator): new class: put between
3556         Translator and Translator_group. 
3557
3558         * lily/new-accidental-engraver.cc: remove file.
3559
3560 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3561
3562         * input/regression/{many}.ly: improve descriptions: use complete 
3563         sentences, try to describe what is tested, avoid `we´, do not use 
3564         don't, ... 
3565
3566 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3567
3568         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3569         is at EOL.
3570
3571         * Documentation/user/lilypond.tely: declare the topmost node only
3572         once; removes empty line in @contents.
3573
3574         * Documentation/user/music-glossary.tely: really add Finnish author.
3575         Draw more beatiful `->´ arrow in html: &rarr;
3576
3577 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3578
3579         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3580
3581         * scripts/convert-ly.py (conv): add ly:music-list  change.
3582
3583         * lily/grob.cc: edit doc string.
3584
3585         * scm/define-grob-properties.scm (all-user-grob-properties):
3586         proofreading, editing of doc strings.
3587
3588         * input/regression/tablature-string-tunings.ly: new file.
3589
3590         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3591         listen to stringTunings
3592
3593         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3594         for self-alignment-[XY] code.
3595  
3596 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3597
3598         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3599         cond) into function. Cleanup.
3600
3601         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3602         
3603         * VERSION (PACKAGE_NAME): 2.1.23 released
3604
3605 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3606
3607         * Documentation/user/{refman,internals}.itely: small fixes.
3608
3609 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3610
3611         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3612         accidentals for harmonic notes
3613
3614         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3615         for harmonic notes.
3616
3617         * scm/document-backend.scm (interface-doc): prune Grob
3618         documentation: don't duplicate interface information.
3619
3620         * lily/*.cc: lots of updates of doc strings.
3621
3622 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3623
3624         * input/test/ac-extra-voice.ly (accompany): remove file.
3625
3626         * input/test/maximum-rest-count.ly: remove file.
3627
3628         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3629         conversion rule for \translator { }. Apply everywhere.  
3630
3631         * lily/parser.yy (music_property_def): set property for \once in
3632         the PropertyMusic itself, not the ContextSpec.
3633         (property_operation): change syntax within \translator { }
3634
3635         * scm/define-music-properties.scm (all-music-properties): clean up.
3636
3637         * lily/auto-beam-engraver.cc (test_moment): use
3638         updated_grob_properties() to retrieve autoBeam settings.
3639
3640         * lily/spacing-spanner.cc: bound shortest_playing_len by
3641         measure_length
3642
3643         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3644         multi-measure events for spacing computation.
3645
3646         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3647         elliptical, to 1.49.
3648
3649         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3650         vertical positioning for polyphony, without RestCollision object.
3651
3652         * lily/note-column.cc (add_head): prevent rests & note heads on
3653         one stem.
3654
3655         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3656         (do_shift): rewrite only-rests case: use common refpoints: the
3657         routine will have sensible results when other rest-translations
3658         have taken place.
3659
3660         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3661         < 0 case. 
3662
3663         * VERSION: 2.1.22 released
3664         
3665         * input/GNUmakefile (SUBDIRS): remove ascii-art
3666
3667 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3668
3669         * input/: Convert ly files that still had \property.  Fixes make
3670         web.  Remove exta spaces around '='. 
3671
3672         * scripts/convert-ly.py (conv): Redundant space fixes.
3673
3674         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3675
3676 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3677
3678         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3679         create scalable PS and PDFs  for input/{test,template,regression}.
3680
3681         * lily/context.cc (is_alias): move function.
3682         (is_alias): add Bottom as context alias. 
3683         (find_create_translator): add Bottom as a context alias for creation.
3684
3685         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3686
3687         * lily/parser.yy (music_property_def): new syntax for property
3688         assignments:
3689
3690         \set A.B = #C , \unset A.B
3691         \override A.B #C = #D, \revert A.B #C 
3692
3693         * lily/my-lily-lexer.cc: remove \property
3694
3695 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3696
3697         * Documentation/user/refman.itely: add dots after seealso refs.
3698
3699         * input/template/{many}.ly: harmonise descriptions.
3700
3701         * Documentation/user/music-glossary.itely: add Finnish author.
3702
3703 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3704
3705         * VERSION (PACKAGE_NAME): release 2.1.21
3706
3707 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3708
3709         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3710
3711         * scripts/lilypond-book.py (snippet_res): @include filename must
3712         not be empty.
3713
3714 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3715
3716         * scm/documentation-generate.scm (markup-doc-string): dump
3717         markup-commands.tely
3718
3719         * scm/define-markup-commands.scm (override): new file.
3720         Move documentation from refman into doc-strings. 
3721
3722         * input/test/staff-container.ly: fix example.
3723
3724         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3725         StaffContainer
3726
3727         * lily/grob.cc: remove point_dimension_callback
3728         (Grob): read forced dimensions from X-extent and Y-extent.
3729         (get_paper): remove preset_extent.
3730
3731         * scm/define-grobs.scm (all-grob-descriptions): remove
3732         point_dimension_callback. 
3733
3734         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3735         textscript to head. This makes no-spacing-rods work on
3736         DynamicText.
3737
3738         * lily/chord-name.cc: remove props chord, bass, inversion.
3739
3740         * Documentation/user/appendices.itely: add Scheme functions,
3741         context-properties and layout properties to manual.
3742
3743         * scm/part-combiner.scm (determine-split-list): include rests in a
3744         solo1/2 sequence.
3745
3746         * lily/new-part-combine-iterator.cc (substitute_both): new
3747         function.
3748         (class New_pc_iterator): add separate Voice=solo context, fixes
3749         autobeams going from chords to solo.
3750
3751 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3752
3753         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3754
3755         * Documentation/user/tutorial.itely:
3756         * Documentation/user/refman.itely: Add short note about being part
3757         of lilypond.tely.
3758
3759         * COPYING: Make note more clear with respect to files that are
3760         explicitely licenced otherwise (Documention/user/ comes to mind).
3761         
3762         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3763         comment about barfing of @c,{}.
3764
3765         * Documentation/user/music-glossary.tely: Add list of authors.
3766
3767         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3768         source (was: also in build log).
3769
3770 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3771
3772         * lily/side-position-interface.cc (general_side_position): if
3773         staff-padding is set, then include staff in support too.
3774
3775         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3776         module workbook
3777
3778         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3779
3780         * lily/tuplet-engraver.cc: remove tupletInvisible
3781
3782         * scm/define-translator-properties.scm: cleanup, separate in
3783         internal and user props. 
3784
3785         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3786         LyricsVoice -> Lyrics
3787
3788         * lily/new-part-combine-iterator.cc (process): only print warning
3789         for symbols.
3790
3791 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3792
3793         * scm/part-combiner.scm: Add proper header.
3794
3795         * All but lily/*: The great --2003 --2004 replace; the missing
3796         `bits'.
3797
3798         * TODO: Fix outline mode.  Add book notes.
3799
3800         * ROADMAP: Update.
3801
3802 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3803
3804         * scm/part-combiner.scm (make-autochange-music): use
3805         accumulator. Fixes stack overflow.
3806
3807         * lily/*: rename brew_molecule -> print , molecule-callback ->
3808         print-function
3809
3810         * scm/define-grob-properties.scm: cleanup. Separate into internal
3811         and user properties.
3812
3813         * lily/translator-property.cc (updated_grob_properties): new
3814         function
3815         (execute_pushpop_property): change to new convention:
3816         object property inits are stored as (cons ALIST BASED-ON). This
3817         storage format allows concurrent tweaks in different contexts.
3818
3819 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3820
3821         * TODO: new file.
3822
3823 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3824
3825         * debian/: Late Debian update (sorry Anthony).
3826
3827         * scripts/lilypond-book.py (do_file): Look for input_file in
3828         include path, or ask kpathsea if LATEX.
3829
3830         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3831         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3832         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3833         --header=texidoc.
3834
3835         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3836         relative.
3837
3838         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3839         only when filtering, default to input_base otherwise.  Coding
3840         style fixes.
3841
3842 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3843
3844         * lily/include/translator.hh (class Translator): add virtual
3845         qualifier.
3846
3847 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3848
3849         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3850
3851 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3852
3853         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3854
3855         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3856         (fixes make web).
3857
3858         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3859         live in $(out)-www).
3860
3861         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3862         dependencies.  Add link to .ly source in HTML output.
3863         (Lilypond_snippet.output_html): Handle multiple page picture
3864         output.
3865         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3866         Make usable for output_texinfo again.
3867
3868         * Documentation/user/GNUmakefile: Add static dependency for
3869         lilypond.tely includes.
3870
3871         * Documentation/user/tutorial.itely: Add some lost `relative'
3872         ly-options.
3873
3874 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3875
3876         * lily/include/translator-group.hh: move Music_output_def member
3877         to Global_translator.
3878
3879         * scripts/lilypond-book.py (do_file):  fix latex output.
3880
3881         * VERSION: release 2.1.20
3882         
3883         * scm/part-combiner.scm (determine-split-list): robustness fix 
3884
3885         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3886
3887         * lily/parser.yy (music_output_def_body): plug memory leak.
3888
3889         * lily/translator-group.cc (add_fresh_group_translator): plug
3890         memory leak: unprotect Translator_group once added.   
3891
3892         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3893
3894         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3895         write .dep file.
3896         (Lilypond_snippet.ly): add \renameinput.
3897
3898 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3899
3900         * Documentation/user/refman.itely (Markup command definition): Doc
3901         by Nicolas Sceaux. Rewrite by Han-Wen
3902
3903         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3904         thing of the line.
3905         (brew_molecule): only remove if hyphen is not at the end of line.
3906         (set_spacing_rods): new function: minimum-length specifies
3907         distance between syllables.
3908
3909         * scm/define-grobs.scm (all-grob-descriptions): add
3910         Hyphen_spanner::set_spacing_rods to LyricHyphen
3911
3912         * input/regression/lyric-hyphen-break.ly: new file.
3913
3914         * input/test/lyric-hyphen-retain.ly: new file.
3915
3916         * lily/new-part-combine-iterator.cc (construct_children):
3917         add Rest direction.
3918
3919 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3920
3921         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3922
3923         * Documentation/bibliography/engraving.bib (donemus1982):
3924         update entry.
3925
3926 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3927
3928         * scripts/lilypond-book.py (Substring.__init__): new class.
3929         (Snippet.output_texinfo): add texidoc option.
3930         (Include_snippet.replacement_text): new class.
3931         (Lilypond_snippet.__init__): new class
3932         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3933
3934         * Documentation/user/refman.itely (Sound): 
3935         note about number of channels.
3936
3937         * scm/music-functions.scm (voicify-music): add \context Staff for
3938         << \\ >> polyphony.
3939
3940         * lily/parser.yy (verbose_command_req): \skip now creates
3941         SkipMusic, and does not lead to spurious staves.
3942
3943         * scm/define-music-types.scm (music-descriptions): rename
3944         NonEventSkip to SkipMusic
3945
3946         * input/no-notation/midi-lyric-barcheck.ly: new file.
3947
3948         * input/regression/collision-dots-invert.ly: new file.
3949
3950         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3951         case.
3952
3953         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3954         die if melody died too.
3955
3956 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3957
3958         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3959         with reading from stdin.
3960
3961         * lily/slur-performer.cc (try_music): new file.
3962
3963         * lily/melisma-performer.cc (try_music): new file. Handle
3964         melismata to help lyrics.
3965
3966         * lily/beam-performer.cc (try_music): new file. Handle beam events
3967         to help lyrics.
3968
3969         * lily/score-performer.cc (one_time_step): reinstate
3970         process_music().
3971
3972         * lily/performer.cc (process_music): add to interface.
3973
3974         * lily/performer-group-performer.cc (process_music): new function.
3975
3976         * lily/dot-column.cc (do_shifts): do collision resolution before
3977         dot positioning.
3978         
3979         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3980         file, process printfilename option.
3981         (Snippet.__init__): rewrite: do not use global variables h or
3982         index.
3983         (main): really support -I option.
3984         (find_toplevel_snippets): new code.
3985         (find_toplevel_snippets): reinstate old version, without global
3986         variables.
3987
3988         * tex/texinfo.tex: really add file.
3989         
3990 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3991
3992         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3993         compatibility.
3994
3995 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3996
3997         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3998
3999         * scm/define-translator-properties.scm (drumPitchTable): add
4000         property.
4001
4002         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4003         function.
4004         (help_summary): docstrings.
4005         (do_file): strip the dir of input_base too.
4006
4007 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4008
4009         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4010
4011         * Documentation/user/lilypond-book.itely: Update.
4012
4013         * make/ly-rules.make: Update lilypond-book commands.
4014
4015         * Documentation/user/GNUmakefile: Update makeinfo commands,
4016         lilypond-book flags.
4017
4018         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4019         
4020         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4021
4022         * scripts/filter-lilypond-book.py: Remove.
4023
4024         * Documentation/user/*tely: Update options for new lilypond-book.
4025
4026         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4027         with @macros in @includes.
4028
4029 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4030
4031         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4032         make rest-collision only.
4033
4034         * lily/break-substitution.cc (substitute_one_mutable_property):
4035         clear all-elements using scm_assq_remove_x(). 
4036
4037         * lily/rest-collision.cc (do_shift): shift single rests
4038
4039         * flower/include/array.hh (class Array): rename to is_empty ()
4040
4041         * lily/drum-note-performer.cc: new file: perform drum notes.
4042
4043         * VERSION (PACKAGE_NAME): release 2.1.19.
4044         
4045 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4046
4047         * scripts/filter-lilypond-book.py
4048         (classic_lilypond_book_compatibility): New function.
4049
4050 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4051
4052         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4053
4054         * Grand 2003 -> 2004 search replace. 
4055
4056         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4057         (i.e. < > )
4058
4059         * ly/performer-init.ly: add DrumStaff
4060
4061         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4062         lyric-interface; this prevents lines with only extender lines from
4063         being junked.
4064  
4065         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4066
4067         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4068         extenders right, for once and for all (hopefully).
4069         
4070         * lily/break-substitution.cc (substitute_one_mutable_property):
4071         clear old 'all-elements for System grobs.
4072
4073         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4074         that associatedVoiceContext is always assigned when music & lyrics
4075         are found. 
4076
4077         * ly/engraver-init.ly: remove Lyrics context.
4078         (TabVoice): add noteheads engraver
4079
4080         * input/test/improv.ly: update: do not use Thread switching. 
4081
4082         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4083         squashedPosition is a number  
4084
4085         * Documentation/user/refman.itely (Automatic note splitting):
4086         remove Thread references.
4087
4088         * input/no-notation/pc-direction.ly: remove file.
4089
4090         * ly/engraver-init.ly: remove Thread
4091
4092         * input/regression/tie-chord-partial.ly: remove file.
4093
4094         * scripts/convert-ly.py (conv): \harmonic rule
4095
4096         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4097         notation for harmonic notes: <c' g''\harmonic>
4098
4099         * lily/lily-guile.cc (alist_to_hashq): new function
4100
4101         * scm/lily.scm (alist->hash-table): new function.
4102
4103         * Documentation/user/refman.itely (Percussion staves): update doco.
4104
4105         * input/regression/drums.ly (timb): updates
4106
4107         * lily/note-performer.cc (create_audio_elements): robustness fix.
4108
4109         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4110
4111 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4112
4113         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4114         discard valid matches.
4115
4116 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4117
4118         * lily/drum-note-engraver.cc: new file.
4119
4120         * ly/drumpitch-init.ly: move drum definitions
4121
4122         * scm/drums.scm: remove file.
4123
4124         * lily/*.cc: remove abort-event everywhere.
4125
4126         * lily/note-heads-engraver.cc (process_music): robustification.
4127
4128         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4129         robustification.
4130
4131         * lily/parser.yy (simple_element): add \drums mode.
4132         (simple_element): remove \pitchnames , \chordmodifiers. Use
4133         variables to store this. 
4134
4135         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4136         outside \notes.
4137
4138         * VERSION: release 2.1.18.
4139         
4140         * input/test: remove octave-duplicate.ly
4141
4142 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4143
4144         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4145
4146 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4147
4148         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4149         constructor from Music_iterator. Changes throughout.
4150
4151         * lily/include/music-iterator.hh (class Music_iterator): remove
4152         Music_iterator::skip and Music_iterator::get_pending_events from
4153         interface. Rename report_to -> get_outlet 
4154
4155         * lily/auto-change-iterator.cc: move contents from
4156         new-auto-change-iterator.cc from
4157
4158         * scm/part-combiner.scm: determine split-list from Scheme. 
4159
4160         * lily/new-auto-change-iterator.cc (process): new file.
4161
4162         * lily/parser.yy (part_combined_music): remove old PC cruft.
4163
4164         * ly/engraver-init.ly: remove old
4165         PC cruft.
4166
4167         * Documentation/user/refman.itely (The Lyrics context): note about
4168         extender lines.
4169
4170         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4171         to allow 0-length mmrest events.
4172
4173         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4174
4175         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4176
4177         * lily/spacing-engraver.cc (finalize): robustifications.
4178
4179         * input/regression/new-part-combine-solo-global.ly: new file.
4180
4181         * scm/part-combiner.scm: rewrite.
4182
4183 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4184
4185         * Documentation/user/refman.itely, input/puer-fragment.ly,
4186         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4187         updated for proper use of lyricsto; replaced "(" and ")" ->
4188         "\melisma" and "\melismaEnd"
4189
4190         * input/test/ancient-font.ly: small updates to reduce compile
4191         warnings (TODO: junk this file)
4192
4193         * input/test/gregorian-scripts.ly: added comment about bug
4194
4195         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4196         tiny robustness fix
4197
4198         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4199         recent changes in the feta code); temporarily mapped mensural g
4200         clef to a copy of petrucci g clef until mensural g clef will have
4201         been rewritten
4202
4203         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4204         between mensural and neo-mensural heads (this broke quite a while
4205         ago)
4206
4207         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4208
4209 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4210
4211         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4212         indication.  Fixes for verbatim, multi line comments.
4213
4214 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4215
4216         * input/regression/new-part-combine-solo.ly: more cases.
4217
4218         * lily/slur.cc (height): robustness fix.
4219
4220         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4221
4222         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4223         stemUp/stemDown.
4224
4225         * scm/music-functions.scm (determine-split-list): further analysis.
4226
4227         * lily/script-engraver.cc (try_music): discard duplicate
4228         articulations.
4229
4230         * input/regression/new-part-combine-solo.ly: new file
4231
4232         * input/regression/new-part-combine-a2.ly: new file.
4233
4234         * ly/performer-init.ly: add Devnull
4235
4236         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4237         for \musicglyph #"accidental-*"
4238         (conv): \newpartcombine rule.
4239
4240 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4241
4242         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4243
4244 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4245
4246         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4247         textwidth, --output.
4248
4249 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4250
4251         * scm/new-markup.scm (doubleflat): add accidental markups.
4252
4253         * VERSION: release 2.1.17
4254         
4255         * Documentation/user/refman.itely (Automatic part combining):
4256         revise documentation of the part-combiner.
4257
4258         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4259         
4260         * input/test/part-combine-{moment,staff}.ly: remove file.
4261
4262         * input/regression/pc-mmrest.ly (two): remove file.
4263
4264         * scm/define-music-types.scm (music-descriptions): add
4265         Solo{One,Two}Event and UnisonoEvent
4266
4267         * lily/new-part-combine-iterator.cc (unisono): add state_
4268         variable, signal changes with part-combine-event.
4269
4270         * input/regression/new-part-combine-text.ly: new file.
4271
4272         * lily/part-combine-engraver.cc: new file.
4273
4274 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4275
4276         * scripts/filter-lilypond-book.py: Handle snippet options.
4277
4278 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4279
4280         * scm/music-functions.scm (determine-split-list): detect solo1/2
4281         and unisono.
4282
4283         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4284         revert fix, document why.
4285
4286         * lily/tie-performer.cc (process_music): new function. Set melisma
4287         property.
4288
4289         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4290         always smaller than bracket size.
4291         (make_bracket): oops. Size of the gap was off by factor 2
4292
4293         * input/test/text-rotate.ly: new file.
4294
4295         * scm/new-markup.scm (markup): a macro that provides a
4296         LilyPond-like syntax in scheme for building markups, in order to
4297         help markup command definition. (Nicolas Sceaux)
4298
4299         * input/test/lyrics-skip-notes.ly: new example.
4300
4301         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4302
4303         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4304         use is_alias() iso. == . This fixes lyrics on
4305         GregorianTranscriptions. 
4306
4307 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4308
4309         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4310         \thispagestyle{lastpage} to avoid that it's printed on the second
4311         last page when there's only a single score line on the last page.
4312         (The page breaking mechanism in TeX played some ugly tricks to us.)
4313
4314 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4315
4316         * scripts/filter-lilypond-book.py: Further development.
4317
4318         * input/regression/collision-dots-move.ly: New test.
4319
4320         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4321         hand side note head of non-merged collision to the right.
4322
4323         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4324         Construct children before accessing property from emtpy
4325         lyrics_context_.
4326         (construct_children): Find thread before finding LyricsVoice.
4327         Create LyricsVoice one if none found, fixes crash (thanks Erik
4328         Sandberg).
4329
4330 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4331
4332         * cygwin/: Forward port.
4333
4334 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4335
4336         * buildscripts/install-info-html.sh: Use Bash.
4337
4338         * cygwin/mknetrel: Patch from Bert.
4339
4340 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4341
4342         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4343
4344         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4345         try to copy *png, index.html (Bertalan Fodor).
4346
4347         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4348
4349 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4350
4351         * lily/note-collision.cc (check_meshing_chords): Do not remove
4352         dots (from down head) when merging similar heads (thanks Matthias
4353         Kilian).  Simplify merge_possible tests and other cleanups
4354
4355         * input/regression/collision-merge-differently-dotted.ly: Add test
4356         for disappearing dots on similar heads for both voices.
4357
4358 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4359
4360         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4361         that tagline overrides copyright for single page scores. Correct
4362         the default tagline value.
4363
4364 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4365
4366         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4367
4368 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4369
4370         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4371         TEXMF if it's previously unset.
4372
4373 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4374
4375         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4376
4377         * input/test/trills.ly: fix the unfolding of lineprall.
4378
4379         * input/test/figured-bass-alternative.ly: fix accidental.
4380
4381 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4382
4383         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4384         
4385         * input/no-notation/dos-guile.ly: 
4386         * input/no-notation/dos-ps.ly: 
4387         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4388         
4389         * input/no-notation/safe-include.ly:
4390         * input/no-notation/safe-guile.ly:
4391         * input/no-notation/safe-ps.ly: 
4392         * input/no-notation/safe-tex.ly: New file.
4393
4394         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4395         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4396         options now.
4397         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4398         When in --safe-mode, set environment openout_any=p[aranoid].
4399
4400         * tex/ltest.tex: 
4401         * tex/lilyponddefs.tex: Add \nofiles.
4402
4403         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4404         options.
4405
4406         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4407         This allows building the user manual using a binary installation
4408         and a matching unpacked source tree.
4409
4410         * scm/lily.scm (safe-module): New variable. 
4411
4412         * lily/includable-lexer.cc (new_input): Fix error messages.
4413
4414         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4415         If SAFE, evaluate in safe-module.  Change callers.
4416
4417         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4418
4419         * lily/lexer.ll (embedded_scm): While processing main-input,
4420         invoke ly_parse_scm with safe mode if running in safe-mode.
4421         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4422         in init.ly for safe-mode.
4423
4424 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4425
4426         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4427         compatibility with old versions of geometry.sty (compat2
4428         already implied includehead).
4429         Change the page layout slightly so bottom + footskip = top +
4430         headheight + headsep = 16mm, the remaining paperheight-32mm
4431         are used for the music. Increase footskip to 5mm, so the top of
4432         the footer text doesn't touch the music.
4433
4434 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4435
4436         * VERSION: release 2.1.16
4437         
4438         * scm/music-functions.scm (determine-split-list): bugfix: only use
4439         new-active for both voices if both indexes advance. This fixes the
4440         biggest outstanding problem with new-pc. 
4441
4442         * lily/new-part-combine-iterator.cc (construct_children): set more
4443         directions.
4444
4445 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4446
4447         * scripts/convert-ly.py (conv): add instrument rule.
4448
4449         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4450
4451         * lily/side-position-interface.cc: remove add_staff_support ()
4452         Change all callers to use staff-padding.
4453
4454         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4455         make_spanner().
4456
4457         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4458
4459         * lily/text-engraver.cc: remove scriptHorizontal property.
4460
4461         * lily/beam.cc (least_squares): also set least-squares-dy for
4462         special case of slanted 2-stem beam to center.
4463
4464         * lily/side-position-interface.cc (out_of_staff): move contents of
4465         out_of_staff into aligned_side.
4466         remove out_of_staff().
4467
4468         * input/regression/measure-grouping.ly: fix warning.
4469
4470         * lily/side-position-interface.cc: add staff-padding support to
4471         Side_position_interface::aligned_side.
4472
4473         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4474         one get_property too many.
4475
4476         * flower/include/drul-array.hh (linear_combination): new function
4477         (scale_drul): new function
4478
4479         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4480         operations on empty intervals are silly.
4481
4482 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4483
4484         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4485         (iso gh_scm2int), fixes crash in new part-combiner.
4486
4487         * configure.in: Up mftrace to 1.0.27.
4488
4489 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4490
4491         * VERSION: release 2.1.15
4492         
4493         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4494         align all stanza numbers.
4495
4496 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4497
4498         * Documentation/user/{introduction.itely,refman.itely,
4499         converters.itely}: fix some text inside parentheses; text should
4500         be readable (even) if parentheses are either replaced with commas 
4501         or dropped out.
4502
4503 2004-01-25  Werner Lemberg  <wl@gnu.org>
4504
4505         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4506         input/test/vaticana.ly, input/test/ancient-font.ly,
4507         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4508         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4509         ly/params-as-init.ly, scm/define-grobs.scm,
4510         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4511
4512         * ly/params-as-init.ly: Removed.  Obsolete.
4513         * buildscripts/lilypond.words.py: Updated.
4514
4515 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4516
4517         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4518
4519         * mf/feta-din{4,5,7,9}.mf: remove.
4520         
4521         * lily/engraver.cc (internal_make_item): centralize item/spanner
4522         factory.
4523
4524         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4525         do correct chord conversion for ^"sim."  (backportme)
4526         (FatalConversionError.sub_articulations): substitute ^"foo" in
4527         chords too. (backportme)
4528
4529         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4530         for Fingering.
4531
4532         * lily/side-position-interface.cc (out_of_staff): don't do
4533         anything if staff-padding not defined. 
4534
4535         * mf/feta-params.mf (stafflines): introduce linethickness as
4536         general blackness of the font.
4537
4538         * lily/stem.cc (position_noteheads): rounding error robustness.
4539
4540         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4541         from beam-collision.ly 
4542
4543         * lily/beam.cc (rest_collision_callback): remove direction.
4544
4545         * scm/define-grobs.scm (all-grob-descriptions): remove
4546         enclose-bounds in OttavaBracket and PianoPedalBracket
4547
4548         * scm/new-markup.scm (def-markup-command) new macro, which takes
4549         care of defining the COMMAND-markup and make-COMMAND-markup
4550         procedures, setting markup-signature and keyword-signature object
4551         properties, and pushing the markup command in
4552         markup-function-list.
4553
4554         All markup commands are defined thanks to it.  Users may also use
4555         it to define their own markup commands. (Nicolas Sceaux)
4556
4557         * scm/new-markup.scm: Scheme style clean-up: there should be no
4558         parenthesis alone on a line; LET* should not be used where LET is
4559         enough. (Nicolas Sceaux)
4560
4561 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4562
4563         * scripts/filter-lilypond-book.py: Add script.
4564
4565 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4566
4567         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4568
4569 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4570
4571         * Documentation/user/refman.itely (Fingering instructions): add
4572         single note chords. 
4573
4574         * lily/multi-measure-rest-engraver.cc: use a single
4575         MultiMeasureEvent for mm rests. This prevents problems with the
4576         new part combiner.
4577
4578         * scm/music-functions.scm (determine-split-list): analysis has
4579         global effect: a difference halfway a phrase makes the entire
4580         phrase be typeset as apart.
4581         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4582
4583 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4584
4585         * ly/performer-init.ly: add Devnull.
4586
4587         * Documentation/user/refman.itely (Font selection): remove paper20
4588         ref.
4589         
4590 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4591
4592         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4593
4594 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4595
4596         * scm/music-functions.scm (determine-split-list): bugfixes.
4597
4598         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4599
4600         * input/test/scales-greek.ly: use C as base, results in different
4601         alterations at the clef.
4602
4603         * input/regression/pedal-ped.ly: new file.
4604
4605         * input/regression/pedal-bracket.ly: new file.
4606
4607         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4608         replace after_line_breaking()
4609
4610         * lily/line-interface.cc (line): read thickness.
4611         (line): dash-fraction = 0 always for dotted-line style.
4612
4613         * input/test/staff-lines.ly (lower): bugfix.
4614
4615         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4616         \accepts Devnull into Score.
4617
4618         * scm/lily.scm: remove bla.scm load.
4619
4620 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4621
4622         * VERSION: release 2.1.14
4623         
4624         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4625
4626         * lily/side-position-interface.cc (general_side_position): add
4627         Staff_symbol_referencer::staff_space ().
4628
4629         * lily/include/context-def.hh: rename from translator-def.hh
4630
4631 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4632
4633         * input/template/piano-dynamics.ly (pedal): Updated definition of
4634         Dynamics such that \cresc works, for example.
4635
4636 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4637
4638         * lily/stem.cc (calc_stem_info): use
4639         Staff_symbol_referencer::staff_space
4640
4641         * lily/beam-quanting.cc (quanting): scale Stem_info 
4642
4643         * lily/beam.cc (rest_collision_callback): use minimum-distance
4644         property for rest/beam collisions.
4645         (rest_collision_callback): bugfixes.
4646
4647         * lily/system.cc (post_processing): extra-offset is now relative
4648         to the size of the current staff.
4649
4650         * scm/music-functions.scm (notice-the-events-for-pc): record all
4651         voices, only analyze "one" and "two".
4652
4653         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4654         not parent. 
4655
4656         * lily/new-part-combine-iterator.cc (construct_children): create
4657         Devnull from Voice context
4658
4659         * scm/music-functions.scm (determine-split-list): bugfixes.
4660
4661         * lily/lily-guile.cc (robust_scm2int): new function
4662
4663         * lily/staff-symbol-referencer.cc (line_thickness): new
4664         function. Use throughout.
4665
4666         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4667         in its own context.  Add to preset font-size.
4668
4669         * lily/stem.cc (thickness): new function.
4670
4671         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4672         compute thickness from ledger-line-thickness.
4673
4674         * lily/note-head.cc (brew_ledger_lines): use
4675         Staff_symbol::get_ledger_line_thickness ().
4676
4677         * lily/beam.cc (rest_collision_callback): use
4678         Staff_symbol_referencer::staff_space().
4679
4680         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4681         Mus1 Mus2
4682
4683         * lily/include/translator.hh (class Translator): add accepts_list_
4684         so  \with { \denies / \accepts } also works.
4685
4686         * scm/music-functions.scm (determine-split-list): determine split
4687         list from music events.
4688
4689         * lily/new-part-combine-iterator.cc: more states.
4690
4691         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4692
4693 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4694
4695         * lily/system.cc (set_loose_columns): use the right prebroken cols
4696         for interpolating loose column position.
4697
4698         * lily/text-spanner.cc (brew_molecule): default to no vertical
4699         lines.
4700
4701         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4702         take space.
4703
4704         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4705
4706 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4707
4708         * scripts/convert-ly.py: Do not test filename when processing
4709         stdin.
4710
4711         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4712
4713 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4714
4715         * lily/axis-group-engraver.cc (finalize): extra check; if
4716         process_music () is never called, then staffline_ == 0.
4717
4718         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4719         check run_always ().
4720         
4721         * VERSION: release 2.1.13
4722
4723         * input/regression/note-head-style.ly (pattern): cleanup.
4724
4725         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4726         downloading.
4727
4728         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4729         kludge rehearsalmark placement.
4730
4731         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4732         , ly:spanner?
4733
4734         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4735         close to note head for accidentals.
4736
4737         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4738         tuplet direction.
4739
4740         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4741
4742 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4743
4744         * lily/include/music-iterator.hh (class Music_iterator): add
4745         substitute_outlet() to iterator API.
4746
4747         * lily/new-part-combine-iterator.cc (construct_children):
4748         New_pc_iterator: new class, better part combining.
4749
4750         * lily/tie-column.cc (werner_directions): new function
4751
4752         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4753
4754         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4755         empty objects group spanner as parent
4756
4757         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4758         slope against graphical slope.
4759
4760         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4761         for ottava bracket.
4762
4763         * lily/side-position-interface.cc (general_side_position):
4764         opps. reinstate *dir.
4765
4766         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4767         parser run.
4768
4769         * lily/tuplet-bracket.cc: remove calc_dy ().
4770
4771         * Documentation/user/refman.itely (Balloon help): document balloon
4772         help
4773
4774 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4775
4776         * scm/document-backend.scm (check-dangling-properties): Grob
4777         properties are defined define-grob-properties.scm.
4778         
4779 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4780         
4781         * VERSION: release 2.1.12
4782
4783         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4784         ChordName
4785
4786         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4787         relation to surroundings.
4788
4789         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4790         Y-extent to the note-extents: stay clear of the staff.
4791
4792 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4793
4794         * Documentation/user/GNUmakefile
4795         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4796         iso. copy.
4797
4798         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4799
4800         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4801
4802         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4803
4804         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4805
4806         * lily/line-interface.cc (line): remove thickness from calling interface.
4807
4808         * lily/hairpin.cc: use Line_interface
4809
4810         * lily/line-interface.cc: new file. Line_interface for everything
4811         with dotted/dashed lines.
4812         
4813
4814         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4815
4816         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4817         for constructing ottava brackets.
4818         
4819         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4820         the note heads.
4821
4822         * Documentation/user/internals.itely (Engravers and performers):
4823         fix broken link.
4824
4825         * scm/music-functions.scm (make-mark-set): new function.
4826
4827         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4828         functionally identical to beam.
4829
4830         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4831         () with beam (). 
4832
4833         * Documentation/user/refman.itely (Rehearsal marks): document new
4834         functionality.
4835
4836         * input/regression/rehearsal-mark-number.ly: new file.
4837
4838         * input/regression/rehearsal-mark-letter.ly: new file.
4839
4840         * scm/translation-functions.scm (number->mark-string): new function
4841         (format-mark-letters): new function
4842         (format-mark-numbers): new function
4843
4844         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4845         integer; formatting is done through markFormatter property.
4846         
4847         * scm/define-translator-properties.scm: fold all *-done properties
4848         into positioning-done.
4849
4850         * lily/beam.cc (position_beam): new function
4851         (brew_molecule): make sure that positions are calced before making
4852         the molecule.
4853
4854         * scm/output*.scm (beam):  take 4th argument for function.
4855
4856         * ps/music-drawing-routines.ps: take blot as 4th argument.
4857
4858         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4859         stem to avoid small dents.
4860         
4861 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4862
4863         * VERSION: release 2.1.11
4864
4865         * input/regression/balloon.ly: new file.
4866
4867         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4868         objects, and make help texts. 
4869
4870         * scm/new-markup.scm (parse-simple-duration): parse duration
4871         string to log & dots. (Thanks Nicolas!)
4872
4873         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4874         rule.
4875
4876 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4877
4878         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4879         Lemberg).
4880
4881         * THANKS: alphabetic order.
4882
4883 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4884
4885         * input/regression/note-head-harmonic.ly: new file.
4886
4887         * Documentation/user/internals.itely (Technical manual): explain
4888         difference between music, translation, layout.
4889
4890         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4891
4892         * scm/output-ascii-script.scm (bracket): rounding bfs.
4893
4894         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4895
4896         * ly/paper*.ly: remove files. 
4897         
4898         * scm/paper.scm (set-staff-size): new function: set default
4899         staff-size.
4900
4901         * scripts/convert-ly.py (conv): add conversion rule.
4902
4903         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4904         function.
4905
4906         * scm/paper.scm: new file.
4907         (set-staff-size): new function 
4908         (set-paper-size): new function
4909
4910         * lily/parser.yy (music_output_def_body): restructure definition,
4911         so first Scheme statement in \paper also happens in new scope. 
4912
4913         * lily/system.cc (post_processing): move uniquify_list () to
4914         dumping molecule stage.
4915
4916         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4917         this will mess up scores that use barchecks to shorten measures.
4918
4919         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4920         at 20pt too.
4921
4922         * Documentation/user/tutorial.itely (Printing lyrics): document
4923         \lyricsto
4924
4925         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4926
4927         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4928
4929         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4930         if Voice is not found.
4931
4932         * VERSION: release 2.1.10
4933         
4934         * input/{test,regression}/: remove old-relative 
4935
4936         * lily/lexer.ll: add empty markup signature. 
4937
4938         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4939         strut markup
4940
4941         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4942
4943         * scm/define-translator-properties.scm: update melismata property
4944         doco.
4945
4946         * lily/system.cc (output_lines): revert uniquify_list() patch,
4947         strange side effects seen.
4948         
4949         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4950         dash-period < 0.
4951
4952         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4953         for flute. 
4954
4955 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4956
4957         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4958
4959         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4960
4961         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4962         of line breaks.
4963         (brew_molecule): add padding to left, not right.
4964
4965         * lily/system.cc (uniquify_list): new function
4966         (output_lines): uniquify_list () on all-elements. This fixes
4967         double symbols in the output.
4968
4969         * lily/beam.cc (rest_collision_callback): don't move anything if
4970         staff-position is set.
4971
4972         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4973
4974         * lily/system.cc (typeset_grob): warn if adding twice.
4975
4976         * lily/sequential-iterator.cc (run_always): implement run_always().
4977         (also in other files.)
4978         
4979         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4980
4981         * lily/event.cc (to_relative_octave): add octave-check.
4982
4983         * Documentation/user/refman.itely (Line breaking): add noBreak.
4984
4985         * scm/new-markup.scm (normalsize-markup): add function.
4986         (sans-markup): new function.
4987
4988         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4989         come earlier nowadays.  This fixes beams on grace notes.
4990         
4991         * scm/music-functions.scm (direction-polyphonic-grobs): new
4992         variable, share between override and revert. This fixes script
4993         directions in polyphonic sections. (backportme)
4994
4995 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4996
4997         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4998         breakpoints.
4999
5000         * lily/break-align-interface.cc: add doco
5001
5002         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5003
5004 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5005
5006         * VERSION: release 2.1.9
5007
5008         * scm/document-markup.scm (markup-doc-node): add note about naming.
5009
5010         * scm/new-markup.scm (left-align-markup): bugfix. 
5011
5012         * Documentation/user/refman.itely (Ottava brackets): more doco for
5013         ottava.
5014
5015         * lily/side-position-interface.cc (out_of_staff): also do
5016         out_of_staff() correctly for d == DOWN.
5017
5018         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5019         horizontal line if they move to the right.
5020         
5021         * scm/define-grobs.scm (all-grob-descriptions): set
5022         text-repeat-if-broken for ottava spanner
5023
5024         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5025         property.
5026
5027         * mf/feta18.mf: design size is 18 not 22.5
5028
5029         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5030         Add a single LyricsVoice to a melody. Melismata may be set
5031         individually.
5032
5033         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5034
5035         * lily/dot-column.cc: add stdio.h
5036
5037 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5038
5039         * lily/item.cc: documentation for break-visibility (Thanks, John).
5040
5041 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5042
5043         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5044
5045         * lily/translator-def.cc: rename Translator_def to Context_def.
5046
5047         * Documentation/user/internals.itely (Lexical details): clarify
5048         string def.
5049
5050         * Documentation/user/refman.itely (Rhythmic music): add link to
5051         RhythmicStaff 
5052
5053 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5054
5055         * lily/translator.cc: document start_translation_timestep()
5056
5057         * scm/output-tex.scm (tex-encoded-fontswitch): use
5058         round for rounding (inexact->exact yields rationals)
5059
5060         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5061
5062         * lily/translator-group.cc (get_simple_trans_list): 
5063         new function; construct simple_trans_list_ lazily.
5064         
5065 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5066
5067         * lily/paper-outputter.cc (output_scope): Check if number before
5068         checking exact (guile cvs).
5069
5070         * scm/*: Escape backslashes in scheme strings (guile cvs).
5071
5072 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5073
5074         * Documentation/user/refman.itely (Tablatures basic): annotate
5075         seealso sections.
5076
5077         * lily/*.cc: cleanup of engraver initialize() functions.
5078
5079         * lily/repeat-acknowledge-engraver.cc
5080         (start_translation_timestep): remove first_b_
5081
5082         * lily/tab-note-heads-engraver.cc: listen to string number events
5083         inside < > too. (backportme).
5084
5085         * Documentation/user/refman.itely (Text scripts): add fatText to
5086         index.
5087
5088 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5089
5090         * VERSION: 2.1.8
5091
5092         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5093         footer.
5094
5095         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5096
5097         * lily/bar-check-iterator.cc (process): only warn if
5098         barCheckLastFail was changed.
5099
5100         * scm/define-translator-properties.scm (barCheckLastFail): add
5101         property.
5102
5103         * lily/main.cc (main_prog): print summary of failed files.
5104
5105         * lily/axis-group-engraver.cc: move all spanner creation to
5106         process_music (). Now staffs can be adjusted with \override too.
5107         (Jan, you are a brilliant programmer!)
5108         
5109         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5110
5111 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5112
5113         * Documentation/user/tutorial.itely (Integrating text and music):
5114         Show the commands to produce a PDF as well.
5115
5116 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5117
5118         * lily/translator-def.cc (get_translator_names): accept user
5119         tweaks too. 
5120
5121         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5122         as big as normal heads. 
5123
5124         * input/*ly: run convert-ly
5125         
5126         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5127         () if dependencies are fluked.
5128
5129         * scm/document-translation.scm (engraver-doc-string): update on
5130         latest string/symbol conventions.
5131
5132         * lily/translator-ctors.cc: use Scheme_hash_table.
5133
5134         * lily/translator-def.cc (get_translator_names): new function
5135         (add_context_mod): new function
5136         (get_accepted): new function
5137
5138         * lily/parser.yy (context_mod): put all modifications of
5139         \translator { } in a single production, encode as SCM.
5140
5141         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5142         to use read-only lists, so additions to the definition can be
5143         prepended easily.  
5144
5145         * Documentation/user/invoking.itexi (Editor support): add node on
5146         editor support.
5147
5148         * Documentation/user/refman.itely (Bar check): add lyrics example
5149         of bar checks. 
5150
5151         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5152
5153         * scripts/convert-ly.py (conv): add conversion rule.
5154
5155         * lily/parser.yy: use \change iso. \translator for staff switch.
5156
5157         * lily/my-lily-lexer.cc: add \change.
5158
5159         * scm/define-translator-properties.scm
5160         (default-melisma-properties): add definition.
5161
5162 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5163
5164         * Documentation/user/refman.itely (Bar lines): clarification of
5165         systemStartDelimiter. 
5166
5167         * input/test/slur-shape.ly (x): remove file.
5168
5169         * lily/translator-group.cc (apply_property_operations): new function.
5170
5171 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5172
5173         * lily/parser.yy (optional_prop_ops): allow \with {
5174         PROPERTYSETTINGS } following \context or \new.
5175
5176         * lily/my-lily-lexer.cc: add \with.
5177
5178         * lily/parser.yy (property_operation): clean up definition of
5179         property operations.
5180         (property_op_to_music): new function.
5181         (context_spec_music): new function
5182
5183         * VERSION: 2.1.7 released.
5184         
5185         * input/regression/collision-merge-dots.ly: new file.
5186
5187         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5188         then kill the dots too. 
5189
5190         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5191         set/unset breakableSeparationItem
5192
5193         * lily/separation-item.cc (relative_width): add function.
5194
5195         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5196         only-prebreak-interface
5197
5198         * lily/system.cc (output_lines): only junk only-prebreak-interface
5199         grobs.
5200
5201         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5202         read breakableSeparationItem
5203
5204         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5205
5206         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5207
5208         * lily/dot-column.cc (dot_config_badness): new function:
5209         select the best scoring dot configuration: dots should go close to
5210         the note heads, but be shifted up or down according to conventions.
5211         (print_dot_configuration): idem.
5212         (shift_one): idem
5213         (remove_collision): idem.
5214
5215         * input/regression/dots.ly: add more test cases.
5216
5217 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5218
5219         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5220
5221         * flower/include/interval.hh: rename elem_b to contains 
5222
5223         * lily/tie.cc: change 'heads to 'head-pair.
5224
5225         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5226         fill in 'heads field.
5227
5228         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5229         minimum-length for short ones, and shorten so collisions with the
5230         next syllable are avoided.
5231
5232         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5233         near-zero slopes.
5234         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5235
5236         * lily/dots.cc: remove quantized_position callback. All Y
5237         positioning is done by dot-column.cc
5238
5239         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5240         exhaustive test of all dot positions. This fixes disappearing dots
5241         in dotted chords.
5242
5243 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5244
5245         * mf/feta-klef.mf (test_staff): fatten up G clef
5246         (test_staff): fatten up f clef.
5247         
5248
5249 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5250
5251         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5252         * input/les-nereides.ly: Use latin1 characters for title, like
5253         Morgenlied.
5254
5255 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5256
5257         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5258         cmb10).
5259
5260         * lily/lyric-extender.cc (brew_molecule): add little space before
5261         extender line.
5262
5263         * lily/beam-quanting.cc (score_forbidden_quants): check if
5264         outer stafflines fall in any beam gaps.
5265
5266         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5267         for lyric texts.
5268
5269 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5270
5271         * VERSION: 2.1.6 released.
5272
5273         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5274         this shows the demerits of a user-defined beam position pair.
5275
5276         * scm/define-grobs.scm (all-grob-descriptions): set
5277         beamed-extreme-minimum-free-lengths to a different value.
5278
5279         * lily/scm-option.cc: add debug-beam scm-option
5280
5281         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5282
5283 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5284
5285         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5286
5287         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5288         space after barline.
5289
5290         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5291
5292         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5293         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5294         the other case, take standard column-breakable spacing. Do not
5295         warn about "no spacing wishes".
5296
5297         This fixes wide spaces after barlines in very loose lines.
5298
5299         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5300
5301 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5302
5303         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5304         acknowledge_grob lyric-syllable, not lyric-text.
5305
5306         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5307         dashes of length #'length separated by #'dash-period. 
5308
5309         * lily/lyric-extender.cc (brew_molecule): idem
5310
5311         * lily/multi-measure-rest.cc (big_rest): idem
5312
5313         * lily/system-start-delimiter.cc (simple_bar): idem
5314
5315         * lily/bar-line.cc (simple_barline): use rounded box
5316
5317         * VERSION: release 2.1.5
5318
5319         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5320         music): move note about dvips to more visible place.
5321
5322         * lily/lyric-phrasing-engraver.cc: move from
5323         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5324         lyric-phrasing-engraver.hh)
5325         
5326         * lyric-align.ly: remove file
5327         
5328         * scripts/convert-ly.py (FatalConversionError.func): add removal
5329         rule for automaticMelismata
5330
5331         * ly/engraver-init.ly (ScoreContext): switch on
5332         New_phrasing_engraver by default.
5333
5334         * lily/slur-engraver.cc (class Slur_engraver):
5335         process_acknowledged_grobs -> process_music.
5336         (try_music): signal melismata correctly.
5337
5338         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5339         word-space, right-trim-amount, and extend past right bound only
5340         for note heads.
5341
5342         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5343         lyric-extender support: add note-heads to the extender
5344         automatically.
5345
5346         * lily/parser.yy: extender is now post_event. 
5347
5348         * lily/accidental-engraver.cc (number_accidentals): remove
5349         spurious warning about non-parent contexts.
5350
5351         * lily/music-output-def.cc (assign_translator): \translator { }
5352         for a Foo context implicitly redefines \FooContext.
5353
5354         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5355         fixes.
5356
5357         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5358         doubly in slur weight. 
5359
5360         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5361         combination.
5362
5363         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5364         staffbar distance.
5365
5366         * scripts/lilypond.py (global_latex_preamble): crank down size of
5367         the margins. Now there is a 12 mm top and bottom margin, which
5368         should correspond with the printable area of modern printers.
5369
5370         This enlarges the music height of the printable page a little.
5371
5372         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5373         signs. Use \markup instead.
5374         (accreg_pen): tweak for accordeon asterisk.
5375
5376 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5377
5378         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5379
5380         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5381
5382         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5383
5384         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5385
5386         * scm/define-grobs.scm (all-grob-descriptions): change
5387         StanzaNumber description: make side support, i.s.o. breakable.
5388         use Instrument_name_engraver for texts in the margin.
5389
5390         * scm/define-translator-properties.scm: remove
5391         melismaEngraverBusy, stz property.
5392
5393         * *.cc: naming: change empty_b () into is_empty ()
5394
5395         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5396
5397         * input/regression/lyric-phrasing-new.ly: new file.
5398
5399         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5400         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5401         melismata are now left-aligned.
5402
5403 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5404
5405         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5406
5407         * mf/feta19.mf: remove.
5408         
5409         * mf/feta-klef.mf (test_staff): more tweaks
5410
5411         * mf/feta-toevallig.mf: more small size tweaks.
5412
5413         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5414         rests for smaller sizes.
5415
5416         * mf/feta-bolletjes.mf: fix cross heads.
5417
5418         * VERSION: release 2.1.4
5419         
5420         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5421         deprecated #'ancient font family
5422
5423         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5424         it is a string or number.
5425
5426         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5427         change calling convention of stem-attachment function. 
5428
5429         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5430
5431         * mf/feta-autometric.mf: dump WX/WY fields too
5432         
5433         * mf/parmesan-heads.mf: idem.
5434
5435         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5436         attachment coordinates.
5437
5438         * lily/note-head.cc (stem_attachment_coordinate): read stem
5439         attachment from the notehead glyphs WX/WY fields.
5440
5441         * lily/include/font-metric.hh (struct Font_metric): add methods
5442         get_indexed_wxwy (), make a distinction between looking up by
5443         index and ASCII  
5444
5445         * mf/feta-bolletjes.mf: rewrite note head MF code.
5446         (test_outlines): make heads more rotund for smaller sizes. 
5447
5448 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5449
5450         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5451         throughout. Font scaling fixes throughout.
5452
5453         * mf/feta-sleur,slur.mf: remove. 
5454
5455         * mf/feta-slag.mf: rewrite.
5456
5457 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5458
5459         * VERSION: release 2.1.3
5460
5461         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5462
5463         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5464
5465         * lily/mark-engraver.cc (process_music): fix mark
5466         \default. (backportme)
5467
5468         * stepmake/stepmake/automatically-generated.sub.make (default):
5469         use -n for head/tail commands. 
5470
5471         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5472         heads with the same pitch.
5473
5474 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5475
5476         * lily/recording-group-engraver.cc (finalize): set protected_scm
5477         member to '() before finalizing.
5478
5479         * lily/translator-group.cc (finalize): remove removal_processing () 
5480
5481         * lily/recording-group-engraver.cc: new engraver: record
5482         synchronized start & end times for each music object.
5483
5484         * lily/parser.yy (toplevel_expression): execute score rendering
5485         during parsing. Cleanup output-filename handling; this is no
5486         longer done with global variables.
5487         (translator_spec_body): allow \type modification too.
5488
5489         * lily/score.cc:  ly:run-translator: new function
5490         (LY_DEFINE): ly:render-output new function.
5491
5492         Separate interpreting and rendering, and make available as
5493         functions at Scheme level.
5494
5495 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5496
5497         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5498         (musicxml-node->string):
5499         (xml-node->string):
5500         (music-to-musicxml): New function.
5501
5502 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5503
5504         * VERSION: 2.1.2 released
5505
5506         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5507
5508         * scm/font.scm (paper20-font-vector): discouple font design sizes
5509         from sizes specified in .ly file: store all design sizes of a font
5510         in a single vector.
5511
5512         * lily/font-select.cc (get_font_by_design_size): new function
5513
5514         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5515         add parmesan,feta in sizes 14 and 18.
5516         
5517         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5518
5519         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5520         of fontSize: this now sets font-size
5521
5522 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5523
5524         * VERSION: 2.1.1 released
5525         
5526         * Documentation/user/refman.itely (Tuning objects): add note about
5527         concurrent tweaks in different contexts. 
5528
5529         * lily/tie-engraver.cc (acknowledge_grob): use
5530         Staff_symbol_referencer::get_position iso. reading staff-position
5531         directly.
5532
5533         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5534         currentMusicalColumn as left span-point for bracket. The bracket
5535         is too long when there are accidentals.
5536
5537 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5538
5539         * buildscripts/lilypond-profile.sh,
5540         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5541         Thanks to Reuben Thomas <rrt@mupsych.org>
5542
5543 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5544
5545         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5546         Wurbel <wurbel@univ-tln.fr>.
5547
5548 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5549
5550         * scripts/midi2ly.py: Add space after chords.
5551
5552 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5553
5554         * input/regression/{many}: add few @code{ ... }.
5555
5556 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5557
5558         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5559         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5560         Removed cmbx5, cmbx6 (which are included in teTeX)
5561         and cmbxti14 which is not used in fonts.scm.
5562
5563 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5564
5565         * lily/midi-item.cc: fine tune quarter tones.
5566
5567 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5568
5569         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5570         new function, warn how many cents are missing in fine tuning.
5571
5572 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5573
5574         * input/bugs/rhytmicstaff-tie.ly: add file.
5575
5576         * THANKS: Create skeleton for 2.1.
5577
5578 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5579
5580         * input/test/bar-lines.ly (TODO): dashed "|".
5581
5582 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5583
5584         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5585         input/regression/tie-chord.ly: Fix spell for tying.
5586
5587         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5588
5589         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5590         new file (renamed, see above).
5591
5592         * Documentation/user/lilypond-book.itely
5593         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5594         * input/example-1.ly input/example-2.ly input/example-3.ly
5595         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5596         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5597         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5598         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5599         * scripts/lilypond-book.py scripts/lilypond.py
5600         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5601         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5602
5603         * Documentation/user/lilypond.tely: update version.
5604
5605         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5606         Remove extra spaces in each @node, fixes spaces.
5607
5608 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5609
5610         * scripts/lilypond-book.py (output_dict): Add definition of
5611         \lilypondbook also for LaTeX output. Solves several bug reports.
5612
5613 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5614
5615         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5616
5617 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5618
5619         * input/test/transposition.ly: Fix key signatures, given in comments.
5620
5621 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5622
5623         * scm/midi.scm (instrument-names-alist),
5624         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5625
5626 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5627
5628         * input/test/temporary-stave.ly (texidoc): New example based on an
5629         email question from Ralph Little.
5630
5631 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5632
5633         * VERSION: release 2.1.0
5634         
5635         * lily/note-performer.cc (try_music): accept busy-playing-event.
5636
5637         * lily/swallow-perf.cc (try_music): return false for
5638         busy-playing-event and melisma-playing-event.
5639
5640 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5641
5642         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5643         >> in \score.
5644
5645 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5646
5647         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5648         that articulation_substitute will not move beam start again.
5649         (articulation_substitute): Bugfix: remove stray space so that new
5650         old chords ending '>>' does not get broken up.
5651         (sub_chord): Use TAB for indentation (not spaces).
5652         
5653         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5654         Bugfix for startup: Use ?^ instead of ?\^.
5655
5656 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5657
5658         * lily/lyric-combine-music-iterator.cc
5659         (Lyric_combine_music_iterator): change init order, to prevent GC
5660         segfaults.
5661
5662         * lily/context-specced-music-iterator.cc (construct_children): 
5663         only change  translator if found. This fixes a core dump problem.
5664
5665 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5666
5667         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5668         comparison.
5669
5670         * mf/feta-bolletjes.mf: make hole in half note little
5671         smaller for stem attachment.
5672
5673         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5674
5675         * mf/feta-banier.mf: don't draw stem with flag, just small square
5676         attachment.
5677
5678         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5679
5680         * mf/feta-banier.mf: remove upstem/downstem characters.
5681
5682         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5683
5684         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5685         stafflinethickness (in the default)
5686
5687         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5688
5689         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5690
5691         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5692
5693         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5694
5695         * lily/include/directional-element-interface.hh:
5696         junk class, make {get,set}_grob_direction functions.
5697
5698         * lily/slur.cc (get_attachment): do something sensible when
5699         attaching to stem without heads (eg. a rest).
5700
5701         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5702         forcing up to staff.  remove #'support-head property
5703         (brew_molecule): small cleanup.
5704         (flag): remove #'grace property.
5705
5706 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5707
5708         * cygwin/postinstall-lilypond.sh: 
5709         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5710         (Volker Zell).
5711
5712 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5713
5714         * scripts/lilypond-book.py: resurrect 'eps' option. 
5715         (TexiPaper.to_eps): use -Ppdf for EPS files.
5716
5717         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5718
5719         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5720
5721         * VERSION: release 2.0.1
5722
5723         * lily/bezier.cc (get_other_coordinate): change assert into
5724         warning.
5725
5726         * lily/note-head.cc (internal_brew_molecule): make left protusion
5727         smaller, to accomodate for natural sign.
5728         (internal_brew_molecule): only do this when the accidental is
5729         close enough.
5730         (extent): new function
5731
5732         * lily/skyline.cc (merge_skyline): new function
5733         (heighten_skyline): new function
5734
5735         * lily/accidental-placement.cc (position_accidentals) 
5736         (position_accidentals): fix todo.
5737
5738 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5739
5740         * input/test/+.ly (texidoc): put version number inline.
5741
5742         * GNUmakefile.in: remove rsync-web target.
5743         
5744         * input/regression/bar-scripts.ly (onestaff): raggedright
5745
5746 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5747
5748         * lily/*.cc: remove #if 0'd code in couple of places.
5749
5750         * lily/midi-stream.cc (operator <<): rewrite.
5751
5752         * lily/note-head.cc (internal_brew_molecule): 
5753         only make ledgers when the Staff symbol has lines.
5754
5755         * ly/property-init.ly (arpeggioBracket): simplify
5756
5757         * lily/translator-group.cc (execute_pushpop_property): use
5758         SCM_EQ_P for comparing keys. This fixes reverting
5759         auto-beam-settings.
5760
5761 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5762 *
5763         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5764         midi_debug_global_b.
5765         (operator <<): Normalise loop.
5766
5767 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5768
5769         * scripts/lilypond.py (escape_path): revise.
5770
5771         * scm/music-functions.scm (set-output-property): new function.
5772         
5773 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5774
5775         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5776         use addmakeflags again.
5777
5778         * cygwin/lily-wins.py (escape_shell): New function; use it.
5779
5780         * scripts/lilypond.py (escape_shell): Escape quotes and other
5781         spaces too.  Do not escape escaping backslashes.
5782
5783         * make/srcdir.make.in (web-install): Must call install-WWW now.
5784
5785         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5786         dependency
5787
5788 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5789
5790         * scripts/lilypond.py (escape_path): escape quotes too. 
5791
5792         * Documentation/user/lilypond.tely (Unified index): rename Index
5793         to accomodate Windows breakage.
5794
5795         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5796
5797         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5798         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5799         target not a source.
5800
5801 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5802
5803         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5804         addmakeflags.  Build and install doc and web also when building on
5805         Cygwin.
5806
5807         * mf/GNUmakefile: Bugfix.
5808
5809         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5810         target web.
5811
5812         * cygwin/lily-wins.py: Quote filename.
5813
5814 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5815
5816         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5817
5818 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5819
5820         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5821         settings.
5822
5823         * configure.in: Require g++ > 3.0.4.
5824
5825         * mf/GNUmakefile: Bugfix: Add list.ly target.
5826         
5827         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5828
5829         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5830         make omf directory, add uninstall targets.
5831
5832 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5833
5834         * lily/tie-performer.cc (initialize): init prev_event
5835
5836         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5837
5838         * lily/script-engraver.cc (make_script_from_event): don't crash on
5839         non-string articulation-type.
5840
5841         * lily/new-fingering-engraver.cc (add_script): don't crash on
5842         0 scripts 
5843         (acknowledge_grob): warn about text script events.
5844
5845 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5846
5847         * buildscript/lilypond.words: fix path for drums.scm.
5848
5849 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5850
5851         * lily/spacing-spanner.cc (note_spacing): don't make longer
5852         durations than measure-length.
5853
5854         * VERSION: release 2.0.0
5855
5856         * GNUmakefile.in (rsync-web): version independent rsync target.
5857
5858         * input/test/+.ly (texidoc): idem.
5859
5860         * input/regression/+.ly: print version number.
5861
5862         * input/regression/accidentals.ly (mel): shorten.
5863
5864         * input/regression/accidental-octave.ly (texidoc): shorten.
5865
5866         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5867
5868         * input/regression/completion-heads-polyphony.ly: octave
5869
5870         * input/regression/beam-manual.ly: remove
5871
5872         * input/regression/beam-chord.ly: remove
5873
5874         * input/regression/grace-dynamic.ly: remove
5875         
5876         * input/regression/grace-volta-repeat.ly: octave fixes.
5877
5878         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5879
5880         * lily/parser.yy (step_number): semitones for chord entry too.
5881         (make_chord_step): more robust code, semitones. 
5882
5883         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5884
5885         * input/regression/breathing-sign.ly (texidoc): split ancient and
5886         normal breathing signs.
5887
5888         * scm/define-grobs.scm (all-grob-descriptions): swap
5889         beamed-extreme-minimum-free-lengths and
5890         beamed-minimum-free-lengths; the 'extreme' case should allow
5891         shorter stems. This fixes forced directions on beamed 32nd and
5892         shorter notes.
5893
5894         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5895         quartertones, not semitones.
5896         (NoteNamesContext): swallow more event types
5897
5898         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5899
5900         * VERSION (PACKAGE_NAME): release 1.9.10
5901
5902 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5903
5904         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5905         set note head as cause of note-column.  This gives a better error
5906         message.
5907
5908 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5909
5910         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5911
5912 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5913
5914         * mf/GNUmakefile (pfa_warning): instruct 
5915
5916         * stepmake/aclocal.m4: typo.
5917
5918         * Documentation/user/cheatsheet.itely: more verbose examples.
5919
5920         * input/regression/clefs.ly: remove bogus docstring.
5921
5922 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5923
5924         * GNUmakefile.in (SUBDIRS): Add elisp.
5925
5926         * elisp/lilypond-mode.el: 
5927         * elisp/lilypond-init.el: 
5928         * elisp/lilypond-indent.el: 
5929         * elisp/lilypond-font-lock.el: Move from top dir.
5930
5931         * stepmake/stepmake/elisp-vars.make: New file.
5932
5933         * config.make.in (elispdir): Add.
5934
5935         * Documentation/topdocs/INSTALL.texi: Typo.
5936
5937         * make/ly-rules.make: Test for files instead of touching void and
5938         ignoring errors.
5939
5940         * GNUmakefile.in:
5941         * make/lilypond.redhat.spec.in:
5942         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5943         <builddir>, adding
5944         
5945              (push "<builddir>/share/lilypond/elisp" load-path)
5946
5947         to your ~/.emacs.el should give you LilyPond-mode again.
5948
5949         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5950         regexp for DOS/Windows, we are too paranoid to fix others.
5951
5952 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5953
5954         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5955
5956         * input/test/chord-names-jazz.ly (banterProperties): fix
5957
5958         * lily/parser.yy (bass_mod): bass figure alterations are semi
5959         tones, not quarter tones
5960
5961         * lily/beam.cc (set_stem_lengths): only lengthen stems
5962         for gapped beams.
5963
5964         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5965         by beamcount.
5966
5967         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5968         a warning that the warning may erroneous.
5969
5970         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5971         target.
5972
5973         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5974         targets.
5975
5976         * GNUmakefile.in ($(config_h)): config.h should depend on
5977         config.hh.in .
5978         (lilypond.words): remove fontball stuff.
5979
5980         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5981
5982         * configure.in: remove pktrace reference.
5983
5984         * GNUmakefile.in (rsync-web): permissions and ownership for
5985         website.
5986
5987         * lily/volta-engraver.cc (staff_eligible): new function.
5988         (stop_translation_timestep): kill off spanners if not eligible.
5989
5990         * VERSION (PATCH_LEVEL): release 1.9.9
5991
5992         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5993
5994         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5995         length is more important than forbidden quants.
5996         
5997 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5998
5999         * buildscripts/lilypond.words: order words in search order,
6000         add lilypond.words.vim to be generated.
6001
6002         * lilypond.vim: use lilypond.words.vim for keyword matching.
6003
6004         * lilypond-mode.el: use search order. fix word selection rules.
6005
6006         * lilypond-font-lock.el: fix fontifying long durations.
6007
6008         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6009
6010 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6011
6012         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6013
6014         * stepmake/stepmake/generic-targets.make:
6015         * stepmake/stepmake/bin/make-version.py: 
6016         * stepmake/aclocal.m4:
6017         * make/stepmake.make:
6018         * make/toplevel-version.make: Build fixes: remove last traces of
6019           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6020
6021         * lily/beam.cc: Add gap-count property.
6022
6023 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6024
6025         * scm/define-grob-properties.scm (gap-count): add gap-count
6026
6027         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6028
6029 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6030
6031         * cygwin/mknetrel.doc: Typo.
6032
6033         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6034
6035         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6036
6037 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6038
6039         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6040         sizes. Remove support for 'ledger'(=tabloid+landscape).
6041
6042 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6043
6044         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6045         sauter PFAs.
6046
6047         * configure.in: remove VERSION stuff once again.
6048
6049         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6050
6051         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6052         for chord names.
6053
6054         * mf/GNUmakefile: always trace pfa fonts.
6055         (SAUTER_FONTS): add cmss[567] too fonts
6056
6057         * configure.in: require mftrace. 
6058
6059         * lily/staff-performer.cc (new_instrument_string): don't look at
6060         instrument property.
6061
6062         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6063         is_direction is the C++ one. Similar for ly_axis_p and
6064         ly_number_pair_p
6065
6066 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6067
6068         * lily/beam.cc (brew_molecule): read gap-count to determine
6069         number of tremolo (gapped) beams.
6070
6071         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6072         shorter than 1/8
6073
6074         * flower/include/array.hh (default_compare): new function
6075
6076         * cygwin/mknetrel: Native fixes.
6077
6078         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6079
6080 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6081
6082         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6083         feature for Windows.
6084
6085         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6086
6087         * cygwin/mknetrel: Updates for native use on Cygwin.
6088
6089         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6090
6091         * stepmake/stepmake/help2man-rules.make: 
6092         * cygwin/mknetrel: Bugfix for manpages.
6093
6094         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6095         $(builddir).  Stepmake is a normal subdirectory now, that is not
6096         configured.  Another srcdir build fix.
6097
6098         * Documentation/topdocs/INSTALL.texi,
6099         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6100         lilypond-init.el, lilypond-mode.el, debian/rules,
6101         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6102         rename generated file lilypond.words to lilypond.words.el.
6103
6104 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6105
6106         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6107
6108         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6109         GNUmakefile.in.
6110
6111 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6112
6113         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6114         when cross building.
6115
6116         * configure.in: srcdir build fix.
6117
6118         * cygwin/GNUmakefile:
6119         * cygwin/lily-wins.py:
6120         * cygwin/postremove-lilypond.sh: 
6121         * cygwin/postinstall-lilypond.sh: Merge from stable.
6122
6123         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6124         s/ly2dvi/lilypond/.
6125
6126 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6127
6128         * lily/slur.cc (after_line_breaking): only set control points if
6129         none supplied yet.
6130
6131         * input/test/slur-manual.ly: new file.
6132
6133         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6134         <<  >> chords too.
6135
6136         * VERSION (PACKAGE_NAME): release 1.9.8
6137
6138         * scripts/lilypond.py (escape_path): escape spaces in directory names
6139
6140         * input/test/text-spanner.ly: fixes.
6141
6142 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6143
6144         * buildscripts/lilypond.words.py: add drum names as note names to
6145         Emacs-mode.
6146
6147 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6148
6149         * input/regression/hairpin-dashed.ly: new file.
6150
6151         * scripts/convert-ly.py (conv): warn about dash-length.
6152
6153         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6154         automatically if we get a new one.
6155
6156         * lily/lookup.cc (dashed_line): new function
6157
6158         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6159         dash-fraction.
6160
6161 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6162
6163         * buildscripts/lilypond.words.py: extract note names.
6164
6165         * lilypond-mode.el: take note names from lilypond.words -file.
6166         small fix in the use of string-match.
6167
6168         * lilypond-font-lock.el: use lilypond.words for note names, add 
6169         maxima to note a duration.
6170
6171 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6172
6173         * lily/breathing-sign.cc: remove railtracks() function. 
6174
6175         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6176
6177         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6178         (brew_molecule): bugfix don't make arpeggio shorter when
6179         arpeggio-direction is set.
6180
6181         *  debian/rules: small corrections in the (Pedro K)
6182
6183         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6184         examples.
6185
6186         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6187         special (repeat) bar comes along.
6188
6189         * input/regression/auto-beam-bar.ly: update.
6190
6191         * scripts/lilypond-book.py (output_dict): remove support for the
6192         EPS option.
6193
6194         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6195         VerticalAlignment and VerticalAxisGroup this fixes the size
6196         computations for the entire system.
6197  
6198         * input/les-nereides.ly (bass): remove superfluous fontSize.
6199
6200         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6201         causes directory of file to be added to include path.
6202
6203         * input/regression/beam-break.ly: test single stem beams.
6204
6205         * input/regression/system-start-bracket.ly: fix.
6206
6207         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6208
6209         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6210
6211         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6212         (score_stem_lengths): do something sensible for single stem beams.
6213
6214         * lily/beam.cc (least_squares): add kludge for single stem beams.
6215
6216         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6217         keySignature to list of broken things.
6218
6219         * input/regression/keys.ly: fix.
6220
6221         * VERSION (PACKAGE_NAME): release 1.9.7
6222
6223         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6224
6225         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6226
6227         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6228         (quartertone_pitch): new function
6229
6230         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6231         flat. WARNING: FONT CHANGED.
6232
6233         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6234
6235         * lily/accidental-placement.cc (add_accidental): support for
6236         quarter tones.
6237
6238         * ly/LANGUAGEs.ly: use symbols for alterations.
6239
6240         * mf/feta-toevallig.mf: change accidental codes. 
6241
6242         * scm/lily.scm (ly:get-option): switch on debugging only for
6243         --verbose.
6244
6245         * lily/lily-guile.cc: remove ly:verbose?
6246
6247         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6248
6249         * lily/parser.yy (TODO): only do gh_call() for apply with
6250         procedure argument.
6251
6252         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6253         stuff in accordance with new timing of tie-events.
6254
6255         * lily/my-lily-lexer.cc: remove \outputproperty
6256
6257         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6258
6259         * scm/define-translator-properties.scm (melismaBusyProperties):
6260         add melismaBusyProperties property.
6261
6262 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6263
6264         * input/test/ambitus-mixed.ly (texidoc): new file.
6265
6266         * buildscripts/mutopia-index.py (find): prune debugging
6267
6268         * lily/side-position-interface.cc: doc updates
6269
6270         * Documentation/user/refman.itely: updates, tweaks.
6271
6272         * lily/parser.yy (Simple_music): remove outputproperty
6273
6274         * make/stepmake.make: use VERSION again; importing VERSION via
6275         autoconf dependencies is too hairy.
6276
6277 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6278
6279         * lilypond-mode.el: allow `-' for keywords and identifiers.
6280
6281 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6282
6283         * VERSION: release 1.9.6
6284         
6285         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6286         iso. ly2dvi.
6287
6288         * Documentation/user/*.itely: fixes everywhere
6289
6290         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6291         produce ties from the engraver itself, do not broadcast TieEvent.
6292
6293         * lily/my-lily-lexer.cc: remove pitch & duration.
6294
6295         * lily/parser.yy (TODO): remove \pitch and \duration
6296
6297         * input/test/explicit.ly: remove file.
6298
6299         * Documentation/user/refman.itely (Pitches): remove \pitch 
6300         \duration command.
6301
6302 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6303
6304         * buildscripts/lilypond.words.py: add all slur types to Emacs
6305         insertion menu, suppose everything is postfixed by dropping 
6306         unnecessary `-' -marks.
6307
6308 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6309
6310         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6311         tremoloed stems.
6312
6313         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6314         head for flagged stems.
6315
6316         * lily/stem.cc (get_default_stem_end_position): futz with extra
6317         stem length if there is a stem tremolo.
6318
6319         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6320         it would be too small.
6321
6322         * lily/font-metric.cc: return #f for non-existent glyph.
6323         
6324         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6325         exported through config.make.
6326
6327         * input/regression/clef-oct.ly: new file.
6328
6329         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6330         transposition.
6331
6332         * input/template/*.ly: remove old relative.
6333
6334         * ly/english.ly: add X names for double sharp.
6335
6336 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6337
6338         * lily/font-select.cc: new file handle font selection routines.
6339
6340         * lily/parser.yy: add ; (Patrick Atamaniuk)
6341
6342         * input/test/time-signature-double.ly: use markups for double time
6343         sigs.
6344
6345         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6346         ChordNames.SeparationItem #'padding for adjusting space after chords.
6347         
6348         * lily/music-output-def.cc (LY_DEFINE): 
6349         new function ly:paper-lookup.
6350         
6351         * mf/parmesan-clefs.mf: use # quantities for char_box
6352         offsets. Fixes overflow errors in the PFA. 
6353
6354         * scm/new-markup.scm (strut-markup): change calling interface for
6355         markup. Pass paper-def, not grob. This would allow \markup to be
6356         used separately from grobs.
6357
6358         * lily/paper-def.cc: new function ly:paper-font; this function
6359         replaces ly:get-font.
6360
6361         * lily/include/font-interface.hh (struct Font_interface): take
6362         Paper_def iso. Grob for get_font().
6363
6364 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6365
6366         * Documentation/user/ tutorial.itely, refman.itely: add warning
6367         about \key and accidentals.
6368
6369 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6370
6371         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6372
6373         * Documentation/user/*.itely: manual tweaks
6374
6375 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6376
6377         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6378         cleanup; bugfix: exact_center
6379
6380         * Documentation/user/refman.itely: added more documentation on
6381         ambitus according to recent questions on lilypond-user list
6382
6383 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6384
6385         * input/regression/ottava.ly (texidoc): demo 15ma too.
6386
6387         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6388
6389         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6390         octave fixes.
6391
6392 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6393
6394         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6395         problems on older Mac editors.
6396
6397 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6398
6399         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6400
6401 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6402
6403         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6404         mf/parmesan-clefs.mf: added comments on character alignment and
6405         set_char_box() conventions
6406
6407         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6408         set_char_box()'s
6409
6410         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6411
6412 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6413
6414         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6415
6416 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6417
6418         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6419         shortened to avoid almost-collision with staff line; code cleanup;
6420         other custodes: fixed char boxes; code cleanup
6421
6422 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6423
6424         * configure.in: release 1.9.5
6425         
6426         * scripts/lilypond.py (global_latex_preamble): only set
6427         twosideshift if 'twoside' is in latexoptions 
6428
6429         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6430
6431         * VERSION: remove
6432
6433         * scripts/*2ly.py: update <> syntax
6434
6435 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6436
6437         * lily/chord-name-engraver.cc (process_music): add origin for
6438         chord name.
6439
6440         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6441
6442         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6443         bass notes for exceptions too.
6444
6445         * scm/define-grobs.scm (all-grob-descriptions): rename
6446         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6447
6448         * scm/define-grob-properties.scm (remove-first): add remove-first
6449         property for orchestral scores.
6450
6451         * Documentation/user/*.itely: switch <<>> and <> 
6452
6453         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6454         last_line only once. This fixes the two consecutive glissandi problem.
6455
6456 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6457
6458         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6459         error message "flexa-width undefined"
6460
6461         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6462         lily/include/gregorian-ligature.hh: print warning when ignoring
6463         head prefixes on flexa shapes
6464
6465         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6466         space before a series of inclinatum heads
6467
6468         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6469         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6470         cleanups
6471
6472         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6473         and char_box
6474
6475 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6476
6477         * input/regression/breathing-sign.ly: tiny fixes
6478
6479         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6480         semantical collision with vaticana ligatures
6481
6482         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6483         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6484         now consistent with mensural ligatures
6485
6486         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6487         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6488         context pitches and staff position; dto. for virga stem; removed
6489         obsolete virga and clivis characters from parmesan font (WARNING:
6490         font changed)
6491
6492         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6493         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6494
6495         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6496         scm/define-grob-properties.scm: consistency fix: renamed
6497         join_left->add_cauda
6498
6499         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6500         appendix length; bugfix: yoffs_bt for reverse direction punctum
6501         characters
6502
6503         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6504         small cleanups; added more docu
6505
6506         * lily/mensural-ligature-engraver.cc,
6507         lily/vaticana-ligature-engraver.cc,
6508         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6509         computation to CoherentLigatureEngraver
6510
6511         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6512         scm/define-grob-properties.scm: bugfix: added missing linea and
6513         cavum properties; bugfix: removed dead semivocalis property
6514
6515         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6516         length; redesigned quilisma, stropha and auctum
6517
6518         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6519         line thickness
6520
6521         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6522         Documentation/user/refman.itely: bugfix: introduced shifted
6523         epiphonus head to avoid collision with adjacent plica
6524
6525 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6526
6527         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6528
6529         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6530
6531 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6532
6533         * Documentation/user/tutorial.itely (A lead sheet): remove
6534         duplicate chords.
6535
6536         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6537
6538 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6539
6540         * Documentation/bibliography/computer-notation.bib (isbn): add
6541         xivcim publication.
6542
6543 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6544
6545         * GNUmakefile.in: drop lilypond.words for generation.
6546
6547 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6548
6549         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6550
6551         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6552
6553 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6554
6555         * input/test/figured-bass-alternate.ly (fl): new file.
6556
6557         * Documentation/topdocs/README.texi (Top): clarifications.
6558
6559         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6560         theses of Gieseking and Renz.
6561
6562         * GNUmakefile.in (README_FILES): remove README.mandrake.
6563
6564 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6565
6566         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6567         from source files and search patterns listed in the script.
6568
6569         * GNUmakefile.in: add target `lilypond.words'.
6570
6571         * lilypond.words: remove file, generated by `make lilypond.words'.
6572
6573         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6574
6575 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6576
6577         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6578
6579 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6580
6581         * VERSION: 1.9.4 released
6582
6583         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6584         rule for < > <-> << >> substitution
6585
6586         * lily/lexer.ll: exchange meaning of << >> and < > 
6587
6588         * VERSION (PACKAGE_NAME): 1.9.3 released
6589
6590         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6591         pages unconditionally.
6592
6593 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6594
6595         * Documentation/user/music-glossary.tely (Top): small syntax
6596         fixes.
6597
6598         * scm/music-functions.scm (remove-tag): filter \tagged music
6599         expressions.
6600
6601         * input/regression/tag-filter.ly (texidoc): new file.
6602
6603         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6604         symbol2 .. ) etc. 
6605
6606         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6607         convert rule.
6608
6609         * Documentation/user/refman.itely (Fingering instructions): adjust
6610         manual.
6611
6612         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6613         for borderline cases (e.g. 1 fingering.)
6614         (position_scripts): revise interface, use fingerOrientations to
6615         set fingering positions.
6616
6617         * scm/document-translation.scm (context-doc): add aliases to
6618         automated documentation.
6619
6620         * make/lilypond-vars.make: remove stepmake compat glue.
6621
6622         * make/generic-vars.make: remove cruft.
6623
6624         * lily/main.cc (main): don't identify binary.
6625
6626 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6627
6628         * lily/include/translator.hh (class Translator): remove
6629         type_string_ , use symbol for context name throughout.
6630         Changes through whole source tree.
6631
6632         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6633         set PDF as default, and always make PDF.
6634
6635         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6636
6637 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6638
6639         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6640         Documentation/user/refman.itely input/regression/allfontstyle.ly
6641         input/regression/grace-types.ly:
6642         fix spelling for acciaccatura (Webster's 1913).
6643
6644 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6645
6646         * lily/main.cc (usage): adjust blurb, include url.
6647
6648         * input/regression/breathing-sign.ly (texidoc): transpose up
6649
6650 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6651
6652         * input/regression/breathing-sign.ly: changed ancient examples to
6653         be relevant (by request of Han-Wen); updated BreathingSign text
6654         property according to new syntax.
6655
6656         * ly/gregorian-init.ly: updated BreathingSign text property
6657         according to new syntax
6658
6659 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6660
6661         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6662         (Clef): index entries for clefs.
6663
6664         * python/lilylib.py (system): remove errorlog files.
6665         
6666 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6667
6668         * lilypond.words: add \new and new graces. Add dynamics to menus
6669         keeping 1.8.x compatibility; after all the engraving relating to 
6670         notes becomes postfixed `-' marks will be removed.
6671
6672 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6673
6674         * lily/molecule.cc (align_to): idem.
6675
6676         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6677         
6678         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6679         accacciatura everywhere.
6680
6681         * VERSION (PACKAGE_NAME): released 1.9.2
6682
6683         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6684
6685         * scm/document-markup.scm (markup-doc-node): sort markup function
6686         list.
6687
6688         * lily/paper-outputter.cc (output_version): change "Lily was here"
6689         into  "Engraved by LilyPond"
6690
6691         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6692         on unquoted strings before \notenames.
6693
6694         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6695         increases the number of s/r reductions to 4.
6696
6697         * scm/new-markup.scm (fraction-markup): \fraction command.
6698
6699         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6700         mode
6701
6702         * lily/lookup.cc (round_filled_box): rename function.
6703         (LY_DEFINE): round-filled-box: change signature.
6704
6705         * Documentation/user/refman.itely: revise section explaining grace
6706         notes.
6707
6708         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6709         ly:set-context-property
6710
6711         * input/*/*.ly (vmus): use \new everywhere.
6712
6713         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6714
6715         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6716         default
6717
6718         * scm/music-functions.scm (set-stop-grace-properties)
6719         (set-start-grace-properties, add-grace-property): new functions
6720         for modular grace tweak control.
6721
6722         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6723         
6724 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6725
6726         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6727
6728         * GNUmakefile.in (install-pfa-fonts):
6729         (get-pfa-fonts): New target.
6730
6731         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6732         install-pfa-fonts help.
6733
6734 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6735
6736         * lily/translator-scheme.cc (LY_DEFINE):
6737         ly:context-pushpop-property new function.
6738         (LY_DEFINE): new function ly:translator-find  
6739         new function ly:translator?
6740         (LY_DEFINE): new function ly:context?
6741
6742         * lily/translator-def.cc: remove
6743         Translator_def::apply_pushpop_property().
6744
6745         * python/lilylib.py (read_pipe): only store and display error log
6746         if verbose not set.
6747         (read_pipe): only display log if it contains something.
6748
6749 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6750
6751         * Documentation/misc/GNUmakefile: Re-add.
6752         (TEXTS): Add CHANGES.
6753
6754 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6755
6756         * lilypond.words: add \newcontext.
6757
6758 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6759
6760         * lily/tie-performer.cc (stop_translation_timestep): only flush
6761         tied_notes when we have actually made a tie. Fixes bugs with ties
6762         in polyphonic scores.
6763
6764 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6765
6766         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6767         they do not exist.
6768
6769 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6770
6771         * VERSION (PACKAGE_NAME): released 1.9.1 
6772
6773         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6774         Instrument_name_engraver
6775
6776         * lily/tie-performer.cc (create_audio_elements): bugfix
6777
6778         * Documentation/user/music-glossary.tely (Top): comment out
6779         font-style statements.
6780
6781         * input/test/force-hshift.ly: revise example.
6782
6783         * Documentation/bibliography/engraving.bib (note): typos.
6784
6785         * configure.in: bump GCC requirements to 3.x
6786
6787         * lily/include/audio-item.hh (class Audio_tie): rename
6788         note_l_drul_ to note_drul_
6789
6790         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6791
6792         * lily/parser.yy (relative_music): whoops. All \relative were off
6793         by ...  a lot .... Ahem.
6794
6795         * scm/define-music-types.scm (music-descriptions): idem.
6796
6797         * lily/beam-engraver.cc: move new-beam-event to beam-event
6798
6799         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6800         to Tie_engraver
6801
6802         * input/regression/bar-number.ly: remove unnecessary old-relative
6803         options.
6804         
6805         * Documentation/user/internals.itely (Creating contexts): document
6806         \newcontext
6807
6808         * lily/parser.yy (Composite_music): add \newcontext
6809
6810         * Documentation/user/refman.itely (MIDI block): add note about
6811         dotted tempos.
6812
6813         * scm/font.scm: remove old markup legacy
6814
6815         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6816
6817         * lily/breathing-sign.cc (brew_molecule): remove function
6818
6819         * lily/text-item.cc: remove old-style markups.
6820         (interpret_markup): C++ version of markup function
6821         (brew_molecule): idem.
6822
6823         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6824         as Scheme variable.
6825
6826         * scripts/convert-ly.py (conv): dashes rule.
6827         Apply rule.
6828
6829         * Documentation/user/lilypond-book.itely: syntax fixes. 
6830
6831 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6832
6833         * VERSION (PACKAGE_NAME): release 1.9.0
6834
6835         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6836         note about dvips. (Should backport.)
6837
6838         * scripts/convert-ly.py
6839         (FatalConversionError.articulation_substitute): add
6840         convert-new-chords code. Remove convert-new-chords.py
6841
6842         * Documentation/user/refman.itely (Octave check): document
6843         \octave.
6844
6845         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6846         \relative changes.
6847
6848         * lily/parser.yy (command_element): octave check:
6849
6850            \octave PITCH
6851
6852         checks that PITCH (without octave) yields PITCH (with octave) in
6853         \relative
6854
6855         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6856
6857         * lily/scm-option.cc: ly:set-option now has the default argument
6858         #t.
6859
6860         * lily/lexer.ll: add \renameinput
6861
6862         * python/lilylib.py (command_name): robustifications.
6863
6864         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6865         /dev/stderr. This is ash compatible.
6866
6867         * ly/init.ly: add warning if compatibility was not necessary.
6868
6869         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6870
6871         * flower/include/string-handle.icc: formatting cleanups, rename
6872         references by ref_count_.
6873
6874 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6875
6876         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6877         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6878         package libs separately, fix conflicting php variable out=/dev/vc/
6879         invoking `unset out', declare menus, use only one icon-file, fix
6880         doc-path in menu.
6881
6882 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6883
6884         * scripts/convert-ly.py (FatalConversionError.conv): typo
6885
6886         * Documentation/misc/GNUmakefile: restore misc directory.
6887
6888         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6889
6890         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6891         Petites-Preludes 
6892
6893         * input/test/partial-blank.ly (quickmeasure): syntax
6894
6895         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6896         attachment property.
6897
6898         * Documentation/user/refman.itely: remove superfluous -'s 
6899         (Grace notes): ) fixes.
6900
6901         * lily/music.cc: generic compress(), transpose() functions. Remove
6902         others.
6903
6904         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6905         style markup entry.
6906
6907         * lily/parser.yy: all articulations postfix; remove obligatory -
6908         for [,  ) and \!
6909         
6910         * lily/music.cc (to_relative_octave): write generic
6911         to_relative_octave function; various relative cleanups.
6912         Hmmm.
6913
6914         * lily/scm-option.cc: add options new-relative and old-relative
6915
6916         * po/sv.po: new po file.
6917
6918         * Documentation/user/refman.itely (Dynamics): website
6919         fixes. (should backport!)
6920
6921 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6922
6923         * make/lilypond.mandrake.spec.in: declare version only once.
6924
6925 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6926
6927         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6928         meaning for now.
6929
6930 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6931
6932         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6933
6934         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6935
6936         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6937
6938         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6939
6940         * lily/music.cc (var): add ly:music-transpose function.
6941
6942         * lily/parser.yy (pre_events): remove prefix articulations.
6943
6944         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6945
6946         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6947
6948         * Documentation/user/refman.itely (Text markup): add comment about
6949         markup in header.
6950
6951 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6952
6953         * lily/paper-outputter.cc (write_header_fields_to_file): 
6954         only dump value if it is a string.
6955
6956         * flower/include/dictionary.hh: remove.
6957         
6958         * Documentation/ChangeLog-1.5: add back old log.
6959
6960         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6961         .pfas from a .deb.
6962
6963 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6964
6965         * Documentation/bibliography/engraving.bib: add entry for
6966         Jaschinski's Notation
6967
6968 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6969
6970         * Documentation/user/refman.itely (Beaming): add note about
6971         allowBeamBreak
6972
6973 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6974
6975         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6976         GregorianTranscription contexts
6977
6978         * ly/engraver-init.ly: vaticana contexts: minor fixes
6979
6980         * Documentation/user/refman.itely (Ancient notation): added note
6981         on appendix length bug
6982
6983         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6984         input/test/vaticana.ly: use vaticana contexts; small fixes
6985
6986 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6987
6988         * flower/hash.cc: Remove.
6989
6990         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6991         to (nonexistent?) hash_func_ identifier.
6992
6993         * python/midi.c (midi_error, midi_warning): Use char const* for
6994         __FUNCTION__ argument.
6995
6996         * python/gettext.py: Remove.  We already require python 2.1, which
6997         includes gettext.py.
6998
6999         * configure.in: Require python 2.1, as INSTALL.texi says.
7000         it.
7001
7002         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7003         versions 1.50 and 1.75.  Remove note about lexer patch.
7004
7005 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7006
7007         * Documentation/topdocs/INSTALL.texi: Update type1 font
7008         description to actual situation.  Add comment about new font ball
7009         layout.
7010
7011         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7012         in $LILYPONDPREFIX suffices for installation.
7013
7014 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7015
7016         * debian/control (Build-Depends): Add flex-old as alternative to
7017         flex.  Deprecate bison 1.75.
7018
7019 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7020
7021         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7022         Vaticana contexts
7023
7024         * Documentation/user/refman.itely (Ancient notation): documented
7025         some bugs; tiny fixes; added docu on Vaticana contexts
7026
7027         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7028         scripts
7029
7030 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7031
7032         * Documentation/user/refman.itely (Ancient notation): added some
7033         introductory words; added section on ancient time signatures;
7034         added some @seealso and @refcommands; small fixes and
7035         beautifications
7036
7037 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7038
7039         * input/regression/note-head-style.ly: many fixes and updates
7040
7041         * Documentation/user/refman.itely: added small sections on ancient
7042         accidentals, rests and flags; revised ancient note head section;
7043         small wording/spelling fixes
7044
7045         * input/test/rests.ly: layout fixes
7046
7047 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7048
7049         * input/puer-fragment.ly: bugfix: central C position of do clef
7050
7051         * ly/gregorian-init.ly: workaround: add small padding space before
7052         divisiones (the correct fix would be the spacing engine to handle
7053         this)
7054
7055 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7056
7057         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7058         cue-notes.ly: minor fixes.
7059
7060 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7061
7062         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7063         input/test/custos-style.ly
7064
7065         * Documentation/index.html.in: bugfix: link to Tutorial.html
7066
7067         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7068         to neumes; bugfix: "et": epiphonus, not just a simple pes
7069
7070 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7071
7072         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7073
7074         * lilypond.words: add new features: markup, column, center, \[ \].
7075         
7076 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7077
7078         * Documentation/topdocs/NEWS.texi, DEDICATION,
7079         stepmake/bin/add-html-footer.py
7080         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7081         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7082         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7083         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7084         added (only) after a sentence which is complete; if the sentence is 
7085         not ended a comma `,' or nothing is used. fix also spaces.
7086
7087 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7088
7089         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7090         requirements to plain 1.6.
7091
7092         * buildscripts/mutopia-index.py (read_lilypond_header): update
7093         mutopia-index.py to 1.4 syntax [sic]
7094
7095 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7096
7097         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7098
7099 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7100
7101         * Documentation/index.html.in: url for regression pdf
7102
7103         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7104
7105         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7106
7107         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7108
7109         * VERSION: 1.8.0 released
7110         
7111         * GNUmakefile.in (local-WWW-post): footify build fix.
7112
7113         * configure.in: require GUILE 1.6.4
7114
7115         * Documentation/user/GNUmakefile: don't copy *.png for
7116         lilypond-internals
7117
7118         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7119         local-WWW-post target.
7120         (rsync-web): add rsync-web target
7121
7122         * Documentation/user/introduction.itely (Music notation and
7123         engraving): add neume example
7124
7125         * input/puer-fragment.ly (cantus): add puer-fragment
7126
7127 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7128
7129         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7130         to notes, so that equalizer is actualy being used.
7131
7132         * scm/midi.scm (instrument-equalizer-alist):
7133         (absolute-volume-alist): Define public, so that user can copy or
7134         override.
7135
7136         * lily/key-performer.cc (create_audio_elements): Check for minor
7137         key.  Only if key is minor, set MIDI key to minor.
7138
7139 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7140
7141         * Documentation/user/refman.itely (Hiding staffs): fixes.
7142
7143         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7144
7145         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7146         vertical extents to deal with Hara kiri correctly.
7147
7148         * input/regression/hara-kiri-short.ly: remove
7149
7150         * input/regression/hara-kiri-pianostaff.ly: update test.
7151
7152         * Documentation/user/*.tely: remove WEBTITLE
7153
7154         * scm/output-tex.scm (comment): idem.
7155
7156         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7157
7158         * scm/music-functions.scm (make-lyric-event): new function
7159
7160         * scm/lily.scm (lilypond-version): new function
7161
7162         * input/test/version-output.ly: new file.
7163
7164         * Documentation/user/lilypond.tely: add version number to
7165         front-page.
7166
7167 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7168
7169         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7170
7171 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7172
7173         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7174
7175         * Documentation/user/refman.itely (Hiding staffs): rename node.
7176
7177 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7178
7179         * input/regression/new-markup-syntax.ly (texidoc): remove
7180         molecule-callback override.
7181
7182 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7183
7184         * input/les-nereides.ly: Mark tweaks with %tweak.
7185
7186         * Debian patch, see debian/changelog (Anthony Fok).
7187
7188 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7189
7190         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7191         problem.
7192
7193 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7194
7195         * Documentation/user/refman.itely (Text markup): Fix language bug.
7196
7197 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7198
7199         * input/* : postfix syntax fixes.
7200
7201         * Documentation/user/refman.itely (Text markup): add note about
7202         raise/lower with ^ or _ .
7203         
7204         * po/fi.po: fix \\apply strings.
7205
7206         * lily/parser.yy (open_event): warn for prefix articulations.
7207
7208 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7209
7210         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7211         fix also on parmesan font.
7212
7213 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7214
7215         * VERSION 1.7.30 released
7216         
7217         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7218
7219         * buildscripts/mutopia-index.py (headertext): rewording
7220
7221 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7222
7223         * scm/new-markup.scm (strut-markup): new markup function.
7224
7225         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7226         space also when no accidental is there.
7227
7228 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7229
7230         * input/les-nereides.ly: Updates.
7231
7232 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7233
7234         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7235         which repeats the tag insertion selected from "Insert tag" menu.
7236
7237 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7238
7239         * lily/all-font-metrics.cc (find_font): load AFM files first only
7240         for feta fonts. This fixes problems with TeXlive and other TeX
7241         distros that include AFM files for the CM fonts. 
7242
7243         * scm/font.scm (qualifiers-to-font-name): remove.
7244
7245         * lily/paper-def.cc: remove get_var.
7246
7247         * input/trip.ly: remove file.
7248         
7249         * input/regression/spacing-note-flags.ly (raggedright): remove
7250         stafflinethickness
7251
7252         * input/les-nereides.ly: update to new syntax, cleanups.
7253
7254 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7255
7256         * Documentation/user/refman.itely: Clarify shortest-note problem
7257         of autobeamer.
7258
7259 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7260
7261         * lilypond-mode.el: Add each word to regexps only once.
7262
7263         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7264         is based on the syntax definitions in lilypond.words. Remove all 
7265         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7266         LilyPond->Insert menu is generated by the entries in lilypond.words 
7267         to which have been given a syntax definition.
7268
7269         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7270         \notes, \relative, \score, \simultaneous, \transpose.
7271
7272         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7273
7274         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7275         
7276         * lilypond-mode.el: add menu keywords separately.
7277
7278         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7279
7280 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7281
7282         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7283         current ugly installation method for PFA fonts.
7284
7285 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7286
7287         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7288         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7289
7290         * Documentation/user/music-glossary.tely: update legato.
7291
7292 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7293
7294         * lexer-gcc-3.0.patch: Remove.
7295
7296         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7297
7298 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7299
7300         * debian/rules (binary-arch): remove NEWS.
7301
7302 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7303
7304         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7305         stepmake/bin{ many }: polish the `--help's of different scripts;
7306         model taken from the core-utils of Linux.
7307
7308         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7309
7310 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7311
7312         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7313
7314         * flower/libc-extension.cc: idem.
7315
7316         * flower/include/libc-extension.hh: protect against isinf macros.
7317
7318 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7319
7320         * { many }: Use two uppercase letters in LilyPond.
7321
7322         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7323
7324         * VERSION: 1.7.29 released.
7325         
7326 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7327
7328         * lily/tie.cc: add TODO comment.
7329
7330         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7331
7332         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7333         linejoins and linecaps. This fixes problems with occasional spikes
7334         on slur/tie endings.
7335         
7336         * input/regression/font-name.ly: don't use PS fonts for
7337         compatibility reasons. 
7338
7339         * mutopia/claop.py (accents): update to 1.8
7340
7341         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7342
7343         * Documentation/user/macros.itexi: don't color glossary links.
7344
7345         * Documentation/user/invoking.itexi (Error messages): new section
7346
7347 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7348
7349         * input/regression/font-name.ly: add file.
7350
7351         * scm/document-backend.scm (grob-doc): remove <hr> from
7352         lilypond-internals
7353
7354         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7355         reqd version to 1.6.4 
7356
7357         * lily/font-interface.cc (get_font): bugfix: take font-name from
7358         alist chain too. This fixes font-name override for \markup.
7359
7360 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7361
7362         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7363
7364         * input/test/polymetric-differing-notes.ly: Compile fix.
7365
7366 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7367
7368         * Documentation/user/refman.itely: fixed typo
7369
7370         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7371         before flexa
7372
7373 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7374
7375         * input/test/{ many }: search & fix some typos.
7376
7377 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7378
7379         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7380         images.
7381
7382         * scm/music-functions.scm (make-voice-props-set): set Script /
7383         TextScript dir for polyphony too.
7384
7385         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7386         before clef.
7387
7388         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7389
7390 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7391
7392         * Documentation/user/refman.itely (Percussion): Small
7393         clarifications and fixes.
7394
7395         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7396         threads. This fixes different heads playing simultaneously.
7397
7398 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7399
7400         * Documentation/user/{ many }: increase readability (read through 
7401         User manual from `one big page').
7402
7403 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7404
7405         * input/test/polymetric-differing-notes.ly: add example with
7406         disparate note values.
7407
7408         * input/test/polymetric.ly: rename from poly-metric
7409
7410         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7411         iso. outname.
7412
7413         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7414         G-clef bbox to real char extents. This fixes the G-clef being
7415         offset too much to the right.
7416         document perc clef offset.
7417
7418         WARNING: FONT CHANGED.
7419
7420         * Documentation/user/tutorial.itely (Tutorial): move menu.
7421
7422 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7423
7424         * buildscripts/lilypond-profile.sh (Error): trim error message.
7425
7426         * Documentation/user/invoking.itexi (Invoking the lilypond
7427         binary): add note about path.
7428
7429         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7430         suppresses superfluous spaces.
7431
7432 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7433
7434         * buildscripts/lilypond-profile.sh: Add documentation to error
7435         message.
7436
7437         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7438
7439 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7440
7441         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7442         <mike@ossmann.com>)
7443
7444         * Documentation/bibliography/computer-notation.bib (pages): prune
7445         unscientific language.
7446
7447         * Documentation/user/GNUmakefile: copy unsplit file to
7448         lilypond.html (idem for lilypond-internals).
7449
7450         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7451
7452         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7453
7454         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7455
7456         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7457         fix.
7458         
7459 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7460
7461         * Documentation/user/{ various }: bind text snippets with their
7462         examples, e.g. by punctuation: This is an example.
7463
7464 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7465
7466         * ly/performer-init.ly (VoiceContext): Typos.
7467
7468         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7469         builds, leave final-install to toplevel srcdir makefile.
7470
7471         * make/srcdir.make.in (install): New target.
7472
7473 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7474
7475         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7476         This fixes core dump on MIDI output (Simon Weatherill).
7477
7478         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7479         on local-WWW-post.
7480
7481 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7482
7483         * make/lilypond.redhat.spec.in: add dvips to reqs.
7484
7485 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7486
7487         * make/srcdir.make.in (web): Add special web target.
7488
7489         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7490         from inner $(LOOP).
7491
7492         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7493
7494         * stepmake/stepmake/generic-targets.make (www-targets-help):
7495         * GNUmakefile.in (web-install): Install in $(webdir).
7496
7497         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7498
7499         * cygwin/changelog: 
7500         * cygwin/mknetrel: Update.
7501
7502         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7503         (html-doc): Remove (use: web).
7504
7505         * stepmake/stepmake/script-rules.make: 
7506         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7507         Fix $(config_make) dependencies for srcdir build.
7508
7509         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7510         target for srcdir build.
7511
7512         * stepmake/make/stepmake.make: 
7513         * make/srcdir.make.in: 
7514         * GNUmakefile.in:
7515         * make/stepmake.make (config_make): Rename variable (was:
7516         configuration).
7517
7518 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7519
7520         * Documentation/user/internals.itely (Manipulating music
7521         expressions): run lilypond on example too.
7522
7523         * flower/include/libc-extension.hh: move lrint define to
7524         header. bugfix.
7525         
7526 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7527
7528         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7529         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7530         do we recurse whole tree?).
7531
7532         * GNUmakefile.in (html-doc): Resurrect.
7533
7534         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7535         obsolete $(package-icon) dependency.
7536
7537 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7538
7539         * Documentation/user/refman.itely (Automatic staff changes):
7540         add seealso 
7541
7542         * Documentation/index.html.in: link to bigpage.
7543
7544         * Documentation/user/tutorial.itely (Tutorial): streamline.
7545
7546         * Documentation/index.html.in: url typo.
7547
7548         * VERSION (PACKAGE_NAME): release 1.7.28
7549
7550         * python/lilylib.py (error_log): remove '/' from name.
7551
7552         * input/regression/pedal.ly: remove; dups input/test/
7553         
7554         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7555
7556         * Documentation/index.html.in: python style doco index.
7557
7558         * Documentation/{footer,header}.html.in (src): remove, 
7559
7560         * Documentation/pictures: remove all but lelie-logo.xpm.
7561
7562         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7563         before running makeinfo.
7564
7565         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7566         @code{}
7567
7568 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7569
7570         * input/test/bar-number-regular-interval.ly: rename.
7571
7572         * Documentation/user/*: various fixes. 
7573
7574 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7575
7576         * Documentation/{ many }: polish for update-all-menus. typos.
7577
7578         * po/fi.po: fixes.
7579
7580         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7581
7582         * buildscripts/mutopia-index.py: polish.
7583
7584         * input/regression/{ many }, input/test{ many }: polish texidocs.
7585
7586 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7587
7588         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7589         pedal-style
7590
7591         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7592         iso. edge-widen.
7593
7594         * lily/piano-pedal-engraver.cc (process_music): change from
7595         process_acknowledged ()
7596
7597         * lily/piano-pedal-bracket.cc: new file. Change
7598         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7599         cleaned up.
7600
7601         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7602
7603         * input/regression/tuplets.ly (texidoc): rename file.
7604
7605         * po/fr.po: update
7606
7607         * buildscripts/lilypond-profile.sh: error message if script is not
7608         sourced.
7609
7610         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7611         bracket-flare
7612         (make_bracket): simplify code.
7613
7614         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7615         argument.
7616
7617         * python/lilylib.py (lilypond_version_check): new function
7618
7619         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7620
7621         * scripts/ly2dvi.py (run_lilypond): add version check.
7622
7623         * scripts/lilypond-book.py (option_definitions): typo
7624
7625         * scripts/ly2dvi.py (include_path): typo
7626
7627         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7628
7629         * lily/parse-scm.cc (parse_handler): typo
7630
7631         * Documentation/user/macros.itexi: use @heading for headings.
7632
7633         * Documentation/user/refman.itely: updates, fixes.
7634
7635 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7636
7637         * po/fi.po: add Finnish translations. fixes.
7638
7639         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7640
7641         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7642         from lily/glissando-engraver.cc.
7643
7644 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7645
7646         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7647         for non-first _broken_ bracket.
7648
7649         * Documentation/user/refman.itely: corrections.
7650
7651 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7652
7653         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7654         support of the fingerings.
7655
7656         * po/fr.po: French translation update.
7657
7658         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7659         strings.
7660
7661 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7662
7663         * Documentation/user/introduction.itely: Small fixes.
7664
7665 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7666
7667         * Documentation/topdocs/AUTHORS.texi: polish.
7668
7669 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7670
7671         * Documentation/user/introduction.itely: revise
7672
7673         * Documentation/user/tutorial.itely: reorganise.
7674
7675         * Documentation/topdocs/index.tely: remove.
7676
7677         * Documentation/header.html.in: prune.
7678
7679         * GNUmakefile.in: clean up web building.
7680
7681         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7682         target.
7683
7684 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7685
7686         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7687
7688         * lilypond-mode.el: turn on blink-matching-paren.
7689
7690 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7691
7692         * scm/output-sodipodi.scm (svg-header): Fix typo.
7693
7694 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7695
7696         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7697         fixes a security hole.
7698
7699         * scripts/lilypond-book.py (original_dir): remove temp_dir
7700
7701         * scm/document-translation.scm: use @code tags.
7702
7703 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7704
7705         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7706
7707         * lilypond-mode.el: add a buffer-local post-command-hook to set
7708         context dependent syntax-table after each cursor event. Remove old
7709         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7710
7711         * lilypond-indent.el: update comments.
7712
7713         * Documentation/footer.html.in: add period.
7714
7715 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7716
7717         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7718
7719         * scm/document-translation.scm (document-property-operation): add
7720         @code{} tags.
7721
7722         * VERSION (PACKAGE_NAME): release 1.7.27
7723
7724         * config.make.in: add PAPER variable
7725
7726         * buildscripts/new-chords.py (help): add help text
7727
7728         * Documentation/user/introduction.itely (Typography and program
7729         architecture):  fixes.
7730
7731         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7732         for texinfo and dvips. This fixes problems with PDF output of the
7733         wrong size.
7734
7735         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7736         DVIPS_PAPERSIZE variable
7737
7738         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7739         TEXINFO_PAPERSIZE variable 
7740
7741 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7742
7743         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7744
7745         * mf/feta-toevallig.mf: lowres fixes.
7746
7747 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7748
7749         * NEWS: Typo and fill-paragraph fixes.
7750
7751         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7752         cast #define.
7753
7754         * configure.in: 
7755         * config.hh.in: Check for lrint.
7756
7757 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7758
7759         * VERSION: 1.7.26 released
7760
7761         * lily/separation-item.cc: add padding property.
7762
7763         * input/test/*.ly: various fixes, remove solo-a2.ly
7764
7765         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7766         bugfix. Fixes old-style markup compatibility.
7767
7768         * Documentation/user/introduction.itely (Introduction): historical
7769         elucidations
7770
7771         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7772
7773         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7774
7775         * Documentation/index.texi (Top): cleanup.
7776
7777         * Documentation/user/introduction.itely (Introduction): rewrite
7778         introduction, 
7779         (Music notation and  engraving): about notation. Add flat-picture
7780
7781 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7782
7783         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7784         separation items. This keeps lyrics from bumping into each other.
7785
7786 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7787
7788         * GNUmakefile.in (topdocs-web): New target.
7789         (local-web): Depend on topdocs-web; fixes html-doc.
7790
7791 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7792
7793         * po/lilypond.pot: run po-replace
7794
7795         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7796
7797         * scm/drums.scm (reset-drum-kit): new function.
7798
7799         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7800
7801         * scripts/update-lily.py: remove
7802         
7803         * VERSION: release 1.7.25
7804         
7805         * Documentation/user/introduction.itely (Introduction): rewrite
7806         start of introduction.
7807
7808 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7809
7810         * lily/all-font-metrics.cc: fixed typo
7811
7812 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7813
7814         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7815         LilyPond-mode-context-set-syntax-table): new functions to define
7816         the syntax table according to context.
7817
7818         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7819
7820 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7821
7822         * Documentation/user/refman.itely (Figured bass): 
7823         language nit courtesy http://www.vocabula.com
7824
7825         * GNUmakefile.in: remove no kpathsea hack.
7826
7827         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7828         doco.
7829
7830         * GNUmakefile.in: remove web-doc target.
7831
7832         * lily/all-font-metrics.cc (find_afm): add message about
7833         buildscripts/clean-fonts.sh 
7834
7835         * scm/define-music-properties.scm (figure): use string for 'figure
7836
7837         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7838
7839         * input/regression/ : add raggedright = ##t where applicable. 
7840         
7841         * scm/bass-figure.scm (make-bass-figure-markup): add
7842         alignBassFigureAccidentals property.
7843
7844         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7845         bracket.
7846
7847         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7848         syllables widths into account for minimum-length.
7849
7850         * input/test/staff-container.ly: update file
7851
7852         * input/test/stem.ly: remove
7853
7854         * lily/event.cc (LY_DEFINE): add ly: prefix.
7855
7856         * input/test/clef-manual-control.ly: from manual-clef
7857
7858         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7859
7860         * input/test/different-time-signatures.ly: move to poly-metric.ly
7861
7862         * input/test/hara-kiri*,scales.ly: remove
7863         
7864         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7865         with chord-names-jazz.ly)
7866
7867         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7868         get scalable cm fonts too.
7869
7870         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7871         --encoding for mftrace if present.
7872
7873         * input/regression/slur-area.ly: move from test/
7874
7875         * input/test/: remove simple-slur-endings slur-attachment
7876         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7877         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7878         slur-symmetry slur-symmetry tie-broken.ly
7879
7880         * scm/drums.scm (set-drum-kit): add function.
7881
7882         * Documentation/user/refman.itely (Percussion staves): use
7883         set-drum-kit
7884
7885         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7886         too
7887         (Global_measure.set_timesig): handle 3/8 time sig too.
7888
7889         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7890         note about triangle note heads.
7891
7892         * scm/drums.scm: use alist for instrument-settings. This fixes the
7893         bug with assigning to drums in the .ly file.
7894
7895         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7896         CHANGED.
7897
7898         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7899         cluster-beacon-interface
7900
7901         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7902
7903         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7904
7905         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7906
7907         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7908         to get positions.
7909
7910         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7911         make ClusterSpannerBeacon to record Y positions. This removes the
7912         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7913         make cluster-note-events.
7914
7915 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7916
7917         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7918
7919         * configure.in: Use lily/main.cc as identifying source file.
7920
7921         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7922
7923         * config.hh.in: 
7924         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7925
7926         * configure.in: Require PYTHON >= 2.0.
7927
7928         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7929           $PYTHON for include dir location.
7930         (STEPMAKE_PYTHON): New function.  Use
7931         
7932             PYTHON=foo ./configure
7933
7934           to override.
7935
7936 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7937
7938         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7939         something.
7940
7941         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7942         ftp.lilypond.org everywhere.
7943
7944 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7945
7946         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7947         detected.
7948
7949         * Documentation/user/refman.itely (Grace notes): note on explicit
7950         contexts
7951
7952 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7953
7954         * lilypond-font-lock.el: add a comment about LilyPond specific
7955         escape characters: ^, - and _, in the syntax table.
7956
7957         * Documentation/user/appendices.itely: a majuscule fix.
7958
7959 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7960
7961         * input/test/trills.ly (endHorizScript): fixes.
7962
7963         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7964         notation, move from regression.
7965
7966         * input/test/script-stack.ly: change name from stacked-scripts
7967
7968         * input/test/ossia.ly: octave errors.
7969
7970         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7971         for midi-volume-equaliser
7972
7973 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7974
7975         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7976         cm fonts.
7977
7978         * mf/feta-beugel.mf: don't multiply font_count by 10.
7979
7980         * lily/lookup.cc (horizontal_line): new function. Use
7981         horizontal-line in output backends.
7982
7983         * Documentation/user/tutorial.itely (An orchestral part): new
7984         section on orchestral stuff and identifiers.
7985
7986 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7987
7988         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7989         some interference to other modes.
7990
7991 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7992
7993         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7994         not maximum of spacing wishes in polyphonic situations.
7995
7996         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7997         number
7998
7999         * lilypond-indent.el: remove paren matching. 
8000
8001         * lily/text-item.cc (interpret_new_markup): new function
8002         use iso. text2molecule.
8003
8004         * lily/main.cc (notice): change FSF address 
8005
8006         * po/de.po: update PO file to 1.6.
8007
8008 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8009
8010         * Documentation/user/ {many}: Add periods and remove spaces.
8011         
8012 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8013
8014         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8015         Disable buffer-locally default paren hook and make a new one. 
8016
8017         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8018         locally LilyPond-paren-mode. Add todo for mouse double-click.
8019
8020 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8021
8022         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8023         Disable buffer-locally default paren idle timer and make a new one. 
8024
8025         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8026         locally LilyPond-show-paren-mode. Add to menu a toggle for
8027         LilyPond-show-paren-function.
8028
8029 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8030
8031         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8032
8033 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8034
8035         * Documentation/user/refman.itely: spelling fix.
8036
8037         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8038         paren highlight function definitions. add todo for
8039         LilyPond-show-paren-mode.
8040
8041 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8042
8043         * input/template/jazz-combo.ly: new file.
8044
8045 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8046
8047         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8048         lo-res fixes.
8049
8050         * mf/feta-schrift.mf: bugfix in varcoda sign.
8051         WARNING: FONT CHANGED
8052
8053         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8054         in accordance with lexer.ll.   
8055
8056 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8057
8058         * Documentation/user/tutorial.itely: Edit introduction.
8059
8060 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8061
8062         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8063         ly:grob-staff-position
8064
8065 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8066
8067         * scm/to-xml.scm: import srfi-1
8068
8069         * VERSION (MAJOR_VERSION):  release 1.7.24
8070
8071         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8072
8073         * scripts/lilypond-book.py (do_file): put texidoc before image.
8074         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8075
8076         * input/regression/*.ly: fix snippet octaves 
8077
8078         * input/test/spanner-after-break-tweak.ly: import
8079         broken-spanner-adjustment
8080
8081         * input/no-notation/midi-transposing.ly: move from input/test/
8082
8083         * input/test/: remove chord-markup
8084
8085         * input/regression/instrument-name-partial.ly: move from input/test.
8086
8087         * input/test/vertical-text.ly: remove
8088
8089         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8090         space above lyrics lines.
8091
8092         * input/test/uniform-breaking.ly: remove file.
8093
8094         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8095         uniform spacing density. 
8096
8097         * input/test/chords.ly (keys): remove file.
8098
8099         * scm/documentation-lib.scm (oop): use srfi-1 too.
8100
8101         * input/regression/*.ly: add \version
8102
8103         * Documentation/user/*.itely: various fixes.
8104
8105         * buildscripts/mf-to-table.py (base): break table every three
8106         symbols.
8107
8108         * input/:  remove %% new-chords-done %% .
8109
8110         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8111         os-music.ly
8112         
8113 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8114
8115         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8116
8117         * scm/new-markup.scm (box-markup): new function.
8118         (box-markup): new function. Contributed by Dick Schoeller
8119         <schoeller@attbi.com>
8120
8121         * scm/lily.scm: remove reduce-no-unit 
8122         (list-insert-separator): use fold-right
8123
8124         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8125         of arguments. 
8126
8127         * NEWS: more neutral language for ancient notation 
8128
8129         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8130         inside pointing beaming for chord tremolo.
8131
8132         * Documentation/user/lilypond-book.itely: minor editing
8133
8134 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8135
8136         * NEWS: added news for 1.8 regarding ancient notation
8137
8138         * Documentation/user/refman.itely (Gregorian square neumes
8139         ligatures): fixed typo
8140
8141         * lily/vaticana-ligature-engraver.cc,
8142         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8143         lower/upper head of Pes only when heads are stacked
8144
8145         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8146         scm/define-grob-properties.scm: cleanup: make "join-left" a
8147         boolean grob property and save delta pitch in grob property
8148         "delta-pitch" instead
8149
8150         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8151
8152 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8153
8154         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8155         completely borked
8156
8157         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8158         (try_music): bug fix: beam multiplicity was completely borked.
8159
8160         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8161         first-n, butfirst-n in favor of srfi-1 functions.
8162         remove string-join, string-pad in favor of srfi-13 functions.
8163
8164         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8165
8166         * NEWS: use complete sentences.
8167
8168         * Documentation/user/introduction.itely (Example applications):
8169         add note about databases and lilypond-book.
8170
8171         * input/test/volta.ly: remove file
8172
8173         * input/regression/volta-broken-left-edge.ly: simplify file
8174
8175 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8176
8177         * Documentation/user/refman.itely (Constructing a tweak): new
8178         subsection.
8179
8180         * Documentation/user/tutorial.itely (Fine tuning layout): add
8181         common tweaks.
8182
8183         * scm/define-grobs.scm (TextScript): use new brewer.
8184
8185 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8186
8187         * VERSION: release 1.7.23
8188
8189         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8190
8191         * python/lilylib.py (make_ps_images): bugfixes.
8192
8193         * input/regression/volta-multi-staff.ly: new file.
8194
8195         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8196
8197         * Documentation/user/tutorial.itely (Piano staffs): new section.
8198         (Setting variables): new section
8199         (Fine tuning layout): new section
8200
8201         * input/just-friends.ly: remove file. Superseeded by
8202         input/test/chords-without-melody.ly
8203
8204         * ly/property-init.ly: add all commands to refman.
8205
8206         * scm/define-translator-properties.scm: remove
8207         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8208
8209         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8210         name. Underscores botch up PS output.
8211
8212         * scm/define-translator-properties.scm: remove
8213         textNonEmpty, oneBeat, regularSpacingDelta
8214
8215         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8216         rule for automaticBars.
8217
8218         * lily/timing-engraver.cc (start_translation_timestep): change
8219         barNonAuto to automaticBars
8220
8221 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8222
8223         * input/test/perform-tie.ly: delete file.
8224
8225 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8226
8227         * Documentation/user/refman.itely (Gregorian square neumes
8228         ligatures): bugfix: do not show ledger lines in neumes table
8229         (fixed by setting staff symbol to transparent rather than removing
8230         it from staff context)
8231
8232 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8233
8234         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8235         glue into brew-new-markup-molecule.
8236
8237         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8238
8239         * Documentation/user/introduction.itely (Computerized typography):
8240         new section
8241
8242         * Documentation/user/tutorial.itely (An orchestral part): remove
8243         pc example from tutorial.
8244
8245         * input/tutorial/lilbook.tex: use screech-boink
8246
8247         * scripts/lilypond-book.py (compile_all_files): split formatting
8248         output body and scheduling lilypond compilation.
8249         (format_lilypond_output_bodies): new function
8250         (format_lilypond_block): new function
8251         (html_pages): allow multi-page images in HTML
8252
8253         * python/lilylib.py (make_ps_images): rename function from
8254         make_preview, merge with make_page_images
8255
8256 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8257
8258         * input/test/key-clefs.ly: moved to regression.
8259
8260         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8261
8262         * input/no-notation/README: added note about midi-*.ly files.
8263
8264         * input/test/two-key.ly: moved to no-notation/parse5.ly
8265
8266         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8267         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8268
8269         * input/test/ {various}: modified comments, marked some for deletion.
8270
8271         * input/test/lines.ly: deleted file; duplicate of
8272         embedded-postscript.ly
8273
8274         * input/test/mmrest-collision: moved to regression.
8275
8276 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8277
8278         * scm/chord-name.scm (note-name->markup): don't superscript root
8279         alterations in chordnames.
8280
8281 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8282
8283         * Documentation/user/refman.itely (Multi measure rests): more
8284         index/cross-referencing.
8285
8286         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8287
8288         * scm/font.scm: remove properties-to-font-name code.
8289
8290         * scm/define-grob-properties.scm: remove 'type
8291
8292         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8293         conversion
8294
8295         * lily/text-spanner.cc: change 'type grob prop to 'style 
8296
8297         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8298         "first" flag to decide whether to make a start-repeat
8299
8300         * input/regression/grace-volta-repeat-2.ly: new file.
8301
8302 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8303
8304         * lilypond-indent.el: rename generic functions to LilyPond-*
8305
8306 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8307
8308         * input/test/thumb.ly: delete, merged into refman.
8309
8310         * Documentation/user/refman.itely: added thumb info to Fingering.
8311
8312         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8313         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8314         vertical-align.ly : deleted files.
8315
8316 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8317
8318         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8319
8320         * lily/line-spanner.cc (broken_trend_offset): remove function.
8321         (get_broken_offset): idem.
8322         (brew_molecule): rewrite the line-break case.
8323
8324         * input/regression/follow-voice-break.ly:  new file.
8325
8326         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8327         start of a system.
8328
8329 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8330
8331         * input/test/tuplet-rest.ly: moved to regression.
8332
8333         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8334         deleted file.
8335
8336         * input/test/ {many} : marked file for possible deletion.
8337
8338 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8339
8340         * input/regression/beam-funky.ly: add note about (disputed)
8341         correct beaming.
8342
8343         * ly/engraver-init.ly (ScoreContext): put key-signature after
8344         staff-bar
8345         
8346 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8347
8348         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8349
8350         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8351
8352         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8353
8354         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8355         stem-extend was deleted (it was duplicate example, and not as
8356         good).
8357
8358         * input/test/[s-z]*.ly: add texidoc index.
8359
8360 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8361
8362         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8363         get_first_notecolumn_y
8364
8365         * lily/spanner.cc (broken_spanner_index): new function.
8366
8367 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8368
8369         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8370         lyric-hyphen.ly : moved to regression.
8371
8372         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8373         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8374
8375         * input/test/instrument-name-mmrest.ly: moved to
8376         ../regression/multi-measure-rest-instr-name.ly
8377
8378         * input/test/knee-sym.ly: moved to
8379         ../regression/beam-knee-symmetry.ly.
8380
8381         * input/test/hymn.ly: change comments.
8382
8383         * input/test/[p-r]*.ly: add texidoc index.
8384
8385 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8386
8387         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8388         to postfix syntax
8389         
8390         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8391         syntax.
8392
8393         * VERSION: release 1.7.22
8394
8395 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8396
8397         * input/test/[h-k]*.ly: added texidoc index.
8398
8399         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8400
8401         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8402
8403         * input/test/ various : mark files for deletion or moving to
8404         regression.
8405
8406         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8407
8408         * input/test/[l-o]*.ly: added texidoc index.
8409
8410 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8411
8412         * scm/music-functions.scm (make-ottava-set): 
8413         only do ottavation if centralCPosition is set.
8414
8415         * lily/translator-scheme.cc (ly:context-property-where-defined):
8416         return '() if not found.
8417
8418 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8419
8420         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8421         Use one command for both commenting and uncommenting.
8422
8423         * lilypond-indent.el (LilyPond-comment-region): new function,
8424         (un)comments each line separately.
8425
8426         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8427         
8428         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8429         imenu is not added by default; adapted from f90.el,
8430         makes Help-menu, which does not fit, visible in XEmacs.
8431         
8432 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8433
8434         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8435         show-paren-mode sets blink-matching-paren-on-screen local.
8436         Try to make show-paren-function to paren-highlight local.
8437
8438         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8439         Copy definitions of Emacs' show-paren-function and
8440         XEmacs' paren-highlight and make minimal changes;
8441         add comments about locality. 
8442         Fix matching first open-paren-char in '<< .. >>'.
8443
8444 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8445
8446         * input/test/g*: added texidoc index.
8447
8448         * input/test/[a-g]*: added raggedright==#t when it
8449          seemed appropiate.
8450
8451         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8452
8453         * Documentation/topdoc/INSTALL.texi: removed false warnings
8454         about gcc 3.3.
8455
8456 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8457
8458         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8459
8460         * input/test/chords-without-melody.ly (texidoc): add from
8461         input/just-friends.ly
8462
8463         * input/regression/size{13--26}.ly: move from input/
8464
8465         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8466         input/{star-spangled-banner,twinkle}.ly: remove 
8467         
8468         * lily/slur.cc: remove slur over rest warnings.
8469
8470         * lily/note-spacing.cc (get_spacing): include left part of right
8471         object in fixed space. This fixes stretched space before
8472         accidentals.
8473
8474         * input/regression/spacing-accidental-stretch.ly: new file.
8475
8476 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8477
8478         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8479         Reduce to 16pt.
8480
8481 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8482
8483         * input/regression/spacing-knee.ly: docstring
8484
8485         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8486
8487         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8488         input/tutorial/{test,solar,flowing}.ly: remove
8489
8490         * input/rhythm.ly: remove
8491
8492         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8493
8494         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8495         update syntax. 
8496
8497         * scm/define-grobs.scm (all-grob-descriptions): set
8498         knee-spacing-correction to 1.0
8499
8500         * lily/note-spacing.cc (stem_dir_correction): compute knee
8501         correction using stem-thickness and head width.
8502
8503         * input/regression/beam-quanting-horizontal.ly: update texidoc
8504
8505         * scm/define-grobs.scm (all-grob-descriptions): set
8506         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8507         This fixes 32nd beams for noteheads in spaces quants.
8508
8509         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8510
8511 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8512
8513         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8514
8515 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8516
8517         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8518
8519         * VERSION (PACKAGE_NAME): release 1.7.21
8520
8521         * input/regression/stem-shorten.ly: new file.
8522
8523         * lily/stem.cc (get_default_stem_end_position): revise stem
8524         shortening code.
8525
8526         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8527
8528         * input/test/{scripts,volta-start,sleur}.ly: remove
8529         
8530         * input/regression/span-bar.ly: smaller file.
8531
8532         * input/regression/spacing-{natural,tight,loose}.ly: remove
8533
8534         * input/test/markup.ly: remove
8535
8536         * scripts/lilypond-book.py: put printfilename in separate chunk,
8537         so texidoc is printed after the filename.  
8538
8539 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8540
8541         * make/lilypond.mandrake.spec.in: fix docdirs.
8542
8543 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8544
8545         * input/regression/beam-french.ly: bugfix.
8546
8547         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8548
8549         * input/regression/(various).ly: add raggedright = #t.
8550
8551         * input/regression/auto-beam.ly: move from abe.ly
8552
8553 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8554
8555         * input/test/f*.ly: added texinfo index.
8556         
8557         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8558
8559 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8560
8561         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8562         quant penalty for beam just outside staff.
8563
8564         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8565         from beam-pos.ly,  remove non-horizontal tests. 
8566
8567         * input/test/(various): cleanup header info. 
8568
8569         * input/test/tchaikovsky.ly: remove file.
8570
8571         * scm/chord-generic-names.scm: move from
8572         double-plus-new-chord-name.scm
8573
8574         * input/test/orchestscore.ly: remove file
8575
8576         * Documentation/user/refman.itely (Vocal music): update documentation.
8577
8578         * scm/define-translator-properties.scm (chordNoteNamer): remove
8579         chordNameStyle, use chordNameFunction
8580
8581         * scm/chord-name.scm (set-chord-name-style): remove
8582         set-chord-name-style. Use \property chordNameFunction.
8583
8584 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8585
8586         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8587         music): remove @TeX{} command.
8588
8589 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8590
8591         * lilypond-indent.el (scan-sexps): Renamed to
8592         aargh-this-breaks-other-emacs-modes-scan-sexps.
8593
8594 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8595
8596         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8597         closing slurs: '()', etc. Add comments.
8598
8599         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8600
8601         * lilypond-font-lock.el: match unending string at eof.
8602
8603         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8604         
8605 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8606
8607         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8608         input/test/beam-dir.ly input/test/beam-position.ly    
8609         input/test/beam-suspect.ly input/test/beam-trend.ly    
8610         input/test/beams.ly input/test/crescendo-text.ly : deleted
8611         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8612         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8613         * input/test/default-bars.ly: moved to bar-always.ly
8614         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8615
8616 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8617
8618         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8619
8620 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8621
8622         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8623
8624 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8625
8626         * lilypond-indent.el: Match better slurs in scheme expressions.
8627         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8628
8629         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8630
8631 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8632
8633         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8634
8635         * input/ac-extra-voice.ly: Add texidoc.
8636
8637         * ly/chord-modifiers-init.ly: 
8638         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8639         and chordNameExceptionsPartial for new chord names.
8640
8641         * input/test/chord-names-dpnj.ly: 
8642         * input/test/dpncnt.ly: Update.
8643
8644         * scm/chord-name.scm: 
8645         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8646         chord selection and options.
8647
8648         * ly/chord-modifiers-init.ly: Add exceptions 
8649
8650         * scm/define-translator-properties.scm (chordNameStyle) 
8651         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8652
8653 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8654
8655         * ly/property-init.ly (germanChords): Added.
8656         (semiGermanChords): Added.
8657         
8658         * input/test/chord-names-german.ly: Use new macros
8659         
8660 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8661
8662         * lilypond-indent.el: Use similar parenthesis highlighting for 
8663         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8664         functions; removed LilyPond-show-paren-function. Fix indenting.
8665         Turn paren-matching on also in XEmacs.
8666
8667         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8668         as needed by parenthesis highlighting functions (in scan-sexp).
8669
8670 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8671
8672         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8673         function.
8674         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8675
8676 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8677
8678         * lilypond-indent.el: tune regexp for show-paren-function.
8679
8680 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8681
8682         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8683         for all LilyPond-produced tex snippets.
8684
8685         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8686         fixes one line --preview output of ly2dvi.
8687
8688 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8689
8690         * lilypond-indent.el: match only one type of slurs in
8691         LilyPond-show-paren-function.
8692
8693 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8694
8695         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8696         * debian/lilypond1.7.dirs: 
8697         * debian/lilypond1.7-doc.dirs: New file.
8698
8699         * input/regression/chord-name-exceptions.ly: Add parameter for
8700         ignatzekExceptions.  Quote hash in docstring.
8701
8702 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8703
8704         * lilypond-indent.el (show-paren-function): define show-paren-function
8705         as LilyPond-blink-matching-open and use it for closing parens.
8706         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8707
8708         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8709         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8710         LilyPond-blink-matching-paren in order to match both open and close
8711         brackets.
8712         
8713 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8714
8715         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8716         testing by modifying the code from FSF Emacs paren.el. Add comments.
8717
8718 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8719
8720         * input/test/dpncnt.ly: Transpose example to match new
8721         default \chords octave.  Add comment.
8722         
8723         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8724         comment about octave change.
8725
8726 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8727
8728         * input/test/[d,e]: added texinfo index tags.
8729         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8730
8731 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8732
8733         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8734
8735 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8736
8737         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8738         as in blink-matching-open.
8739
8740 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8741
8742         * input/test/[a-c]: more comments in files.
8743         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8744         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8745         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8746         mark file for proposed deletion.
8747         * input/test: renaming files:
8748         auto-beam-4-8.ly to beam-auto-4-8.ly
8749         auto-beam-override.ly to beam-auto-override.ly
8750         auto-beam.ly to beam-auto.ly
8751         blank.ly to blank-paper.ly
8752         absolute-volume.ly to dynamic-absolute-volume.ly
8753
8754 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8755
8756         * input/test/dpncnt.ly: 
8757         * input/test/chord-names-dpnj.ly: Resurrect.
8758
8759         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8760
8761         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8762
8763         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8764         Better docstring, add parameter OMIT-ROOT, tidy up.
8765
8766 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8767
8768         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8769
8770 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8771
8772         * scm/output-ascii-script.scm (as-font-alist-alist):
8773         (as-properties-to-font-name):
8774         (as-make-style-sheet): Remove.
8775
8776         * scm/font.scm (as-make-font-list): New function.
8777         (as-font-sheet-alist): New variable.
8778
8779         * ly/paper-as9-init.ly: 
8780         * ly/paper-as5-init.ly: Update.
8781
8782         * ly/paper-as5.ly:
8783         * ly/paper-as9.ly: New file.
8784
8785 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8786
8787         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8788
8789 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8790         * input/sondag-morgen/*: removed due to copyright concerns.
8791         * input/[a,b]*.ly: added a newline at the end of the texinfo
8792         doc string (produces better output in HTML version).
8793         * input/c*.ly: added texinfo index and added comments to
8794         aid in future changes to input/test/ files.
8795
8796 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8797         
8798         * Documentation/user/refman.itely: fixed build problem (missing
8799         file) caused by previous renaming.
8800
8801 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8802         
8803         * input/test/[a,b]*.ly: added texinfo index and added comments to
8804         aid in future changes to input/test/ files.
8805         * input/test/bar-number-every-5-reset.ly: renamed to
8806         bar-number-every-five-reset.ly
8807         * input/test/bar-script-visibility.ly: renamed to
8808         bar-number-show-all.ly
8809
8810 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8811
8812         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8813         to Voice.
8814
8815         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8816         out note-line and glissando functionality.
8817         
8818         * lily/line-spanner.cc (brew_molecule): cleanup.
8819
8820 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8821
8822         * scripts/as2text.scm: Use rdelim module.
8823         (start-system): Rename from start-line.
8824         (stop-system): Rename from stop-line.
8825         (af-gulp-file): Use string iso symbol for getenv.
8826
8827         * scm/output-ascii-script.scm: Add guile and lily modules.
8828         (font-name-alist): New variable.
8829         (draw-line): New function.
8830
8831         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8832         (Were these silently removed, without ChangeLog entry?)
8833
8834 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8835
8836         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8837         process 2nd ottava correctly.
8838
8839 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8840
8841         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8842
8843 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8844
8845         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8846
8847 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8848
8849         * VERSION: release 1.7.20
8850         
8851         * lily/text-spanner.cc (brew_molecule): clean up function. This
8852         fixes bugs with broken 8va spanners.
8853
8854         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8855         This prevents spurious line-breaks with raggedright
8856         
8857 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8858
8859         * lily/key-performer.cc (create_audio_elements): always use major
8860         key
8861
8862         * Documentation/user/internals.itely: updates
8863
8864         * input/regression/beam-break.ly: new file.
8865
8866         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8867         beams if starting or terminating stems have 'beaming set.)
8868
8869         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8870         property.
8871
8872         * lily/parser.yy (verbose_command_req): add comment about scales.
8873
8874 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8875
8876         * lilypond-indent.el: adjust regexps in bracket-matching.
8877
8878 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8879
8880         * Documentation/user/refman.itely: more tiny fixes
8881
8882         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8883         "Chord names"; added table with input syntax for solesmes neumes
8884         table; added some words about rationale on input syntax design
8885
8886         * lily/gregorian-ligature-engraver.cc,
8887         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8888         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8889         alignment of Pes Initio Debilis
8890
8891         * Documentation/user/refman.itely,
8892         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8893         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8894         bugs in the solesmes neumes table
8895
8896 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8897
8898         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8899         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8900
8901         * lilypond-mode.el: fix tag-score. small improvements.
8902
8903 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8904
8905         * .cvsignore: Add aclocal.m4.
8906
8907         * lily/music-constructor.cc: Include <assert.h>.
8908
8909 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8910
8911         * ly/engraver-init.ly (HaraKiriStaffContext): use
8912         RemoveEmptyStaffContext instead.
8913
8914         * Documentation/user/refman.itely: updates
8915
8916 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8917
8918         * Documentation/user/refman.itely: added solesmes neumes table;
8919         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8920         bugfix: "Ornaments" -> "Articulations"
8921
8922         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8923
8924 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8925
8926         * lilypond-indent.el: Add a message about trying to match \] or \).
8927         
8928 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8929         
8930         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8931         obsolete "arithmetic_*"
8932
8933         * input/bugs/ligatures.ly: removed (will be put into a different
8934         directory later)
8935
8936 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8937
8938         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8939         libkpathsea (Maurizio Tomasi).
8940
8941 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8942
8943         * input/regression/repeat-slash.ly (texidoc): new file
8944
8945         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8946         slash repeats separately. Slash repeats and %
8947         repeats can now be nested.
8948
8949 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8950
8951         * lilypond-indent.el: Add preliminary test for closing \] and \).
8952         
8953 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8954
8955         * lily/gregorian-ligature-engraver.cc,
8956         lily/vaticana-ligature-engraver.cc,
8957         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8958         mf/parmesan-heads.mf: various semivocalis related bugfixes
8959
8960         * input/bugs/ligatures.ly: new file demonstrating problems with
8961         ligatures
8962         
8963 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8964
8965         * lilypond-mode.el,
8966         lilypond-font-lock.el,
8967         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8968
8969 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8970
8971         * lilypond-mode.el: Remove outdated code. Stress the difference 
8972         between Emacs and XEmacs definitions.
8973
8974         * lilypond-mode.el,
8975         lilypond-indent.el: Define a function interactive only when necessary.
8976
8977 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8978
8979         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8980         Use inactive regions also in XEmacs.
8981
8982 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8983
8984         * Documentation/user/refman.itely (Repeat syntax): more updates
8985
8986         * lily/simple-spacer.cc (solve): move solution process into
8987         solve(). This fixes a bug with collisions and raggedright = ##t.
8988  
8989         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8990
8991         * ly/engraver-init.ly: remove GraceContext. Update examples.
8992
8993 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8994
8995         * GNUmakefile.in (fonts): Also make fontball.
8996
8997         * Website fixes:
8998
8999         * ly/engraver-init.ly (GraceContext): Add.
9000
9001         * run:
9002
9003             convert-ly $(find . -name *.ly)
9004
9005         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9006         new chords.
9007
9008 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9009
9010         * VERSION: 1.7.19 released
9011         
9012         * scm/music-functions.scm (set-octavation): new function.
9013
9014         * input/regression/ottava.ly: new file
9015
9016         * lily/translator-scheme.cc (LY_DEFINE): new function
9017         ly:unset-context-property
9018         (LY_DEFINE) new function ly:context-property-where-defined: 
9019
9020 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9021
9022         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9023
9024         * lilypond.words: add few.
9025
9026         * input/test/script-chart.ly: fix typo.
9027
9028 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9029
9030         * scm/define-grobs.scm: uniform naming for definitions and output
9031         routine files. 
9032
9033         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9034         scm/context-description.scm
9035
9036         * lily/parser.yy (translator_spec_body): add \description to the
9037         \translator{} body syntax.
9038
9039         * lily/ottava-engraver.cc: new file.
9040
9041         * scm/chord-name.scm (natural-chord-alteration): replace old
9042         chord stuff. 
9043
9044         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9045
9046         * Documentation/user/refman.itely (Metronome marks): update doco.
9047
9048         * input/regression/markup-note.ly: new file
9049
9050         * input/regression/metronome-marking.ly: new file
9051
9052         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9053
9054         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9055         metronome marks.
9056
9057 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9058
9059         * Documentation/user/GNUmakefile: Compatibility fix for new
9060         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9061         for making binary packages; info splitting bug has been fixed.
9062
9063         * Documentation/user/refman.itely: Compile fixes.
9064
9065 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9066
9067         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9068         Count \midi -keywords also for a region.
9069
9070 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9071
9072         * lily/lookup.cc (LY_DEFINE): new function
9073
9074         * Documentation/user/tutorial.itely: updates
9075
9076 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9077
9078         * lilypond-mode.el: Allow Midi on buffer.
9079         Use only '.ly'-extension, remove '.sly' and '.fly'.
9080         Allow use of inactive regions. Invoke next Command on Master file, 
9081         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9082
9083 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9084
9085         * Documentation/user/tutorial.itely: updates.
9086
9087 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9088
9089         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9090
9091 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9092
9093         * lily/coherent-ligature-engraver.cc: fixed typo
9094
9095         * lily/coherent-ligature-engraver.cc,
9096         lily/gregorian-ligature-engraver.cc,
9097         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9098         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9099         lily/vaticana-ligature-engraver.cc,
9100         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9101         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9102         removed all ligature specific stuff from NoteHead code
9103
9104         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9105         ligatures now use regular noteheads
9106
9107         * lily/vaticana-ligature.cc: tiny code cleanups
9108
9109         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9110         space between two adjacent noteheads of the same pitch
9111
9112         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9113         description; cleanup: removed obsolete font-family settings
9114
9115 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9116
9117         * lily/coherent-ligature-engraver.cc,
9118         lily/gregorian-ligature-engraver.cc,
9119         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9120         lily/mensural-ligature-engraver.cc,
9121         lily/vaticana-ligature-engraver.cc,
9122         lily/include/gregorian-ligature-engraver.hh: updated for new
9123         Coherent_ligature_engraver; added comments that describe the basic
9124         design ideas of the ligature implementation
9125
9126         * lily/coherent-ligature-engraver.cc,
9127         lily/include/coherent-ligature-engraver.hh: new file: shared code
9128         between mensural ligatures and Gregorian chant notation ligatures
9129
9130 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9131
9132         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9133         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9134         use only two arguments in sit-for, use no arguments in
9135         read-char-exclusive, backspace is not a character (127) in XEmacs.
9136
9137         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9138
9139 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9140
9141         * lilypond-mode.el: un-commenting works after syntax-table fix.
9142
9143         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9144         group, verbose commenting for syntax table.
9145
9146         * lilypond-indent.el: add TODO for ligature slurs.
9147
9148 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9149
9150         * lilypond-mode.el: Move comments of parenthesis matching away,
9151         (blink-matching-paren-on-screen) fix blinking in Emacs.
9152
9153         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9154         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9155
9156         * lilypond-indent.el: Add TODO for parenthesis matching.
9157
9158 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9159
9160         * lilypond-mode.el: Fix XEmacs: 
9161         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9162         invoke explicitly easy-menu-add (in Emacs done automatically).
9163         
9164         * lilypond.words: Add few words from input/*/*.ly.
9165
9166 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9167
9168         * VERSION (PATCH_LEVEL): release 1.7.18
9169
9170         * scripts/lilypond-book.py: only print basename for printfilename
9171         option
9172
9173         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9174         and syntax updates.
9175
9176 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9177
9178         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9179         better parametrisation. Move fatness of bulb downward.
9180
9181         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9182         glyph names. Underscores are not allowed .ps encoding files.
9183
9184 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9185
9186         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9187         variable "packed" for packed right-ragged mode
9188
9189         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9190         unused variable ragged; fixed indentation
9191
9192         * Documentation/user/refman.itely: tiny cleanups in ancient
9193         clef and custos section
9194
9195 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9196
9197         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9198         \applyoutput PROCEDURE
9199
9200         * lily/my-lily-lexer.cc: add \applyoutput.
9201
9202         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9203
9204         * lily/text-item.cc: clean text-interface description
9205
9206 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9207
9208         * input/{regression,test}/: use postfix for slur endings and beam
9209         begins.
9210
9211         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9212         style beams too. 
9213
9214         * input/regression/lyrics-melisma-beam.ly: new file.
9215
9216         * lily/lyric-engraver.cc (process_music): change from
9217         process_acknowledged_grobs()
9218
9219         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9220         functions to set and revert auto-beam settings.
9221
9222 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9223
9224         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9225
9226 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9227
9228         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9229         Documentation/user/lilypond.tely: fixed some typos; updated author
9230         info
9231
9232         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9233         #"" -> #'flag-style = #'()
9234
9235         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9236         cleanup: removed dead #includes
9237
9238         * lily/gregorian-ligature-engraver.cc,
9239         lily/include/gregorian-ligature.hh,
9240         scm/grob-property-description.scm: small cleanups, small spacing
9241         fixes
9242
9243         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9244         lily/vaticana-ligature.cc,
9245         lily/include/gregorian-ligature-engraver.hh,
9246         scm/grob-property-description.scm, scm/music-types.scm:
9247         "porrectus" -> "pes or flexa"
9248
9249         * ly/engraver-init.ly, scm/grob-description.scm,
9250         scm/grob-property-description.scm: junked porrectus, now handled
9251         by ligature code
9252
9253         * scm/grob-description.scm: bugfix: added space-alist entry for
9254         breathing sign/custos
9255
9256 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9257
9258         * Another grand 2003 update.
9259         
9260         * Remove mentioning of `mudela'; There's no such thing.
9261
9262 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9263
9264         * Documentation/user/preface.itely (Preface to version 1.8): update
9265
9266         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9267
9268         * Documentation/user/converters.itely (Invoking convert-ly): revise
9269
9270         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9271
9272         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9273
9274 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9275
9276         * Documentation/user/internals.itely: more updates.
9277
9278 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9279
9280         * Documentation/user/refman.itely: revise 
9281
9282         * Documentation/user/internals.itely: revise
9283
9284         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9285
9286 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9287
9288         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9289         beautification: reformatted ancient clefs section; cleanup: small
9290         wording fixes
9291
9292 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9293
9294         * lilypond.words: added words for chant notation, sorted
9295         alphabetically through "sort lilypond.words"
9296
9297 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9298
9299         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9300         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9301         chant notation
9302
9303 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9304
9305         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9306         prevent TeX from interpreting them as long dash
9307
9308         * input/test/vaticana.ly: updated
9309
9310         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9311         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9312         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9313         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9314         fixes
9315
9316         * mf/parmesan-heads.mf: ledger endings: removed dead code
9317
9318 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9319
9320         * VERSION: 1.7.17 released
9321         
9322         * Documentation/user/GNUmakefile
9323         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9324         files too.
9325
9326         * scm/document-markup.scm: new file: document all markup
9327         functions.
9328
9329         * scm/documentation-generate.scm: rename all documentation modules
9330         to document-*.scm
9331
9332         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9333         .png
9334
9335         * input/test/divisiones.ly: added
9336
9337         * input/regression/output-property.ly: new file
9338
9339         * lily/cluster.cc: change cluster-interface to use style property
9340
9341 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9342
9343         * input/test/chord-names-german.ly: modified.
9344
9345         * scm/chords-ignatzek.scm:
9346           chord-name->german-markup: Added
9347           note-name->german-markup: Changed (now producing lowercase notenames)
9348
9349         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9350         
9351 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9352
9353         * scripts/convert-ly.py (FatalConversionError.conv):
9354         divisiominima -> divisioMinima, etc.
9355
9356         * ly/engraver-init.ly (FiguredBassContext): add
9357         Separating_line_group_engraver to Figured bass context.
9358
9359         * ly/german-chords-init.ly: remove file
9360
9361         * input/test/chord-names-german.ly (scm): new file.
9362
9363         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9364
9365         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9366         Chord_name_engraver
9367
9368         * Documentation/user/refman.itely: lots of updates.
9369
9370         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9371         new file
9372
9373         * input/test/bar-number-every-5-reset.ly: new file.
9374
9375 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9376
9377         * input/regression/chord-name-major7.ly: new file
9378
9379         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9380         if specced explicitly.
9381
9382         * input/regression/chord-name-entry-11.ly: new file.
9383
9384         * input/test/slur-beautiful.ly: new file.
9385
9386         * Documentation/user/refman.itely: updates.
9387
9388         * input/regression/collisions.ly (threevoice): cleanup.
9389
9390         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9391
9392 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9393
9394         * Documentation/user/*.itely: various updates.
9395
9396         * ly/spanners-init.ly: enddecr/ endcr.
9397
9398         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9399         of tutorial
9400
9401 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9402
9403         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9404
9405         * lily/new-chord-name-engraver.cc (process_music): use octavation
9406         (a number) instead of original-pitch to store inversions. This
9407         fixes a problem with transposed chords with inversions.  
9408
9409 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9410
9411         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9412         used in includable-lexer.hh.
9413
9414         * lily/includable-lexer.cc: Bugfix: include config.h.
9415
9416         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9417         circumvention of Debian packaging bug.
9418
9419 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9420
9421         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9422         
9423         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9424
9425         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9426         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9427
9428         * lily/include/includable-lexer.hh: 
9429         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9430
9431         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9432
9433         * aclocal.m4: Regenerate.
9434
9435         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9436         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9437
9438         * scm/pdf.scm (use-modules): Include lily.
9439
9440         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9441         Noordkamp).
9442         (use-modules): Include lily.
9443         (lily-def): Bugfix: include tex-val in let.
9444
9445 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9446
9447         * lilypond-mode.el: sensible error if lilypond.words not found.
9448
9449         * lilypond.words: add few words.
9450
9451 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9452
9453         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9454
9455         * mf/parmesan-scripts.mf: fixed typo in char name
9456
9457 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9458
9459         * VERSION: 1.7.16 released
9460
9461         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9462         (this is a security vulnerability).
9463
9464         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9465
9466         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9467         add staff support.
9468
9469 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9470
9471         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9472         ly/script-init.ly, scm/script.scm: bugfix: renamed
9473         fermata->signumcongruentiae to fix naming clash with feta font
9474
9475 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9476
9477         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9478
9479         * lily/multi-measure-rest-engraver.cc
9480         (start_translation_timestep): use grace timing too for determining
9481         when to make mmrest.
9482         (start_translation_timestep): clear numbers too.
9483
9484 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9485
9486         * scm/music-types.scm: compile fix: escape braces
9487
9488         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9489         work around font selection problem
9490
9491         * Documentation/user/refman.itely: BreathingSign: added docu for
9492         property "text"
9493
9494 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9495
9496         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9497         information.
9498
9499 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9500
9501         * lily/multi-measure-rest-engraver.cc (class
9502         Multi_measure_rest_engraver): make multiple Number objects, one
9503         for each MultiMeasureTextEvent.
9504
9505         * scm/music-functions.scm (glue-mm-rest-texts): use
9506         MultiMeasureTextEvent
9507
9508         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9509
9510         * Documentation/user/refman.itely (Multi measure rests): update.
9511
9512 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9513
9514         * lily/ly-module.cc (ly_copy_module_variables): use
9515         scm_internal_hash_fold() for iterating modules.
9516
9517 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9518
9519         * Documentation/user/refman.itely: Section Custodes: added more
9520         example code
9521
9522         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9523         neo-mensural rests to parmesan font
9524
9525         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9526         header
9527
9528 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9529
9530         * Documentation/user/macros.itexi: @fileref macro.
9531
9532         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9533         each file. 
9534
9535 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9536
9537         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9538         Documentation/topdocs/AUTHORS.texi: updated my email address
9539
9540         * Documentation/user/refman.itely: updated custos documentation;
9541         beautified divisiones example; beautified articulations table
9542
9543         * lily/breathing-sign.cc: bugfix: finalis molecule
9544
9545 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9546
9547         * Documentation/user/refman.itely: added docu for
9548         contemporary fermata symbols, gregorian breathing signs; small fixes
9549
9550         * ly/gregorian-init.ly: removed obsolete #'type props
9551
9552 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9553
9554         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9555         minimum-length property correctly.
9556
9557 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9558
9559         * scm/music-functions.scm (make-multi-measure-rest): set input
9560         locations for multimeasure rests.
9561
9562 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9563
9564         * input/regression/breathing-sign.ly: updated to for ancient
9565         notation
9566
9567 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9568
9569         * scripts/ly2dvi.py: Add newline.
9570
9571 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9572
9573         * scripts/ly2dvi.py (dependency_files): Compile fix.
9574
9575 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9576
9577         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9578         (make_html_menu_file): --html menu. 
9579
9580 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9581
9582         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9583
9584 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9585
9586         * input/screech-boink.ly: new file.
9587
9588 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9589
9590         * scripts/lilypond-book.py (make_lilypond_file): convert
9591         lilypond-file to lilypond block directly, without going through
9592         begin/end lilypond text.
9593         
9594
9595 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9596
9597         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9598         scm/grob-description.scm: moved Michael's original breathing sign
9599         code in brew_molecule() to divisio_minima(); provided new
9600         brew_molecule() that effectively replaces the
9601         Text_item::brew_molecule callback (with additional fallback to
9602         Michael's original code); added callbacks for brewing divisio
9603         maior/maxima and finalis
9604
9605         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9606         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9607
9608         * script-init.ly: added shortfermata, longfermata,
9609         verylongfermata, varcoda
9610
9611         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9612         longfermata, verylongfermata, varcomma, varcoda
9613
9614 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9615
9616         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9617           Remove all noquote and insert a few quote.
9618         
9619         * Documentation/user/lilypond-book.itely (Music fragment options),
9620           scripts/lilypond-book.py: Don't include quotation blocks by
9621           default. Introduce option quote instead of noquote
9622
9623 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9624
9625         * VERSION: 1.7.15 released
9626         
9627         * Documentation/user/lilypond.tely: omf updates.
9628
9629         * buildscripts/texi2omf.py (omf_vars): include version.date
9630
9631         * make/lilypond.redhat.spec.in: fixes for spec file. 
9632
9633         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9634         by function definition: lily now requires a recent GNU Make.
9635
9636         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9637         writing.
9638
9639         * make/ly-rules.make: remove .ly -> .tex rule
9640
9641         * Documentation/user/refman.itely (Figured bass): revised figured
9642         bass example.
9643
9644 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9645
9646         * stepmake/stepmake/omf-targets.make (local-install): add
9647         scrollkeeper-update message.
9648
9649         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9650         to binary.
9651         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9652
9653         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9654
9655         * Documentation/user/converters.itely (Invoking midi2ly): add
9656         track/channel notice.
9657
9658 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9659
9660         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9661
9662         * lily/parser.yy (scalar): DIGIT is also a scalar.
9663
9664         * Documentation/user/music-glossary.tely: add @omf tags
9665
9666         * Documentation/user/lilypond.tely: add @omf tags
9667
9668         * scm/generate-documentation.scm (string-append): add @omf tags.
9669
9670         * stepmake/stepmake/omf-*: new files 
9671
9672         * input/regression/multi-measure-rest.ly (texidoc): add doco
9673
9674         * GNUmakefile.in (web-doc-install): add web-doc-install target
9675
9676         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9677         fixes crashes while dumping MIDI.
9678
9679         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9680         midi
9681
9682 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9683
9684         * buildscripts/texi2omf.py: new file.
9685
9686         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9687         font-name
9688
9689 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9690
9691         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9692
9693         * lily/sequential-iterator.cc (descend_to_child): call
9694         descend_to_child() for all types of music.
9695
9696 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9697
9698         * scm/translator-property-description.scm: Add
9699         bassFigureFormatFunction.  Replace some entries.
9700
9701 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9702
9703         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9704         clean out.
9705
9706 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9707
9708         * scripts/midi2ly.py (Note.dump): never dump duration for
9709         dump_dur=0.
9710
9711         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9712         new function
9713
9714         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9715         figures using new markups. Much simpler, and should improve layout
9716         a little.
9717
9718         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9719
9720 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9721
9722         * ly/engraver-init.ly: use Hara kiri by default for 
9723         ChordNames, FiguredBass and Lyrics(Voice) context. 
9724
9725         * lily/axis-group-engraver.cc (acknowledge_grob): use
9726         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9727
9728         * scm/new-markup.scm (markup-function-list): add bracket,
9729         vbracket.
9730
9731         * ly/engraver-init.ly (ChordNamesContext): set
9732         minimumVerticalExtent
9733
9734 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9735
9736         * input/test/time-signature-double.ly: new file 
9737
9738         * input/regression/collision-head-chords.ly (texidoc): new file.
9739
9740         * lily/type-swallow-translator.cc: add note swallow translator 
9741
9742         * input/test/time-signature-double.ly: new file.
9743
9744         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9745
9746         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9747         (FiguredBassContext): idem.
9748
9749         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9750
9751         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9752
9753         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9754
9755         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9756         .afm dependency
9757
9758         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9759
9760         * python/lilylib.py (make_page_images): add function.
9761
9762         * scripts/ly2dvi.py (run_latex): include title in preview image.
9763
9764         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9765         from lilypond-book for <ly2dvifile> tags in HTML.
9766
9767         * scripts/ly2dvi.py (option_definitions): add --debug option to
9768         print out environment.
9769
9770         * input/regression/tie-chord-partial.ly: new file.
9771
9772 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9773
9774         * lilypond.words: add 3
9775
9776 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9777
9778         * scm/new-markup.scm (markup-function-list): add finger-markup
9779
9780         * input/tutorial/brahms-tweaked.ly: new markup 
9781
9782         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9783
9784         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9785         crash when processing '() markup
9786
9787         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9788
9789         * lily/breathing-sign.cc (railtracks): another caesura.
9790
9791         * mf/feta-schrift.mf: caesura symbol. 
9792
9793 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9794
9795         * scripts/convert-ly.py (FatalConversionError.conv): add
9796         ly:molecule-XXX conversions.
9797
9798         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9799
9800         * input/regression/multi-measure-rest-text.ly: new file.
9801
9802         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9803         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9804
9805         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9806         ScoreContext
9807
9808         * scm/new-markup.scm (center-markup): \center markup.
9809
9810         * scm/music-functions.scm: remove pitchify scripts.
9811
9812         * lily/music.cc (print_smob): display music name if available 
9813
9814 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9815
9816         * Documentation/user/refman.itely (Instrument names): remove
9817         \turnOff doco.
9818
9819 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9820
9821         * lily/score.cc (mark_smob): bugfix.
9822
9823         * input/regression/rehearsal-mark.ly: new file.
9824
9825         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9826         report error at the current token again.
9827
9828 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9829
9830         * cygwin/mknetrel: Exit if doc build fails.
9831
9832         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9833
9834 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9835
9836         * scm/music-types.scm (music-descriptions): add doc strings
9837
9838 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9839
9840         * lily/lexer.ll: 
9841         * lily/include/my-lily-lexer.hh: 
9842         * lily/include/includable-lexer.hh: Add flex kludge.
9843
9844         * config.hh.in: 
9845         * config.make.in: 
9846         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9847         cruft.
9848         
9849         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9850         code.
9851
9852 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9853
9854         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9855
9856         * lily/parser.yy (new_chord): Compile fix.
9857
9858 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9859
9860         * Documentation/user/refman.itely (Tuning groups of objects):
9861         remove documentation for \turnOff. 
9862
9863         * lily/percent-repeat-engraver.cc (try_music): add correct
9864         processing moments for double-measure percents as well.
9865
9866         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9867
9868         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9869         grob prop type. 
9870
9871         * Documentation/user/refman.itely (Printing named chords): add
9872         chord name tweak doco.
9873
9874         * input/template/gregorian-transcription.ly: new file.
9875
9876 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9877
9878         * VERSION: 1.7.13 released
9879         
9880         * input/test/*: lots of cleanups/comment-outs/removals in chord
9881         examples
9882         
9883         * input/regression/*: lots of cleanups/comment-outs/removals in
9884         chord examples
9885         
9886         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9887         options
9888
9889         * lily/new-chord-name-engraver.cc (process_music): give original
9890         inversion pitch to chord name routine.
9891
9892         * input/tutorial/os-score.ly: update to new markup
9893
9894         * Documentation/user/appendices.itely: simply include
9895         chords-ignatzek. 
9896
9897         * Documentation/user/refman.itely (Chords mode): add documentation
9898         for chord mode.
9899
9900         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9901         not present in chord.
9902         (construct-chord): add inversion and bass support.
9903
9904         * lily/chord.cc: junk contents.
9905
9906 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9907
9908         * Documentation/user/refman.itely:
9909         * Documentation/user/music-glossary.tely: fix. 
9910
9911 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9912
9913         * scm/chord-entry.scm (construct-chord): move chord construction
9914         to Scheme.
9915
9916         * lily/parser.yy (new_chord): new setup for chord entry.
9917
9918 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9919
9920         * lilypond.words:
9921         * Documentation/user/music-glossary.tely: add ambitus.
9922
9923 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9924
9925         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9926
9927         * lily/include/*.hh: string() -> to_string()
9928
9929         * scm/chords-ignatzek.scm: new file.
9930
9931         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9932         standard chord name exceptions.
9933
9934         * scm/translator-property-description.scm (chordNameSeparator):
9935         add property.
9936         (majorSevenSymbol): add property
9937
9938         * lily/translator-scheme.cc (ly:context-properties): new function
9939         (ly:context-parent): new function.
9940         (print_smob): print context name.
9941
9942         * lily/music.cc (ly:get-music-length): new function
9943         (print_smob): don't print properties.
9944
9945         * lily/duration.cc (duration<?): new function
9946
9947         * input/regression/chords-funky-ignatzek.ly: new file.
9948
9949         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9950         jazz chords.
9951
9952         * lily/pitch.cc (ly:pitch-diff): new function.
9953
9954         * input/regression/chords-ignatzek.ly: new file.
9955
9956 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9957
9958         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9959         pitches for jazz chords.
9960
9961 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9962
9963         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9964
9965 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9966
9967         * lilypond.words: add 1
9968
9969 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9970
9971         * Documentation/topdocs/AUTHORS.texi: refine.
9972
9973 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9974
9975         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9976         
9977         * lilypond.words: add one.
9978
9979 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9980
9981         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9982         Fontify bass note in chords, e.g., e in c1/e.
9983         
9984 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9985
9986         * Documentation/user/music-glossary.tely: Dutch updates and
9987         additions (Arent Storm).
9988
9989 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9990
9991         * input/regression/ambitus.ly:  move file.      
9992
9993         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9994
9995         * lily/event.cc (transpose): add tonic property to Key_change_req
9996         and to Key_engraver.
9997
9998 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9999
10000         * Documentation/user/refman.itely: fix typo.
10001
10002         * lilypond.words: removed wrong identifiers.
10003
10004 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10005
10006         * mf/feta-toevallig.mf: make flat stem shorter 
10007
10008 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10009
10010         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10011
10012         * lilypond.words: add from Phrasing slur.
10013         
10014 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10015
10016         * lilypond-mode.el: allow launching multiple ViewPS processes.
10017         
10018         * lilypond.words: add from Text markup.
10019
10020 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10021
10022         * input/test/ossia.ly (texidoc): add comment.
10023
10024         * input/regression/voice-follower.ly: new file.
10025
10026         * mf/feta-toevallig.mf: make flat heavier.
10027
10028         * lily/cluster-engraver.cc: clean up Cluster engraver
10029
10030         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10031         Engraver. Use Note_column to compute Y positions and deal with
10032         line break stuff.
10033
10034 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10035
10036         * lily/stem.cc: move french-beaming to stem.
10037
10038 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10039
10040         * lilypond-font-lock.el: fontify all durations in chords.
10041
10042         * lilypond.words: add from lily/my-lily-lexer.cc
10043
10044 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10045
10046         * VERSION: release 1.7.12
10047
10048         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10049
10050         * lily/gregorian-ligature.cc: new file
10051
10052         * lily/*: the Great 2003 search & replace.
10053
10054         * Documentation/user/refman.itely (Manual repeat commands): add
10055         note about font selection.
10056
10057 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10058
10059         * lilypond-mode.el: propose recompiling midi while invoking playing,
10060         not while stopping playing.
10061
10062 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10063
10064         * lilypond.words: add one.
10065
10066         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10067         and expressional note grouping. Fontify chord modes.
10068
10069 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10070
10071         * Documentation/user/music-glossary.tely (Top): translate melisma.
10072
10073 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10074
10075         * Documentation/user/music-glossary.tely (Top): add melisma.
10076
10077 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10078
10079         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10080         interfaces for (abstract) grob GregorianLigature
10081
10082         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10083         renamed head* -> glyph_name*, x-shift* -> x-offset*
10084
10085         * scm/grob-property-description.scm: bugfix: added missing descriptions
10086
10087 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10088
10089         * input/test/chord-names-dpnj.ly: New file.
10090
10091         * scm/double-plus-new-chord-name.scm: Implement full and partial
10092         exceptions.
10093
10094         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10095
10096         * scm/double-plus-new-chord-name.scm
10097         (double-plus-new-chord->markup): Fix sub->markup.
10098
10099
10100 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10101
10102         * lily/custos-engraver.cc: added TODO; editorial changes
10103
10104         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10105         consistency with other ligature engravers; removed access on (now)
10106         private variable _ligature of Ligature_engraver
10107
10108         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10109         renamed last_bound -> last_bound_; issue programming_error on
10110         abstract method calls; moved primitives code from
10111         Mensural_bracket_engraver to here (because almost ligature
10112         engravers will need it); renamed try_stop_ligature () ->
10113         typeset_ligature (); bugfix: store primitives of finished ligature
10114         in separate variable finished_primitives_ to avoid clash on input
10115         like "\] \["; added current_ligature () to enable access on
10116         private variable _ligature
10117
10118         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10119         (now in super class); renamed try_stop_ligature () ->
10120         typeset_ligature ()
10121
10122         * lily/mensural-ligature.cc: issue programming_error on abstract
10123         method calls
10124
10125         * lily/note-heads-engraver.cc: added TODO comment upon bool
10126         in_ligature
10127
10128         * mf/parmesan-heads.mf: fixed some of set_char_box()
10129
10130         * scm/grob-description.scm: added VaticanaLigature
10131
10132         * scm/grob-property-description.scm: added neume prefix properties
10133
10134         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10135         lily/include/gregorian-ligature-engraver.hh,
10136         lily/include/gregorian-ligature.hh: new files; framework for
10137         gregorian ligature engravers such as vaticana
10138
10139         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10140         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10141         vaticana style ligature implementation (still somewhat uncomplete)
10142
10143 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10144
10145         * VERSION: release 1.7.11
10146
10147         * scripts/convert-ly.py: add ly:pitch-transpose rule
10148
10149 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10150
10151         * input/test/dpncnt.ly: New file.
10152
10153         * lily/my-lily-lexer.cc: Add chordnames keyword.
10154
10155         * lily/parser.yy (chordnames_block): Parse chord name exception
10156         lists, see input/test/dpncnt.ly.
10157
10158         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10159         function.
10160
10161         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10162         filter-out too.
10163
10164         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10165         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10166         pitch functions (except for ly:make-pitch, but that's apparently
10167         some sort of scheme naming standard?).
10168
10169         * scm/lily.scm (!=): define-public.
10170
10171         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10172
10173 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10174
10175         * scm/double-plus-new-chord-name.scm
10176         (double-plus-new-chord-name->markup): New file.
10177
10178 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10179
10180         * python/lilylib.py (make_preview): don't suppress progress for
10181         bbox extraction.
10182
10183 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10184
10185         * Documentation/user/appendices.itely (scheme): update for new syntax.
10186
10187         * input/regression/chord-name-styles.ly: new file
10188
10189         * lily/instrument-name-engraver.cc: create instrument names
10190         without barline too.  Allows instrument name on ChordNames  
10191
10192         * scm/new-markup.scm (interpret-markup): allow simple strings as
10193         markup too.
10194
10195 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10196
10197         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10198         (step->markup-accidental): Fix: add accidental.
10199         (chord::inner-name-american): 
10200         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10201         append stray '/' if last superscript addition was 'o'.
10202
10203         * scm/new-markup.scm (normal-size-sub-markup) 
10204         (normal-size-super-markup): New function.
10205
10206         * lily/source-file.cc (Source_file): Add warning for possibly
10207         intentional but suspicious initialization.
10208
10209         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10210         add comments about cut-and-paste programming.
10211
10212         * flower/rational.cc (lcm): Not used; comment out.
10213
10214 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10215
10216         * lily/new-fingering-engraver.cc (position_scripts): use
10217         fingerHorizontalDirection to determine fingering horizontal
10218         directions.
10219  
10220         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10221         fingering support.
10222
10223         * scripts/convert-ly.py (FatalConversionError.conv): add style
10224         conversion rule. 
10225
10226         * scm/chord-name.scm (set-chord-name-style): new function.
10227         (new-chord-name-brew-molecule): revise to interpret markup only
10228         (new-chord->markup): cleanuppish rewrite. To be called from the
10229         new engraver.
10230
10231         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10232         Markup earlier, during interpreting.
10233
10234         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10235         style settings. Rename to chord-names-*.ly
10236
10237 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10238
10239         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10240         markup code and update to new markup.  Most probably broke some of
10241         it.
10242         
10243 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10244
10245         * Documentation/user/refman.itely: added docu for ambitus and
10246         clusters
10247
10248         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10249         ly_quote_scm() in lookup.cc
10250
10251         * mf/parmesan-clefs.mf: set_char_box fix
10252
10253         * lily/cluster-engraver.cc: junk implicit protection; use
10254         Protected_scm instead
10255
10256 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10257
10258         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10259         throughout.
10260
10261         * scm/new-markup.scm: Turn-off error-triggering test code.
10262
10263 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10264
10265         * scm/new-markup.scm (markup-thrower-typecheck) 
10266         (markup-typecheck?):  add full typechecking functions.
10267         (make-markup-maker): add make-FOO-markup functions.
10268         (markup-argument-list-error): nice error checking messages.
10269         (make-markup): better function: less quoting escapades.
10270
10271 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10272
10273         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10274
10275 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10276
10277         * cygwin/lilypond.hint (requires): Add cygwin.
10278
10279         * .cvsignore: Remove stepmake (huh!?!), add lib.
10280
10281         * GNUmakefile.in: Add libdir links for builddir runs.
10282
10283         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10284         instead of datadir.
10285
10286         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10287         local_lilypond_libdir.
10288
10289         * config.make.in (lilypond_libdir): Add.
10290
10291         * stepmake/stepmake/substitute-rules.make: 
10292         * stepmake/stepmake/script-rules.make: 
10293         * stepmake/stepmake/python-module-rules.make:
10294         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10295         lilypond-python-module patch.
10296
10297 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10298
10299         * Documentation/user/refman.itely (Graphical interfaces): add note
10300         about xml2ly.
10301
10302 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10303
10304         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10305
10306 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10307
10308         * VERSION: released 1.7.10
10309
10310         * scripts/musedata2ly.py (): idem
10311
10312         * scripts/midi2ly.py (dump_chord): idem
10313
10314         * scripts/etf2ly.py (version): idem 
10315
10316         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10317
10318         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10319
10320         * scm/tex.scm (tex-output-expression): remove eval compat
10321         glut. Other output files too.
10322
10323         * scm/chord-name.scm: don't export anything from chord module.
10324
10325         * input/test/american-chords.ly: idem
10326
10327         * input/test/banter-chords.ly (texidoc): idem
10328
10329         * input/test/Cc-chords.ly: add breakage notes.
10330
10331         * Documentation/user/refman.itely (Text markup): rewrite manual
10332         section.
10333
10334         * lily/parser.yy (scalar): allow \markup { } as property value. 
10335
10336         * scm/chord-name.scm: complete new markup usage
10337
10338         * scm/grob-description.scm (all-grob-descriptions): use new markup
10339         texts by default
10340
10341 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10342
10343         * scm/chord-name.scm: partial move to new markup texts.
10344
10345 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10346
10347         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10348
10349         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10350         settable.
10351
10352 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10353
10354         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10355         invoked for old midi, wait for killing.
10356
10357 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10358
10359         * Documentation/user/music-glossary.tely: Finnishing.
10360
10361 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10362
10363         * mf/feta-nummer-code.mf: some kerning pairs.
10364
10365 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10366
10367         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10368         Added.
10369
10370         * Documentation/user/refman.itely (Bar numbers):
10371         set-bar-number-visibility added, modulo-bar-number removed again
10372         (sorry).
10373
10374 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10375
10376         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10377
10378         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10379
10380         * Documentation/user/music-glossary.tely: translate into Finnish.
10381
10382 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10383
10384         * lilypond-mode.el: add shortcut for 2midi
10385
10386         * lilypond-font-lock.el: fontify lyrics
10387
10388 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10389
10390         * scm/drums.scm : use 1.7.x names.
10391
10392         * input/regression/drums.ly : Don't use << chords >>
10393
10394 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10395
10396         * lilypond-mode.el: tidy, add TODO
10397
10398         * make/lilypond.mandrake.spec.in: install-info quietly.
10399
10400 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10401
10402         * input/test/markup.ly: use new syntax.
10403
10404 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10405
10406         * ly/params-init.ly (interscoreline): add word-space
10407
10408         * input/test/metronome.ly (eighthNote): idem.
10409
10410         * input/test/script-priority.ly: use new markup
10411
10412         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10413
10414         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10415
10416         * lily/parser.yy (gen_text_def): bugfix.
10417         (full_markup): allow markup identifier.
10418
10419 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10420
10421         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10422         jobs at the same time. Add horizontal lines to Command menu.
10423         Allow one compiling job -- propose killing others before a new one.
10424
10425         * lilypond.words: add markup, teeny, etc.
10426
10427 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10428
10429         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10430         Allow only one type of midi process; launching Midi either stops
10431         midis or plays the current midi and launching MidiAll stops midis
10432         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10433         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10434
10435 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10436
10437         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10438         markup  for new markup texts.
10439
10440         * lily/mark-engraver.cc (process_music): idem
10441         
10442         * lily/instrument-name-engraver.cc (create_text): idem
10443
10444         * scm/new-markup.scm (magnify-markup): new function.
10445
10446         * scm/molecule.scm (stack-lines): bugfix.
10447
10448         * lily/font-interface.cc (get_font): take font-magnification from
10449         alist chain.
10450
10451 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10452
10453         * lily/molecule-scheme.cc: move scheme functions to separate file.
10454
10455         * lily/font-metric.cc  (ly_get_glyph): new function. 
10456         
10457         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10458         (italic-markup, dynamic-markup): new functions
10459         (font-markup): new function
10460
10461         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10462         padding and minimum
10463
10464 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10465
10466         * lily/accidental-engraver.cc:
10467         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10468
10469 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10470
10471         * lilypond.vim:
10472         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10473         [a-zA-Z] for user defined identifiers. Separate note cases 
10474         with and without a duration (allow cis\longaX).
10475
10476         * lilypond.words: Add words from Info.
10477
10478 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10479
10480         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10481
10482 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10483
10484         * lilypond-mode.el: Propose reverting buffer before a command if
10485         it was edited with an another editor.
10486
10487 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10488
10489         * lily/molecule.cc (ly_translate_molecule): new function
10490
10491         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10492         into libdir
10493
10494         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10495
10496         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10497
10498 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10499
10500         * lilypond.words: take \words from Info-index.
10501
10502 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10503
10504         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10505
10506 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10507
10508         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10509
10510 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10511
10512         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10513         and lilypond-documentation.
10514
10515 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10516
10517         * lily/parser.yy: Compile fix (bison 1.75).
10518
10519 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10520
10521         * VERSION: 1.7.9 released
10522
10523         * scm/music-functions.scm (shift-one-duration-log): refactor.
10524         Use music-map.
10525
10526         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10527
10528         * NEWS: update.
10529
10530         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10531         argument
10532         
10533         * scm/music-functions.scm (display-music): new function
10534         (music-map): change arg order.
10535
10536         * input/regression/new-markup-syntax.scm: new file
10537
10538         * lily/parser.yy (markup): add \markup { .. } syntax.
10539
10540         * scm/new-markup.scm (override-markup): new function
10541         (lookup-markup): new function
10542         (music-markup): new function
10543         (lookup-markup-command): use markup-signature to store argument
10544         format for parser.
10545
10546         * lily/lexer.ll: preliminary \markup syntax. 
10547
10548 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10549
10550         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10551         add pre/post-dependencies and menus with icons from source.
10552
10553         * Documentation/pictures/lilypond-48x48.xpm:
10554         * Documentation/pictures/lilypond-32x32.xpm:
10555         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10556         transparent.
10557
10558         * stepmake/stepmake/generic-targets.make:
10559         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10560
10561 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10562
10563         * input/regression/music-map.ly (texidoc): new file.
10564
10565         * scm/music-functions.scm (music-map): new function
10566
10567 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10568
10569         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10570
10571 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10572
10573         * input/test/to-xml.ly:
10574         * lily/ligature-engraver.cc: Fixes documentation.
10575
10576         * lilypond.mandrake.spec.in:
10577         * lilypond.redhat.spec.in: Add lilypond.words.
10578
10579         * Documentation/user/refman.itely: Mention Info inside emacs.
10580         
10581         * lilypond.suse.spec.in:
10582         * lilypond.redhat.spec.in:
10583         * lilypond.mandrake.spec.in: Set root-owner for doc
10584         (tobbe@nyvalls.se).
10585
10586 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10587
10588         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10589         os.popen.read ().
10590
10591 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10592
10593         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10594
10595         * python/lilylib.py (error): add space
10596
10597 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10598
10599         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10600         distribution.
10601
10602 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10603
10604         * lily/paper-outputter.cc (Paper_outputter): close port when
10605         finishing score.
10606
10607 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10608
10609         * scm/sodipodi.scm: Fixes.
10610
10611 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10612
10613         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10614
10615         * buildscripts/make-font-dir.py: Fix. 
10616
10617 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10618
10619         * lilypond-mode.el: Add support for Info inside Emacs.
10620
10621 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10622
10623         * buildscripts/make-font-dir.py: 
10624         * mf/GNUmakefile: Make sodipodi font map.
10625
10626         * scm/sodipodi.scm: Add more output functions.
10627
10628         * mf/feta-nummer.mf: 
10629         * mf/feta-beugel.mf: Add font_coding_scheme.
10630
10631         * lily/paper-outputter.cc (output_header): Fix creator string.
10632
10633 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10634
10635         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10636         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10637
10638         * lilypond.words: add two (Everybody can add/remove words now!).
10639
10640         * debian/rules:
10641         * make/lilypond.suse.spec.in:
10642         * make/lilypond.mandrake.spec.in:
10643         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10644
10645         * Documentation/user/refman.itely: Mention autocompletion.
10646
10647 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10648
10649         * scripts/ly2dvi.py: Add paper sizes.
10650
10651         * lily/timing-engraver.cc: 
10652         * lily/time-signature.cc: 
10653         * lily/span-bar.cc: 
10654         * lily/grob-scheme.cc: Code formatting fixes.
10655
10656         * scm/sodipodi.scm: 
10657         * scm/sketch.scm:
10658         * buildscripts/mf-to-table.py: 
10659         * buildscripts/make-font-dir.py: Font testing.
10660
10661 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10662
10663         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10664         inserts try-completion and shows all-completions.
10665
10666         * lilypond.words: '\' -> '\\'
10667
10668         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10669         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10670         
10671         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10672         and LilyPond-reserved-words.
10673         
10674 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10675
10676         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10677         from load-path.
10678         
10679         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10680         the mini-buffer with Control-Shift-c.
10681         
10682 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10683
10684         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10685         duration. This fixes \tempo taking time.
10686
10687 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10688
10689         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10690         Allow for text markup in repeatCommands. 
10691
10692 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10693
10694         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10695         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10696         Get rid of skeleton.el-dependency.
10697
10698         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10699
10700 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10701
10702         * lily/beam-engraver.cc (stop_translation_timestep): reset
10703         now_stop_ev_
10704
10705         * lily/scm-option.cc: add parse-protect to ly:set-option
10706
10707         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10708
10709 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10710
10711         * lily/include/ligature-bracket.hh: removed
10712         * lily/ligature-bracket.cc: removed
10713
10714         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10715         .tex
10716
10717         * lily/beam.cc (set_beaming): don't change beam count on rests.
10718         (brew_molecule): always set flag-width > 0.
10719
10720 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10721
10722         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10723         chars, remove instructions; instead, refer to lilypond-init.el and
10724         Documentation/topdocs/INSTALL.texi.
10725
10726         * lilypond.words: add identifiers and reserved words.
10727
10728         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10729         files and adding a load-path.
10730
10731         * lilypond-init.el: Instructions, extracted from 
10732         Documentation/topdocs/INSTALL.texi. 
10733         
10734 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10735
10736         * VERSION: 1.7.8 released 
10737
10738         * lily/grob.cc (warning): better robustness fix.
10739
10740 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10741
10742         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10743
10744         * lily/cluster-engraver.cc: stick better to variable naming
10745         conventions
10746
10747         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10748         until stop_translation_timestep()
10749
10750         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10751         min/max coordinates to backend, but no musical info such as
10752         pitches
10753
10754         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10755
10756         * lily/grob.cc: robustness fix: warning(): do not crash if
10757         cause is not set
10758
10759         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10760         the much more elaborated tuplet brackets than the very naive and
10761         simple ligature bracket grob
10762
10763 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10764
10765         * Documentation/user/refman.itely (Analysis brackets): add
10766         horizontal bracket doco.
10767
10768         * ly/property-init.ly (setMmRestFermata): added.
10769
10770         * Documentation/user/refman.itely (Multi measure rests): fermatas
10771         on mm rests.
10772
10773         * input/regression/apply-context.ly (texidoc): new file
10774
10775         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10776         code to be executed during interpretation. Possible applications:
10777         smart octavation, more advanced bar checks. 
10778
10779         * lily/apply-context-iterator.cc: new file.
10780
10781 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10782
10783         * input/test/new-markup.ly: new file.
10784
10785         * lily/text-item.cc (text_to_molecule): new function
10786
10787         * scm/new-markup.scm (lambda): new file
10788
10789         * lily/function-documentation.cc (ly_add_function_documentation):
10790         add proc property as well
10791
10792 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10793
10794         * Documentation/user/music-glossary.tely (Top): add custos.
10795
10796 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10797
10798         * Documentation/topdocs/INSTALL.texi: advise how to include source
10799         path to Emacs load-path and improve language.
10800
10801 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10802
10803         * GNUmakefile.in: config.h message fix.
10804
10805         * autogen.sh:
10806         * aclocal.m4: Regenerate.
10807
10808         * configure.in: 
10809         * config.make.in: 
10810         * stepmake/config.make.in: 
10811         * stepmake/configure.in: 
10812         * stepmake/autogen.sh: 
10813         * stepmake/aclocal.m4: Update for autoconf 2.56.
10814
10815 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10816
10817         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10818         to install Emacs-mode. Instructions how to use vim-mode.
10819
10820 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10821
10822         * scm/music-types.scm (music-descriptions): no length for tempo event.
10823
10824         * input/*.ly: add \version everywhere.
10825         
10826         * input/*.ly: update syntax to 1.7 + new-chords.
10827
10828         * VERSION: 1.7.7 released.
10829         
10830         * Documentation/user/*.tely: new chord syntax.
10831
10832         * input/regression/[bc]*.ly (texidoc): syntax updates.
10833         
10834 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10835
10836         * lilypond.words: add vocabulary to be used in auto-completion
10837
10838         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10839
10840         * lilypond.vim: allow note name at EOF
10841
10842 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10843
10844         * buildscripts/new-chords.py (edit): -e option: inline editing.
10845
10846         * input/regression/a*.ly (texidoc): syntax updates.
10847
10848         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10849         music): elucidations. 
10850
10851 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10852
10853         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10854         ly/spanners-init.ly, scm/grob-description.scm,
10855         scm/grob-property-description.scm, scm/music-types.scm,
10856         lily/cluster-engraver.cc, lily/cluster.cc,
10857         lily/include/cluster.hh, input/test/cluster.ly: cluster
10858         implementation
10859
10860         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10861         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10862         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10863
10864         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10865
10866         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10867
10868         * scm/grob-description.scm: bugfix: by default, use default note
10869         head style when engraving ligatures
10870
10871         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10872
10873         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10874         events
10875
10876         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10877
10878         * input/test/ancient-font.ly: bugfix: style -> flag-style
10879
10880         * lily/ligature-engraver.cc: indentation fix
10881
10882         * lily/parser.yy: indentation fixes
10883         
10884 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10885
10886         * input/regression/measure-grouping.ly: more elaborate example.
10887
10888         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10889         ly:div-moment. New functions 
10890
10891         * scm/music-functions.scm (set-time-signature): new function,
10892         allow inline time sig settings with measure grouping.
10893
10894         * lily/parser.yy (command_element): move time sig construction
10895         into Scheme.
10896
10897         * lily/side-position-interface.cc (out_of_staff): new function,
10898         like padding, but keep minimum distance from staff. Easier than
10899         linespanners (dynamics, pedals), but roughly the same effect.
10900
10901 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10902
10903         * emacs-mode.el: Added spanish-note-replacements 
10904         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10905
10906         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10907
10908 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10909
10910         * lilypond.vim: Do not fontify cises, desis, etc.
10911
10912         * vimrc: view dvi with <S-F6>
10913
10914 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10915
10916         * lily/lookup.cc (triangle): new function.
10917
10918         * input/regression/measure-grouping.ly (texidoc): new file: show
10919         triangles and brackets for beat groups of 3 and 2.
10920
10921         * lily/include/measure-grouping-spanner.hh (class
10922         Measure_grouping): new file.
10923
10924         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10925
10926         * lily/measure-grouping-engraver.cc (class
10927         Measure_grouping_engraver): new file.
10928
10929 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10930
10931         * Merge from stable:
10932
10933             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10934         
10935         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10936         stylesheet.
10937
10938         * ly/paper19.ly: Include paper19-init.ly.
10939
10940         * ly/paper19-init.ly: New file.
10941
10942         * Documentation/user/tutorial.itely (First steps): Fix first
10943         example for font test.
10944
10945         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10946
10947         * ChangeLog: Add 1.7.6 release marker (see below).
10948
10949         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10950         Add .py files.
10951
10952 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10953
10954         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10955
10956         * input/tutorial/*.ly: update to new syntax.
10957
10958         * lily/parser.yy (Composite_music): new transpose syntax,
10959         \transpose FROM TO MUSIC. 
10960
10961 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10962
10963         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10964         latex progress/error output to stderr (by default this goes to
10965         stdout).  Show lilypond progress, even when not verbose.
10966
10967         * python/lilylib.py (system): New optional parameter to control
10968         showing of progress.
10969
10970         * scm/backend-documentation-lib.scm (check-dangling-properties):
10971         Fix error message.
10972
10973         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10974         axis, extent.
10975
10976         * scm/grob-property-description.scm (magnify): Remove.
10977         (extent, axis): Add.
10978
10979 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10980
10981         * VERSION: Release 1.7.6.
10982
10983         * scripts/convert-ly.py: more uniformization substitutions.
10984
10985         * buildscripts/new-chords.py (sub_chords): new file.
10986
10987 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10988
10989         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10990         lilypond.map.  Include sauter fonts too.  Cleanups.
10991
10992 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10993
10994         * Documentation/user/tutorial.itely (First steps): change to new
10995         chord/tie/slur/beam notation.
10996
10997         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10998         ties.
10999
11000         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11001         engraver. Process ties in postfix notation, i.e. c8-~ c
11002
11003         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11004
11005         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11006
11007         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11008
11009         * lily/beam-engraver.cc (try_music): accept new-beam-events
11010
11011         * input/regression/chord-scripts.ly (texidoc): new file
11012
11013         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11014         script-events.
11015
11016         * scm/script.scm (default-script-alist): cleanup.
11017
11018         * lily/script-engraver.cc (make_script_from_event): cleanup.
11019
11020         * lily/lyric-combine-music-iterator.cc
11021         (Lyric_combine_music_iterator): remove superfluous events.
11022         (melisma_busy): new function. Fix broken melismas.
11023
11024 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11025
11026         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11027         Remove nonvalid settings. Use descriptive key names.
11028         Use <Return> to indicate the pressing of that key.
11029
11030 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11031
11032         * scripts/lilypond-book.py (option_definitions): Typo.
11033
11034         * scripts/ly2dvi.py: Updates.
11035
11036         * python/lilylib.py (setup_environment, print_environment)
11037         (get_bbox, make_preview): Merge and remove from ly2dvi and
11038         lilypond-book.
11039
11040         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11041
11042         * .cvsignore: Remove some cruft.
11043
11044         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11045         path.
11046
11047         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11048         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11049         throughout.
11050
11051         * python/lilylib.py (quiet_system): Junk
11052         (system): Display error log upon failure.
11053         (read_pipe): New function.  Cleanups and fixes.
11054
11055         * python/*.py: Rename from *.py.in.
11056         
11057         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11058
11059         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11060
11061 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11062
11063         * python/GNUmakefile: Bugfix: handle modules.
11064
11065         * stepmake/stepmake/python-module-targets.make (default): Add
11066         compiled modules. 
11067
11068         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11069         compiling modules.
11070
11071         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11072         Bugfix.  (OUT_PYC_MODULES): Add.
11073
11074 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11075
11076         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11077         Use default paths. Refresh description.
11078
11079 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11080
11081         * VERSION: 1.7.5 released
11082
11083         * input/regression/finger-chords.ly (texidoc): new file.
11084
11085         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11086         support
11087
11088         * lily/fingering-engraver.cc (process_music): remove kludgy
11089         scriptHorizontal stuff.
11090
11091         * lily/script.cc: remove staff-support property.
11092
11093         * lily/new-fingering-engraver.cc (add_fingering): new
11094         file. Fingering engraver for new style chords.
11095
11096 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11097
11098         * lily/parser.yy (bare_number): allow 4 \cm (without
11099         decimal dot). (should backport to 1.6?)
11100
11101         * ly/declarations-init.ly: use Scheme for dimension defs.
11102
11103         * lily/parser.yy (TODO): remove hard coded dimensions, add
11104         REAL NUMBER_IDENTIFIER production.
11105
11106         * lily/rest-collision.cc (force_shift_callback): rewrite using
11107         -done property.
11108
11109         * scm/grob-property-description.scm (rest-collision-done): add
11110         property.
11111         
11112         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11113
11114 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11115
11116         * input/regression/multi-measure-rest-center.ly: new file.
11117
11118         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11119         off horizontally by 0.05 ss. Fixed.
11120
11121 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11122
11123         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11124
11125         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11126
11127 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11128
11129         * lily/tie.cc (get_control_points): also avoid staff lines on the
11130         just outside the outer staff lines
11131
11132 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11133
11134         * ly/params-init.ly: Just define style-alist, no need to
11135         define-public.
11136
11137         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11138         (thanks Han-Wen).
11139
11140         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11141         (FET_FILES): = FONT_FILES.
11142
11143         * Merge from stable:
11144
11145             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11146
11147 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11148
11149         * VERSION: 1.7.4 released.  
11150         
11151         * scm/generate-documentation.scm (string-append): add macro
11152         definitions.
11153
11154         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11155         normal texts.
11156
11157         * lily/multi-measure-rest-engraver.cc: make separate
11158         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11159
11160         * lily/multi-measure-rest.cc: remove text handling. Remove
11161         number-threshold.
11162
11163 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11164
11165         * scm/music-types.scm: doc patch by Graham Percival
11166
11167 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11168
11169         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11170         encoding part.
11171         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11172         (sketch_p): Sketch wants only first four elements of X11 font spec.
11173
11174         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11175
11176         * mf/feta-autometric.mf: Write foundry and family to log.
11177
11178         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11179         font translation table.
11180
11181         * buildscripts/mf-to-table.py: Better font info into afm.
11182
11183         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11184         1.0.9 required.
11185
11186         * configure.in: Whine for mftrace 1.0.9.
11187
11188 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11189
11190         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11191
11192         * lily/main.cc (main_prog): don't try to load init.EXT when
11193         processing foo.EXT.
11194
11195 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11196
11197         * scm/tex.scm (zigzig-line): added.
11198
11199         * scm/ps.scm (zigzag-line): added.
11200
11201         * ps/music-drawing-routines.ps (subvec): added.
11202         (draw_zigzag_line): added.
11203         
11204         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11205         grob properties zigzag-width and zigzag-length.
11206
11207         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11208
11209 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11210
11211         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11212         svg output, including font.
11213
11214 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11215
11216         * scm/lily.scm: Register sodipodi output module.
11217
11218         * scm/sodipodi.scm: New file.
11219
11220         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11221
11222         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11223         comment, after header.
11224         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11225         FullName.  Fix FontName key.
11226
11227 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11228
11229         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11230         and breve rests.
11231         
11232         * input/test/blank-notes.ly: bugfix
11233
11234         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11235         rests. (Kim Shrier)
11236
11237         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11238         
11239 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11240
11241         * scm/tex.scm: 
11242         * scm/ps.scm: Cleanup and remove obsolete junk.
11243
11244         * Documentation/user/internals.itely:
11245         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11246
11247         * lily/parser.yy: Identify shift/reduce problems.
11248
11249         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11250         make-style-sheet.  Too specific for convert-ly?
11251
11252 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11253
11254         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11255
11256         * input/test/*.ly: various fixes.
11257
11258         * lily/music.cc (name): bugfix
11259
11260         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11261
11262         * lily/input-file-results.cc (code): set-point-and-click! ->
11263         set-point-and-click
11264         
11265 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11266
11267         * Use uniform ly: prefix for exported scheme primitive functions.
11268
11269         * scm/music-types.scm: junk compat glue
11270
11271         * scripts/convert-ly.py: add rules for stuff below, junk
11272         compatibility glue for spanrequest.
11273
11274         * lily/parser.yy (verbose_event): remove \spanrequest,
11275         \commandspanrequest, \script. 
11276         
11277         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11278
11279         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11280         for \penalty, \glissando.
11281
11282         * VERSION: release 1.7.3
11283         
11284 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11285
11286         * lily/accidental-engraver.cc: Fix
11287         grace-in-the-beginning-of-measure bug caused by the resent
11288         partial-measure fix.
11289
11290         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11291         overlap looks too crowded)
11292         
11293 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11294
11295         * lily/parser.yy (assignment): allow SCM expression as assignment.
11296
11297         * lily/include/music-output-def.hh (class Music_output_def):
11298         * lily/music-output-def.cc: 
11299         * lily/paper-def.cc: 
11300         * scm/font.scm (markup-to-properties):
11301         * lily/parser.yy (music_output_def_body): 
11302         remove style_sheet_
11303
11304 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11305
11306         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11307         length.
11308
11309         * input/regression/spacing-to-grace.ly: new file.
11310
11311         * input/regression/spacing-end-of-line.ly: new file.
11312
11313         * lily/note-spacing.cc (get_spacing): take into account breakable
11314         stuff sticking out at the left (time sig change at line break).
11315
11316         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11317         raggedright code.
11318
11319         * scm/music-functions.scm (make-voice-props-set): add
11320         staff-position for mm rests.
11321  
11322         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11323         before grace notes a little.
11324
11325         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11326
11327         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11328         key adds space at the end of line. 
11329
11330 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11331
11332         * scm/sketch.scm: Fix beams.
11333
11334         * buildscripts/mf-to-table.py: Add EncodingScheme.
11335
11336         * scm/sketch.scm: Resurrect.
11337
11338 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11339
11340         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11341         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11342
11343 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11344
11345         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11346
11347         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11348
11349 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11350
11351         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11352         token for origin information.
11353
11354         * lily/parser.yy (My_lily_lexer): do identifier location and
11355         cloning from lexer.
11356
11357         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11358         logic out of the parser. Add bar checks on both ends.
11359
11360         * Documentation/user/refman.itely (Multi measure rests): add more
11361         notes about mm rests.
11362
11363 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11364
11365         * input/regression/bar-scripts.ly: Re-enable.
11366
11367         * lily/parser.yy:
11368         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11369         released rsn.  Bison 1.50 has a crucial bug and won't work.
11370
11371         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11372
11373
11374 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11375
11376         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11377
11378 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11379
11380         * Actually merge changes since 1.6.4 besides ChangeLog, and
11381         resolve conflicts.  Lots of updates, hope all is well.
11382         
11383         * cygwin/lilypond.hint (requires): Add ghostscript.
11384
11385         * scm: Update some (c).
11386         
11387 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11388
11389         * input/test/{various}.ly: add \header fields and texidoc strings.
11390
11391 2002-10-05  Werner Lemberg  <wl@gnu.org>
11392
11393         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11394         renamed to `output_latex_quoted'.
11395         Added `output_latex_noquote'.
11396         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11397         mode.
11398
11399 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11400
11401         * ChangeLog: Add 1.6.6 release marker.  See below.
11402
11403         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11404
11405         * scripts/midi2ly.py: Fix global syntax warnings.
11406
11407         * GNUmakefile.in: Generate builddir locale tree too.
11408
11409         * scripts/ly2dvi.py:
11410         * scripts/midi2ly.py: 
11411         * scripts/mup2ly.py: 
11412         * scripts/update-lily.py:
11413         * lily/main.cc (setup_paths): Fix for locales setup.
11414
11415 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11416
11417         * Documentation/windows/installing.texi: Soften wording about
11418         necessity of becoming Administrator.  tommie@iae.nl reports this
11419         does not seem to be necessary for his flavour of Windows 2000.
11420         Explicitely discourage text mode mounts.
11421
11422 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11423
11424         * lily/rest.cc (after_line_breaking): backport dot position fix.
11425
11426         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11427         rests. Thanks to Klaus Zimmermann for finding this bug.
11428
11429 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11430
11431         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11432
11433 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11434
11435         * Documentation/user/music-glossary.tely: fix links.
11436
11437 2002-10-21  Werner Lemberg  <wl@gnu.org>
11438
11439         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11440         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11441         scaling factor) only once and use them in the definition of
11442         \embeddedps.
11443         * ps/music-drawing-routines.ps (skeel): Removed.
11444
11445 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11446
11447         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11448         Solaris7, as we don't use nested $( ) constructs.
11449
11450 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11451
11452         * VERSION: Release 1.6.6.
11453         
11454 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11455
11456         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11457         as workaround for /bin/sh problems on Solaris7.
11458
11459 2002-10-19  Werner Lemberg  <wl@gnu.org>
11460
11461         * GNUmakefile.in (web-doc): Fix typos.
11462         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11463         `music-drawing-routines.ps' but emit \special{header=...} once.
11464         * scm/tex.scm (header-end): Updated.
11465
11466 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11467
11468         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11469         undefined tremolo. 
11470
11471 2002-10-15  Werner Lemberg  <wl@gnu.org>
11472
11473         * scripts/lilypond-book.py (g_make_html): New global variable.
11474         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11475         if `g_make_html' isn't set.
11476         [main]: Add format `texi-html'.
11477         (option_definitions): Updated.
11478         * Documentation/user/lilypond-book.itely: Updated.
11479
11480         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11481         * make/ly-rules.make (%.texi, %.nexi): Use it.
11482         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11483         format to lilypond-book.
11484         * GNUmakefile.in (web-doc): Ditto.
11485
11486 2002-10-14  Werner Lemberg  <wl@gnu.org>
11487
11488         Further improve TeX output.  The produced files are about 40%
11489         smaller.  `lilyponddefs.tex' is now read only once.
11490
11491         * tex/lilyponddefs.tex: Remove footer stuff.
11492         (\ifundefined): Renamed to...
11493         (\lilypondundefined): This.  Use LaTeX's definition to
11494         make it nestable and make it global.
11495         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11496         output.
11497         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11498         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11499         them global.
11500         (\placebox): Renamed to...
11501         (\lyitem): This.
11502         Make it global and call \outputscale by itself.
11503         (\lybox, \lyvrule): New macros to reduce input data.
11504         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11505         New auxiliary macros.
11506         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11507         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11508         to...
11509         (\lilypondspace): This and made it global.
11510         (\turnOnPostScript): Renamed to...
11511         (\lilypondpostscript): This and made it global.
11512         (\turnOnExperimentalFeatures): Renamed to...
11513         (\lilypondexperimentalfeatures): This and made it global.
11514         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11515         (\lilypondsetdimen): This and made it global.
11516         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11517         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11518         (all, $(outdir)/music-drawing-routines.ps): New rules.
11519         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11520         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11521         start-system, stop-system, stop-last-system, filledbox): Updated to
11522         use the changed macros from lilyponddefs.tex.
11523         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11524
11525 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11526
11527         * Documentation/windows/installing.texi: Update.
11528
11529 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11530
11531         * VERSION: 1.6.5 released
11532
11533         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11534
11535 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11536
11537         * scm/translator-property-description.scm (voltaOnThisStaff): add
11538         property.
11539
11540 2002-09-28  Werner Lemberg  <wl@gnu.org>
11541
11542         * scm/tex.scm (header-end): Suppress page numbering.
11543
11544         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11545         Fix quotation for HTML output.
11546
11547 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11548         
11549         * Documentation/user/refman.itely: grammar and phrasing
11550           fixes to "Note Entry" section.  Also adds a few new examples.
11551
11552 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11553
11554         * flower/include/string-data.icc: include string.h
11555
11556 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11557
11558         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11559
11560 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11561
11562         * Documentation/user/GNUmakefile (extra-local-help): Add.
11563
11564         * stepmake/stepmake/www-targets.make (local-help): Add.
11565
11566 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11567
11568         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11569         packages.
11570
11571         * Documentation/topdocs/README.texi (Top): building documentation
11572         (not website.)
11573
11574 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11575
11576         * Documentation/user/refman.itely: 
11577         * Documentation/user/tutorial.itely: 
11578         * Documentation/user/music-glossary.tely: Merge changes.
11579
11580         * Documentation/user/glossary.html.in: 
11581         * Documentation/index.texi: 
11582         * Documentation/header.html.in: Accomodate renaming of glossary.
11583         
11584         * Documentation/user/tutorial.itely: Add some glossary references.
11585         
11586         * Documentation/user/refman.itely: Minor fixes.
11587         
11588         * Documentation/user/lilypond.tely: Add glossary do direntry.
11589
11590         * Documentation/user/music-glossary.tely: Rename (previously:
11591         glossary.tely).  Fix anchor placement.
11592
11593         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11594
11595 2002-09-23  Werner Lemberg  <wl@gnu.org>
11596
11597         * scripts/lilypond-book.py (output_dict): Fix handling of
11598         various environments by avoid extraneous newlines.
11599         Rename `output-all' regexp for html to `output-html'.
11600         Replace `output-all' regexp for texi with `output-texi-quote'
11601         and `output-texi-noquote'.
11602         (compose_full_body): Don't override `linewidth' user option
11603         for `singleline'.
11604         (schedule_lilypond_block): Don't indent text specified with
11605         `intertext' option.
11606         Add new option `noquote'.
11607         (compile_all_files): Use latex instead of tex to compile ly
11608         files directly.
11609
11610         * Documentation/user/lilypond-book.itely: Updated and revised.
11611         Improve layout.
11612
11613         * Documentation/user/glossary.tely,
11614         Documentation/user/introduction.itely,
11615         Documentation/user/tutorial.itely,
11616         Documentation/user/refman.itely,
11617         Documentation/user/appendices.itely: Fix overfull LilyPond
11618         boxes caused by the new lilypond-book code.  Other minor
11619         fixes.
11620
11621         * Documentation/user/macros.itexi (@texiflat): Don't emit
11622         trailing space.
11623
11624         * scm/tex.scm (end-output, header-end): Add preamble and
11625         postamble to make lilypond output directly compilable with
11626         latex.
11627
11628         
11629 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11630
11631         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11632         instructions.
11633
11634 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11635
11636         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11637
11638 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11639
11640         * lily/beam.cc (connect_beams): don't crash if there are quarter
11641         notes in beams.
11642
11643 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11644
11645         * Documentation/user/refman.itely: corrected ancient clef
11646         docu; added docu on ligatures
11647
11648 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11649
11650         * Documentation/user/glossary.tely,
11651         Documentation/user/refman.itely, input/les-nereides.ly,
11652         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11653         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11654         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11655         Stem properties: flag-style -> stroke-style, style -> flag-style.
11656
11657
11658 2002-09-22  Werner Lemberg  <wl@gnu.org>
11659
11660         * scripts/lilypond-book.py: Add option `notime' to suppress
11661         printing of a time signature.  Specify default indentation of 0pt
11662         if single line fragment.  Don't emit redundant `\paper{ }'.
11663
11664         * Documentation/user/lilypond-book.itely: Updated.
11665
11666         * Documentation/user/glossary.tely: Completely reformatting.
11667
11668 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11669
11670         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11671
11672 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11673
11674         * Documentation/user/tutorial.itely: Fix links.
11675         
11676         * Documentation/topdocs/index.tely:
11677         * Documentation/index.texi:
11678         * Documentation/header.html.in: Small website fixes and updates.
11679
11680         * debian/: Debian patch by Anthony Fok.
11681
11682 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11683
11684         * Documentation/footer.html.in: How time flies: It's already 2002!
11685
11686         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11687         more descriptive link names than 'here'.
11688
11689 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11690
11691         * VERSION: 1.7.2 released
11692         * VERSION: 1.6.4 released
11693         
11694         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11695
11696         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11697         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11698
11699         * mf/feta-din.mf (test): add x-height and space.
11700
11701         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11702         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11703
11704         * ly/grace-init.ly: add-to-grace-init: function to portably add
11705         settings to \grace. 
11706
11707         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11708         if we get an absolute dynamic event.
11709  
11710         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11711
11712         * lily/source-file.cc (get_line): oops. All line numbers were off
11713         by 2. Fix that. 
11714
11715         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11716         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11717
11718         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11719
11720         * lily/parser.yy (number_factor): remove (number) as number
11721         expression. ("Let them eat Lisp").
11722
11723 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11724
11725         * lily/horizontal-bracket.cc: new file.
11726
11727         * lily/horizontal-bracket-engraver.cc: new file.
11728
11729         * input/regression/note-group-bracket.ly: new file. Support
11730         horizontal note brackets for music analysis.
11731
11732         * lily/stem.cc (flag): new flag-style: no-flag.
11733
11734         * input/test/stem-cross-staff.ly: new file
11735         
11736         * Documentation/user/internals.itely: Improved formatting, fixing
11737         typos.  Added a section `Output details' to describe how the TeX
11738         code looks like.
11739
11740         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11741
11742         * lily/parser.yy: remove \dynamicscript.
11743
11744         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11745         definitions. 
11746
11747         * python/midi.c (midi_error): take two arguments.
11748
11749         * Merge 1.6.5 changes:
11750         
11751 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11752
11753         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11754         staff-space.  Previous 1.5 was probably meant as half-spaces.
11755         (cautionary-style): parentheses (was: smaller).  This is what doco
11756         says, and it seems more logical.
11757
11758         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11759         for 2nd sentence.
11760
11761 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11762
11763         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11764
11765 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11766
11767         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11768
11769 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11770
11771         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11772
11773 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11774
11775         * scm/translator-property-description.scm (voltaOnThisStaff): add
11776         property.
11777
11778 2002-09-28  Werner Lemberg  <wl@gnu.org>
11779
11780         * scm/tex.scm (header-end): Suppress page numbering.
11781
11782         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11783         Fix quotation for HTML output.
11784
11785 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11786         
11787         * Documentation/user/refman.itely: grammar and phrasing
11788           fixes to "Note Entry" section.  Also adds a few new examples.
11789
11790 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11791
11792         * flower/include/string-data.icc: include string.h
11793
11794 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11795
11796         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11797
11798 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11799
11800         * Documentation/user/GNUmakefile (extra-local-help): Add.
11801
11802         * stepmake/stepmake/www-targets.make (local-help): Add.
11803
11804 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11805
11806         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11807         packages.
11808
11809         * Documentation/topdocs/README.texi (Top): building documentation
11810         (not website.)
11811
11812 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11813
11814         * Documentation/user/refman.itely: 
11815         * Documentation/user/tutorial.itely: 
11816         * Documentation/user/music-glossary.tely: Merge changes.
11817
11818         * Documentation/user/glossary.html.in: 
11819         * Documentation/index.texi: 
11820         * Documentation/header.html.in: Accomodate renaming of glossary.
11821         
11822         * Documentation/user/tutorial.itely: Add some glossary references.
11823         
11824         * Documentation/user/refman.itely: Minor fixes.
11825         
11826         * Documentation/user/lilypond.tely: Add glossary do direntry.
11827
11828         * Documentation/user/music-glossary.tely: Rename (previously:
11829         glossary.tely).  Fix anchor placement.
11830
11831         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11832
11833 2002-09-23  Werner Lemberg  <wl@gnu.org>
11834
11835         * scripts/lilypond-book.py (output_dict): Fix handling of
11836         various environments by avoid extraneous newlines.
11837         Rename `output-all' regexp for html to `output-html'.
11838         Replace `output-all' regexp for texi with `output-texi-quote'
11839         and `output-texi-noquote'.
11840         (compose_full_body): Don't override `linewidth' user option
11841         for `singleline'.
11842         (schedule_lilypond_block): Don't indent text specified with
11843         `intertext' option.
11844         Add new option `noquote'.
11845         (compile_all_files): Use latex instead of tex to compile ly
11846         files directly.
11847
11848         * Documentation/user/lilypond-book.itely: Updated and revised.
11849         Improve layout.
11850
11851         * Documentation/user/glossary.tely,
11852         Documentation/user/introduction.itely,
11853         Documentation/user/tutorial.itely,
11854         Documentation/user/refman.itely,
11855         Documentation/user/appendices.itely: Fix overfull LilyPond
11856         boxes caused by the new lilypond-book code.  Other minor
11857         fixes.
11858
11859         * Documentation/user/macros.itexi (@texiflat): Don't emit
11860         trailing space.
11861
11862         * scm/tex.scm (end-output, header-end): Add preamble and
11863         postamble to make lilypond output directly compilable with
11864         latex.
11865
11866         
11867 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11868
11869         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11870         instructions.
11871
11872 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11873
11874         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11875
11876 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11877
11878         * lily/beam.cc (connect_beams): don't crash if there are quarter
11879         notes in beams.
11880
11881 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11882
11883         * Documentation/user/refman.itely: corrected ancient clef
11884         docu; added docu on ligatures
11885
11886 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11887
11888         * Documentation/user/glossary.tely,
11889         Documentation/user/refman.itely, input/les-nereides.ly,
11890         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11891         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11892         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11893         Stem properties: flag-style -> stroke-style, style -> flag-style.
11894
11895 2002-09-22  Werner Lemberg  <wl@gnu.org>
11896
11897         * scripts/lilypond-book.py: Add option `notime' to suppress
11898         printing of a time signature.  Specify default indentation of 0pt
11899         if single line fragment.  Don't emit redundant `\paper{ }'.
11900
11901         * Documentation/user/lilypond-book.itely: Updated.
11902
11903         * Documentation/user/glossary.tely: Completely reformatting.
11904
11905 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11906
11907         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11908
11909 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11910
11911         * Documentation/user/tutorial.itely: Fix links.
11912         
11913         * Documentation/topdocs/index.tely:
11914         * Documentation/index.texi:
11915         * Documentation/header.html.in: Small website fixes and updates.
11916
11917         * debian/: Debian patch by Anthony Fok.
11918
11919 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11920
11921         * Documentation/footer.html.in: How time flies: It's already 2002!
11922
11923         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11924         more descriptive link names than 'here'.
11925
11926 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11927
11928         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11929
11930 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11931
11932         * lily/part-combine-music-iterator.cc (get_state): cleanup
11933         (get_music_info): cleanup.
11934
11935 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11936
11937         * scm/backend-documentation-lib.scm (interface-doc-string):
11938         crosslinks between interfaces and grobs. Headings for interfaces
11939         in grob explanation.
11940
11941 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11942
11943         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11944         dtd).  Add preliminary dtd.
11945         (re-sub-alist): Robustify.
11946
11947 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11948
11949         * lily/include/event-chord-iterator.hh,
11950         lily/context-specced-music-iterator.cc,
11951         lily/event.cc, lily/event-chord-iterator.cc: add
11952
11953 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11954
11955         * lily/: some (c) header fixes.
11956         
11957         * lily/request-chord.cc: Remove.
11958         
11959         * lily/include/event-chord-iterator.hh:
11960         * lily/include/event.hh:
11961         * lily/event-chord.cc: New file.
11962         
11963         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11964         requested.
11965
11966 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11967
11968         * lily/ : rename Request to Event
11969
11970         * lily/parser.yy (command_element): move clef stuff into Scheme.
11971
11972         * lily/:  rename length_mom () to get_length()
11973
11974         * lily/part-combine-music.cc: removed file and class.
11975
11976         * lily/context-specced-music-iterator.cc (class
11977         Context_specced_music_iterator): new file. Obsoletes the
11978         Context_specced_music type.
11979
11980         * scm/music-types.scm (make-repeated-music): put different kinds
11981         of repeated music into music-type table.
11982
11983         * VERSION: 1.7.1 released.
11984
11985         * scm/to-xml.scm: new file.
11986
11987         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11988         new Input representation: dump music as XML.
11989
11990         * scm/engraver-documentation-lib.scm
11991         (engraver-accepts-music-types?): add links from music to engraver,
11992         from music-type to engraver.
11993
11994         * lily/include/command-request.hh: removed
11995         lily/include/musical-request.hh: removed. Removed all _req classes
11996         except Key_change_req. Changes throughout.
11997
11998 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11999
12000         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12001
12002 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12003
12004         * lily/*.cc: specify accepts for many engravers.
12005
12006         * scm/music-documentation-lib.scm: dump music expressions and
12007         music subtypes.
12008
12009         * scm/documentation-lib.scm: complete revision.
12010         Use GOOPS objects to store document tree explicitly. Cleaned up and
12011         sped up doco generation a lot.
12012
12013 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12014
12015         * input/trip.ly (fugaIILeft): add arpeggio
12016
12017         * lily/translator-group.cc (try_music_on_nongroup_children):
12018         oops. The name symbol is in the cdr of the assoc handle.
12019
12020         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12021         Hyphen_req, Glissando_req, Break_req, Mark_req 
12022
12023 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12024
12025         * lily/musical-request.cc (music-duration-length,
12026         music-duration-compress): new functions.
12027
12028         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12029         throughout. Warning doesn't work yet.
12030
12031         * lily/translator-group.cc (try_music_on_nongroup_children):
12032         new implementation: store candidate acceptors in a hashTable.
12033
12034 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12035
12036         * scm/music-types.scm (music-descriptions): change name to
12037         internal-class-name
12038
12039         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12040
12041 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12042
12043         * lily/beam.cc (connect_beams): don't crash if there are quarter
12044         notes in beams.
12045
12046 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12047
12048         * Documentation/user/refman.itely: corrected ancient clef
12049         docu; added docu on ligatures
12050
12051 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12052
12053         * Documentation/user/glossary.tely,
12054         Documentation/user/refman.itely, input/les-nereides.ly,
12055         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12056         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12057         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12058         Stem properties: flag-style -> stroke-style, style -> flag-style.
12059
12060 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12061
12062         * scm/music-functions.scm (music-separator?): don't use name music
12063         property.
12064
12065 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12066
12067         * stepmake/stepmake/generic-targets.make (help): Document check
12068         target.
12069
12070         * lily/new-accidental-engraver.cc: Compile fix.
12071
12072 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12073
12074         * scripts/convert-ly.py: Add rule.
12075
12076         * input/test/music-creation.ly:
12077         * input/test/add-staccato.ly:
12078         * input/test/add-text-script.ly: ly-make-music.
12079
12080         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12081         More ly-make-music renamings.
12082
12083         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12084
12085         * lily/music-constructor.cc (make_music): Add debugging info.
12086
12087         * scm/music-functions.scm (make-simultaneous-music,
12088         (make-sequential-music, context-spec-music):
12089         * scm/music-types.scm (music-descriptions): Get lily to run.
12090
12091 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12092
12093         * lily/command-request.cc (transpose_key_alist): new function.
12094
12095         * lily/key-performer.cc (create_audio_elements): cleanup. 
12096
12097 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12098
12099         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12100
12101         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12102         events-accepted field.
12103
12104         * scm/music-types.scm: new file.
12105
12106         * lily/parser.yy: put music type initialization into scheme,
12107         similar to grob initialization.  Changes throughout.
12108
12109 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12110
12111         * Documentation/user/tutorial.itely: Fix links.
12112         
12113         * Documentation/index.texi: 
12114         * Documentation/header.html.in: 
12115         * Documentation/topdocs/index.tely: Small website fixes and updates.
12116
12117         * debian/: Debian patch by Anthony Fok.
12118
12119 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12120
12121         * Documentation/footer.html.in: How time flies: It's already 2002!
12122
12123         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12124         more descriptive link names than 'here'.
12125
12126         * ROADMAP: Remove test stuff.
12127
12128         * scripts/update-lily.py: Allow auto-building of stable and
12129         development versions.  Bugfixes.
12130
12131 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12132
12133         * VERSION: released 1.7.0
12134
12135         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12136
12137         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12138         positive line widths.
12139
12140 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12141
12142         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12143         go.  Fix comments.
12144
12145         * cygwin: Cygwin updates.
12146
12147 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12148
12149         * Documentation/windows/installing.texi (Top): version for python,
12150         urls for ghostscript (thanks to John Potelle)
12151         
12152         * lily/simultaneous-music-iterator.cc
12153         (Simultaneous_music_iterator): init children_list_ before
12154         triggering GC.
12155
12156         * lily/*-iterator.cc: be even more careful with smobbed copy
12157         constructors. 
12158
12159         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12160         LeftEdge item.
12161
12162 2002-09-15  Werner Lemberg  <wl@gnu.org>
12163
12164         Improving LilyPond's output to make them ordinary TeX boxes with
12165         predictable dimensions.  System boxes are now vertically centered on
12166         the baseline; this offset can be further controlled with
12167         \lilypondscoreshift.
12168
12169         * lily/system.cc (System::post_processing): Pass length of current
12170         system to `start-system' (including any horizontal indentation).
12171
12172         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12173         prettier.
12174         (lily-def): Append `%'.
12175         (start-system): Add parameter `wd'.  Output more TeX code to specify
12176         box dimensions.
12177         (stop-system, stop-last-system): Complement changes in
12178         `start-system'.
12179         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12180         Updated.
12181
12182         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12183         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12184         Write final `\endinput'.
12185
12186         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12187         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12188         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12189         files and macro definitions don't produce spurious spaces and
12190         paragraphs (using \endlinechar).
12191         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12192
12193         * Documentation/user/internals.itely: Improved formatting, fixing
12194         typos.  Added a section `Output details' to describe how the TeX
12195         code looks like.
12196
12197 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12198
12199         * lily/accidental-engraver.cc: Also work with partial measures.
12200
12201 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12202
12203         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12204         spanner.
12205
12206 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12207
12208         * lily/identifier-smob.cc (unpack_identifier): new file.
12209
12210         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12211         pass off scheme expressions as music identifiers.
12212
12213         * scm/lily.scm: reorganisation, cleanups.
12214
12215         * lily/main.cc: small cleanups.
12216
12217 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12218
12219         * lily/ly-module.{cc,hh}: new file.
12220
12221 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12222
12223         * lily/accidental-engraver.cc: Also work with partial measures.
12224
12225 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12226
12227         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12228
12229 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12230
12231         * lily/my-lily-lexer.cc: use SCM module in stead of
12232         Scheme_hash_table. Changes throughout.  
12233
12234 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12235
12236         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12237