]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Add pango to recipe. Resolve
[lilypond.git] / ChangeLog
1 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
4         conflict.  Have I told you lately how much I love autotools?
5
6 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7
8         * lily/lily-guile.cc: 
9         * lily/pangofc-afm-decoder.cc:
10         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
11         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
12
13         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
14         developers.
15
16         * lily/paper-outputter.cc (file): New method.
17         (dump_string): Use it.
18
19         * scm/output-gnome.scm: Update with pango CVS info, lilylib
20         musing.
21         
22         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
23         of them has a comma :-).
24
25         * scm/framework-gnome.scm: Add pango decoders.
26
27         * lily/include/pangofc-afm-decoder.hh: 
28         * lily/pangofc-afm-decoder.cc: New file.
29
30         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
31
32         * configure.in: Check for pango.
33
34         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
35         autoconf).
36         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
37
38         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
39
40 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
41
42         * Documentation/user/tutorial.itely (Integrating text and music):
43         fix grammar & punctuation.
44
45 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
46
47         * lily/: Stray janitorial cleanups.
48
49         * scm/lily.scm (ly:all-stencil-expressions):
50         * scm/lily.scm (ly:all-output-backend-commands): New function.
51
52         * scm/safe-lily.scm (safe-objects): Add them.
53
54         * scm/framework-gnome.scm (<gnome-outputter>): New class.
55
56         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
57
58 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
59
60         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
61
62 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
63
64         * scm/page-layout.scm (default-page-make-stencil): add
65         raggedbottom, raggedlastbottom.
66
67         * Documentation/user/changing-defaults.itely (Page layout): add doc.
68
69         * scm/framework-tex.scm (define-fonts): fix export of
70         papersize.
71
72         * lily/paper-book.cc (classic_output): strip suffixes from
73         framework functions.
74
75         * lily/tuplet-bracket.cc (before_line_breaking): do not return
76         SCM_UNDEFINED to Scheme.
77
78 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
79
80         * lily/book.cc: remove Book::to_stencil().
81         (process): whoops. Score::book_rendering returns vector, not list.
82
83         * scripts/convert-ly.py (conv): remove \notes.
84         apply to input examples.
85         
86         * lily/paper-outputter.cc (output_stencil): don't use
87         smobify_self() but self_scm()
88
89         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
90         from smobify_self().
91
92         * lily/paper-book.cc (output): load framework module
93         scm_c_resolve_module().
94
95         * python/lilylib.py (exit): exit with argument i.
96
97 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
98
99         * scm/framework-gnome.scm (output-framework-gnome): Try loading
100         gnome modules from non-toplevel.
101
102         * lily/ly-module.cc (ly:import-module): Export to ly:.
103
104         * lily/paper-score.cc (process): Do not show progress newline.
105
106         * lily/paper-book.cc (output, classic_output): Show progess
107         newline after score.
108
109 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
110
111         * buildscripts/lilypond-words.py: add ly/vlaams.ly
112
113 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
114
115         * lily/score.cc (ly:run-translator): Do not crash on empty music
116         list.
117
118         * lily/book.cc (process): Do not render score when systems is empty.
119
120         * input/simple-song.ly: Down one octave.
121
122         * scm/output-gnome.scm: Remove script again; re-add modules fix
123         (CVS conflict resolve?)
124
125         * lily/stencil.cc (ly:interpret-stencil): Was:
126         interpret_stencil_expression.
127
128 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
129
130         * buildscripts/guile-gnome.sh: New file.
131
132         * scm/output-gnome.scm: White background, better window size, sane
133         canvas size.  Cleanups.
134
135 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
136
137         * VERSION: release 2.3.4
138
139         * Documentation/user/invoking.itexi (Invoking the lilypond
140         binary): document --safe.
141
142         * scm/output-gnome.scm: set PATH in script.
143
144         * scm/page-layout.scm (default-page-make-stencil): don't stretch
145         if there is too few systems on a page.
146
147         * lily/parser.yy (relative_music): start at middle C without pitch
148         argument.
149
150         * Documentation/user/changing-defaults.itely (Page layout): new node.
151         (Paper size): rename node
152         (Page breaking): new node.
153         (Titling): move from invoking.
154         (File structure): new node.
155
156         * lily/parser.yy (score_body): allow \header and music anywhere in
157         \score body.
158
159 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
160
161         * scm/lily.scm (ly:load): Remove page-breaking.scm.
162
163 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
164
165         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
166
167         * lily/include/paper-line.hh: rename to Paper_system.
168
169         * lily/include/paper-book.hh: doc class.
170
171         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
172
173         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
174         (plain-header): add instrument-name.
175         (default-page-make-stencil): bugfixes.
176
177         * lily/parser.yy (book_body): allow \header anywhere in \book{}
178
179         * lily/paper-book.cc: remove copyright & tagline. Remove
180         interactions with Page
181
182         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
183         here, 
184         (default-page-make-stencil): new function
185         (default-page-music-height): new function
186         (page-headfoot): new function
187         (ly:optimal-page-breaks): generate stencils directly from here
188
189         * scm/titling.scm: new file, group titling functions
190
191 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
192
193         * scm/output-gnome.scm: Handle multiple pages.
194
195         * scm/framework-gnome.scm: Do not load output-gnome.
196         (framework-gnome): Invoke output-gnome::header and
197         output-gnome::end-output as faked stencils.  Fixes experimental
198         gnome output.
199
200 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
201
202         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
203         octavation compatibility fixes. Backportme. 
204
205         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
206         pages.
207         (ly:optimal-page-breaks): combine-penalties: no shortcut for
208         negative. Now we handle negative penalties (ie. \pageBreak)
209         correctly.
210
211         * lily/system.cc (get_line): extract page-penalty from the left
212         bound.
213
214         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
215
216 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
217
218         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
219
220 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
221
222         * scm/output-gnome.scm: Update script.  Move development to
223         lilypond_2_3_2 branch for now.
224
225 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
226
227         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
228         negative penalties.
229         cleanups.
230
231         * Documentation/user/changing-defaults.itely (Creating contexts):
232         index entries
233
234         * scm/page-breaking.scm (ly:optimal-page-breaks): new
235         file. Rewrite function. 
236
237         * lily/paper-book.cc (pages): new interface: page-breaking returns
238         list of line-list.
239
240         * lily/page.cc (Page): take lines argument.
241
242         * scm/document-translation.scm (all-engravers-doc): link to user man
243
244         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
245
246         * Documentation/user/notation.itely (Relative octaves): typo.
247
248         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
249
250 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
251
252         * scm/output-gnome.scm: Update build script.
253
254 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
255
256         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
257         gnome backend.
258
259         * scm/framework-gnome.scm: New file.
260
261         * scm/lily.scm: Use it.
262
263         * lily/paper-outputter.cc: Janitorial cleanups.
264         (ly:outputter-dump-string): Remove unreachable statement.
265
266         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
267         (ice-9): Bugfix: Add srfi-1.
268
269         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
270
271 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
272
273         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
274         in do_quit()
275         
276 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
277
278         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
279
280 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
281
282         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
283         override of Beam::position-callbacks. Why would grace beams not be
284         quantized? Fixes: weird-stem-size-grace. 
285
286         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
287         warning only once. Backportme.
288
289         * lily/accidental-engraver.cc (number_accidentals_from_sig):
290         bugfix, 2nd try. Backportme.
291
292         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
293
294 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
295
296         * Documentation/user/notation.itely (Instrument transpositions):
297         Correct the name of the instrumentTransposition property.
298
299 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
300
301         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
302
303 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
304
305         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
306         and postLilyPondExample are called when defined.
307
308 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
309
310         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
311         This fixes setting notenames with `\include "nederlands.ly" '
312
313         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
314         new function.
315
316 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
317
318         * scm/page-layout.scm: don't do piece, it should be in score-title
319         only.
320
321         * lily/lexer.ll: lex \score separately.
322
323         * lily/paper-book.cc: junk stencil2line.
324
325         * lily/paper-line.cc (Paper_line): construct from Stencil
326         directly. No futzing with the dimensions.
327
328         * lily/include/paper-line.hh (class Paper_line): 
329
330         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
331         takes arbitrary number of arguments.
332
333         * input/test/markup-score.ly (tuning): simplify example. 
334
335 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
336
337         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
338
339         * scm/define-markup-commands.scm (score): define score-markup
340
341         * lily/parser.yy (markup): use score-markup.
342
343         * lily/score.cc: add ly:score? 
344
345 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
346
347         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
348         fret-parse-string so it prepares for calls to fret-diagram-verbose
349         Changed display constants to props so they are available for
350         \override.
351         
352 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
353
354         * VERSION: release 2.3.3
355
356         * stepmake/stepmake/generic-vars.make: unset LANG.
357
358         * input/regression/tuplet-nest.ly: bugfix.
359
360         * lily/tie-performer.cc (stop_translation_timestep): reset
361         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
362
363         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
364         clear repeat_ directly after setting stem_tremolo_. Fixes:
365         tremolo-repeat.ly
366
367         * input/regression/span-bar-break.ly: new file.
368
369         * scm/define-grobs.scm (all-grob-descriptions): remove
370         break-visibility from SpanBar. Fixes: piano-repeat.ly
371
372 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
373
374         * python/lilylib.py (make_ps_images): only compute bbox when needed.
375
376         * scripts/lilypond-book.py (process_snippets): use lily -f ps
377         files for generating pngs. (failed experiment)
378
379         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
380         file with PFA fonts included.
381
382         * lily/score.cc (default_rendering): put header in too.
383
384         * lily/paper-line.cc (LY_DEFINE): change function to
385         ly:paper-line-extent
386
387         * scm/page-layout.scm (default-book-title): only add lines for
388         non-nil fields.
389         (default-score-title): idem.
390
391         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
392
393         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
394
395         * lily/include/paper-book.hh (class Paper_book): remove height_
396         member.
397
398         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
399
400         * lily/ly-module.cc (LY_DEFINE): bugfix.
401
402         * lily/paper-book.cc (book_title): separate function for the book
403         title.
404
405         * scm/page-layout.scm (default-book-title): only account for
406         markup fields.
407
408         * scm/framework-ps.scm: new file. Move high level interface from
409         output-ps.scm
410
411         * scm/music-functions.scm (def-grace-function): move macros from
412         ly/music-functions-init.ly
413
414         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
415         framework-tex.scm
416
417         * scm/framework-tex.scm (dump-line): new file. High level
418         interface for output (pages, systems, header). 
419
420         * lily/include/page.hh (class Page): add is_last_ field.
421
422         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
423
424         * lily/paper-book.cc (split_string): new function
425         (output): output multiple formats, i.e. --format=ps,tex
426
427         * scm/output-ps.scm (output-scopes): dump variables directly.
428         (define-fonts): rewrite for new interface
429
430         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
431
432         * lily/paper-outputter.cc (Paper_outputter): take format argument.
433
434         * lily/main.cc (parse_argv): don't set extension for output.
435
436         * lily/clef-engraver.cc (create_clef): remove
437         Staff_symbol_referencer::set_position() call. 
438
439 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
440
441         * ly/music-functions-init.ly (addlyrics): set the 'origin property
442         with the location argument in music function definitions.
443
444 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
445
446         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
447         staffsymbol dependency.
448
449         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
450         cleanups.
451
452         * lily/book.cc (process): return Paper_book
453         (to_stencil): use Book::process().
454
455         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
456         header_ field. Store in $globalheader
457
458         * lily/parser.yy (book_body): book header is initted to
459         $globalheader.
460         
461
462 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
463
464         * input/test/fill-a4.ly: removed.
465
466         * lily/parser.yy (output_def): push scope of parent_ Output_def
467         too.
468
469 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
470
471         * scm/output-gnome.scm: Update info.
472
473 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
474
475         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
476
477         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
478         than 1 module.
479
480         * lily/include/ly-module.hh (ly_use_module): rename is_module to
481         ly_c_module_p.
482
483         * scm/page-layout.scm (default-book-title): move Scheme titling
484         functions to here.
485
486         * lily/parser.yy (book_paper_block): remove scope too.
487
488         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
489
490         * lily/rest.cc: add direction to rest properties.
491
492         * lily/include/output-def.hh: new file, move from
493         music-output-def.hh
494
495 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
496
497         * scm/output-gnome.scm: Describe feta-cork hack.
498
499 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
500
501         * lily/include/book-paper-def.hh: derive from Output_def 
502
503         * lily/include/paper-def.hh: move all functionality out of class.
504         Junk header.
505
506         * lily/include/music-output-def.hh: rename Music_output_def to
507         Output_def.
508
509         * input/wilhelmus.ly: only set space for Paper formatting. 
510
511         * lily/include/midi-def.hh: remove file, remove class.
512         Move functions to Music-output-def.
513
514         * lily/music-output-def.cc (Music_output_def): remove separate
515         translator table. Lookup translators in scope directly. This
516         obviates Context suffix for context identifiers, i.e.
517
518         \context {
519           \Staff
520           .. 
521           }
522
523
524         will work.
525         
526
527         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
528
529         * Documentation/user/changing-defaults.itely (Horizontal spacing):
530         document spacing override hack.
531
532 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
533
534         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
535         installation info.  Support point-and-click.  Add +/- zoom
536         keybindings.
537
538 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
539
540         * VERSION: 2.3.2 released
541         
542         * lily/parser.yy (book_body): set default bookpaper.
543
544         * scm/output-tex.scm (header): kludge: hard code linewidth. 
545
546         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
547
548 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
549
550         * lily/score.cc (default_rendering): scale outputdef before
551         starting.
552
553 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
554
555         * scm/fret-diagrams.scm: Add header.
556
557         * scm/output-gnome.scm: Hello world :-)
558
559 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
560
561         * scripts/lilypond.py (run_dvips): only add papersize if present.
562
563         * lily/accidental-engraver.cc (update_local_key_signature): new
564         function, fold code from initialize() and process_music().
565         (update_local_key_signature): use deep copy. This fixes one
566         problem from custom-key-signatures.ly.
567         (number_accidentals_from_sig): tighter check for
568         accidental-too-old.
569
570         * ly/engraver-init.ly: remove localKeySignature
571         definition from ChoirStaff, StaffGroup, Score.
572         
573         * lily/percent-repeat-engraver.cc (try_music): add moments for
574         barlines too. Fixes: skipbars-percent-repeat.ly.
575
576 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
577
578         * lily/context-def.cc (filter_performers): don't go to cdrloc if
579         skipping last pair. Fixes: crash-bar-number.
580
581         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
582         D. Sorensen)
583
584         * input/test/fret-diagram.ly: new file.
585
586         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
587         (scale-paper): divide by scale.
588
589 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
590
591         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
592         case.
593
594 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
595
596         * scm/stencil.scm (fontify-text): reinstate function
597
598         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
599
600         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
601
602         * lily/parser.yy (book_paper_head): \bookpaper {} 
603
604         * python/midi.c: remove config.h
605
606 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
607
608         * scm/output-gnome.scm: Update.
609
610 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
611
612         * scm/output-gnome.scm: New file.
613
614         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
615
616 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
617
618         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
619         (find_scaled_font): move from Paper_def
620
621 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
622
623         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
624         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
625
626         * po/fr.po: update po.
627
628         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
629
630         * lily/book-paper-def.cc (print_smob): new file.
631
632 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
633
634         * buildscripts/lilypond-words.py: search words also from
635         music-functions-init.ly.
636
637 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
638
639         * ly/music-functions-init.ly (def-music-function): new helper
640         macro for defining music functions. \addlyrics \appoggiatura
641         \acciaccatura \grace \partcombine \autochange \applycontext
642         \applyoutput and \breathe are now defined here thanks to it.
643
644         * lily/parser.yy: 
645         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
646         \grace \partcombine \autochange \applycontext \applyoutput and
647         \breathe keywords removed from the parser.
648
649         * lily/parser.yy: 
650         * lily/music-function.cc (ly_make_music_function): 
651         * lily/lexer.ll (music_function_type): added a case for 0-arg
652         music functions.
653
654 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
655
656         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
657         refering to a music expression can be used in lily-inside-scheme:
658         #{ $music #}
659
660         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
661         and ly:parser-define, and change ly:parser-parse-string in order
662         to make #{ $music #} work.
663
664         * scm/new-markup.scm (compile-markup-expression): when an argument
665         is a string, use `make-simple-markup'.
666
667 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
668
669         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
670
671 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
672
673         * scripts/convert-ly.py (FatalConversionError.func): handle + in
674         font-size. (backportme)
675
676 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
677
678         * lily/paper-outputter.cc (output_stencil): dump font definitions
679         before each stencil.
680
681         * lily/include/paper-book.hh (struct Score_lines): new
682         struct. Collect info per Paper-score.
683
684         * lily/include/page.hh (class Page): to_stencil() returns Stencil
685         everywhere.
686
687         * lily/stencil.cc (find_expression_fonts): new function
688
689         * lily/paper-outputter.cc (output_stencil): use
690         interpret_stencil_expr
691
692         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
693         (interpret_stencil_expr): new function. Generic stencil
694         interpretation.
695
696         * lily/paper-def.cc (find_scaled_font): divide lookup
697         magnification by outpuscale for non-virtual fontmetrics. This
698         fixes ludicrously long font definitions for text
699         fonts. (backportme)
700
701         * lily/score-engraver.cc: remove
702         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
703
704 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
705
706         * input/test/markup-score.ly: Remove \notes.
707
708         * lily/parser.yy (book_body): Grok Composite_music and \header.
709         (markup): Push NOTES mode before score_block.
710
711         * VERSION: release 2.3.1
712         
713         * mf/feta-klef.mf: 
714         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
715
716         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
717
718         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
719
720 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
721
722         * scm/output-tex.scm (output-tex-string): tighten safe security.
723
724         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
725
726         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
727         allowed ly functions.
728
729         * lily/ly-module.cc (ly_module_define): only define variable if
730         bound.
731         (ly_make_anonymous_module): take safe option.
732
733 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
734
735         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
736
737 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
738
739         * input/regression/newaddlyrics.ly: Fix.
740
741         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
742         \score \notes.
743
744 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
745
746         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
747
748 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
749
750         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
751
752         * lily/paper-line.cc (Paper_line): don't store list of stencils,
753         but convert to single Stencil immediately.
754
755         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
756
757 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
758
759         * scm/output-sodipodi.scm: Resurrect sodipodi output.
760
761 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
762
763         * elisp/lilypond-mode.el: Changed the way defaults are created for
764         LilyPond-command-master.  LilyPond-mode will now check the
765         timestamps of the files to see which command has to run next.
766
767 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
768
769         * scm/bass-figure.scm (format-bass-figure): don't set
770         number-markup for strings. This fixes string in bass
771         figure. (backportme)
772
773         * lily/parser.yy (bass_number): insert number-markup into figure
774         definition.
775
776         * scm/define-music-properties.scm (all-music-properties): make
777         'figure a markup.
778
779         * scripts/convert-ly.py (conv): \apply -> \applymusic
780
781 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
782
783         * elisp/lilypond-mode.el: changed the order of some commands
784         ("Midi" after "2Midi"), use the user-defined
785         LilyPond-command-default as default instead of "LilyPond"
786
787         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
788         to set the master file for the next command.
789
790         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
791         with font-lock-reference-face.
792
793 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
794
795         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
796
797         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
798
799 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
800
801         * ly/music-functions-init.ly (TODO): new file.
802
803         * lily/parser.yy (Generic_prefix_music_scm): add more
804         music_function symbols.
805         (Prefix_composite_music): change \apply to music-function   
806
807         * lily/include/music-function.hh: rename to music-function
808
809 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
810
811         * lily/music-head.cc (LY_DEFINE): change order of args.
812
813         * input/regression/music-head.ly (texidoc): new file.
814
815         * lily/parser.yy (Generic_prefix_music): allow generic
816         music-transformation functions. 
817
818         * lily/include/music-head.hh (is_music_head): new file.
819
820         * lily/music-head.cc (get_music_head_transform): new file.
821
822 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
823
824         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
825         empty extent. This fixes ottava brackets on rests. (backportme)
826
827         * make/lilypond.redhat.spec.in (Group): ln png files for info.
828
829         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
830
831         * cygwin/lily-wins.py: update for the lily-wins.py script.
832
833 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
834
835         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
836         code. This will obviate typeset_grob () in the future.  The effect
837         of this is that improperly written spanner handling will result in
838         invalid spanner bounds.
839         (announce_grob): add to elems_ from here
840         (typeset_grob): comment out.  
841
842         * lily/include/engraver.hh (make_spanner): new calling interface
843         for make_{item,spanner}. This obviates most calls to
844         announce_grob().
845                 
846         * scm/music-functions.scm (set-accidental-style): use GrandStaff
847         iso. PianoStaff for piano styles.
848
849 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
850
851         * Documentation/user/music-glossary.tely: add segno after d.s.
852
853 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
854
855         * lily/include/audio-column.hh: remove unused variables.
856         (patch by Michael Welsh Duggan)
857
858         * flower/include/axes.hh (other_axis): inline Axes function
859         (thanks to David Brandon).
860
861 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
862
863         * cygwin/mknetrel: Install image links (backportme).
864
865         * Documentation/user/GNUmakefile (local-install-info): Activate
866         actual installing of image links (backportme).
867
868 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
869
870         * Documentation/user/notation.itely (Measure repeats): Removed
871         unnecessary (and confusing) \context Voice{.
872
873 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
874
875         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
876
877         * lily/page.cc (Page): Do not use ly_scheme_function for
878         volatile/configurable variables (FIXME: better name).
879
880         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
881         get_scmvar).
882
883 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
884
885         * scripts/convert-ly.py (FatalConversionError.subst): use
886         \transposition.
887
888 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
889
890         * lily/include/page.hh (class Page): Declare left_margin ().
891
892         * lily/page.cc: Remove paper var caching.
893
894 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
895
896         * Documentation/user/music-glossary.tely: Add name to @top node.
897         Remove comment from @table definitions (workaround for makinfo
898         bug).
899
900         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
901         ly:stencil-get-expr).  Update callers.
902         (ly:stencil-align-to!):  Return stencil too.
903
904         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
905         stencil.  Remove looped line-based page output.
906         (output_line): Use line stencil.  Remove looped stencil-based line
907         output.
908
909         * lily/page.cc (ly:page-paper-lines): New function.
910
911         * input/test/markup-score.ly: New file.
912
913         * scm/define-markup-commands.scm (stencil): New markup.
914
915         * lily/book.cc (to_stencil): New method.
916
917         * lily/parser.yy (markup): Use it to grok \score.
918
919 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
920
921         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
922
923         * lily/paper-book.cc (pages): Change signature.  Update callers.
924
925         * lily/include/page.hh:
926         * lily/page.cc: New file.
927
928         * lily/paper-line.cc (to_stencil): New method.
929         
930         * lily/paper-outputter.cc (output_stencil): New method.
931
932         * lily/paper-outputter.cc (output_line): Use them.
933
934         * lily/warn.cc: Remove.
935
936         * lily/my-lily-parser.cc (distill_inname): Remove.
937
938         * flower/include/file-name.hh: 
939         * flower/file-name.cc: New file.  Update users.
940
941         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
942         (find): New method of same name.
943
944         * lily/my-lily-parser.cc (ly:parse-file): Use it.
945
946         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
947         constant error message.
948
949 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
950
951         * input/test/{blank-notes.ly,staff-container.ly}: typos.
952
953 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
954
955         * Documentation/user/music-glossary.tely: @table @strong' replaced
956         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
957         (backportme).
958
959 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
960
961         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
962
963         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
964         #{ lily music expression #} that returns an equivalent scheme
965         music expression by parsing the string.
966
967 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
968
969         * lily/my-lily-parser.cc:
970         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
971         SCM string (foo.ly/toto.scm support).
972
973 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
974
975         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
976
977 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
978
979         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
980
981         * scripts/lilypond-book.py: LY code that includes \header is
982         not assumed to be a fragment.
983
984 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
985
986         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
987         tremolo beams up.
988
989         * lily/stem.cc (chord_start_y): Return 0 if no heads.
990         (get_default_stem_end_position): No tremolo head juggling if no
991         heads.  Fixes tremolo crash on rests (backportme).
992
993         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
994
995 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
996
997         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
998         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
999
1000         * lily/lexer.ll: Allow \encoding in NOTES mode.
1001
1002         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1003         for lyrics, not for commands.
1004
1005         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1006         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1007
1008         * input/regression/newaddlyrics.ly: New file.
1009
1010         * Documentation/topdocs/NEWS.texi: Update.
1011
1012         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1013         (Music_list): Allow embedded scm.
1014
1015         * lily/score.cc (ly:score-bookify): New function.
1016
1017         * lily/music.cc (ly:music-scorify): Idem.
1018
1019         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1020         (ly:parser-print-score): Idem.
1021
1022         * scm/lily.scm (default-toplevel-book-handler): Idem.
1023         (default-toplevel-music-handler): Idem.
1024         (default-toplevel-score-handler): Idem.
1025
1026         * ly/declarations-init.ly: Set default toplevel handlers.
1027
1028         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1029
1030         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1031         printer for score at toplevel.
1032
1033 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1034
1035         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1036         Fix for simple case: input/simple-song.ly, more complex stuff
1037         does not work yet.
1038
1039 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1040
1041         * lily/parser.yy (Prefix_composite_music): split Composite_music
1042         in Prefix_composite_music and Grouped_music_list.
1043         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1044
1045 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1046
1047         * scm/lily.scm (toplevel-expression): New define.
1048
1049         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1050
1051         * lily/parser.yy (toplevel_expression): Use it.
1052
1053         * lily/include/my-lily-parser.hh: Smobbify.
1054
1055         * lily/my-lily-parser.cc (parse_string): New method.
1056         
1057         * lily/my-lily-parser.cc (ly:parse-string): New function.
1058
1059         * Documentation/user/lilypond.tely: Add comment and workaround for
1060         gs-8.01 crash.  Fixes make web.
1061
1062         Simplification of toplevel music.
1063         
1064         * lily/lexer.ll, lily/parser.yy:
1065
1066         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1067         shift/reduce problem.
1068
1069         * Use NOTES mode at start of maininput.
1070
1071         * Grok toplevel composite music expression, put in score and book.
1072
1073         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1074
1075         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1076
1077         * input/simple.ly: New file.
1078         
1079         * input/simple-song.ly: Idem.
1080
1081 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1082
1083         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1084         Sandberg.
1085
1086 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1087
1088         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1089
1090 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1091
1092         * input/regression/accidental-octave.ly: doc automatic showing
1093         of note names.
1094
1095 2004-04-16  Heikki Junes <janneke@gnu.org>
1096
1097         * po/fi.po: do "make po && make -C po po-update" at top-level,
1098         then "cp po/out/fi.po po/fi.po" and update fields.
1099
1100         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1101
1102 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1103
1104         * Documentation/user/introduction.itely (About this manual): Fix
1105         templates and regression urls (backportme).
1106
1107 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1108
1109         * ly/engraver-init.ly (Score:graceSettings): Increase
1110         beamed-lengths, especially for 32nd notes.
1111
1112         * Documentation/user/notation.itely (Grace notes): Correct the
1113         syntax for add-grace-property example.
1114
1115 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1116
1117         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1118         `Generated' tag.
1119
1120         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1121         Severely broken (the Debian package, at least).
1122
1123 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1124
1125         * lily/context.cc (find_create_context): assign to lvalue.
1126
1127 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1128
1129         * lily/include/translator.hh (class Translator): rename
1130         get_parent_context() to context () to avoid confusion.
1131
1132         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1133
1134         * lily/lexer.ll: change is_string -> ly_c_string_p 
1135
1136         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1137
1138         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1139
1140         * VERSION: release 2.3.0
1141
1142         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1143
1144         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1145         if nonempty.
1146
1147         * lily/include/context.hh (class Context): make members protected.
1148         (children_contexts): new accessor function.
1149
1150         * lily/include/translator.hh (class Translator): make
1151         daddy_context_ protected.
1152         (class Translator): clean up. 
1153
1154         * lily/include/context.hh (class Context): make daddy_context_
1155         private.
1156
1157         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1158         higher for finding Voice. (backportme)  
1159
1160         * lily/include/context.hh (class Context): remove
1161         find_context_below() as a method.
1162
1163         * Documentation/user/notation.itely (The Lyrics context): add note
1164         about manual durations
1165
1166         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1167         encoding.
1168
1169         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1170
1171 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1172
1173         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1174         \usepackage{inputenc}
1175
1176         * lily/paper-book.cc (classic_output): don't advance Offset for
1177         TeX output.
1178
1179         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1180         ec-sauter.map in rules
1181
1182         * mf/ecb.mf (font_identifier): new file, based on ecbx
1183
1184         * mf/ecb10.mf (gensize): new file.
1185
1186         * Documentation/topdocs/NEWS.texi (Top): document some more new
1187         features.
1188
1189         * ly/declarations-init.ly: run convert-ly
1190
1191         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1192         from input-file-results. Remove input-file-results.* 
1193
1194 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1195
1196         * scm/output-ps.scm (font-command): Fix, again.
1197
1198         * input/test/title-markup.ly: Add \noPagebreak test.
1199
1200         * lily/score-engraver.cc (try_music): Bugfix.
1201
1202 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1203
1204         * lily/main.cc (main_with_guile): excise dependency options -M and
1205         --dep-prefix
1206
1207         * lily/input-file-results.cc: excise Makefile dependency code
1208
1209         * Documentation/user/invoking.itexi (Invoking the lilypond
1210         binary): remove dep doco
1211         
1212         * lily/main.cc (main_with_guile): call lilypond-main
1213         
1214         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1215
1216         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1217         exception.
1218
1219         * lily/my-lily-parser.cc: remove paper_description function
1220
1221         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1222         new function.
1223
1224         * lily/main.cc: remove global_score_count.
1225
1226         * lily/book.cc (process): don't take header from global_input_file.
1227
1228         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1229
1230         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1231
1232         * lily/music-output-def.cc (LY_DEFINE): new function
1233         ly_output_description. This function does the bulk for  setting,
1234         parsing and breaking down of an input file.
1235
1236         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1237         anonymous modules globally. Let's hope they get GCd
1238
1239         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1240
1241 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1242
1243         * scm/output-ps.scm (header): Papersize from paper.
1244
1245         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1246         for classic output.
1247
1248         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1249         lilypondclassic is defined.
1250         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1251
1252         * input/regression/between-systems.ly: Remove.
1253
1254         * python/lilylib.py (get_bbox): Fix regular expression
1255         for bounding box.
1256
1257         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1258
1259         * scm/output-tex.scm (stop-page): Use it.
1260
1261         * scm/output-ps.scm (define-fonts): Bugfix.
1262
1263         * lily/grob.cc: Add penalty to interface.
1264
1265         * lily/include/paper-line.hh (class Paper_line): New member
1266         var penalty_.
1267
1268         * lily/system.cc (get_line): Initialise Paper_line with
1269         page-penalty's from original grobs.
1270
1271         * scm/define-music-properties.scm (all-music-properties): Add
1272         page-penalty.
1273
1274         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1275
1276         * lily/score-engraver.cc (try_music): Handle page-penalty.
1277
1278         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1279
1280 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1281
1282         * ly/declarations-init.ly (melismaEnd): typo
1283
1284         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1285
1286         * scm/output-ps.scm (text): split string into spaces, use moveto
1287         for setting space. 
1288         
1289 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1290
1291         * po/nl.po: Update.
1292
1293         * scm/font.scm (add-cmr-fonts): Typo.
1294
1295 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1296
1297         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1298         font-encoding.
1299
1300         * scm/define-grobs.scm (all-grob-descriptions): idem.
1301
1302         * lily/time-signature.cc (numbered_time_signature): idem.
1303
1304         * scm/font.scm (add-cmr-fonts): use real encoding names for
1305         font-encoding.
1306
1307 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1308
1309         * lily/paper-book.cc (classic_output): 
1310         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1311         Fixes classic output.
1312         (lilypondstart):
1313         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1314         kludge.
1315
1316         * scripts/old-lilypond-book.py: Remove.
1317
1318         Page layout for SCOREs enclosed in a BOOK:
1319
1320         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1321         layout tweaking.
1322
1323         * input/les-nereides.ly (theScore): Add \book.
1324         
1325         * input/test/title-markup.ly: Add \book.
1326
1327         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1328         only if 'verbose.
1329
1330         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1331
1332         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1333
1334         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1335         * scm/output-tex.scm (start-system): Update for page layout by
1336         LilyPond.
1337
1338         * scm/output-ps.scm (start-system): Previously (new-start-system).
1339
1340         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1341         passed to define-fonts.
1342
1343         * lily/paper-column.cc: 
1344         * lily/system.cc (get_line):
1345         * ly/property-init.ly (newpage): 
1346         * scm/define-grob-properties.scm:
1347         * scm/output-ps.scm: 
1348         * scm/output-tex.scm: Remove between-system-string kludge.
1349
1350         * scm/output-ps.scm (define-fonts, font-command,
1351         font-load-encoding): Handle ENCODING = #f.
1352
1353         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1354
1355         * scm/define-markup-commands.scm (fill-line): Use
1356         make-simple-markup (WAS: unexisting make-word-markup).
1357
1358         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1359         ENCODING, MARKUP parameters for interpret_string.
1360
1361         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1362
1363         * lily/score.cc (book_rendering): New method.
1364         (default_rendering): Create Paper_book helper locally, dump
1365         output.
1366
1367         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1368
1369         * lily/parser.yy: Handle \book.
1370
1371         * lily/include/book.hh: 
1372         * lily/book.cc: New file.
1373
1374 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1375
1376         * lily/text-item.cc (interpret_string): new file, select font with
1377         encoding.
1378
1379         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1380
1381         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1382
1383         * lily/parser.yy (markup): take encoding from lexer.
1384
1385 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1386
1387         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1388
1389         * scm/output-ps.scm: Remove some cruft.
1390
1391 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1392
1393         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1394
1395         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1396
1397 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1398
1399         * scm/font.scm (add-century-schoolbook-fonts):
1400         (make-century-schoolbook-tree): New function.
1401
1402         * input/test/title-markup.ly: Use Century Schoolbook font.
1403
1404 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1405
1406         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1407         to Erik Sandberg) 
1408
1409         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1410
1411         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1412
1413         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1414
1415         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1416
1417 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1418
1419         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1420         solo-state (at end of solo), we can set the solo status
1421         too. (backportme.)
1422
1423         * input/regression/part-combine-solo-end.ly: new file.
1424
1425 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1426
1427         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1428         flavour abc files.  Really ignore unknown keys (backportme).
1429
1430 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1431
1432         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1433         magnification_ when looking up in orig_.
1434
1435         * scm/output-tex.scm (text): switch off char-mapping.
1436
1437         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1438         because AFM's encoding field cannot have spaces.
1439
1440 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1441
1442         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1443
1444 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1445
1446         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1447
1448         * mf/cmr.enc: new file, without hi-bit ascii info. 
1449
1450         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1451         width. This removes the 'hook' at the end of a long slur.
1452
1453         * buildscripts/mf-to-table.py (parse_logfile): don't append
1454         encoding to fontname.
1455
1456 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1457
1458         * scm/output-ps.scm (define-fonts): Load .enc only once.
1459
1460         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1461         too.
1462
1463 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1464
1465         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1466         encoding field.
1467
1468         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1469
1470         * ly/portuges.ly (pitchnames): new file.
1471
1472         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1473         Michael Welsh Duggan
1474
1475         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1476
1477         * ly/nederlands.ly: add comment about digits.
1478
1479         * lily/scaled-font-metric.cc (derived_mark): idem.
1480
1481         * scm/encoding.scm (make-encoding-mapping): change permutation to
1482         mapping.
1483
1484         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1485         (Modified_font_metric): make alist for coding_description_
1486         (LY_DEFINE): remove coding-name.
1487
1488         * scm/output-tex.scm (text): remove debugging code.
1489
1490         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1491
1492         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1493         from infile.
1494
1495         * mf/feta-generic.mf: move fet_beginfont into generic code.
1496         use fetaMusic (without space) as encoding
1497
1498         * mf/feta-autometric.mf: take encoding argument
1499
1500         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1501
1502         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1503         use.
1504
1505         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1506         name.
1507
1508 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1509
1510         * input/test/title-markup.ly: Set inputencoding.
1511
1512         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1513
1514         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1515
1516         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1517         function.
1518         (coding-alist): Also hold filename, command.
1519         (read-encoding-file): Return symbols.
1520
1521 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1522
1523         * scm/output-tex.scm: remove fontify; text and char take a font
1524         argument.
1525
1526         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1527
1528         * lily/scaled-font-metric.cc (text_dimension): init
1529         coding_{permutation,table}_ too 
1530         (LY_DEFINE): ly:font-encoding, new function return
1531
1532         * lily/paper-def.cc (find_scaled_font): take input coding from
1533         inputcoding paper var.
1534
1535         * lily/performance.cc (output): remap modulo 16.
1536
1537         * lily/text-item.cc (interpret_markup): whoops, variable
1538         shadowing fixed.
1539
1540 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1541
1542         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1543         symbols, not symbols to strings.
1544         
1545         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1546         symbols, not symbols to strings.
1547
1548 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1549
1550         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1551         (ly:kpathsea-gulp-file): New function.
1552
1553         * scm/encoding.scm (read-encoding-file): Use it.
1554
1555 2004-04-06  Werner Lemberg  <wl@gnu.org>
1556
1557         * scm/encoding.scm (coding-alist): Fix typo.
1558
1559 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1560
1561         * lily/scaled-font-metric.cc (text_dimension): move function from
1562         Font_metric
1563         (make_scaled_font_metric): init coding_scheme_ to TeX
1564         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1565
1566         * lily/include/scaled-font-metric.hh (struct
1567         Modified_font_metric): rename from Scaled_font_metric
1568
1569         * scm/encoding.scm (read-encoding-file): split up large function,
1570         leave caching to (delay)
1571
1572         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1573
1574 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1575
1576         * lily/my-lily-lexer.cc (set_encoding): New method.
1577
1578         * lily/lexer.ll: Grok \encoding.
1579
1580         * lily/font-metric.cc (get_encoded_index): New function.
1581
1582         * lily/include/font-metric.hh (coding_scheme): New method.
1583
1584         * scm/encoding.scm: New file.
1585
1586         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1587
1588 2004-04-05  Werner Lemberg  <wl@gnu.org>
1589
1590         * Documentation/user/tutorial.itely: Revised (finished).
1591
1592         * Documentation/user/macros.itexi (@separate): Removed.
1593
1594 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1595
1596         * scm/output-ps.scm (define-fonts): fix scaling.
1597
1598         * lily/scaled-font-metric.cc (design_size): add function.
1599
1600         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1601         partial cut&paste of ly:font-magnification.
1602
1603 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1604
1605         * scm/output-ps.scm (define-fonts):
1606         (fontify): Update.
1607
1608 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1609
1610         * po/fr.po: update. (backportme).
1611
1612         * po/nl.po: update. (backportme). 
1613
1614         * mf/feta-beugel.mf: document why design size is not fixed.
1615
1616         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1617
1618 2004-04-04  Werner Lemberg  <wl@gnu.org>
1619
1620         * Documentation/user/tutorial.itely: Revised (continued).
1621
1622 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1623
1624         * po/nl.po: Update (backportme).
1625
1626 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1627
1628         * po/de.po: update. (backportme).
1629
1630         * scm/output-tex.scm (font-command): use ly: functions to
1631         construct name.
1632         (define-fonts): don't use alist, just dump \font definitions.
1633         (font-load-command): calculate proper scaling by taking
1634         outputscale from paper argument.
1635
1636         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1637         expression.
1638
1639         * lily/paper-outputter.cc (output_header): pass paper arg to
1640         define-fonts
1641
1642         * lily/paper-def.cc (font_descriptions): dump list of
1643         Scaled_font_metrics
1644         (find_scaled_font): take Font_metric argument, store
1645         Scaled_font_metrics in hash-table containing (size ->
1646         Scaled_font_metrics) alist.
1647         (get_dimension): rename from get_realvar
1648
1649         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1650         ly:font-magnification, ly:font-name: new functions
1651
1652 2004-04-03  Werner Lemberg  <wl@gnu.org>
1653
1654         * Documentation/user/dedication.itely,
1655         Documentation/user/preface.itely,
1656         Documentation/user/introduction.itely,
1657         Documentation/user/tutorial.itely: Revised.
1658         Removing leading spaces which distorts output if info files are read
1659         with stand-alone info.
1660         Removing superfluous inter-word spaces which also distorts output
1661         for stand-alone info.
1662         Using ` and ' instead of `` and '' everywhere to improve
1663         legilibility with stand-alone info
1664         Using @samp for single-letter input items and data which contains
1665         spaces, @code for other things.
1666
1667         * lily/grob-interface.cc: Adding copyright.
1668         (check_interfaces_for_property): Improve format of warning message.
1669
1670 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1671
1672         * lily/include/font-metric.hh (struct Font_metric): add
1673         design_size () method.
1674
1675         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1676
1677         * lily/afm.cc (read_afm_file): read design size.
1678
1679         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1680
1681         * scm/music-functions.scm (unfold-repeats): handle dots too.
1682
1683 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1684
1685         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1686         (backportme)
1687
1688 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1689
1690         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1691         lyric indent.  Revert melismaBusyProperties using \unset.
1692
1693 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1694
1695         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1696
1697         * lily/parser.yy (command_element): allow redefinition of |
1698         meaning.
1699
1700         * lily/break-align-engraver.cc (acknowledge_grob): construct
1701         LeftEdge where the first cause for alignment is coming from.
1702         This makes \override Staff.LeftEdge work as expected.
1703
1704         
1705         * lily/slur-performer.cc (Slur_performer): add inits
1706
1707         * lily/beam-performer.cc (Beam_performer): add inits
1708
1709 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1710
1711         * VERSION (PACKAGE_NAME): release 2.2.0
1712
1713         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1714
1715 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1716
1717         * lily/cluster.cc (height): Fix warning.
1718
1719         * lily/parser.yy: Janitorial cleanups.
1720
1721         * Documentation/user/tutorial.itely (Tutorial): Typo.
1722
1723 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1724
1725         * lily/change-iterator.cc (process): search at multiple context
1726         levels. This fixes 
1727
1728         
1729         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1730         not voice-state index for tie state. This fixes a partcombine
1731         problem with ties.
1732
1733         * Documentation/user/tutorial.itely (Commenting input files): add
1734         note about convert-ly.
1735
1736         * input/test/cadenza-skip.ly:  new file.
1737
1738 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1739
1740         * po/nl.po: Spelling fixes.
1741
1742         * autogen.sh (srcdir): Regenerate.
1743
1744         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1745         autogen.sh.
1746
1747         * configure.in: Use C++ to check for C++ header.
1748
1749         * po/nl.po: Update.
1750
1751         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1752
1753         * lily/event.cc (to_relative_octave): Translatable sentence should
1754         be one string.
1755
1756         * python/lilylib.py (warranty): Year range is not translatable.
1757         It's 2004 already!
1758
1759         * flower/warn.cc (non_fatal_error, warning, programming_error):
1760         Remove whitespace from translated string.
1761
1762 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1763
1764         * VERSION: release 2.1.37.
1765
1766 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1767
1768         * configure.in: check for C language.
1769
1770         * lily/source-file.cc: include strstream without h.
1771
1772         * scm/documentation-generate.scm (string-append): use name without
1773         .texi.
1774
1775         * autogen.sh (srcdir): SUSE fix.
1776
1777         * Documentation/user/notation.itely (Ancient clefs): idem.
1778
1779         * Documentation/user/lilypond-book.itely (Integrating HTML and
1780         music): idem.
1781
1782         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1783
1784         * lily/change-iterator.cc (process): use find_existing_context().
1785
1786         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1787
1788         * input/regression/repeat-unfold-tremolo.ly: new file.
1789
1790         * scm/music-functions.scm (unfold-repeats): undo music compression
1791         too.
1792
1793         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1794         (LY_DEFINE): ly:music-compress new function.
1795
1796         * scm/part-combiner.scm (determine-split-list): split for voice
1797         crossings
1798
1799         * input/regression/part-combine-cross.ly: new file.
1800
1801         * scm/part-combiner.scm (make-part-combine-music): don't do
1802         relative inside partcombine arguments.
1803
1804         * scm/music-functions.scm (make-non-relative-music): new function.
1805
1806         * Documentation/user/notation.itely (Automatic part combining):
1807         add note about \relative.
1808
1809         * lily/part-combine-iterator.cc (construct_children): add
1810         start_moment_ member.
1811
1812         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1813         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1814
1815         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1816
1817         * Documentation/user/changing-defaults.itely (Which properties to
1818         change): fixes.
1819
1820 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1821
1822         * po/fr.po: update.
1823
1824 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1825
1826         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1827
1828         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1829         Reinstate old code that issues warning.  Fixes --srcdir build.
1830
1831 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1832
1833         * input/wilhelmus.ly: New file.
1834
1835         * Documentation/user/notation.itely: 
1836         * Documentation/user/introduction.itely:
1837         * Documentation/user/tutorial.itely: Use quote ly-option instead
1838         of explicit @quotation.  This fixes too long lilypond linewidths
1839         resulting in overful hboxes.
1840
1841         * scripts/lilypond-book.py: Add ly-option: `quote'.
1842
1843 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1844
1845         * tex/titledefs.tex: Avoid that the first score line is extra
1846         indented if instrument is defined but not piece.
1847
1848 2004-03-30  Werner Lemberg  <wl@gnu.org>
1849
1850         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1851         `lilypond/' to info file name.
1852         (@usermanref) [info]: New variant.
1853
1854         * scm/documentation-generate.scm: Fix definition of @usermanref
1855         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1856         to info file name.
1857
1858 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1859
1860         * VERSION: release 2.1.36
1861         
1862         * Documentation/user/changing-defaults.itely (Interpretation
1863         contexts): rewrite introduction.
1864
1865 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1866
1867         * scm/define-markup-commands.scm: Use TeX accents instead of
1868         straight iso-8859-1 encoding in the doc string.
1869
1870 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1871
1872         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1873         space after dotted duration.
1874
1875 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1876
1877         * Documentation/user/introduction.itely: 
1878         * Documentation/user/notation.itely:
1879         * Documentation/user/tutorial.itely: Up all relative examples.
1880         Enclose @lilypond displays in @quotation.  Typos and corrections.
1881
1882         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1883
1884 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1885
1886         * scm/music-functions.scm (make-voice-props-revert): Revert also
1887         MultiMeasureRest staff-position in oneVoice.
1888
1889 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1890
1891         * Documentation/user/changing-defaults.itely, 
1892         Documentation/user/lilypond.tely: few fixes. Place no comma between
1893         two options: a and b, but commas between three options: a, b, and c.
1894         By this manner, grouping is possible: a and b, and c and d.
1895
1896 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1897
1898         * Documentation/user/GNUmakefile: add rule for .nexi
1899
1900 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1901
1902         * Documentation/user/music-glossary.tely: move glossary direntry
1903
1904         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1905         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1906
1907 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1908
1909         * stepmake/aclocal.m4: Verify that gettext configure check with
1910         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1911
1912 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1913
1914         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1915         glob.glob for .png filenames. This catches multipage pngs.  
1916
1917         * Documentation/user/changing-defaults.itely (Determining the grob
1918         property): fix references.
1919
1920         * lily/staff-symbol.cc (print): only add extent if non empty.
1921         This fixes staff-container.ly.
1922
1923         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1924         starting with a mmrest also works.
1925
1926         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1927         PNG for texinfo too.
1928
1929         * po/lilypond.pot: update translation strings.
1930
1931         * VERSION: 2.1.35 released
1932         
1933         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1934         context argument too.
1935
1936         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1937
1938         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1939
1940         * python/lilylib.py (command_name): don't return 1st path
1941         component.
1942
1943         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1944         .png case separately.
1945
1946         * python/lilylib.py (system): typo.
1947         
1948 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1949
1950         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1951         run indent-region.
1952
1953         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1954         Fixes compile.
1955
1956         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1957         Add header.
1958
1959 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1960
1961         * vim/lilypond-indent.vim: small fixes.
1962
1963 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1964
1965         * Documentation/user/notation.itely (Entering lyrics): Add example
1966         with correct english double quotes (at least for LaTeX output,
1967         maybe not a good idea if we switch to PS as the default output
1968         format).
1969
1970 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1971
1972         * lily/staff-performer.cc (create_audio_elements): play instrument
1973         changes before notes arrive. This fixes instrument of the first
1974         note in a score.
1975
1976         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1977         to 1.9.0 conversion.
1978
1979         * lily/mark-engraver.cc: doc string.
1980
1981         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1982
1983         * Documentation/user/introduction.itely (Introduction): new node.
1984
1985 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1986
1987         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1988
1989         * input/regression/spacing-ragged-last.ly: new file.
1990
1991         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1992         spacing.
1993
1994         * scm/font.scm: rewrite using GOOPS.
1995         
1996         * lily/context-def.cc (filter_engravers): derefence pointer.
1997
1998         * lily/lily-guile.cc (type_check_assignment): use
1999         ly_scheme_function iso. scm_primitive_eval where possible.
2000
2001         * lily/performance.cc (output): limit channels at 15. This fixes
2002         percussion inadvertently showing up in large scores.
2003
2004 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2005
2006         * input/regression/tuplet-gap.ly: new file.
2007
2008         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2009         (print): compute gap length from number size, include italic
2010         correction.
2011
2012         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2013         tuplet-bracket
2014
2015         * scm/paper.scm (set-default-paper-size): new function, to be
2016         called at toplevel.
2017         (set-paper-size): new function, to be called inside \paper {}
2018         (set-default-paper-size): new function, to be called at toplevel.
2019
2020         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2021
2022         * lily/beam-performer.cc (process_music): idem.
2023
2024         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2025         
2026         * tex/titledefs.tex: remove scshape for piece.
2027
2028         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2029         font-family
2030
2031         * lily/time-signature.cc (special_time_signature): font-encoding
2032         not family.
2033
2034         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2035         dynamic to head. This fixes p placement in morgenlied.
2036
2037 2004-03-23  Werner Lemberg  <wl@gnu.org>
2038
2039         * stepmake/stepmake/generic-targets.make (help): Improve text.
2040
2041 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2042
2043         * VERSION: 2.1.34 released
2044         
2045         * lily/main.cc (main_with_guile): switch debugging.
2046
2047         * lily/system.cc (get_line): plug leak.
2048
2049         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2050         and contents.
2051         (stencil2line): plug leak.
2052
2053         * Documentation/user/changing-defaults.itely (Determining a grob
2054         property):  new node.
2055         (Layout interfaces): new node.
2056         (Navigating the program reference): new node.
2057
2058         * lily/accidental-engraver.cc (acknowledge_grob): add property
2059         harmonicAccidentals
2060
2061         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2062         general cleanups.
2063         
2064         * input/les-nereides.ly (middleDynamics): resurrect Les
2065         nereides. Remove pedal hack.
2066
2067 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2068
2069         * input/regression/property-grace-polyphony.ly: new file.
2070
2071         * lily/translator-property.cc (execute_pushpop_property): only pop
2072         one instance of the property. This fixes << \\ >> together with
2073         \grace.
2074
2075         * lily/break-align-interface.cc (ordered_elements): we cannot
2076         modify the #'elements property, so return reordered array.
2077
2078 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2079
2080         * buildscripts/lilypond.words.py: remove.
2081         * buildscripts/lilypond-words.py: add new, renamed file. 
2082         Give generated targets and dirs explicitly in arguments.
2083
2084         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2085         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2086         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2087         
2088         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2089
2090         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2091
2092         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2093         orders.
2094
2095         * vim/GNUmakefile: add local-uninstall target.
2096
2097         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2098         
2099         * vim/vimrc: add a one-liner file.
2100
2101         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2102         vimrc in EXTRA_DIST_FILES.
2103
2104         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2105
2106 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2107
2108         * config.make.in: add vimdir.
2109
2110         * vim/GNUmakefile: add local-install.
2111
2112 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2113
2114         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2115         with \lilypondifundefined{blabla}. Solves problem with multiple
2116         titles in the same lilypond-book document.
2117
2118 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2119
2120         * scm/document-backend.scm (interface-doc): sort grob list for
2121         interface.
2122
2123         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2124         pre/post break align-order.
2125
2126         * spelling patch courtesy Edward Sutton.
2127
2128         * Documentation/user/changing-defaults.itely (Changing context
2129         default settings): new node.
2130         (Defining new  contexts): new node.
2131
2132         * scripts/lilypond-book.py (is_derived_class): use numbers
2133         iso. booleans.
2134
2135         * python/lilylib.py (make_ps_images): add margin to PS images.
2136
2137         * scripts/lilypond-book.py (is_derived_class): new function. Take
2138         class arg iso. object.
2139         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2140         for bug in GS/dvips.
2141
2142         * lily/text-item.cc (interpret_markup): idem.
2143
2144         * scm/define-markup-commands.scm: remove split around-space hack.
2145
2146         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2147         function, fold WL's fixes into one function.
2148
2149 2004-03-22  Werner Lemberg  <wl@gnu.org>
2150
2151         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2152         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2153         (Note_column::head_position_interval): Do proper rounding for
2154         calls to Staff_symbol_referencer::get_position.
2155
2156 2004-03-21  Werner Lemberg  <wl@gnu.org>
2157
2158         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2159         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2160         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2161         (My_lily_parser::parse_file): Improve formatting progress indication
2162         sent to stdout.
2163
2164 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2165
2166         * VERSION: 2.1.33 released.
2167
2168         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2169
2170         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2171
2172         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2173         warning is issued about dummy.dep.
2174
2175         * scm/new-font.scm: fix design sizes of nummer
2176
2177 2004-03-21  Werner Lemberg  <wl@gnu.org>
2178
2179         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2180         some annoying warnings from mkdir during `make install'.
2181
2182 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2183
2184         * lily/performer-group-performer.cc (do_announces): call
2185         Performer_group_performer::create_audio_elements () too.
2186
2187         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2188
2189         * scm/define-grobs.scm (all-grob-descriptions): add property
2190         break-align-orders
2191
2192         * lily/global-context.cc (get_default_interpreter): new
2193         function. Override from base class, so no new Score contexts are
2194         created.
2195
2196         * lily/include/stencil.hh (class Stencil): document origin field.
2197
2198         * lily/staff-symbol.cc (print): span staff-symbol on column
2199         extents for non-broken columns. 
2200
2201         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2202         key-signature.
2203
2204         * tex/titledefs.tex: don't use smallcaps for piece.
2205
2206         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2207         translated stencils in the output.
2208
2209         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2210
2211 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2212
2213         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2214         and init ties_created_
2215
2216         * VERSION: release 2.1.32
2217
2218         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2219         doc string from IMPLEMENT_CTOR_CALLBACK().
2220
2221         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2222         that engraver is in a performer hierarchy.
2223
2224 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2225
2226         * vim/lilypond-ftdetect.vim: new file.
2227
2228 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2229
2230         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2231         (compose_ly): default octave should be middle C.
2232
2233         * Documentation/user/changing-defaults.itely (Layout tunings
2234         within contexts): new node.
2235
2236         * lily/include/smobs.hh: document C++ smob interface.
2237
2238         * lily/function-documentation.cc: don't doc functions without
2239         docstring.
2240
2241 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2242
2243         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2244         direntry, so that `info lilypond' goes to Top.
2245
2246         * scm/output-ps.scm (polygon): Fix: add spaces.
2247
2248         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2249         solutions are now optimal too.
2250
2251         * input/test/page-breaks.ly: New file.
2252
2253         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2254         functions into safe module.
2255
2256         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2257         end, prepend zeros.
2258
2259         * scm/output-*.scm: Use ly:number->string rather than
2260         number->string.  Makes for saner output.
2261
2262         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2263         Fixes feta-nummer, feta-din scaling.
2264
2265 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2266
2267         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2268
2269         * scm/music-functions.scm (descend-to-context): new
2270         function. Similar to context-spec-music.
2271         (make-time-signature-set): specify Score as descend-only. This
2272         fixes the polymetric.ly example.
2273
2274         * lily/context-specced-music-iterator.cc (construct_children): add
2275         support for descend-only context spec.
2276
2277         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2278         determine ez-notation letter. 
2279
2280         * lily/system.cc (get_line): start with dumping layer 3. This
2281         fixes ez notation.
2282
2283 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2284
2285         * input/test/title-markup.ly: Stress breaking harder.
2286
2287         * scm/page-layout.scm (height-score): Overfull page scores twice
2288         as bad as underfull (was: by a power).
2289         (walk-lines): Omit first walk-path round (breaking after new node,
2290         without lines).
2291
2292         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2293         diff values are negative.
2294         (output): Bugfix: treat negative vfill differently.
2295
2296         * Documentation/user/lilypond.tely (direntry): Add note about why
2297         `info lilypond' brings up `Invoking LilyPond' node.
2298
2299 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2300
2301         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2302
2303         * lily/paper-book.cc: Remove cruft.
2304         (output): Bugfix: put vfill between lines.
2305         (pages): Bugfix: set page vars needed for filling.
2306
2307         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2308         (was: @ar).
2309
2310         * scm/page-layout.scm: Further development.
2311
2312         * ly/declarations-init.ly (paper): Define page-breaking.
2313
2314 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2315
2316         * lily/note-head.cc (brew_ez_stencil): add note-names
2317         property. Provides internationalization for note names.
2318
2319         * Documentation/user/changing-defaults.itely (Creating contexts):
2320         new node.
2321
2322         * lily/grace-iterator.cc (process): descend to child for \grace.
2323
2324         * lily/timing-translator.cc (initialize): Timing_translator adds
2325         Timing alias by itself.
2326
2327         * lily/context.cc (add_alias): new function.
2328
2329         * scm/lily.scm (tex-output-expression): new function, eval within
2330         drawing API. Guards against eval vulnerabilities.
2331
2332         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2333
2334         * scm/output-ps.scm (scm): export lily drawing API.
2335
2336         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2337         throughout.
2338
2339 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2340
2341         * scm/page-layout.scm (optimal-page-breaking): New function.
2342         
2343         * lily/paper-book.cc (pages): Use it.
2344
2345 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2346
2347         * lily/include/paper-line.hh (class Paper_line): Full smob.
2348
2349 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2350
2351         * lily/global-context.cc (run_iterator_on_me): fix grace note
2352         nesting by initting measurePosition.
2353
2354         * lily/timing-translator.cc (initialize): do no init
2355         measurePosition
2356         
2357         * lily/include/music-output-def.hh (class Music_output_def): add
2358         input_origin_ field.
2359
2360         * Documentation/user/changing-defaults.itely (Changing context
2361         properties on the fly): new node.
2362
2363         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2364         function. Only have smobbed_copy (), and do not provide
2365         smobbed_copy() for non-simple smobs. Changes throughout.
2366
2367 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2368
2369         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2370         start_moment_. Fix by Doug A. Linhardt.
2371
2372 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2373
2374         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2375         accidentals for harmonic notes.
2376
2377         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2378         of different style. (Thanks to Doug Linhardt).
2379
2380         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2381         new node.
2382
2383 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2384
2385         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2386
2387         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2388         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2389         vim/lilypond-indent.vim: doc targets and deps in comments.
2390
2391 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2392
2393         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2394
2395         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2396
2397         * lily/include/paper-line.hh:
2398         * lily/include/paper-line.cc: New file.
2399
2400 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2401
2402         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2403
2404         * GNUmakefile.in: remove stray make out=www
2405
2406         * input/test/bagpipe.ly (gcdg): octave fixes.
2407
2408         * scm/define-markup-commands.scm (number): use font-encoding
2409         iso. font-family
2410
2411         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2412         font-encoding.
2413         
2414 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2415
2416         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2417         `output_format_global' and `PAGE_LAYOUT'.
2418
2419 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2420
2421         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2422         lily functions in safe mode.
2423
2424         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2425         Print filename for HTML, LATEX, before texidoc.
2426
2427         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2428         instructions in output-ps module.
2429
2430         * scm/lily.scm: Do not load output-ps module.
2431
2432         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2433         safe mode.
2434
2435 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2436
2437         * lily/span-dynamic-performer.cc (process_music): remove spurious
2438         warning.
2439
2440         * lily/context-def.cc (Context_def): init name to ""
2441
2442         * lily/font-interface.cc: add font-encoding property.
2443
2444         * scm/lily.scm (chain-assoc-get): bugfix.
2445
2446         * lily/paper-book.cc (stencil2line): protect static SCM.
2447
2448         * lily/font-interface.cc (text_font_alist_chain): rename function,
2449         and use text-font-defaults. 
2450
2451         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2452
2453         * scm/paper.scm (paper-set-staff-size): use new function.
2454
2455         * scm/new-font.scm (make-font-tree): new function.
2456
2457 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2458
2459         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2460
2461         * scm/lily.scm (get-output-module): New function.
2462         (output-alist): Remove ,ps-output-expression.
2463
2464         * scm/output-tex.scm (ps-output-expression): New function.
2465
2466         * scm/output-ps.scm (ps-output-expression): Remove.
2467         (header, start-page): Output page metadata.
2468
2469         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2470         initialise output_module_.  Do not write part of header.
2471         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2472         (output_header): Output full header.
2473
2474         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2475         FIXME.
2476
2477 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2478
2479         * scm/new-font.scm: new file. Tree based font lookup.
2480
2481         * scm/lily.scm (assoc-get): take default argument. Remove
2482         assoc-get-default.
2483         (chain-assoc-get): use chain-assoc-get everywhere.
2484
2485         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2486         autobeamsettings conversion bug.
2487
2488         * lily/include/global-context.hh (Context): clean-up data hiding.
2489
2490         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2491         data hiding.
2492
2493         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2494
2495         * input/regression/stem-shorten.ly: add chord case.
2496
2497         * lily/stem.cc (get_default_stem_end_position): shorten stems
2498         triggered by note-head positions, not by forced-direction. This
2499         fixes a bug with too short stems.  
2500  
2501 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2502
2503         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2504         Lilypond_snippet.output_latex): Always call output_print_filename.
2505
2506         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2507         expand pages.
2508
2509 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2510
2511         * scm/part-combiner.scm (make-autochange-music): switch rests
2512         before switched notes too.
2513
2514         * lily/figured-bass-engraver.cc (process_music): change calling
2515         convention.
2516
2517         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2518
2519         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2520         command.
2521
2522         * lily/include/stencil.hh (class Stencil): add origin field.
2523
2524         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2525         function.
2526
2527         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2528
2529         * lily/lexer.ll: remove support for \$ and $ in identifiers
2530
2531         * lily/sequential-iterator.cc: remove copy_grace_fixups
2532         (get_grace_fixup): slight abstraction of fixup code.
2533
2534         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2535
2536 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2537
2538         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2539         in insert-mode. add indenting rules.
2540
2541 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2542
2543         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2544         protect hack.
2545
2546         * scm/page-layout.scm:
2547         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2548         layout and titling should now match external latex based version.
2549
2550         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2551         header fields.
2552
2553         * ps/lilyponddefs.ps: Remove automatic page layout.
2554
2555         * scm/output-ps.scm (new-start-system): New interface function.
2556
2557         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2558
2559         * lily/paper-book.cc (output): Bugfix.
2560
2561 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2562
2563         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2564         
2565 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2566
2567         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2568         direntries.
2569
2570         * ps/lilyponddefs.ps: Bugfix.
2571
2572         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2573
2574 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2575
2576         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2577         cause. This should fix warnings.
2578
2579         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2580
2581         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2582         prevent aligned 6ths.
2583
2584         * lily/custos.cc (print): remove adjust-if-on-staffline.
2585
2586 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2587
2588         * lily/paper-book.cc: Do header and footer.
2589
2590 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2591
2592         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2593
2594         * scm/paper.scm (lineheight): Remove
2595         (head-sep, foot-sep): Add.
2596
2597 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2598
2599         * mf/feta-schrift.mf: reduce portato thickness.
2600
2601         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2602
2603         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2604         programming_error ().
2605
2606         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2607         bracket to last command column.
2608
2609         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2610         continues on next/prev system.
2611
2612         * input/regression/pedal-end.ly: new file.
2613
2614 2004-03-10  Werner Lemberg  <wl@gnu.org>
2615
2616         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2617         Remove pmx2ly stuff.
2618         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2619
2620 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2621
2622         * scm/page-layout.scm: New file.
2623
2624         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2625         settings.
2626         (Lilypond_snippet.is_outdated): Also check for PNG file.
2627         Workaround for interrupted (web) builds.
2628
2629         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2630
2631         * ps/lilyponddefs.ps: Use only very small top-marging.
2632         (init-paper): Also pop page size string.
2633         (start-page, stop-page): New function.
2634
2635         * scm/output-ps.scm (header-end): Remove stray exec commands.
2636
2637 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2638
2639         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2640
2641         * lily/score.cc (default_rendering): clean protection.
2642
2643         * lily/paper-book.cc (mark_smob): implement smob marking.
2644
2645         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2646
2647         * Documentation/user/*.itely: user manual edits. 
2648
2649 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2650
2651         * Documentation/user/converters.itely (Invoking musedata2ly):
2652         remove pmx2ly.
2653
2654         * scripts/pmx2ly: remove script.
2655         
2656 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2657
2658         * lily/score.cc (default_rendering): Protect paper-book members.
2659
2660         * lily/paper-def.cc (smobbed_copy): New method.
2661
2662         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2663         switch runtime.
2664
2665         * lily/include/music-output.hh (process): Change signature to
2666         return SCM.
2667
2668         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2669         method.
2670
2671         * lily/paper-score.cc (process): Return stencils rather than
2672         outputting directly.  Remove paper-book kludge.  Delete grobs.
2673         (output): Remove.
2674
2675         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2676
2677         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2678
2679         * lily/score.cc (default_rendering)
2680         (ly_render_output): Move adding paper-score two levels up.
2681
2682         * lily/system.cc (get_line):
2683         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2684
2685 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2686
2687         * scm/font.scm (paper20-font-vector): add more design sizes for
2688         number.
2689
2690         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2691         feta-nummber{5,7,11,13}.
2692
2693         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2694         for 12pt design size. 
2695
2696 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2697
2698         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2699
2700 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2701
2702         * lily/font-select.cc (properties_to_font_size_family): Fix
2703         warning message.
2704
2705         * Experimental PostScript latin1 encoding:
2706         
2707         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2708
2709         * scm/output-ps.scm: Experimental encoding using reencode-font.
2710         * scm/font.scm: Add latin1 `font-shape'.
2711         
2712         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2713
2714         * ps/lilyponddefs.ps (reencode-font): New function.
2715
2716         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2717
2718         * scm/output-tex.scm (start-page):
2719         (stop-page): New interface function.
2720
2721 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2722
2723         * lily/paper-outputter.cc (output_expr):
2724         (output_header):
2725         (output_line): New method.
2726
2727         * lily/system.cc (get_line):
2728         (get_lines): New method.
2729         (output_scheme):
2730         (output_line): Remove.
2731
2732         * scm/lily.scm (make-title): New function.
2733
2734         * lily/paper-book.cc: 
2735         * lily/include/paper-book.hh: New file.
2736
2737         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2738         ly-modules.hh).
2739
2740         * lily/ly-module.cc (ly_modules_lookup): New function.
2741
2742         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2743
2744         * scm/output-ps.scm (make-title): Remove.
2745         (output-scopes): Junk header-title test.
2746
2747 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2748
2749         * mf/feta-schrift.mf: thicker dot for portato.
2750
2751         * lily/accidental-placement.cc (position_accidentals): bugfix in
2752         offset, this fixes right-padding of AccidentalPlacement.
2753
2754         * lily/[h-z]*.cc: () formatting.
2755
2756         * Documentation/user/tutorial.itely (An orchestral part): more
2757         fixes for the tutorial.
2758
2759         * scm/translation-functions.scm (fraction-tuplet-formatter):
2760         reverse fraction.
2761
2762         * lily/parser.yy (context_def_spec_block): use \context instead of
2763         \translator.
2764
2765         * lily/[a-g].cc: () style cleanup.
2766
2767         * Documentation/user/tutorial.itely (Automatic and manual beams):
2768         editing of tutorial.
2769
2770 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2771
2772         * buildscripts/mf-to-table.py (base): write encoding name.
2773
2774 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2775
2776         * Documentation/user/GNUmakefile (local-install-info): Issue
2777         warning (for packager, ie, if not installing in /usr or /usr/local).
2778
2779         * lily/stencil-scheme.cc: 
2780         * lily/staff-symbol-referencer.cc: 
2781         * lily/script-column.cc: 
2782         * lily/pitch.cc: 
2783         * lily/music.cc: 
2784         * lily/grob-pq-engraver.cc: 
2785         * lily/font-interface.cc: 
2786         * lily/music-output-def.cc: 
2787         * lily/duration.cc: 
2788         * lily/grob-scheme.cc:
2789         * lily/context-scheme.cc: Put scheme name on first line in
2790         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2791         style cleanups.
2792
2793         * stepmake/stepmake/scm-vars.make: 
2794         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2795         Rename and split TAGS_FILES.
2796
2797         * GNUmakefile.in (ALL-TAGS): Remove.
2798         
2799         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2800         deeper TAGS files.  Fixes regexp tags in TOP dir.
2801
2802 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2803
2804         * VERSION: 2.1.29 released.
2805         
2806         * Documentation/user/changing-defaults.itely (Changing defaults):
2807         new file.
2808
2809         * Documentation/user/notation.itely (Notation manual): rename from 
2810         refman.itely
2811
2812         * Documentation/user/notation-appendices.itely (The Feta font):
2813         new file.
2814
2815         * Documentation/user/advanced.itely: add aborted attempt for
2816         advanced topics manual.
2817
2818 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2819
2820         * scm/new-markup.scm: display Markups in sane format. Patch by
2821         Nicolas Sceaux.
2822
2823 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2824
2825         * lily/main.cc: Cleanups.
2826         (setup_localisation): New function.
2827         (sane_putenv): Remove.
2828         (main_with_guile): New name (Was: main_prog).  Remove musings
2829         about possible preparation for GUILE heavy memory usage and
2830         practical uselessness.  Do not set environment variables
2831         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2832         name juggling.
2833         (parse_argv): New function.
2834         (copyright): New function.  It's 2004 already.
2835
2836         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2837         (distill_inname): Move from main.
2838
2839 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2840
2841         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2842
2843         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2844
2845         * Documentation/user/running.itely: new file.
2846
2847         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2848
2849         * lily/score-performer.cc (finish): call Translator::finalize ().
2850
2851 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2852
2853         * lilypond-ftpplugin.vim: renamed to the following file.
2854         * lilypond-ftplugin.vim: new file.
2855
2856         * GNUmakefile.in: update VIM_FILES.
2857
2858 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2859
2860         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2861         props.
2862
2863         * input/test/tie-sparse.ly: remove.
2864
2865         * lily/tie-performer.cc (try_music): copy & paste from
2866         Tie_engraver.
2867
2868         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2869         variable_ref twice.
2870
2871         * lily/key-performer.cc (create_audio_elements): use
2872         alterations-in-key.
2873
2874         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2875
2876 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2877
2878         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2879         handle also quarter tones (not shown as tests). test also flats.
2880
2881         * Documentation/index.html.in: small fixes.
2882
2883 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2884
2885         * input/regression/new-markup-scheme.ly: Typo.
2886
2887         * scm/define-markup-commands.scm (fill-line): New markup.
2888
2889         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2890         (output-paper-def): Fix alignment.
2891         (make-title): Fix height/width scaling.
2892
2893         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2894
2895         * input/test/title-markup.ly: Add remaining titles.  Layout and
2896         font size fixes.  Add simplistic latin1 test.
2897
2898 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2899
2900         * input/test/nested-groups.ly: remove. move content (to next). 
2901         * input/test/staff-bracket.ly: replace content (from prev), this 
2902         has been already in templates.
2903
2904 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2905
2906         * stepmake/autogen.sh: Only issue warning about running configure
2907         without arguments when autogen.sh will actually be running
2908         configure.
2909
2910 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2911
2912         * scm/new-markup.scm (stack-stencil-line): robustness.
2913
2914         * scm/define-markup-commands.scm (simple): robustification of
2915         simple-markup.
2916
2917         * Documentation/user/music-glossary.tely (Top): change central C
2918         to middle C.
2919
2920         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2921
2922 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2923
2924         * input/test/title-markup.ly (spaceTest): Add.
2925
2926         * lily/text-item.cc (interpret_markup): Make line markup from
2927         multi word markup.
2928
2929         * scm/define-markup-commands.scm (word): New markup command.
2930         (simple): Use it.
2931
2932         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2933
2934 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2935
2936         * vim/ftplugin/lilypond.vim:
2937         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2938         show matching paren in insert mode.
2939
2940 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2941
2942         * scm/output-ps.scm (make-title, output-scopes): Further
2943         development.
2944
2945         * input/test/title-markup.ly: New file.
2946
2947         * ps/lilyponddefs.ps: Disable PostScript titling.
2948
2949         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2950
2951 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2952
2953         * lily/arpeggio.cc (width_callback): remove padding.
2954  
2955         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2956
2957         * scm/define-music-types.scm: remove make-music-by-name.
2958
2959         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2960
2961 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2962
2963         * lily/paper-score.cc (process): Output titles using make-title.
2964
2965         * scm/output-ps.scm (output-stencil): Display directly instead of
2966         constructing string.
2967         (make-title): New function.
2968
2969 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2970
2971         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2972         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2973         Move documentation of LaTeX packages for latin1 characters to the
2974         lilypond-book manual.
2975
2976 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2977
2978         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2979
2980         * vimrc: add menu in console and shortcut <F10> for it.
2981
2982         * vim/:
2983         * vim/compiler/:
2984         * vim/syntax/:
2985         * vim/indent/:
2986         * vim/ftplugin/: new directories.
2987         
2988         * vim/filetype.vim: new file.
2989
2990         * lilypond.vim: remove files (see next).
2991         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2992
2993         * vimrc: remove file (see next).
2994         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2995
2996         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2997         add header. apply bindings only locally.
2998
2999         * vim/indent/lilypond.vim: new file.
3000
3001         * vim/ftplugin/lilypond.vim: remove errorformat.
3002         * vim/compiler/lilypond.vim: new file for errorformats.
3003
3004         * Documentation/topdocs/INSTALL.texi: give easier orders.
3005
3006         * ROADMAP: add vim/
3007
3008 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3009
3010         * Documentation/user/introduction.itely (Introduction): Use @image
3011         iso @html <img...>.  Add workaround for images in columns in info.
3012
3013         * stepmake/aclocal.m4: Store computed version in variable.
3014
3015         * configure.in: Export MAKEINFO_VERSION.
3016
3017         * config.make.in (MAKEINFO_VERSION): Add.
3018
3019         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3020
3021         * Documentation/user/GNUmakefile: Only build info with images when
3022         building web.
3023
3024         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3025
3026         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3027         stuff from documentation-targets.make
3028
3029 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3030
3031         * VERSION: 2.1.28 released
3032         
3033         * scripts/convert-ly.py (conv): 
3034
3035 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3036
3037         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3038         \arpeggioBoth. redefine \arpeggioBracket.
3039
3040         * Documentation/user/refman.itely: document new arpeggio
3041         functions.
3042
3043         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3044
3045         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3046
3047         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3048
3049 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3050
3051         * Documentation/user/introduction.itely (Automated engraving):
3052         rewrite introduction using website text.
3053
3054 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3055
3056         * scm/*.scm: make-music-by-name is replaced by make-music, which
3057         also accept music property settings, eg:
3058           (make-music 'TextScriptEvent 'direction DOWN 'text
3059               (make-simple-markup x))
3060
3061         Patch courtesy Nicolas Sceaux
3062
3063         * lily/beam-quanting.cc: cleanup, separate counts for left and
3064         right beam ends.
3065
3066         * lily/side-position-interface.cc (quantised_position): also
3067         quantize staccato position for forced stem directions. 
3068
3069 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3070
3071         * scm/*.scm: Patch by Nicolas Sceaux: 
3072
3073         * scm/music-functions.scm: ly:grob-property and ly:music-property
3074         are made procedure with setters.
3075
3076         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3077         
3078 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3079
3080         * input/test/[t-v]*.ly: finish rewriting texidocs.
3081
3082         * input/test/vaticana.ly: remove.
3083         * input/test/ligature-vaticana.ly: new, renamed file name.
3084
3085         * input/test/stem-centered.ly: remove.
3086         * input/test/mensural-note-heads.ly: new file. take content from
3087         removed file stem-centered.ly.
3088
3089         * input/test/scales-greek.ly: simplify.
3090
3091         * input/test/s*.ly: reformulate texidocs.
3092         
3093         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3094         of missing features.
3095
3096 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3097
3098         * input/test/[j-o]*.ly: update texidocs.
3099
3100 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3101
3102         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3103
3104         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3105         images.
3106
3107         * Documentation/user/lilypond.tely (@direntry): Update.
3108
3109         * stepmake/stepmake/documentation-targets.make
3110         (install-info,uninstall-info): Install into $(package_infodir).
3111         Install images.  Run install-info to update dir.
3112
3113         * config.make.in (package_infodir): Add.
3114
3115         * Documentation/user/GNUmakefile (info-with-images,
3116         local-install-info, local-uninstall-info): New target.
3117
3118 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3119
3120         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3121         gap/threshold.
3122
3123         * lily/beam-quanting.cc (score_slopes_dy): remove
3124         ROUND_TO_ZERO_SLOPE kludge.
3125
3126         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3127
3128         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3129
3130         * lily/global-context.cc (Global_context): alway accept Score
3131         (run_iterator_on_me): cast Context to Score_context, not
3132         Context_def.
3133
3134         * Documentation/user/refman.itely: documentation patch by Edward
3135         Sanford Sutton.
3136
3137         * mf/GNUmakefile: unset sauter-fonts.
3138
3139 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3140
3141         * scripts/lilypond-book.py (output_texinfo): Output @image
3142         descriptions for info too.
3143
3144         * input/test/chord-names-jazz.ly: 
3145         * input/test/embedded-scm.ly: Clarify.
3146
3147         * input/test/cautionaries.ly: Typo.
3148
3149         * lily/input-smob.cc (ly_input_location): Compile fix.
3150
3151 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3152
3153         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3154
3155         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3156         fixes problems with system defaults being reverted with \override
3157         on Score level.
3158
3159         * lily/global-context.cc (Global_context): apply property-ops to
3160         Global_context too. 
3161
3162 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3163
3164         * scm/output-ps.scm (stencil->string): Rewrite.
3165
3166 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3167
3168         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3169         impersonal style.
3170
3171 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3172
3173         * lily/input-smob.cc (ly_input_location: New function.
3174
3175         * scm/define-markup-commands.scm (upright): New markup command.
3176
3177         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3178
3179         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3180
3181         * scm/output-ps.scm (output-stencil): New function.
3182
3183         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3184         of snippet types; fixes @ignore and @verbatim blocks.
3185
3186 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3187
3188         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3189         to a file in printed documentation, instead, refer either to a 
3190         syntax or to an output.
3191
3192 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3193
3194         * input/regression/beam-center-slope.ly: Add test.
3195
3196 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3197
3198         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3199         (SAUTER_FONTS): Reinstate.
3200
3201         * scm/define-markup-commands.scm (caps): New markup command.
3202
3203         * scm/output-ps.scm (output-scopes): Experimental markup output.
3204
3205         * scm/: Add missing headers.
3206
3207         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3208
3209         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3210
3211 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3212
3213         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3214         Stray style cleanups.
3215
3216 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3217
3218         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3219         no dot combination.
3220
3221         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3222         substitute \override Staff.autoBeamSettings too
3223
3224         * Documentation/user/tutorial.itely: proofreading fixes by David
3225         Bobroff
3226
3227 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3228
3229         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3230
3231         * ps/music-drawing-routines.ps: 
3232         * ps/lilyponddefs.ps: Add end markers.
3233
3234 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3235
3236         * VERSION: 2.1.27 released.
3237         
3238         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3239
3240         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3241         obey documentation.
3242
3243 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3244
3245         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3246
3247         * scm/output-ps.scm: Resurrect.
3248         
3249         * scm/output-tex.scm: Minimal cleanups.
3250
3251         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3252
3253         * make/ly-rules.make: Remove any broken lily-*.tex files before
3254         lilypond-book run.
3255
3256         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3257         comment.
3258
3259         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3260         Enabled by default, may save 10% compile time.
3261
3262 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3263
3264         * lily/lyric-phrasing-engraver.cc: remove
3265         
3266         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3267         longer necessary. 
3268
3269         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3270         so lyric-phrasing-engraver is no longer necessary.
3271
3272         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3273         Grob_pq_engraver from Staff.
3274
3275         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3276         busyGrobs directly.
3277
3278         * input/regression/quote-transposition.ly: new file.
3279
3280         * lily/recording-group-engraver.cc (stop_translation_timestep):
3281         store instrumentTuning too. 
3282
3283         * lily/quote-iterator.cc (process): transpose events using
3284         instrumentTuning.
3285
3286         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3287         -> \tuning <pitch>
3288
3289         * lily/parser.yy (command_req): add \tuning command for setting
3290         instrument tuning of staff.
3291
3292         * Documentation/user/GNUmakefile
3293         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3294
3295         * Documentation/user/refman.itely (Customized accidental rules):
3296         typo.
3297
3298 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3299
3300         * Documentation/user/music-glossary.tely: remove the missing norwegian
3301         translation; they can be put in later properly.
3302
3303 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3304
3305         * lily/recording-group-engraver.cc (start_translation_timestep):
3306         init Recording_group_engraver twice.
3307
3308 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3309
3310         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3311         stray style cleanups:
3312
3313         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3314         -Wmissing-prototypes.
3315
3316         * flower/include/killing-cons.tcc (Killing_cons): Add template
3317         specifier for car_.
3318
3319         * flower/include/parray.hh (binsearchs): Add template specifier
3320         for maxkey.
3321
3322         * flower/include/interval.hh: Declare elem () with template specfier.
3323
3324 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3325
3326         * elisp/lilypond-indent.el (get-buffer-size): add customization
3327         groups for several variables (Reuben Thomas).
3328
3329 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3330
3331         * Documentation/user/invoking.itexi (Point and click): add index
3332         entry.
3333
3334         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3335         go under beam.
3336
3337         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3338         sarabande beam. 
3339
3340         * flower/warn.cc (programming_error): cross fingers not thumbs.
3341
3342         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3343         staff-position is set.
3344
3345         * VERSION: release 2.1.26 
3346         
3347         * scm/chord-entry.scm (construct-chord): process transposition
3348         after processing explicit-11.  
3349
3350 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3351
3352         * lily/parser.yy (add_quote): add syntax for adding quotes:
3353         \addquote "id-string" Music
3354
3355         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3356
3357         * scripts/convert-ly.py (conv): add rules for name changes.
3358
3359         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3360         music/context/grob property functions. Internally, use
3361         get_property() and set_property() for both.
3362
3363 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3364
3365         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3366         for Emacs <= 20 (Laurent Martelli).
3367
3368 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3369
3370         * lily/parser.yy (command_element): extract quoted vector in
3371         parser.
3372
3373         * input/regression/quote.ly: new file.
3374
3375         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3376
3377         * lily/parser.yy (command_element): \quote DURATION NAME: support
3378         cue notes. 
3379
3380         * lily/quote-iterator.cc (class Quote_iterator): new file.
3381
3382 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3383
3384         * lily/auto-beam-engraver.cc (try_music): accept and process
3385         beam-forbid-event.
3386
3387         * input/regression/auto-beam-no-beam.ly: new file.
3388
3389 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3390
3391         * lily/accidental.cc (print): Change font-relative-size ->
3392         font-size. Fixes cautionary-style = smaller.
3393
3394 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3395
3396         * lily/system-start-delimiter.cc (staff_brace): remove
3397         font-relative-size
3398
3399         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3400         forgotten with scm_list_n. Fixes spurious coredumps.
3401
3402         * lily/accidental-engraver.cc (stop_translation_timestep): move
3403         update of localKeySignature to stop_translation_timestep (). This
3404         makes sure that all ties are noticed at the right moment.
3405         (stop_translation_timestep): clear tie only when right-side
3406         notehead was seen.
3407         (number_accidentals_from_sig): cleanup. 
3408
3409         * input/regression/accidental-tie.ly (mus): new file
3410
3411         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3412         these longish tests.
3413
3414 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3415
3416         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3417
3418         * THANKS: update bugreporter list.
3419
3420         * lily/beam.cc (print): broken beams last until end of staff.
3421         (print): broken beams start from prefatory matter.
3422
3423         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3424
3425         * lily/paper-score.cc (process): dump header only once.
3426
3427         * lily/paper-outputter.cc (Paper_outputter): move logic into
3428         Scheme.
3429
3430         * scm/output-tex.scm (output-scopes): new function.
3431         (output-paper-def): new function
3432         (tex-string-def): new function
3433         (symbol->tex-key): new function
3434
3435         * scripts/convert-ly.py (conv): add rule for | ~
3436
3437 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3438
3439         * input/regression/{many}.ly: refresh, trying to guess how
3440         it was designed.
3441
3442 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3443
3444         * VERSION: release 2.1.25
3445
3446         * scm/define-translator-properties.scm
3447         (all-user-translation-properties): add printOctaveNames
3448
3449         * ly/engraver-init.ly: remove Note_event_swallower from
3450         NoteNamesContext.
3451
3452         * lily/note-name-engraver.cc (process_music): new property
3453         printOctaveNames
3454
3455         * lily/context.cc (find_existing_context): remove support for
3456         Current.
3457
3458         * scm/music-functions.scm (set-accidental-style): new function;
3459         duplicate accidental macros.
3460
3461         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3462
3463         * lily/note-name-engraver.cc (process_music):
3464         process_acknowledged_grobs () -> process_music ()
3465
3466         * scm/part-combiner.scm (determine-split-list): robustification.
3467
3468 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3469
3470         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3471         lines for falling into beam-gap.
3472         (score_forbidden_quants): check all staff lines for falling in
3473         beam gaps.
3474
3475         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3476         key/clef/time signatures. 
3477
3478         * input/test/ossia.ly: revise example.
3479
3480         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3481         cleanup.
3482         
3483         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3484         comply to Scheme standard.  Remove ly:get-paper-variable
3485
3486 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3487
3488         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3489
3490 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3491
3492         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3493         properties from Voice context. This fixes accidental size for
3494         staff-switches during grace contexts.
3495
3496         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3497         if necessary. Else, simply wipe dots.
3498
3499         * input/test/beam-alternate.ly: new file
3500
3501         * input/test/piano-staff-distance.ly: new file.
3502
3503         * lily/translator-group.cc (recurse_down_translators): use
3504         Direction for bottom-up/top-down.
3505
3506         * lily/include/translator.hh (class Translator): add
3507         process_music() and do_announces(). This obviates
3508         recurse_down_{engravers,performers}.
3509
3510         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3511         \melisma and \melismaEnd
3512
3513         * lily/melisma-engraver.cc (process_music): change to
3514         Melisma_translator, unify with performer. Accept
3515         ManualMelismaEvent.
3516
3517         * ly/engraver-init.ly: add Font_size_engraver.
3518
3519 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3520
3521         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3522         it hara-kiri.
3523
3524         * input/regression/{many}.ly: improve descriptions trying to figure
3525         out what is tested.
3526
3527 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3528
3529         * lily/slur.cc (broken_trend_offset): robustness fix.
3530
3531         * VERSION: release 2.1.24
3532
3533         * lily/context.cc (find_create_context): go to Score if it exists.
3534
3535         * lily/context-scheme.cc: new file.
3536
3537         * lily/score-translator.cc (get_output): new file.
3538
3539         * lily/include/grob-info.hh: origin_contexts() now does not
3540         include the originating engraver
3541
3542         * lily/translator-group.cc (translator_each): clean up contents,
3543         remove superfluous stubs. Engraver_group_engraver and
3544         Performer_group_performer are the only classes using multiple
3545         inheritance.
3546
3547         * lily/include/score-context.hh (class Score_context): interface
3548         between Score_{engraver,performer} and Global_context.
3549
3550         * lily/include/global-context.hh (Context): change from
3551         global-translator. This is the entry point for contexts; it is not
3552         tweakable using \translator{}. Score is no longer the top context,
3553         but sits underneath Global.
3554
3555         * lily/include/context.hh (class Context): brain surgery: split
3556         out Context functionality from Translator_group. Context is now a
3557         separate type from Translator.
3558
3559 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3560
3561         * lily/include/translator.hh (class Translator): make
3562         get_score_context() and get_global_translator (), and use the one
3563         which is appropriate.
3564
3565         * lily/context.cc: partially put functionality of Translator_group
3566         into Context.
3567
3568         * lily/include/context.hh (Translator): new class: put between
3569         Translator and Translator_group. 
3570
3571         * lily/new-accidental-engraver.cc: remove file.
3572
3573 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3574
3575         * input/regression/{many}.ly: improve descriptions: use complete 
3576         sentences, try to describe what is tested, avoid `we´, do not use 
3577         don't, ... 
3578
3579 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3580
3581         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3582         is at EOL.
3583
3584         * Documentation/user/lilypond.tely: declare the topmost node only
3585         once; removes empty line in @contents.
3586
3587         * Documentation/user/music-glossary.tely: really add Finnish author.
3588         Draw more beatiful `->´ arrow in html: &rarr;
3589
3590 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3591
3592         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3593
3594         * scripts/convert-ly.py (conv): add ly:music-list  change.
3595
3596         * lily/grob.cc: edit doc string.
3597
3598         * scm/define-grob-properties.scm (all-user-grob-properties):
3599         proofreading, editing of doc strings.
3600
3601         * input/regression/tablature-string-tunings.ly: new file.
3602
3603         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3604         listen to stringTunings
3605
3606         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3607         for self-alignment-[XY] code.
3608  
3609 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3610
3611         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3612         cond) into function. Cleanup.
3613
3614         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3615         
3616         * VERSION (PACKAGE_NAME): 2.1.23 released
3617
3618 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3619
3620         * Documentation/user/{refman,internals}.itely: small fixes.
3621
3622 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3623
3624         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3625         accidentals for harmonic notes
3626
3627         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3628         for harmonic notes.
3629
3630         * scm/document-backend.scm (interface-doc): prune Grob
3631         documentation: don't duplicate interface information.
3632
3633         * lily/*.cc: lots of updates of doc strings.
3634
3635 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3636
3637         * input/test/ac-extra-voice.ly (accompany): remove file.
3638
3639         * input/test/maximum-rest-count.ly: remove file.
3640
3641         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3642         conversion rule for \translator { }. Apply everywhere.  
3643
3644         * lily/parser.yy (music_property_def): set property for \once in
3645         the PropertyMusic itself, not the ContextSpec.
3646         (property_operation): change syntax within \translator { }
3647
3648         * scm/define-music-properties.scm (all-music-properties): clean up.
3649
3650         * lily/auto-beam-engraver.cc (test_moment): use
3651         updated_grob_properties() to retrieve autoBeam settings.
3652
3653         * lily/spacing-spanner.cc: bound shortest_playing_len by
3654         measure_length
3655
3656         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3657         multi-measure events for spacing computation.
3658
3659         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3660         elliptical, to 1.49.
3661
3662         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3663         vertical positioning for polyphony, without RestCollision object.
3664
3665         * lily/note-column.cc (add_head): prevent rests & note heads on
3666         one stem.
3667
3668         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3669         (do_shift): rewrite only-rests case: use common refpoints: the
3670         routine will have sensible results when other rest-translations
3671         have taken place.
3672
3673         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3674         < 0 case. 
3675
3676         * VERSION: 2.1.22 released
3677         
3678         * input/GNUmakefile (SUBDIRS): remove ascii-art
3679
3680 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3681
3682         * input/: Convert ly files that still had \property.  Fixes make
3683         web.  Remove exta spaces around '='. 
3684
3685         * scripts/convert-ly.py (conv): Redundant space fixes.
3686
3687         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3688
3689 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3690
3691         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3692         create scalable PS and PDFs  for input/{test,template,regression}.
3693
3694         * lily/context.cc (is_alias): move function.
3695         (is_alias): add Bottom as context alias. 
3696         (find_create_translator): add Bottom as a context alias for creation.
3697
3698         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3699
3700         * lily/parser.yy (music_property_def): new syntax for property
3701         assignments:
3702
3703         \set A.B = #C , \unset A.B
3704         \override A.B #C = #D, \revert A.B #C 
3705
3706         * lily/my-lily-lexer.cc: remove \property
3707
3708 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3709
3710         * Documentation/user/refman.itely: add dots after seealso refs.
3711
3712         * input/template/{many}.ly: harmonise descriptions.
3713
3714         * Documentation/user/music-glossary.itely: add Finnish author.
3715
3716 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3717
3718         * VERSION (PACKAGE_NAME): release 2.1.21
3719
3720 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3721
3722         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3723
3724         * scripts/lilypond-book.py (snippet_res): @include filename must
3725         not be empty.
3726
3727 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3728
3729         * scm/documentation-generate.scm (markup-doc-string): dump
3730         markup-commands.tely
3731
3732         * scm/define-markup-commands.scm (override): new file.
3733         Move documentation from refman into doc-strings. 
3734
3735         * input/test/staff-container.ly: fix example.
3736
3737         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3738         StaffContainer
3739
3740         * lily/grob.cc: remove point_dimension_callback
3741         (Grob): read forced dimensions from X-extent and Y-extent.
3742         (get_paper): remove preset_extent.
3743
3744         * scm/define-grobs.scm (all-grob-descriptions): remove
3745         point_dimension_callback. 
3746
3747         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3748         textscript to head. This makes no-spacing-rods work on
3749         DynamicText.
3750
3751         * lily/chord-name.cc: remove props chord, bass, inversion.
3752
3753         * Documentation/user/appendices.itely: add Scheme functions,
3754         context-properties and layout properties to manual.
3755
3756         * scm/part-combiner.scm (determine-split-list): include rests in a
3757         solo1/2 sequence.
3758
3759         * lily/new-part-combine-iterator.cc (substitute_both): new
3760         function.
3761         (class New_pc_iterator): add separate Voice=solo context, fixes
3762         autobeams going from chords to solo.
3763
3764 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3765
3766         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3767
3768         * Documentation/user/tutorial.itely:
3769         * Documentation/user/refman.itely: Add short note about being part
3770         of lilypond.tely.
3771
3772         * COPYING: Make note more clear with respect to files that are
3773         explicitely licenced otherwise (Documention/user/ comes to mind).
3774         
3775         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3776         comment about barfing of @c,{}.
3777
3778         * Documentation/user/music-glossary.tely: Add list of authors.
3779
3780         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3781         source (was: also in build log).
3782
3783 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3784
3785         * lily/side-position-interface.cc (general_side_position): if
3786         staff-padding is set, then include staff in support too.
3787
3788         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3789         module workbook
3790
3791         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3792
3793         * lily/tuplet-engraver.cc: remove tupletInvisible
3794
3795         * scm/define-translator-properties.scm: cleanup, separate in
3796         internal and user props. 
3797
3798         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3799         LyricsVoice -> Lyrics
3800
3801         * lily/new-part-combine-iterator.cc (process): only print warning
3802         for symbols.
3803
3804 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3805
3806         * scm/part-combiner.scm: Add proper header.
3807
3808         * All but lily/*: The great --2003 --2004 replace; the missing
3809         `bits'.
3810
3811         * TODO: Fix outline mode.  Add book notes.
3812
3813         * ROADMAP: Update.
3814
3815 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3816
3817         * scm/part-combiner.scm (make-autochange-music): use
3818         accumulator. Fixes stack overflow.
3819
3820         * lily/*: rename brew_molecule -> print , molecule-callback ->
3821         print-function
3822
3823         * scm/define-grob-properties.scm: cleanup. Separate into internal
3824         and user properties.
3825
3826         * lily/translator-property.cc (updated_grob_properties): new
3827         function
3828         (execute_pushpop_property): change to new convention:
3829         object property inits are stored as (cons ALIST BASED-ON). This
3830         storage format allows concurrent tweaks in different contexts.
3831
3832 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3833
3834         * TODO: new file.
3835
3836 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3837
3838         * debian/: Late Debian update (sorry Anthony).
3839
3840         * scripts/lilypond-book.py (do_file): Look for input_file in
3841         include path, or ask kpathsea if LATEX.
3842
3843         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3844         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3845         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3846         --header=texidoc.
3847
3848         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3849         relative.
3850
3851         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3852         only when filtering, default to input_base otherwise.  Coding
3853         style fixes.
3854
3855 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3856
3857         * lily/include/translator.hh (class Translator): add virtual
3858         qualifier.
3859
3860 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3861
3862         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3863
3864 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3865
3866         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3867
3868         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3869         (fixes make web).
3870
3871         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3872         live in $(out)-www).
3873
3874         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3875         dependencies.  Add link to .ly source in HTML output.
3876         (Lilypond_snippet.output_html): Handle multiple page picture
3877         output.
3878         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3879         Make usable for output_texinfo again.
3880
3881         * Documentation/user/GNUmakefile: Add static dependency for
3882         lilypond.tely includes.
3883
3884         * Documentation/user/tutorial.itely: Add some lost `relative'
3885         ly-options.
3886
3887 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3888
3889         * lily/include/translator-group.hh: move Music_output_def member
3890         to Global_translator.
3891
3892         * scripts/lilypond-book.py (do_file):  fix latex output.
3893
3894         * VERSION: release 2.1.20
3895         
3896         * scm/part-combiner.scm (determine-split-list): robustness fix 
3897
3898         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3899
3900         * lily/parser.yy (music_output_def_body): plug memory leak.
3901
3902         * lily/translator-group.cc (add_fresh_group_translator): plug
3903         memory leak: unprotect Translator_group once added.   
3904
3905         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3906
3907         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3908         write .dep file.
3909         (Lilypond_snippet.ly): add \renameinput.
3910
3911 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3912
3913         * Documentation/user/refman.itely (Markup command definition): Doc
3914         by Nicolas Sceaux. Rewrite by Han-Wen
3915
3916         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3917         thing of the line.
3918         (brew_molecule): only remove if hyphen is not at the end of line.
3919         (set_spacing_rods): new function: minimum-length specifies
3920         distance between syllables.
3921
3922         * scm/define-grobs.scm (all-grob-descriptions): add
3923         Hyphen_spanner::set_spacing_rods to LyricHyphen
3924
3925         * input/regression/lyric-hyphen-break.ly: new file.
3926
3927         * input/test/lyric-hyphen-retain.ly: new file.
3928
3929         * lily/new-part-combine-iterator.cc (construct_children):
3930         add Rest direction.
3931
3932 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3933
3934         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3935
3936         * Documentation/bibliography/engraving.bib (donemus1982):
3937         update entry.
3938
3939 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3940
3941         * scripts/lilypond-book.py (Substring.__init__): new class.
3942         (Snippet.output_texinfo): add texidoc option.
3943         (Include_snippet.replacement_text): new class.
3944         (Lilypond_snippet.__init__): new class
3945         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3946
3947         * Documentation/user/refman.itely (Sound): 
3948         note about number of channels.
3949
3950         * scm/music-functions.scm (voicify-music): add \context Staff for
3951         << \\ >> polyphony.
3952
3953         * lily/parser.yy (verbose_command_req): \skip now creates
3954         SkipMusic, and does not lead to spurious staves.
3955
3956         * scm/define-music-types.scm (music-descriptions): rename
3957         NonEventSkip to SkipMusic
3958
3959         * input/no-notation/midi-lyric-barcheck.ly: new file.
3960
3961         * input/regression/collision-dots-invert.ly: new file.
3962
3963         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3964         case.
3965
3966         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3967         die if melody died too.
3968
3969 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3970
3971         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3972         with reading from stdin.
3973
3974         * lily/slur-performer.cc (try_music): new file.
3975
3976         * lily/melisma-performer.cc (try_music): new file. Handle
3977         melismata to help lyrics.
3978
3979         * lily/beam-performer.cc (try_music): new file. Handle beam events
3980         to help lyrics.
3981
3982         * lily/score-performer.cc (one_time_step): reinstate
3983         process_music().
3984
3985         * lily/performer.cc (process_music): add to interface.
3986
3987         * lily/performer-group-performer.cc (process_music): new function.
3988
3989         * lily/dot-column.cc (do_shifts): do collision resolution before
3990         dot positioning.
3991         
3992         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3993         file, process printfilename option.
3994         (Snippet.__init__): rewrite: do not use global variables h or
3995         index.
3996         (main): really support -I option.
3997         (find_toplevel_snippets): new code.
3998         (find_toplevel_snippets): reinstate old version, without global
3999         variables.
4000
4001         * tex/texinfo.tex: really add file.
4002         
4003 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4004
4005         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4006         compatibility.
4007
4008 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4009
4010         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4011
4012         * scm/define-translator-properties.scm (drumPitchTable): add
4013         property.
4014
4015         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4016         function.
4017         (help_summary): docstrings.
4018         (do_file): strip the dir of input_base too.
4019
4020 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4021
4022         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4023
4024         * Documentation/user/lilypond-book.itely: Update.
4025
4026         * make/ly-rules.make: Update lilypond-book commands.
4027
4028         * Documentation/user/GNUmakefile: Update makeinfo commands,
4029         lilypond-book flags.
4030
4031         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4032         
4033         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4034
4035         * scripts/filter-lilypond-book.py: Remove.
4036
4037         * Documentation/user/*tely: Update options for new lilypond-book.
4038
4039         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4040         with @macros in @includes.
4041
4042 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4043
4044         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4045         make rest-collision only.
4046
4047         * lily/break-substitution.cc (substitute_one_mutable_property):
4048         clear all-elements using scm_assq_remove_x(). 
4049
4050         * lily/rest-collision.cc (do_shift): shift single rests
4051
4052         * flower/include/array.hh (class Array): rename to is_empty ()
4053
4054         * lily/drum-note-performer.cc: new file: perform drum notes.
4055
4056         * VERSION (PACKAGE_NAME): release 2.1.19.
4057         
4058 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4059
4060         * scripts/filter-lilypond-book.py
4061         (classic_lilypond_book_compatibility): New function.
4062
4063 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4064
4065         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4066
4067         * Grand 2003 -> 2004 search replace. 
4068
4069         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4070         (i.e. < > )
4071
4072         * ly/performer-init.ly: add DrumStaff
4073
4074         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4075         lyric-interface; this prevents lines with only extender lines from
4076         being junked.
4077  
4078         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4079
4080         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4081         extenders right, for once and for all (hopefully).
4082         
4083         * lily/break-substitution.cc (substitute_one_mutable_property):
4084         clear old 'all-elements for System grobs.
4085
4086         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4087         that associatedVoiceContext is always assigned when music & lyrics
4088         are found. 
4089
4090         * ly/engraver-init.ly: remove Lyrics context.
4091         (TabVoice): add noteheads engraver
4092
4093         * input/test/improv.ly: update: do not use Thread switching. 
4094
4095         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4096         squashedPosition is a number  
4097
4098         * Documentation/user/refman.itely (Automatic note splitting):
4099         remove Thread references.
4100
4101         * input/no-notation/pc-direction.ly: remove file.
4102
4103         * ly/engraver-init.ly: remove Thread
4104
4105         * input/regression/tie-chord-partial.ly: remove file.
4106
4107         * scripts/convert-ly.py (conv): \harmonic rule
4108
4109         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4110         notation for harmonic notes: <c' g''\harmonic>
4111
4112         * lily/lily-guile.cc (alist_to_hashq): new function
4113
4114         * scm/lily.scm (alist->hash-table): new function.
4115
4116         * Documentation/user/refman.itely (Percussion staves): update doco.
4117
4118         * input/regression/drums.ly (timb): updates
4119
4120         * lily/note-performer.cc (create_audio_elements): robustness fix.
4121
4122         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4123
4124 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4125
4126         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4127         discard valid matches.
4128
4129 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4130
4131         * lily/drum-note-engraver.cc: new file.
4132
4133         * ly/drumpitch-init.ly: move drum definitions
4134
4135         * scm/drums.scm: remove file.
4136
4137         * lily/*.cc: remove abort-event everywhere.
4138
4139         * lily/note-heads-engraver.cc (process_music): robustification.
4140
4141         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4142         robustification.
4143
4144         * lily/parser.yy (simple_element): add \drums mode.
4145         (simple_element): remove \pitchnames , \chordmodifiers. Use
4146         variables to store this. 
4147
4148         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4149         outside \notes.
4150
4151         * VERSION: release 2.1.18.
4152         
4153         * input/test: remove octave-duplicate.ly
4154
4155 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4156
4157         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4158
4159 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4160
4161         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4162         constructor from Music_iterator. Changes throughout.
4163
4164         * lily/include/music-iterator.hh (class Music_iterator): remove
4165         Music_iterator::skip and Music_iterator::get_pending_events from
4166         interface. Rename report_to -> get_outlet 
4167
4168         * lily/auto-change-iterator.cc: move contents from
4169         new-auto-change-iterator.cc from
4170
4171         * scm/part-combiner.scm: determine split-list from Scheme. 
4172
4173         * lily/new-auto-change-iterator.cc (process): new file.
4174
4175         * lily/parser.yy (part_combined_music): remove old PC cruft.
4176
4177         * ly/engraver-init.ly: remove old
4178         PC cruft.
4179
4180         * Documentation/user/refman.itely (The Lyrics context): note about
4181         extender lines.
4182
4183         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4184         to allow 0-length mmrest events.
4185
4186         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4187
4188         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4189
4190         * lily/spacing-engraver.cc (finalize): robustifications.
4191
4192         * input/regression/new-part-combine-solo-global.ly: new file.
4193
4194         * scm/part-combiner.scm: rewrite.
4195
4196 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4197
4198         * Documentation/user/refman.itely, input/puer-fragment.ly,
4199         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4200         updated for proper use of lyricsto; replaced "(" and ")" ->
4201         "\melisma" and "\melismaEnd"
4202
4203         * input/test/ancient-font.ly: small updates to reduce compile
4204         warnings (TODO: junk this file)
4205
4206         * input/test/gregorian-scripts.ly: added comment about bug
4207
4208         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4209         tiny robustness fix
4210
4211         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4212         recent changes in the feta code); temporarily mapped mensural g
4213         clef to a copy of petrucci g clef until mensural g clef will have
4214         been rewritten
4215
4216         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4217         between mensural and neo-mensural heads (this broke quite a while
4218         ago)
4219
4220         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4221
4222 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4223
4224         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4225         indication.  Fixes for verbatim, multi line comments.
4226
4227 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4228
4229         * input/regression/new-part-combine-solo.ly: more cases.
4230
4231         * lily/slur.cc (height): robustness fix.
4232
4233         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4234
4235         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4236         stemUp/stemDown.
4237
4238         * scm/music-functions.scm (determine-split-list): further analysis.
4239
4240         * lily/script-engraver.cc (try_music): discard duplicate
4241         articulations.
4242
4243         * input/regression/new-part-combine-solo.ly: new file
4244
4245         * input/regression/new-part-combine-a2.ly: new file.
4246
4247         * ly/performer-init.ly: add Devnull
4248
4249         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4250         for \musicglyph #"accidental-*"
4251         (conv): \newpartcombine rule.
4252
4253 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4254
4255         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4256
4257 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4258
4259         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4260         textwidth, --output.
4261
4262 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4263
4264         * scm/new-markup.scm (doubleflat): add accidental markups.
4265
4266         * VERSION: release 2.1.17
4267         
4268         * Documentation/user/refman.itely (Automatic part combining):
4269         revise documentation of the part-combiner.
4270
4271         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4272         
4273         * input/test/part-combine-{moment,staff}.ly: remove file.
4274
4275         * input/regression/pc-mmrest.ly (two): remove file.
4276
4277         * scm/define-music-types.scm (music-descriptions): add
4278         Solo{One,Two}Event and UnisonoEvent
4279
4280         * lily/new-part-combine-iterator.cc (unisono): add state_
4281         variable, signal changes with part-combine-event.
4282
4283         * input/regression/new-part-combine-text.ly: new file.
4284
4285         * lily/part-combine-engraver.cc: new file.
4286
4287 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4288
4289         * scripts/filter-lilypond-book.py: Handle snippet options.
4290
4291 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4292
4293         * scm/music-functions.scm (determine-split-list): detect solo1/2
4294         and unisono.
4295
4296         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4297         revert fix, document why.
4298
4299         * lily/tie-performer.cc (process_music): new function. Set melisma
4300         property.
4301
4302         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4303         always smaller than bracket size.
4304         (make_bracket): oops. Size of the gap was off by factor 2
4305
4306         * input/test/text-rotate.ly: new file.
4307
4308         * scm/new-markup.scm (markup): a macro that provides a
4309         LilyPond-like syntax in scheme for building markups, in order to
4310         help markup command definition. (Nicolas Sceaux)
4311
4312         * input/test/lyrics-skip-notes.ly: new example.
4313
4314         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4315
4316         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4317         use is_alias() iso. == . This fixes lyrics on
4318         GregorianTranscriptions. 
4319
4320 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4321
4322         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4323         \thispagestyle{lastpage} to avoid that it's printed on the second
4324         last page when there's only a single score line on the last page.
4325         (The page breaking mechanism in TeX played some ugly tricks to us.)
4326
4327 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4328
4329         * scripts/filter-lilypond-book.py: Further development.
4330
4331         * input/regression/collision-dots-move.ly: New test.
4332
4333         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4334         hand side note head of non-merged collision to the right.
4335
4336         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4337         Construct children before accessing property from emtpy
4338         lyrics_context_.
4339         (construct_children): Find thread before finding LyricsVoice.
4340         Create LyricsVoice one if none found, fixes crash (thanks Erik
4341         Sandberg).
4342
4343 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4344
4345         * cygwin/: Forward port.
4346
4347 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4348
4349         * buildscripts/install-info-html.sh: Use Bash.
4350
4351         * cygwin/mknetrel: Patch from Bert.
4352
4353 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4354
4355         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4356
4357         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4358         try to copy *png, index.html (Bertalan Fodor).
4359
4360         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4361
4362 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4363
4364         * lily/note-collision.cc (check_meshing_chords): Do not remove
4365         dots (from down head) when merging similar heads (thanks Matthias
4366         Kilian).  Simplify merge_possible tests and other cleanups
4367
4368         * input/regression/collision-merge-differently-dotted.ly: Add test
4369         for disappearing dots on similar heads for both voices.
4370
4371 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4372
4373         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4374         that tagline overrides copyright for single page scores. Correct
4375         the default tagline value.
4376
4377 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4378
4379         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4380
4381 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4382
4383         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4384         TEXMF if it's previously unset.
4385
4386 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4387
4388         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4389
4390         * input/test/trills.ly: fix the unfolding of lineprall.
4391
4392         * input/test/figured-bass-alternative.ly: fix accidental.
4393
4394 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4395
4396         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4397         
4398         * input/no-notation/dos-guile.ly: 
4399         * input/no-notation/dos-ps.ly: 
4400         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4401         
4402         * input/no-notation/safe-include.ly:
4403         * input/no-notation/safe-guile.ly:
4404         * input/no-notation/safe-ps.ly: 
4405         * input/no-notation/safe-tex.ly: New file.
4406
4407         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4408         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4409         options now.
4410         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4411         When in --safe-mode, set environment openout_any=p[aranoid].
4412
4413         * tex/ltest.tex: 
4414         * tex/lilyponddefs.tex: Add \nofiles.
4415
4416         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4417         options.
4418
4419         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4420         This allows building the user manual using a binary installation
4421         and a matching unpacked source tree.
4422
4423         * scm/lily.scm (safe-module): New variable. 
4424
4425         * lily/includable-lexer.cc (new_input): Fix error messages.
4426
4427         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4428         If SAFE, evaluate in safe-module.  Change callers.
4429
4430         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4431
4432         * lily/lexer.ll (embedded_scm): While processing main-input,
4433         invoke ly_parse_scm with safe mode if running in safe-mode.
4434         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4435         in init.ly for safe-mode.
4436
4437 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4438
4439         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4440         compatibility with old versions of geometry.sty (compat2
4441         already implied includehead).
4442         Change the page layout slightly so bottom + footskip = top +
4443         headheight + headsep = 16mm, the remaining paperheight-32mm
4444         are used for the music. Increase footskip to 5mm, so the top of
4445         the footer text doesn't touch the music.
4446
4447 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4448
4449         * VERSION: release 2.1.16
4450         
4451         * scm/music-functions.scm (determine-split-list): bugfix: only use
4452         new-active for both voices if both indexes advance. This fixes the
4453         biggest outstanding problem with new-pc. 
4454
4455         * lily/new-part-combine-iterator.cc (construct_children): set more
4456         directions.
4457
4458 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4459
4460         * scripts/convert-ly.py (conv): add instrument rule.
4461
4462         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4463
4464         * lily/side-position-interface.cc: remove add_staff_support ()
4465         Change all callers to use staff-padding.
4466
4467         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4468         make_spanner().
4469
4470         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4471
4472         * lily/text-engraver.cc: remove scriptHorizontal property.
4473
4474         * lily/beam.cc (least_squares): also set least-squares-dy for
4475         special case of slanted 2-stem beam to center.
4476
4477         * lily/side-position-interface.cc (out_of_staff): move contents of
4478         out_of_staff into aligned_side.
4479         remove out_of_staff().
4480
4481         * input/regression/measure-grouping.ly: fix warning.
4482
4483         * lily/side-position-interface.cc: add staff-padding support to
4484         Side_position_interface::aligned_side.
4485
4486         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4487         one get_property too many.
4488
4489         * flower/include/drul-array.hh (linear_combination): new function
4490         (scale_drul): new function
4491
4492         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4493         operations on empty intervals are silly.
4494
4495 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4496
4497         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4498         (iso gh_scm2int), fixes crash in new part-combiner.
4499
4500         * configure.in: Up mftrace to 1.0.27.
4501
4502 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4503
4504         * VERSION: release 2.1.15
4505         
4506         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4507         align all stanza numbers.
4508
4509 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4510
4511         * Documentation/user/{introduction.itely,refman.itely,
4512         converters.itely}: fix some text inside parentheses; text should
4513         be readable (even) if parentheses are either replaced with commas 
4514         or dropped out.
4515
4516 2004-01-25  Werner Lemberg  <wl@gnu.org>
4517
4518         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4519         input/test/vaticana.ly, input/test/ancient-font.ly,
4520         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4521         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4522         ly/params-as-init.ly, scm/define-grobs.scm,
4523         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4524
4525         * ly/params-as-init.ly: Removed.  Obsolete.
4526         * buildscripts/lilypond.words.py: Updated.
4527
4528 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4529
4530         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4531
4532         * mf/feta-din{4,5,7,9}.mf: remove.
4533         
4534         * lily/engraver.cc (internal_make_item): centralize item/spanner
4535         factory.
4536
4537         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4538         do correct chord conversion for ^"sim."  (backportme)
4539         (FatalConversionError.sub_articulations): substitute ^"foo" in
4540         chords too. (backportme)
4541
4542         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4543         for Fingering.
4544
4545         * lily/side-position-interface.cc (out_of_staff): don't do
4546         anything if staff-padding not defined. 
4547
4548         * mf/feta-params.mf (stafflines): introduce linethickness as
4549         general blackness of the font.
4550
4551         * lily/stem.cc (position_noteheads): rounding error robustness.
4552
4553         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4554         from beam-collision.ly 
4555
4556         * lily/beam.cc (rest_collision_callback): remove direction.
4557
4558         * scm/define-grobs.scm (all-grob-descriptions): remove
4559         enclose-bounds in OttavaBracket and PianoPedalBracket
4560
4561         * scm/new-markup.scm (def-markup-command) new macro, which takes
4562         care of defining the COMMAND-markup and make-COMMAND-markup
4563         procedures, setting markup-signature and keyword-signature object
4564         properties, and pushing the markup command in
4565         markup-function-list.
4566
4567         All markup commands are defined thanks to it.  Users may also use
4568         it to define their own markup commands. (Nicolas Sceaux)
4569
4570         * scm/new-markup.scm: Scheme style clean-up: there should be no
4571         parenthesis alone on a line; LET* should not be used where LET is
4572         enough. (Nicolas Sceaux)
4573
4574 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4575
4576         * scripts/filter-lilypond-book.py: Add script.
4577
4578 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4579
4580         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4581
4582 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4583
4584         * Documentation/user/refman.itely (Fingering instructions): add
4585         single note chords. 
4586
4587         * lily/multi-measure-rest-engraver.cc: use a single
4588         MultiMeasureEvent for mm rests. This prevents problems with the
4589         new part combiner.
4590
4591         * scm/music-functions.scm (determine-split-list): analysis has
4592         global effect: a difference halfway a phrase makes the entire
4593         phrase be typeset as apart.
4594         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4595
4596 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4597
4598         * ly/performer-init.ly: add Devnull.
4599
4600         * Documentation/user/refman.itely (Font selection): remove paper20
4601         ref.
4602         
4603 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4604
4605         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4606
4607 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4608
4609         * scm/music-functions.scm (determine-split-list): bugfixes.
4610
4611         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4612
4613         * input/test/scales-greek.ly: use C as base, results in different
4614         alterations at the clef.
4615
4616         * input/regression/pedal-ped.ly: new file.
4617
4618         * input/regression/pedal-bracket.ly: new file.
4619
4620         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4621         replace after_line_breaking()
4622
4623         * lily/line-interface.cc (line): read thickness.
4624         (line): dash-fraction = 0 always for dotted-line style.
4625
4626         * input/test/staff-lines.ly (lower): bugfix.
4627
4628         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4629         \accepts Devnull into Score.
4630
4631         * scm/lily.scm: remove bla.scm load.
4632
4633 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4634
4635         * VERSION: release 2.1.14
4636         
4637         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4638
4639         * lily/side-position-interface.cc (general_side_position): add
4640         Staff_symbol_referencer::staff_space ().
4641
4642         * lily/include/context-def.hh: rename from translator-def.hh
4643
4644 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4645
4646         * input/template/piano-dynamics.ly (pedal): Updated definition of
4647         Dynamics such that \cresc works, for example.
4648
4649 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4650
4651         * lily/stem.cc (calc_stem_info): use
4652         Staff_symbol_referencer::staff_space
4653
4654         * lily/beam-quanting.cc (quanting): scale Stem_info 
4655
4656         * lily/beam.cc (rest_collision_callback): use minimum-distance
4657         property for rest/beam collisions.
4658         (rest_collision_callback): bugfixes.
4659
4660         * lily/system.cc (post_processing): extra-offset is now relative
4661         to the size of the current staff.
4662
4663         * scm/music-functions.scm (notice-the-events-for-pc): record all
4664         voices, only analyze "one" and "two".
4665
4666         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4667         not parent. 
4668
4669         * lily/new-part-combine-iterator.cc (construct_children): create
4670         Devnull from Voice context
4671
4672         * scm/music-functions.scm (determine-split-list): bugfixes.
4673
4674         * lily/lily-guile.cc (robust_scm2int): new function
4675
4676         * lily/staff-symbol-referencer.cc (line_thickness): new
4677         function. Use throughout.
4678
4679         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4680         in its own context.  Add to preset font-size.
4681
4682         * lily/stem.cc (thickness): new function.
4683
4684         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4685         compute thickness from ledger-line-thickness.
4686
4687         * lily/note-head.cc (brew_ledger_lines): use
4688         Staff_symbol::get_ledger_line_thickness ().
4689
4690         * lily/beam.cc (rest_collision_callback): use
4691         Staff_symbol_referencer::staff_space().
4692
4693         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4694         Mus1 Mus2
4695
4696         * lily/include/translator.hh (class Translator): add accepts_list_
4697         so  \with { \denies / \accepts } also works.
4698
4699         * scm/music-functions.scm (determine-split-list): determine split
4700         list from music events.
4701
4702         * lily/new-part-combine-iterator.cc: more states.
4703
4704         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4705
4706 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4707
4708         * lily/system.cc (set_loose_columns): use the right prebroken cols
4709         for interpolating loose column position.
4710
4711         * lily/text-spanner.cc (brew_molecule): default to no vertical
4712         lines.
4713
4714         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4715         take space.
4716
4717         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4718
4719 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4720
4721         * scripts/convert-ly.py: Do not test filename when processing
4722         stdin.
4723
4724         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4725
4726 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4727
4728         * lily/axis-group-engraver.cc (finalize): extra check; if
4729         process_music () is never called, then staffline_ == 0.
4730
4731         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4732         check run_always ().
4733         
4734         * VERSION: release 2.1.13
4735
4736         * input/regression/note-head-style.ly (pattern): cleanup.
4737
4738         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4739         downloading.
4740
4741         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4742         kludge rehearsalmark placement.
4743
4744         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4745         , ly:spanner?
4746
4747         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4748         close to note head for accidentals.
4749
4750         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4751         tuplet direction.
4752
4753         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4754
4755 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4756
4757         * lily/include/music-iterator.hh (class Music_iterator): add
4758         substitute_outlet() to iterator API.
4759
4760         * lily/new-part-combine-iterator.cc (construct_children):
4761         New_pc_iterator: new class, better part combining.
4762
4763         * lily/tie-column.cc (werner_directions): new function
4764
4765         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4766
4767         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4768         empty objects group spanner as parent
4769
4770         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4771         slope against graphical slope.
4772
4773         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4774         for ottava bracket.
4775
4776         * lily/side-position-interface.cc (general_side_position):
4777         opps. reinstate *dir.
4778
4779         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4780         parser run.
4781
4782         * lily/tuplet-bracket.cc: remove calc_dy ().
4783
4784         * Documentation/user/refman.itely (Balloon help): document balloon
4785         help
4786
4787 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4788
4789         * scm/document-backend.scm (check-dangling-properties): Grob
4790         properties are defined define-grob-properties.scm.
4791         
4792 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4793         
4794         * VERSION: release 2.1.12
4795
4796         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4797         ChordName
4798
4799         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4800         relation to surroundings.
4801
4802         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4803         Y-extent to the note-extents: stay clear of the staff.
4804
4805 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4806
4807         * Documentation/user/GNUmakefile
4808         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4809         iso. copy.
4810
4811         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4812
4813         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4814
4815         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4816
4817         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4818
4819         * lily/line-interface.cc (line): remove thickness from calling interface.
4820
4821         * lily/hairpin.cc: use Line_interface
4822
4823         * lily/line-interface.cc: new file. Line_interface for everything
4824         with dotted/dashed lines.
4825         
4826
4827         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4828
4829         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4830         for constructing ottava brackets.
4831         
4832         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4833         the note heads.
4834
4835         * Documentation/user/internals.itely (Engravers and performers):
4836         fix broken link.
4837
4838         * scm/music-functions.scm (make-mark-set): new function.
4839
4840         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4841         functionally identical to beam.
4842
4843         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4844         () with beam (). 
4845
4846         * Documentation/user/refman.itely (Rehearsal marks): document new
4847         functionality.
4848
4849         * input/regression/rehearsal-mark-number.ly: new file.
4850
4851         * input/regression/rehearsal-mark-letter.ly: new file.
4852
4853         * scm/translation-functions.scm (number->mark-string): new function
4854         (format-mark-letters): new function
4855         (format-mark-numbers): new function
4856
4857         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4858         integer; formatting is done through markFormatter property.
4859         
4860         * scm/define-translator-properties.scm: fold all *-done properties
4861         into positioning-done.
4862
4863         * lily/beam.cc (position_beam): new function
4864         (brew_molecule): make sure that positions are calced before making
4865         the molecule.
4866
4867         * scm/output*.scm (beam):  take 4th argument for function.
4868
4869         * ps/music-drawing-routines.ps: take blot as 4th argument.
4870
4871         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4872         stem to avoid small dents.
4873         
4874 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4875
4876         * VERSION: release 2.1.11
4877
4878         * input/regression/balloon.ly: new file.
4879
4880         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4881         objects, and make help texts. 
4882
4883         * scm/new-markup.scm (parse-simple-duration): parse duration
4884         string to log & dots. (Thanks Nicolas!)
4885
4886         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4887         rule.
4888
4889 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4890
4891         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4892         Lemberg).
4893
4894         * THANKS: alphabetic order.
4895
4896 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4897
4898         * input/regression/note-head-harmonic.ly: new file.
4899
4900         * Documentation/user/internals.itely (Technical manual): explain
4901         difference between music, translation, layout.
4902
4903         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4904
4905         * scm/output-ascii-script.scm (bracket): rounding bfs.
4906
4907         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4908
4909         * ly/paper*.ly: remove files. 
4910         
4911         * scm/paper.scm (set-staff-size): new function: set default
4912         staff-size.
4913
4914         * scripts/convert-ly.py (conv): add conversion rule.
4915
4916         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4917         function.
4918
4919         * scm/paper.scm: new file.
4920         (set-staff-size): new function 
4921         (set-paper-size): new function
4922
4923         * lily/parser.yy (music_output_def_body): restructure definition,
4924         so first Scheme statement in \paper also happens in new scope. 
4925
4926         * lily/system.cc (post_processing): move uniquify_list () to
4927         dumping molecule stage.
4928
4929         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4930         this will mess up scores that use barchecks to shorten measures.
4931
4932         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4933         at 20pt too.
4934
4935         * Documentation/user/tutorial.itely (Printing lyrics): document
4936         \lyricsto
4937
4938         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4939
4940         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4941
4942         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4943         if Voice is not found.
4944
4945         * VERSION: release 2.1.10
4946         
4947         * input/{test,regression}/: remove old-relative 
4948
4949         * lily/lexer.ll: add empty markup signature. 
4950
4951         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4952         strut markup
4953
4954         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4955
4956         * scm/define-translator-properties.scm: update melismata property
4957         doco.
4958
4959         * lily/system.cc (output_lines): revert uniquify_list() patch,
4960         strange side effects seen.
4961         
4962         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4963         dash-period < 0.
4964
4965         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4966         for flute. 
4967
4968 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4969
4970         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4971
4972         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4973
4974         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4975         of line breaks.
4976         (brew_molecule): add padding to left, not right.
4977
4978         * lily/system.cc (uniquify_list): new function
4979         (output_lines): uniquify_list () on all-elements. This fixes
4980         double symbols in the output.
4981
4982         * lily/beam.cc (rest_collision_callback): don't move anything if
4983         staff-position is set.
4984
4985         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4986
4987         * lily/system.cc (typeset_grob): warn if adding twice.
4988
4989         * lily/sequential-iterator.cc (run_always): implement run_always().
4990         (also in other files.)
4991         
4992         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4993
4994         * lily/event.cc (to_relative_octave): add octave-check.
4995
4996         * Documentation/user/refman.itely (Line breaking): add noBreak.
4997
4998         * scm/new-markup.scm (normalsize-markup): add function.
4999         (sans-markup): new function.
5000
5001         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5002         come earlier nowadays.  This fixes beams on grace notes.
5003         
5004         * scm/music-functions.scm (direction-polyphonic-grobs): new
5005         variable, share between override and revert. This fixes script
5006         directions in polyphonic sections. (backportme)
5007
5008 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5009
5010         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5011         breakpoints.
5012
5013         * lily/break-align-interface.cc: add doco
5014
5015         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5016
5017 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5018
5019         * VERSION: release 2.1.9
5020
5021         * scm/document-markup.scm (markup-doc-node): add note about naming.
5022
5023         * scm/new-markup.scm (left-align-markup): bugfix. 
5024
5025         * Documentation/user/refman.itely (Ottava brackets): more doco for
5026         ottava.
5027
5028         * lily/side-position-interface.cc (out_of_staff): also do
5029         out_of_staff() correctly for d == DOWN.
5030
5031         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5032         horizontal line if they move to the right.
5033         
5034         * scm/define-grobs.scm (all-grob-descriptions): set
5035         text-repeat-if-broken for ottava spanner
5036
5037         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5038         property.
5039
5040         * mf/feta18.mf: design size is 18 not 22.5
5041
5042         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5043         Add a single LyricsVoice to a melody. Melismata may be set
5044         individually.
5045
5046         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5047
5048         * lily/dot-column.cc: add stdio.h
5049
5050 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5051
5052         * lily/item.cc: documentation for break-visibility (Thanks, John).
5053
5054 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5055
5056         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5057
5058         * lily/translator-def.cc: rename Translator_def to Context_def.
5059
5060         * Documentation/user/internals.itely (Lexical details): clarify
5061         string def.
5062
5063         * Documentation/user/refman.itely (Rhythmic music): add link to
5064         RhythmicStaff 
5065
5066 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5067
5068         * lily/translator.cc: document start_translation_timestep()
5069
5070         * scm/output-tex.scm (tex-encoded-fontswitch): use
5071         round for rounding (inexact->exact yields rationals)
5072
5073         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5074
5075         * lily/translator-group.cc (get_simple_trans_list): 
5076         new function; construct simple_trans_list_ lazily.
5077         
5078 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5079
5080         * lily/paper-outputter.cc (output_scope): Check if number before
5081         checking exact (guile cvs).
5082
5083         * scm/*: Escape backslashes in scheme strings (guile cvs).
5084
5085 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5086
5087         * Documentation/user/refman.itely (Tablatures basic): annotate
5088         seealso sections.
5089
5090         * lily/*.cc: cleanup of engraver initialize() functions.
5091
5092         * lily/repeat-acknowledge-engraver.cc
5093         (start_translation_timestep): remove first_b_
5094
5095         * lily/tab-note-heads-engraver.cc: listen to string number events
5096         inside < > too. (backportme).
5097
5098         * Documentation/user/refman.itely (Text scripts): add fatText to
5099         index.
5100
5101 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5102
5103         * VERSION: 2.1.8
5104
5105         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5106         footer.
5107
5108         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5109
5110         * lily/bar-check-iterator.cc (process): only warn if
5111         barCheckLastFail was changed.
5112
5113         * scm/define-translator-properties.scm (barCheckLastFail): add
5114         property.
5115
5116         * lily/main.cc (main_prog): print summary of failed files.
5117
5118         * lily/axis-group-engraver.cc: move all spanner creation to
5119         process_music (). Now staffs can be adjusted with \override too.
5120         (Jan, you are a brilliant programmer!)
5121         
5122         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5123
5124 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5125
5126         * Documentation/user/tutorial.itely (Integrating text and music):
5127         Show the commands to produce a PDF as well.
5128
5129 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5130
5131         * lily/translator-def.cc (get_translator_names): accept user
5132         tweaks too. 
5133
5134         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5135         as big as normal heads. 
5136
5137         * input/*ly: run convert-ly
5138         
5139         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5140         () if dependencies are fluked.
5141
5142         * scm/document-translation.scm (engraver-doc-string): update on
5143         latest string/symbol conventions.
5144
5145         * lily/translator-ctors.cc: use Scheme_hash_table.
5146
5147         * lily/translator-def.cc (get_translator_names): new function
5148         (add_context_mod): new function
5149         (get_accepted): new function
5150
5151         * lily/parser.yy (context_mod): put all modifications of
5152         \translator { } in a single production, encode as SCM.
5153
5154         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5155         to use read-only lists, so additions to the definition can be
5156         prepended easily.  
5157
5158         * Documentation/user/invoking.itexi (Editor support): add node on
5159         editor support.
5160
5161         * Documentation/user/refman.itely (Bar check): add lyrics example
5162         of bar checks. 
5163
5164         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5165
5166         * scripts/convert-ly.py (conv): add conversion rule.
5167
5168         * lily/parser.yy: use \change iso. \translator for staff switch.
5169
5170         * lily/my-lily-lexer.cc: add \change.
5171
5172         * scm/define-translator-properties.scm
5173         (default-melisma-properties): add definition.
5174
5175 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5176
5177         * Documentation/user/refman.itely (Bar lines): clarification of
5178         systemStartDelimiter. 
5179
5180         * input/test/slur-shape.ly (x): remove file.
5181
5182         * lily/translator-group.cc (apply_property_operations): new function.
5183
5184 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5185
5186         * lily/parser.yy (optional_prop_ops): allow \with {
5187         PROPERTYSETTINGS } following \context or \new.
5188
5189         * lily/my-lily-lexer.cc: add \with.
5190
5191         * lily/parser.yy (property_operation): clean up definition of
5192         property operations.
5193         (property_op_to_music): new function.
5194         (context_spec_music): new function
5195
5196         * VERSION: 2.1.7 released.
5197         
5198         * input/regression/collision-merge-dots.ly: new file.
5199
5200         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5201         then kill the dots too. 
5202
5203         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5204         set/unset breakableSeparationItem
5205
5206         * lily/separation-item.cc (relative_width): add function.
5207
5208         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5209         only-prebreak-interface
5210
5211         * lily/system.cc (output_lines): only junk only-prebreak-interface
5212         grobs.
5213
5214         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5215         read breakableSeparationItem
5216
5217         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5218
5219         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5220
5221         * lily/dot-column.cc (dot_config_badness): new function:
5222         select the best scoring dot configuration: dots should go close to
5223         the note heads, but be shifted up or down according to conventions.
5224         (print_dot_configuration): idem.
5225         (shift_one): idem
5226         (remove_collision): idem.
5227
5228         * input/regression/dots.ly: add more test cases.
5229
5230 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5231
5232         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5233
5234         * flower/include/interval.hh: rename elem_b to contains 
5235
5236         * lily/tie.cc: change 'heads to 'head-pair.
5237
5238         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5239         fill in 'heads field.
5240
5241         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5242         minimum-length for short ones, and shorten so collisions with the
5243         next syllable are avoided.
5244
5245         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5246         near-zero slopes.
5247         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5248
5249         * lily/dots.cc: remove quantized_position callback. All Y
5250         positioning is done by dot-column.cc
5251
5252         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5253         exhaustive test of all dot positions. This fixes disappearing dots
5254         in dotted chords.
5255
5256 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5257
5258         * mf/feta-klef.mf (test_staff): fatten up G clef
5259         (test_staff): fatten up f clef.
5260         
5261
5262 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5263
5264         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5265         * input/les-nereides.ly: Use latin1 characters for title, like
5266         Morgenlied.
5267
5268 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5269
5270         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5271         cmb10).
5272
5273         * lily/lyric-extender.cc (brew_molecule): add little space before
5274         extender line.
5275
5276         * lily/beam-quanting.cc (score_forbidden_quants): check if
5277         outer stafflines fall in any beam gaps.
5278
5279         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5280         for lyric texts.
5281
5282 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5283
5284         * VERSION: 2.1.6 released.
5285
5286         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5287         this shows the demerits of a user-defined beam position pair.
5288
5289         * scm/define-grobs.scm (all-grob-descriptions): set
5290         beamed-extreme-minimum-free-lengths to a different value.
5291
5292         * lily/scm-option.cc: add debug-beam scm-option
5293
5294         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5295
5296 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5297
5298         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5299
5300         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5301         space after barline.
5302
5303         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5304
5305         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5306         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5307         the other case, take standard column-breakable spacing. Do not
5308         warn about "no spacing wishes".
5309
5310         This fixes wide spaces after barlines in very loose lines.
5311
5312         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5313
5314 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5315
5316         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5317         acknowledge_grob lyric-syllable, not lyric-text.
5318
5319         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5320         dashes of length #'length separated by #'dash-period. 
5321
5322         * lily/lyric-extender.cc (brew_molecule): idem
5323
5324         * lily/multi-measure-rest.cc (big_rest): idem
5325
5326         * lily/system-start-delimiter.cc (simple_bar): idem
5327
5328         * lily/bar-line.cc (simple_barline): use rounded box
5329
5330         * VERSION: release 2.1.5
5331
5332         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5333         music): move note about dvips to more visible place.
5334
5335         * lily/lyric-phrasing-engraver.cc: move from
5336         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5337         lyric-phrasing-engraver.hh)
5338         
5339         * lyric-align.ly: remove file
5340         
5341         * scripts/convert-ly.py (FatalConversionError.func): add removal
5342         rule for automaticMelismata
5343
5344         * ly/engraver-init.ly (ScoreContext): switch on
5345         New_phrasing_engraver by default.
5346
5347         * lily/slur-engraver.cc (class Slur_engraver):
5348         process_acknowledged_grobs -> process_music.
5349         (try_music): signal melismata correctly.
5350
5351         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5352         word-space, right-trim-amount, and extend past right bound only
5353         for note heads.
5354
5355         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5356         lyric-extender support: add note-heads to the extender
5357         automatically.
5358
5359         * lily/parser.yy: extender is now post_event. 
5360
5361         * lily/accidental-engraver.cc (number_accidentals): remove
5362         spurious warning about non-parent contexts.
5363
5364         * lily/music-output-def.cc (assign_translator): \translator { }
5365         for a Foo context implicitly redefines \FooContext.
5366
5367         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5368         fixes.
5369
5370         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5371         doubly in slur weight. 
5372
5373         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5374         combination.
5375
5376         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5377         staffbar distance.
5378
5379         * scripts/lilypond.py (global_latex_preamble): crank down size of
5380         the margins. Now there is a 12 mm top and bottom margin, which
5381         should correspond with the printable area of modern printers.
5382
5383         This enlarges the music height of the printable page a little.
5384
5385         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5386         signs. Use \markup instead.
5387         (accreg_pen): tweak for accordeon asterisk.
5388
5389 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5390
5391         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5392
5393         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5394
5395         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5396
5397         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5398
5399         * scm/define-grobs.scm (all-grob-descriptions): change
5400         StanzaNumber description: make side support, i.s.o. breakable.
5401         use Instrument_name_engraver for texts in the margin.
5402
5403         * scm/define-translator-properties.scm: remove
5404         melismaEngraverBusy, stz property.
5405
5406         * *.cc: naming: change empty_b () into is_empty ()
5407
5408         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5409
5410         * input/regression/lyric-phrasing-new.ly: new file.
5411
5412         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5413         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5414         melismata are now left-aligned.
5415
5416 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5417
5418         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5419
5420         * mf/feta19.mf: remove.
5421         
5422         * mf/feta-klef.mf (test_staff): more tweaks
5423
5424         * mf/feta-toevallig.mf: more small size tweaks.
5425
5426         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5427         rests for smaller sizes.
5428
5429         * mf/feta-bolletjes.mf: fix cross heads.
5430
5431         * VERSION: release 2.1.4
5432         
5433         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5434         deprecated #'ancient font family
5435
5436         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5437         it is a string or number.
5438
5439         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5440         change calling convention of stem-attachment function. 
5441
5442         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5443
5444         * mf/feta-autometric.mf: dump WX/WY fields too
5445         
5446         * mf/parmesan-heads.mf: idem.
5447
5448         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5449         attachment coordinates.
5450
5451         * lily/note-head.cc (stem_attachment_coordinate): read stem
5452         attachment from the notehead glyphs WX/WY fields.
5453
5454         * lily/include/font-metric.hh (struct Font_metric): add methods
5455         get_indexed_wxwy (), make a distinction between looking up by
5456         index and ASCII  
5457
5458         * mf/feta-bolletjes.mf: rewrite note head MF code.
5459         (test_outlines): make heads more rotund for smaller sizes. 
5460
5461 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5462
5463         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5464         throughout. Font scaling fixes throughout.
5465
5466         * mf/feta-sleur,slur.mf: remove. 
5467
5468         * mf/feta-slag.mf: rewrite.
5469
5470 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5471
5472         * VERSION: release 2.1.3
5473
5474         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5475
5476         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5477
5478         * lily/mark-engraver.cc (process_music): fix mark
5479         \default. (backportme)
5480
5481         * stepmake/stepmake/automatically-generated.sub.make (default):
5482         use -n for head/tail commands. 
5483
5484         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5485         heads with the same pitch.
5486
5487 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5488
5489         * lily/recording-group-engraver.cc (finalize): set protected_scm
5490         member to '() before finalizing.
5491
5492         * lily/translator-group.cc (finalize): remove removal_processing () 
5493
5494         * lily/recording-group-engraver.cc: new engraver: record
5495         synchronized start & end times for each music object.
5496
5497         * lily/parser.yy (toplevel_expression): execute score rendering
5498         during parsing. Cleanup output-filename handling; this is no
5499         longer done with global variables.
5500         (translator_spec_body): allow \type modification too.
5501
5502         * lily/score.cc:  ly:run-translator: new function
5503         (LY_DEFINE): ly:render-output new function.
5504
5505         Separate interpreting and rendering, and make available as
5506         functions at Scheme level.
5507
5508 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5509
5510         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5511         (musicxml-node->string):
5512         (xml-node->string):
5513         (music-to-musicxml): New function.
5514
5515 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5516
5517         * VERSION: 2.1.2 released
5518
5519         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5520
5521         * scm/font.scm (paper20-font-vector): discouple font design sizes
5522         from sizes specified in .ly file: store all design sizes of a font
5523         in a single vector.
5524
5525         * lily/font-select.cc (get_font_by_design_size): new function
5526
5527         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5528         add parmesan,feta in sizes 14 and 18.
5529         
5530         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5531
5532         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5533         of fontSize: this now sets font-size
5534
5535 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5536
5537         * VERSION: 2.1.1 released
5538         
5539         * Documentation/user/refman.itely (Tuning objects): add note about
5540         concurrent tweaks in different contexts. 
5541
5542         * lily/tie-engraver.cc (acknowledge_grob): use
5543         Staff_symbol_referencer::get_position iso. reading staff-position
5544         directly.
5545
5546         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5547         currentMusicalColumn as left span-point for bracket. The bracket
5548         is too long when there are accidentals.
5549
5550 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5551
5552         * buildscripts/lilypond-profile.sh,
5553         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5554         Thanks to Reuben Thomas <rrt@mupsych.org>
5555
5556 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5557
5558         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5559         Wurbel <wurbel@univ-tln.fr>.
5560
5561 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5562
5563         * scripts/midi2ly.py: Add space after chords.
5564
5565 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5566
5567         * input/regression/{many}: add few @code{ ... }.
5568
5569 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5570
5571         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5572         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5573         Removed cmbx5, cmbx6 (which are included in teTeX)
5574         and cmbxti14 which is not used in fonts.scm.
5575
5576 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5577
5578         * lily/midi-item.cc: fine tune quarter tones.
5579
5580 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5581
5582         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5583         new function, warn how many cents are missing in fine tuning.
5584
5585 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5586
5587         * input/bugs/rhytmicstaff-tie.ly: add file.
5588
5589         * THANKS: Create skeleton for 2.1.
5590
5591 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5592
5593         * input/test/bar-lines.ly (TODO): dashed "|".
5594
5595 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5596
5597         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5598         input/regression/tie-chord.ly: Fix spell for tying.
5599
5600         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5601
5602         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5603         new file (renamed, see above).
5604
5605         * Documentation/user/lilypond-book.itely
5606         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5607         * input/example-1.ly input/example-2.ly input/example-3.ly
5608         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5609         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5610         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5611         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5612         * scripts/lilypond-book.py scripts/lilypond.py
5613         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5614         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5615
5616         * Documentation/user/lilypond.tely: update version.
5617
5618         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5619         Remove extra spaces in each @node, fixes spaces.
5620
5621 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5622
5623         * scripts/lilypond-book.py (output_dict): Add definition of
5624         \lilypondbook also for LaTeX output. Solves several bug reports.
5625
5626 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5627
5628         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5629
5630 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5631
5632         * input/test/transposition.ly: Fix key signatures, given in comments.
5633
5634 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5635
5636         * scm/midi.scm (instrument-names-alist),
5637         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5638
5639 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5640
5641         * input/test/temporary-stave.ly (texidoc): New example based on an
5642         email question from Ralph Little.
5643
5644 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5645
5646         * VERSION: release 2.1.0
5647         
5648         * lily/note-performer.cc (try_music): accept busy-playing-event.
5649
5650         * lily/swallow-perf.cc (try_music): return false for
5651         busy-playing-event and melisma-playing-event.
5652
5653 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5654
5655         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5656         >> in \score.
5657
5658 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5659
5660         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5661         that articulation_substitute will not move beam start again.
5662         (articulation_substitute): Bugfix: remove stray space so that new
5663         old chords ending '>>' does not get broken up.
5664         (sub_chord): Use TAB for indentation (not spaces).
5665         
5666         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5667         Bugfix for startup: Use ?^ instead of ?\^.
5668
5669 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5670
5671         * lily/lyric-combine-music-iterator.cc
5672         (Lyric_combine_music_iterator): change init order, to prevent GC
5673         segfaults.
5674
5675         * lily/context-specced-music-iterator.cc (construct_children): 
5676         only change  translator if found. This fixes a core dump problem.
5677
5678 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5679
5680         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5681         comparison.
5682
5683         * mf/feta-bolletjes.mf: make hole in half note little
5684         smaller for stem attachment.
5685
5686         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5687
5688         * mf/feta-banier.mf: don't draw stem with flag, just small square
5689         attachment.
5690
5691         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5692
5693         * mf/feta-banier.mf: remove upstem/downstem characters.
5694
5695         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5696
5697         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5698         stafflinethickness (in the default)
5699
5700         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5701
5702         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5703
5704         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5705
5706         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5707
5708         * lily/include/directional-element-interface.hh:
5709         junk class, make {get,set}_grob_direction functions.
5710
5711         * lily/slur.cc (get_attachment): do something sensible when
5712         attaching to stem without heads (eg. a rest).
5713
5714         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5715         forcing up to staff.  remove #'support-head property
5716         (brew_molecule): small cleanup.
5717         (flag): remove #'grace property.
5718
5719 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5720
5721         * cygwin/postinstall-lilypond.sh: 
5722         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5723         (Volker Zell).
5724
5725 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5726
5727         * scripts/lilypond-book.py: resurrect 'eps' option. 
5728         (TexiPaper.to_eps): use -Ppdf for EPS files.
5729
5730         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5731
5732         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5733
5734         * VERSION: release 2.0.1
5735
5736         * lily/bezier.cc (get_other_coordinate): change assert into
5737         warning.
5738
5739         * lily/note-head.cc (internal_brew_molecule): make left protusion
5740         smaller, to accomodate for natural sign.
5741         (internal_brew_molecule): only do this when the accidental is
5742         close enough.
5743         (extent): new function
5744
5745         * lily/skyline.cc (merge_skyline): new function
5746         (heighten_skyline): new function
5747
5748         * lily/accidental-placement.cc (position_accidentals) 
5749         (position_accidentals): fix todo.
5750
5751 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5752
5753         * input/test/+.ly (texidoc): put version number inline.
5754
5755         * GNUmakefile.in: remove rsync-web target.
5756         
5757         * input/regression/bar-scripts.ly (onestaff): raggedright
5758
5759 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5760
5761         * lily/*.cc: remove #if 0'd code in couple of places.
5762
5763         * lily/midi-stream.cc (operator <<): rewrite.
5764
5765         * lily/note-head.cc (internal_brew_molecule): 
5766         only make ledgers when the Staff symbol has lines.
5767
5768         * ly/property-init.ly (arpeggioBracket): simplify
5769
5770         * lily/translator-group.cc (execute_pushpop_property): use
5771         SCM_EQ_P for comparing keys. This fixes reverting
5772         auto-beam-settings.
5773
5774 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5775 *
5776         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5777         midi_debug_global_b.
5778         (operator <<): Normalise loop.
5779
5780 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5781
5782         * scripts/lilypond.py (escape_path): revise.
5783
5784         * scm/music-functions.scm (set-output-property): new function.
5785         
5786 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5787
5788         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5789         use addmakeflags again.
5790
5791         * cygwin/lily-wins.py (escape_shell): New function; use it.
5792
5793         * scripts/lilypond.py (escape_shell): Escape quotes and other
5794         spaces too.  Do not escape escaping backslashes.
5795
5796         * make/srcdir.make.in (web-install): Must call install-WWW now.
5797
5798         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5799         dependency
5800
5801 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5802
5803         * scripts/lilypond.py (escape_path): escape quotes too. 
5804
5805         * Documentation/user/lilypond.tely (Unified index): rename Index
5806         to accomodate Windows breakage.
5807
5808         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5809
5810         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5811         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5812         target not a source.
5813
5814 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5815
5816         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5817         addmakeflags.  Build and install doc and web also when building on
5818         Cygwin.
5819
5820         * mf/GNUmakefile: Bugfix.
5821
5822         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5823         target web.
5824
5825         * cygwin/lily-wins.py: Quote filename.
5826
5827 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5828
5829         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5830
5831 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5832
5833         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5834         settings.
5835
5836         * configure.in: Require g++ > 3.0.4.
5837
5838         * mf/GNUmakefile: Bugfix: Add list.ly target.
5839         
5840         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5841
5842         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5843         make omf directory, add uninstall targets.
5844
5845 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5846
5847         * lily/tie-performer.cc (initialize): init prev_event
5848
5849         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5850
5851         * lily/script-engraver.cc (make_script_from_event): don't crash on
5852         non-string articulation-type.
5853
5854         * lily/new-fingering-engraver.cc (add_script): don't crash on
5855         0 scripts 
5856         (acknowledge_grob): warn about text script events.
5857
5858 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5859
5860         * buildscript/lilypond.words: fix path for drums.scm.
5861
5862 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5863
5864         * lily/spacing-spanner.cc (note_spacing): don't make longer
5865         durations than measure-length.
5866
5867         * VERSION: release 2.0.0
5868
5869         * GNUmakefile.in (rsync-web): version independent rsync target.
5870
5871         * input/test/+.ly (texidoc): idem.
5872
5873         * input/regression/+.ly: print version number.
5874
5875         * input/regression/accidentals.ly (mel): shorten.
5876
5877         * input/regression/accidental-octave.ly (texidoc): shorten.
5878
5879         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5880
5881         * input/regression/completion-heads-polyphony.ly: octave
5882
5883         * input/regression/beam-manual.ly: remove
5884
5885         * input/regression/beam-chord.ly: remove
5886
5887         * input/regression/grace-dynamic.ly: remove
5888         
5889         * input/regression/grace-volta-repeat.ly: octave fixes.
5890
5891         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5892
5893         * lily/parser.yy (step_number): semitones for chord entry too.
5894         (make_chord_step): more robust code, semitones. 
5895
5896         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5897
5898         * input/regression/breathing-sign.ly (texidoc): split ancient and
5899         normal breathing signs.
5900
5901         * scm/define-grobs.scm (all-grob-descriptions): swap
5902         beamed-extreme-minimum-free-lengths and
5903         beamed-minimum-free-lengths; the 'extreme' case should allow
5904         shorter stems. This fixes forced directions on beamed 32nd and
5905         shorter notes.
5906
5907         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5908         quartertones, not semitones.
5909         (NoteNamesContext): swallow more event types
5910
5911         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5912
5913         * VERSION (PACKAGE_NAME): release 1.9.10
5914
5915 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5916
5917         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5918         set note head as cause of note-column.  This gives a better error
5919         message.
5920
5921 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5922
5923         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5924
5925 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5926
5927         * mf/GNUmakefile (pfa_warning): instruct 
5928
5929         * stepmake/aclocal.m4: typo.
5930
5931         * Documentation/user/cheatsheet.itely: more verbose examples.
5932
5933         * input/regression/clefs.ly: remove bogus docstring.
5934
5935 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5936
5937         * GNUmakefile.in (SUBDIRS): Add elisp.
5938
5939         * elisp/lilypond-mode.el: 
5940         * elisp/lilypond-init.el: 
5941         * elisp/lilypond-indent.el: 
5942         * elisp/lilypond-font-lock.el: Move from top dir.
5943
5944         * stepmake/stepmake/elisp-vars.make: New file.
5945
5946         * config.make.in (elispdir): Add.
5947
5948         * Documentation/topdocs/INSTALL.texi: Typo.
5949
5950         * make/ly-rules.make: Test for files instead of touching void and
5951         ignoring errors.
5952
5953         * GNUmakefile.in:
5954         * make/lilypond.redhat.spec.in:
5955         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5956         <builddir>, adding
5957         
5958              (push "<builddir>/share/lilypond/elisp" load-path)
5959
5960         to your ~/.emacs.el should give you LilyPond-mode again.
5961
5962         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5963         regexp for DOS/Windows, we are too paranoid to fix others.
5964
5965 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5966
5967         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5968
5969         * input/test/chord-names-jazz.ly (banterProperties): fix
5970
5971         * lily/parser.yy (bass_mod): bass figure alterations are semi
5972         tones, not quarter tones
5973
5974         * lily/beam.cc (set_stem_lengths): only lengthen stems
5975         for gapped beams.
5976
5977         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5978         by beamcount.
5979
5980         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5981         a warning that the warning may erroneous.
5982
5983         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5984         target.
5985
5986         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5987         targets.
5988
5989         * GNUmakefile.in ($(config_h)): config.h should depend on
5990         config.hh.in .
5991         (lilypond.words): remove fontball stuff.
5992
5993         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5994
5995         * configure.in: remove pktrace reference.
5996
5997         * GNUmakefile.in (rsync-web): permissions and ownership for
5998         website.
5999
6000         * lily/volta-engraver.cc (staff_eligible): new function.
6001         (stop_translation_timestep): kill off spanners if not eligible.
6002
6003         * VERSION (PATCH_LEVEL): release 1.9.9
6004
6005         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6006
6007         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6008         length is more important than forbidden quants.
6009         
6010 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6011
6012         * buildscripts/lilypond.words: order words in search order,
6013         add lilypond.words.vim to be generated.
6014
6015         * lilypond.vim: use lilypond.words.vim for keyword matching.
6016
6017         * lilypond-mode.el: use search order. fix word selection rules.
6018
6019         * lilypond-font-lock.el: fix fontifying long durations.
6020
6021         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6022
6023 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6024
6025         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6026
6027         * stepmake/stepmake/generic-targets.make:
6028         * stepmake/stepmake/bin/make-version.py: 
6029         * stepmake/aclocal.m4:
6030         * make/stepmake.make:
6031         * make/toplevel-version.make: Build fixes: remove last traces of
6032           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6033
6034         * lily/beam.cc: Add gap-count property.
6035
6036 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6037
6038         * scm/define-grob-properties.scm (gap-count): add gap-count
6039
6040         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6041
6042 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6043
6044         * cygwin/mknetrel.doc: Typo.
6045
6046         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6047
6048         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6049
6050 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6051
6052         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6053         sizes. Remove support for 'ledger'(=tabloid+landscape).
6054
6055 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6056
6057         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6058         sauter PFAs.
6059
6060         * configure.in: remove VERSION stuff once again.
6061
6062         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6063
6064         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6065         for chord names.
6066
6067         * mf/GNUmakefile: always trace pfa fonts.
6068         (SAUTER_FONTS): add cmss[567] too fonts
6069
6070         * configure.in: require mftrace. 
6071
6072         * lily/staff-performer.cc (new_instrument_string): don't look at
6073         instrument property.
6074
6075         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6076         is_direction is the C++ one. Similar for ly_axis_p and
6077         ly_number_pair_p
6078
6079 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6080
6081         * lily/beam.cc (brew_molecule): read gap-count to determine
6082         number of tremolo (gapped) beams.
6083
6084         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6085         shorter than 1/8
6086
6087         * flower/include/array.hh (default_compare): new function
6088
6089         * cygwin/mknetrel: Native fixes.
6090
6091         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6092
6093 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6094
6095         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6096         feature for Windows.
6097
6098         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6099
6100         * cygwin/mknetrel: Updates for native use on Cygwin.
6101
6102         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6103
6104         * stepmake/stepmake/help2man-rules.make: 
6105         * cygwin/mknetrel: Bugfix for manpages.
6106
6107         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6108         $(builddir).  Stepmake is a normal subdirectory now, that is not
6109         configured.  Another srcdir build fix.
6110
6111         * Documentation/topdocs/INSTALL.texi,
6112         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6113         lilypond-init.el, lilypond-mode.el, debian/rules,
6114         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6115         rename generated file lilypond.words to lilypond.words.el.
6116
6117 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6118
6119         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6120
6121         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6122         GNUmakefile.in.
6123
6124 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6125
6126         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6127         when cross building.
6128
6129         * configure.in: srcdir build fix.
6130
6131         * cygwin/GNUmakefile:
6132         * cygwin/lily-wins.py:
6133         * cygwin/postremove-lilypond.sh: 
6134         * cygwin/postinstall-lilypond.sh: Merge from stable.
6135
6136         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6137         s/ly2dvi/lilypond/.
6138
6139 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6140
6141         * lily/slur.cc (after_line_breaking): only set control points if
6142         none supplied yet.
6143
6144         * input/test/slur-manual.ly: new file.
6145
6146         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6147         <<  >> chords too.
6148
6149         * VERSION (PACKAGE_NAME): release 1.9.8
6150
6151         * scripts/lilypond.py (escape_path): escape spaces in directory names
6152
6153         * input/test/text-spanner.ly: fixes.
6154
6155 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6156
6157         * buildscripts/lilypond.words.py: add drum names as note names to
6158         Emacs-mode.
6159
6160 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6161
6162         * input/regression/hairpin-dashed.ly: new file.
6163
6164         * scripts/convert-ly.py (conv): warn about dash-length.
6165
6166         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6167         automatically if we get a new one.
6168
6169         * lily/lookup.cc (dashed_line): new function
6170
6171         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6172         dash-fraction.
6173
6174 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6175
6176         * buildscripts/lilypond.words.py: extract note names.
6177
6178         * lilypond-mode.el: take note names from lilypond.words -file.
6179         small fix in the use of string-match.
6180
6181         * lilypond-font-lock.el: use lilypond.words for note names, add 
6182         maxima to note a duration.
6183
6184 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6185
6186         * lily/breathing-sign.cc: remove railtracks() function. 
6187
6188         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6189
6190         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6191         (brew_molecule): bugfix don't make arpeggio shorter when
6192         arpeggio-direction is set.
6193
6194         *  debian/rules: small corrections in the (Pedro K)
6195
6196         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6197         examples.
6198
6199         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6200         special (repeat) bar comes along.
6201
6202         * input/regression/auto-beam-bar.ly: update.
6203
6204         * scripts/lilypond-book.py (output_dict): remove support for the
6205         EPS option.
6206
6207         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6208         VerticalAlignment and VerticalAxisGroup this fixes the size
6209         computations for the entire system.
6210  
6211         * input/les-nereides.ly (bass): remove superfluous fontSize.
6212
6213         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6214         causes directory of file to be added to include path.
6215
6216         * input/regression/beam-break.ly: test single stem beams.
6217
6218         * input/regression/system-start-bracket.ly: fix.
6219
6220         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6221
6222         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6223
6224         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6225         (score_stem_lengths): do something sensible for single stem beams.
6226
6227         * lily/beam.cc (least_squares): add kludge for single stem beams.
6228
6229         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6230         keySignature to list of broken things.
6231
6232         * input/regression/keys.ly: fix.
6233
6234         * VERSION (PACKAGE_NAME): release 1.9.7
6235
6236         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6237
6238         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6239
6240         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6241         (quartertone_pitch): new function
6242
6243         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6244         flat. WARNING: FONT CHANGED.
6245
6246         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6247
6248         * lily/accidental-placement.cc (add_accidental): support for
6249         quarter tones.
6250
6251         * ly/LANGUAGEs.ly: use symbols for alterations.
6252
6253         * mf/feta-toevallig.mf: change accidental codes. 
6254
6255         * scm/lily.scm (ly:get-option): switch on debugging only for
6256         --verbose.
6257
6258         * lily/lily-guile.cc: remove ly:verbose?
6259
6260         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6261
6262         * lily/parser.yy (TODO): only do gh_call() for apply with
6263         procedure argument.
6264
6265         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6266         stuff in accordance with new timing of tie-events.
6267
6268         * lily/my-lily-lexer.cc: remove \outputproperty
6269
6270         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6271
6272         * scm/define-translator-properties.scm (melismaBusyProperties):
6273         add melismaBusyProperties property.
6274
6275 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6276
6277         * input/test/ambitus-mixed.ly (texidoc): new file.
6278
6279         * buildscripts/mutopia-index.py (find): prune debugging
6280
6281         * lily/side-position-interface.cc: doc updates
6282
6283         * Documentation/user/refman.itely: updates, tweaks.
6284
6285         * lily/parser.yy (Simple_music): remove outputproperty
6286
6287         * make/stepmake.make: use VERSION again; importing VERSION via
6288         autoconf dependencies is too hairy.
6289
6290 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6291
6292         * lilypond-mode.el: allow `-' for keywords and identifiers.
6293
6294 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6295
6296         * VERSION: release 1.9.6
6297         
6298         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6299         iso. ly2dvi.
6300
6301         * Documentation/user/*.itely: fixes everywhere
6302
6303         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6304         produce ties from the engraver itself, do not broadcast TieEvent.
6305
6306         * lily/my-lily-lexer.cc: remove pitch & duration.
6307
6308         * lily/parser.yy (TODO): remove \pitch and \duration
6309
6310         * input/test/explicit.ly: remove file.
6311
6312         * Documentation/user/refman.itely (Pitches): remove \pitch 
6313         \duration command.
6314
6315 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6316
6317         * buildscripts/lilypond.words.py: add all slur types to Emacs
6318         insertion menu, suppose everything is postfixed by dropping 
6319         unnecessary `-' -marks.
6320
6321 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6322
6323         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6324         tremoloed stems.
6325
6326         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6327         head for flagged stems.
6328
6329         * lily/stem.cc (get_default_stem_end_position): futz with extra
6330         stem length if there is a stem tremolo.
6331
6332         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6333         it would be too small.
6334
6335         * lily/font-metric.cc: return #f for non-existent glyph.
6336         
6337         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6338         exported through config.make.
6339
6340         * input/regression/clef-oct.ly: new file.
6341
6342         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6343         transposition.
6344
6345         * input/template/*.ly: remove old relative.
6346
6347         * ly/english.ly: add X names for double sharp.
6348
6349 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6350
6351         * lily/font-select.cc: new file handle font selection routines.
6352
6353         * lily/parser.yy: add ; (Patrick Atamaniuk)
6354
6355         * input/test/time-signature-double.ly: use markups for double time
6356         sigs.
6357
6358         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6359         ChordNames.SeparationItem #'padding for adjusting space after chords.
6360         
6361         * lily/music-output-def.cc (LY_DEFINE): 
6362         new function ly:paper-lookup.
6363         
6364         * mf/parmesan-clefs.mf: use # quantities for char_box
6365         offsets. Fixes overflow errors in the PFA. 
6366
6367         * scm/new-markup.scm (strut-markup): change calling interface for
6368         markup. Pass paper-def, not grob. This would allow \markup to be
6369         used separately from grobs.
6370
6371         * lily/paper-def.cc: new function ly:paper-font; this function
6372         replaces ly:get-font.
6373
6374         * lily/include/font-interface.hh (struct Font_interface): take
6375         Paper_def iso. Grob for get_font().
6376
6377 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6378
6379         * Documentation/user/ tutorial.itely, refman.itely: add warning
6380         about \key and accidentals.
6381
6382 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6383
6384         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6385
6386         * Documentation/user/*.itely: manual tweaks
6387
6388 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6389
6390         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6391         cleanup; bugfix: exact_center
6392
6393         * Documentation/user/refman.itely: added more documentation on
6394         ambitus according to recent questions on lilypond-user list
6395
6396 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6397
6398         * input/regression/ottava.ly (texidoc): demo 15ma too.
6399
6400         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6401
6402         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6403         octave fixes.
6404
6405 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6406
6407         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6408         problems on older Mac editors.
6409
6410 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6411
6412         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6413
6414 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6415
6416         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6417         mf/parmesan-clefs.mf: added comments on character alignment and
6418         set_char_box() conventions
6419
6420         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6421         set_char_box()'s
6422
6423         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6424
6425 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6426
6427         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6428
6429 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6430
6431         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6432         shortened to avoid almost-collision with staff line; code cleanup;
6433         other custodes: fixed char boxes; code cleanup
6434
6435 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6436
6437         * configure.in: release 1.9.5
6438         
6439         * scripts/lilypond.py (global_latex_preamble): only set
6440         twosideshift if 'twoside' is in latexoptions 
6441
6442         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6443
6444         * VERSION: remove
6445
6446         * scripts/*2ly.py: update <> syntax
6447
6448 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6449
6450         * lily/chord-name-engraver.cc (process_music): add origin for
6451         chord name.
6452
6453         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6454
6455         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6456         bass notes for exceptions too.
6457
6458         * scm/define-grobs.scm (all-grob-descriptions): rename
6459         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6460
6461         * scm/define-grob-properties.scm (remove-first): add remove-first
6462         property for orchestral scores.
6463
6464         * Documentation/user/*.itely: switch <<>> and <> 
6465
6466         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6467         last_line only once. This fixes the two consecutive glissandi problem.
6468
6469 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6470
6471         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6472         error message "flexa-width undefined"
6473
6474         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6475         lily/include/gregorian-ligature.hh: print warning when ignoring
6476         head prefixes on flexa shapes
6477
6478         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6479         space before a series of inclinatum heads
6480
6481         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6482         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6483         cleanups
6484
6485         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6486         and char_box
6487
6488 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6489
6490         * input/regression/breathing-sign.ly: tiny fixes
6491
6492         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6493         semantical collision with vaticana ligatures
6494
6495         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6496         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6497         now consistent with mensural ligatures
6498
6499         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6500         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6501         context pitches and staff position; dto. for virga stem; removed
6502         obsolete virga and clivis characters from parmesan font (WARNING:
6503         font changed)
6504
6505         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6506         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6507
6508         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6509         scm/define-grob-properties.scm: consistency fix: renamed
6510         join_left->add_cauda
6511
6512         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6513         appendix length; bugfix: yoffs_bt for reverse direction punctum
6514         characters
6515
6516         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6517         small cleanups; added more docu
6518
6519         * lily/mensural-ligature-engraver.cc,
6520         lily/vaticana-ligature-engraver.cc,
6521         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6522         computation to CoherentLigatureEngraver
6523
6524         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6525         scm/define-grob-properties.scm: bugfix: added missing linea and
6526         cavum properties; bugfix: removed dead semivocalis property
6527
6528         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6529         length; redesigned quilisma, stropha and auctum
6530
6531         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6532         line thickness
6533
6534         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6535         Documentation/user/refman.itely: bugfix: introduced shifted
6536         epiphonus head to avoid collision with adjacent plica
6537
6538 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6539
6540         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6541
6542         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6543
6544 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6545
6546         * Documentation/user/tutorial.itely (A lead sheet): remove
6547         duplicate chords.
6548
6549         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6550
6551 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6552
6553         * Documentation/bibliography/computer-notation.bib (isbn): add
6554         xivcim publication.
6555
6556 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6557
6558         * GNUmakefile.in: drop lilypond.words for generation.
6559
6560 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6561
6562         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6563
6564         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6565
6566 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6567
6568         * input/test/figured-bass-alternate.ly (fl): new file.
6569
6570         * Documentation/topdocs/README.texi (Top): clarifications.
6571
6572         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6573         theses of Gieseking and Renz.
6574
6575         * GNUmakefile.in (README_FILES): remove README.mandrake.
6576
6577 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6578
6579         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6580         from source files and search patterns listed in the script.
6581
6582         * GNUmakefile.in: add target `lilypond.words'.
6583
6584         * lilypond.words: remove file, generated by `make lilypond.words'.
6585
6586         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6587
6588 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6589
6590         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6591
6592 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6593
6594         * VERSION: 1.9.4 released
6595
6596         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6597         rule for < > <-> << >> substitution
6598
6599         * lily/lexer.ll: exchange meaning of << >> and < > 
6600
6601         * VERSION (PACKAGE_NAME): 1.9.3 released
6602
6603         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6604         pages unconditionally.
6605
6606 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6607
6608         * Documentation/user/music-glossary.tely (Top): small syntax
6609         fixes.
6610
6611         * scm/music-functions.scm (remove-tag): filter \tagged music
6612         expressions.
6613
6614         * input/regression/tag-filter.ly (texidoc): new file.
6615
6616         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6617         symbol2 .. ) etc. 
6618
6619         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6620         convert rule.
6621
6622         * Documentation/user/refman.itely (Fingering instructions): adjust
6623         manual.
6624
6625         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6626         for borderline cases (e.g. 1 fingering.)
6627         (position_scripts): revise interface, use fingerOrientations to
6628         set fingering positions.
6629
6630         * scm/document-translation.scm (context-doc): add aliases to
6631         automated documentation.
6632
6633         * make/lilypond-vars.make: remove stepmake compat glue.
6634
6635         * make/generic-vars.make: remove cruft.
6636
6637         * lily/main.cc (main): don't identify binary.
6638
6639 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6640
6641         * lily/include/translator.hh (class Translator): remove
6642         type_string_ , use symbol for context name throughout.
6643         Changes through whole source tree.
6644
6645         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6646         set PDF as default, and always make PDF.
6647
6648         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6649
6650 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6651
6652         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6653         Documentation/user/refman.itely input/regression/allfontstyle.ly
6654         input/regression/grace-types.ly:
6655         fix spelling for acciaccatura (Webster's 1913).
6656
6657 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6658
6659         * lily/main.cc (usage): adjust blurb, include url.
6660
6661         * input/regression/breathing-sign.ly (texidoc): transpose up
6662
6663 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6664
6665         * input/regression/breathing-sign.ly: changed ancient examples to
6666         be relevant (by request of Han-Wen); updated BreathingSign text
6667         property according to new syntax.
6668
6669         * ly/gregorian-init.ly: updated BreathingSign text property
6670         according to new syntax
6671
6672 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6673
6674         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6675         (Clef): index entries for clefs.
6676
6677         * python/lilylib.py (system): remove errorlog files.
6678         
6679 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6680
6681         * lilypond.words: add \new and new graces. Add dynamics to menus
6682         keeping 1.8.x compatibility; after all the engraving relating to 
6683         notes becomes postfixed `-' marks will be removed.
6684
6685 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6686
6687         * lily/molecule.cc (align_to): idem.
6688
6689         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6690         
6691         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6692         accacciatura everywhere.
6693
6694         * VERSION (PACKAGE_NAME): released 1.9.2
6695
6696         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6697
6698         * scm/document-markup.scm (markup-doc-node): sort markup function
6699         list.
6700
6701         * lily/paper-outputter.cc (output_version): change "Lily was here"
6702         into  "Engraved by LilyPond"
6703
6704         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6705         on unquoted strings before \notenames.
6706
6707         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6708         increases the number of s/r reductions to 4.
6709
6710         * scm/new-markup.scm (fraction-markup): \fraction command.
6711
6712         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6713         mode
6714
6715         * lily/lookup.cc (round_filled_box): rename function.
6716         (LY_DEFINE): round-filled-box: change signature.
6717
6718         * Documentation/user/refman.itely: revise section explaining grace
6719         notes.
6720
6721         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6722         ly:set-context-property
6723
6724         * input/*/*.ly (vmus): use \new everywhere.
6725
6726         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6727
6728         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6729         default
6730
6731         * scm/music-functions.scm (set-stop-grace-properties)
6732         (set-start-grace-properties, add-grace-property): new functions
6733         for modular grace tweak control.
6734
6735         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6736         
6737 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6738
6739         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6740
6741         * GNUmakefile.in (install-pfa-fonts):
6742         (get-pfa-fonts): New target.
6743
6744         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6745         install-pfa-fonts help.
6746
6747 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6748
6749         * lily/translator-scheme.cc (LY_DEFINE):
6750         ly:context-pushpop-property new function.
6751         (LY_DEFINE): new function ly:translator-find  
6752         new function ly:translator?
6753         (LY_DEFINE): new function ly:context?
6754
6755         * lily/translator-def.cc: remove
6756         Translator_def::apply_pushpop_property().
6757
6758         * python/lilylib.py (read_pipe): only store and display error log
6759         if verbose not set.
6760         (read_pipe): only display log if it contains something.
6761
6762 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6763
6764         * Documentation/misc/GNUmakefile: Re-add.
6765         (TEXTS): Add CHANGES.
6766
6767 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6768
6769         * lilypond.words: add \newcontext.
6770
6771 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6772
6773         * lily/tie-performer.cc (stop_translation_timestep): only flush
6774         tied_notes when we have actually made a tie. Fixes bugs with ties
6775         in polyphonic scores.
6776
6777 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6778
6779         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6780         they do not exist.
6781
6782 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6783
6784         * VERSION (PACKAGE_NAME): released 1.9.1 
6785
6786         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6787         Instrument_name_engraver
6788
6789         * lily/tie-performer.cc (create_audio_elements): bugfix
6790
6791         * Documentation/user/music-glossary.tely (Top): comment out
6792         font-style statements.
6793
6794         * input/test/force-hshift.ly: revise example.
6795
6796         * Documentation/bibliography/engraving.bib (note): typos.
6797
6798         * configure.in: bump GCC requirements to 3.x
6799
6800         * lily/include/audio-item.hh (class Audio_tie): rename
6801         note_l_drul_ to note_drul_
6802
6803         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6804
6805         * lily/parser.yy (relative_music): whoops. All \relative were off
6806         by ...  a lot .... Ahem.
6807
6808         * scm/define-music-types.scm (music-descriptions): idem.
6809
6810         * lily/beam-engraver.cc: move new-beam-event to beam-event
6811
6812         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6813         to Tie_engraver
6814
6815         * input/regression/bar-number.ly: remove unnecessary old-relative
6816         options.
6817         
6818         * Documentation/user/internals.itely (Creating contexts): document
6819         \newcontext
6820
6821         * lily/parser.yy (Composite_music): add \newcontext
6822
6823         * Documentation/user/refman.itely (MIDI block): add note about
6824         dotted tempos.
6825
6826         * scm/font.scm: remove old markup legacy
6827
6828         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6829
6830         * lily/breathing-sign.cc (brew_molecule): remove function
6831
6832         * lily/text-item.cc: remove old-style markups.
6833         (interpret_markup): C++ version of markup function
6834         (brew_molecule): idem.
6835
6836         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6837         as Scheme variable.
6838
6839         * scripts/convert-ly.py (conv): dashes rule.
6840         Apply rule.
6841
6842         * Documentation/user/lilypond-book.itely: syntax fixes. 
6843
6844 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6845
6846         * VERSION (PACKAGE_NAME): release 1.9.0
6847
6848         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6849         note about dvips. (Should backport.)
6850
6851         * scripts/convert-ly.py
6852         (FatalConversionError.articulation_substitute): add
6853         convert-new-chords code. Remove convert-new-chords.py
6854
6855         * Documentation/user/refman.itely (Octave check): document
6856         \octave.
6857
6858         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6859         \relative changes.
6860
6861         * lily/parser.yy (command_element): octave check:
6862
6863            \octave PITCH
6864
6865         checks that PITCH (without octave) yields PITCH (with octave) in
6866         \relative
6867
6868         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6869
6870         * lily/scm-option.cc: ly:set-option now has the default argument
6871         #t.
6872
6873         * lily/lexer.ll: add \renameinput
6874
6875         * python/lilylib.py (command_name): robustifications.
6876
6877         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6878         /dev/stderr. This is ash compatible.
6879
6880         * ly/init.ly: add warning if compatibility was not necessary.
6881
6882         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6883
6884         * flower/include/string-handle.icc: formatting cleanups, rename
6885         references by ref_count_.
6886
6887 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6888
6889         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6890         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6891         package libs separately, fix conflicting php variable out=/dev/vc/
6892         invoking `unset out', declare menus, use only one icon-file, fix
6893         doc-path in menu.
6894
6895 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6896
6897         * scripts/convert-ly.py (FatalConversionError.conv): typo
6898
6899         * Documentation/misc/GNUmakefile: restore misc directory.
6900
6901         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6902
6903         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6904         Petites-Preludes 
6905
6906         * input/test/partial-blank.ly (quickmeasure): syntax
6907
6908         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6909         attachment property.
6910
6911         * Documentation/user/refman.itely: remove superfluous -'s 
6912         (Grace notes): ) fixes.
6913
6914         * lily/music.cc: generic compress(), transpose() functions. Remove
6915         others.
6916
6917         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6918         style markup entry.
6919
6920         * lily/parser.yy: all articulations postfix; remove obligatory -
6921         for [,  ) and \!
6922         
6923         * lily/music.cc (to_relative_octave): write generic
6924         to_relative_octave function; various relative cleanups.
6925         Hmmm.
6926
6927         * lily/scm-option.cc: add options new-relative and old-relative
6928
6929         * po/sv.po: new po file.
6930
6931         * Documentation/user/refman.itely (Dynamics): website
6932         fixes. (should backport!)
6933
6934 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6935
6936         * make/lilypond.mandrake.spec.in: declare version only once.
6937
6938 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6939
6940         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6941         meaning for now.
6942
6943 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6944
6945         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6946
6947         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6948
6949         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6950
6951         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6952
6953         * lily/music.cc (var): add ly:music-transpose function.
6954
6955         * lily/parser.yy (pre_events): remove prefix articulations.
6956
6957         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6958
6959         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6960
6961         * Documentation/user/refman.itely (Text markup): add comment about
6962         markup in header.
6963
6964 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6965
6966         * lily/paper-outputter.cc (write_header_fields_to_file): 
6967         only dump value if it is a string.
6968
6969         * flower/include/dictionary.hh: remove.
6970         
6971         * Documentation/ChangeLog-1.5: add back old log.
6972
6973         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6974         .pfas from a .deb.
6975
6976 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6977
6978         * Documentation/bibliography/engraving.bib: add entry for
6979         Jaschinski's Notation
6980
6981 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6982
6983         * Documentation/user/refman.itely (Beaming): add note about
6984         allowBeamBreak
6985
6986 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6987
6988         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6989         GregorianTranscription contexts
6990
6991         * ly/engraver-init.ly: vaticana contexts: minor fixes
6992
6993         * Documentation/user/refman.itely (Ancient notation): added note
6994         on appendix length bug
6995
6996         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6997         input/test/vaticana.ly: use vaticana contexts; small fixes
6998
6999 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7000
7001         * flower/hash.cc: Remove.
7002
7003         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7004         to (nonexistent?) hash_func_ identifier.
7005
7006         * python/midi.c (midi_error, midi_warning): Use char const* for
7007         __FUNCTION__ argument.
7008
7009         * python/gettext.py: Remove.  We already require python 2.1, which
7010         includes gettext.py.
7011
7012         * configure.in: Require python 2.1, as INSTALL.texi says.
7013         it.
7014
7015         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7016         versions 1.50 and 1.75.  Remove note about lexer patch.
7017
7018 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7019
7020         * Documentation/topdocs/INSTALL.texi: Update type1 font
7021         description to actual situation.  Add comment about new font ball
7022         layout.
7023
7024         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7025         in $LILYPONDPREFIX suffices for installation.
7026
7027 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7028
7029         * debian/control (Build-Depends): Add flex-old as alternative to
7030         flex.  Deprecate bison 1.75.
7031
7032 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7033
7034         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7035         Vaticana contexts
7036
7037         * Documentation/user/refman.itely (Ancient notation): documented
7038         some bugs; tiny fixes; added docu on Vaticana contexts
7039
7040         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7041         scripts
7042
7043 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7044
7045         * Documentation/user/refman.itely (Ancient notation): added some
7046         introductory words; added section on ancient time signatures;
7047         added some @seealso and @refcommands; small fixes and
7048         beautifications
7049
7050 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7051
7052         * input/regression/note-head-style.ly: many fixes and updates
7053
7054         * Documentation/user/refman.itely: added small sections on ancient
7055         accidentals, rests and flags; revised ancient note head section;
7056         small wording/spelling fixes
7057
7058         * input/test/rests.ly: layout fixes
7059
7060 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7061
7062         * input/puer-fragment.ly: bugfix: central C position of do clef
7063
7064         * ly/gregorian-init.ly: workaround: add small padding space before
7065         divisiones (the correct fix would be the spacing engine to handle
7066         this)
7067
7068 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7069
7070         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7071         cue-notes.ly: minor fixes.
7072
7073 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7074
7075         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7076         input/test/custos-style.ly
7077
7078         * Documentation/index.html.in: bugfix: link to Tutorial.html
7079
7080         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7081         to neumes; bugfix: "et": epiphonus, not just a simple pes
7082
7083 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7084
7085         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7086
7087         * lilypond.words: add new features: markup, column, center, \[ \].
7088         
7089 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7090
7091         * Documentation/topdocs/NEWS.texi, DEDICATION,
7092         stepmake/bin/add-html-footer.py
7093         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7094         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7095         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7096         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7097         added (only) after a sentence which is complete; if the sentence is 
7098         not ended a comma `,' or nothing is used. fix also spaces.
7099
7100 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7101
7102         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7103         requirements to plain 1.6.
7104
7105         * buildscripts/mutopia-index.py (read_lilypond_header): update
7106         mutopia-index.py to 1.4 syntax [sic]
7107
7108 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7109
7110         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7111
7112 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7113
7114         * Documentation/index.html.in: url for regression pdf
7115
7116         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7117
7118         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7119
7120         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7121
7122         * VERSION: 1.8.0 released
7123         
7124         * GNUmakefile.in (local-WWW-post): footify build fix.
7125
7126         * configure.in: require GUILE 1.6.4
7127
7128         * Documentation/user/GNUmakefile: don't copy *.png for
7129         lilypond-internals
7130
7131         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7132         local-WWW-post target.
7133         (rsync-web): add rsync-web target
7134
7135         * Documentation/user/introduction.itely (Music notation and
7136         engraving): add neume example
7137
7138         * input/puer-fragment.ly (cantus): add puer-fragment
7139
7140 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7141
7142         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7143         to notes, so that equalizer is actualy being used.
7144
7145         * scm/midi.scm (instrument-equalizer-alist):
7146         (absolute-volume-alist): Define public, so that user can copy or
7147         override.
7148
7149         * lily/key-performer.cc (create_audio_elements): Check for minor
7150         key.  Only if key is minor, set MIDI key to minor.
7151
7152 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7153
7154         * Documentation/user/refman.itely (Hiding staffs): fixes.
7155
7156         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7157
7158         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7159         vertical extents to deal with Hara kiri correctly.
7160
7161         * input/regression/hara-kiri-short.ly: remove
7162
7163         * input/regression/hara-kiri-pianostaff.ly: update test.
7164
7165         * Documentation/user/*.tely: remove WEBTITLE
7166
7167         * scm/output-tex.scm (comment): idem.
7168
7169         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7170
7171         * scm/music-functions.scm (make-lyric-event): new function
7172
7173         * scm/lily.scm (lilypond-version): new function
7174
7175         * input/test/version-output.ly: new file.
7176
7177         * Documentation/user/lilypond.tely: add version number to
7178         front-page.
7179
7180 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7181
7182         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7183
7184 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7185
7186         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7187
7188         * Documentation/user/refman.itely (Hiding staffs): rename node.
7189
7190 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7191
7192         * input/regression/new-markup-syntax.ly (texidoc): remove
7193         molecule-callback override.
7194
7195 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7196
7197         * input/les-nereides.ly: Mark tweaks with %tweak.
7198
7199         * Debian patch, see debian/changelog (Anthony Fok).
7200
7201 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7202
7203         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7204         problem.
7205
7206 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7207
7208         * Documentation/user/refman.itely (Text markup): Fix language bug.
7209
7210 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7211
7212         * input/* : postfix syntax fixes.
7213
7214         * Documentation/user/refman.itely (Text markup): add note about
7215         raise/lower with ^ or _ .
7216         
7217         * po/fi.po: fix \\apply strings.
7218
7219         * lily/parser.yy (open_event): warn for prefix articulations.
7220
7221 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7222
7223         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7224         fix also on parmesan font.
7225
7226 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7227
7228         * VERSION 1.7.30 released
7229         
7230         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7231
7232         * buildscripts/mutopia-index.py (headertext): rewording
7233
7234 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7235
7236         * scm/new-markup.scm (strut-markup): new markup function.
7237
7238         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7239         space also when no accidental is there.
7240
7241 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7242
7243         * input/les-nereides.ly: Updates.
7244
7245 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7246
7247         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7248         which repeats the tag insertion selected from "Insert tag" menu.
7249
7250 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7251
7252         * lily/all-font-metrics.cc (find_font): load AFM files first only
7253         for feta fonts. This fixes problems with TeXlive and other TeX
7254         distros that include AFM files for the CM fonts. 
7255
7256         * scm/font.scm (qualifiers-to-font-name): remove.
7257
7258         * lily/paper-def.cc: remove get_var.
7259
7260         * input/trip.ly: remove file.
7261         
7262         * input/regression/spacing-note-flags.ly (raggedright): remove
7263         stafflinethickness
7264
7265         * input/les-nereides.ly: update to new syntax, cleanups.
7266
7267 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7268
7269         * Documentation/user/refman.itely: Clarify shortest-note problem
7270         of autobeamer.
7271
7272 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7273
7274         * lilypond-mode.el: Add each word to regexps only once.
7275
7276         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7277         is based on the syntax definitions in lilypond.words. Remove all 
7278         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7279         LilyPond->Insert menu is generated by the entries in lilypond.words 
7280         to which have been given a syntax definition.
7281
7282         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7283         \notes, \relative, \score, \simultaneous, \transpose.
7284
7285         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7286
7287         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7288         
7289         * lilypond-mode.el: add menu keywords separately.
7290
7291         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7292
7293 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7294
7295         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7296         current ugly installation method for PFA fonts.
7297
7298 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7299
7300         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7301         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7302
7303         * Documentation/user/music-glossary.tely: update legato.
7304
7305 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7306
7307         * lexer-gcc-3.0.patch: Remove.
7308
7309         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7310
7311 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7312
7313         * debian/rules (binary-arch): remove NEWS.
7314
7315 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7316
7317         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7318         stepmake/bin{ many }: polish the `--help's of different scripts;
7319         model taken from the core-utils of Linux.
7320
7321         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7322
7323 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7324
7325         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7326
7327         * flower/libc-extension.cc: idem.
7328
7329         * flower/include/libc-extension.hh: protect against isinf macros.
7330
7331 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7332
7333         * { many }: Use two uppercase letters in LilyPond.
7334
7335         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7336
7337         * VERSION: 1.7.29 released.
7338         
7339 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7340
7341         * lily/tie.cc: add TODO comment.
7342
7343         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7344
7345         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7346         linejoins and linecaps. This fixes problems with occasional spikes
7347         on slur/tie endings.
7348         
7349         * input/regression/font-name.ly: don't use PS fonts for
7350         compatibility reasons. 
7351
7352         * mutopia/claop.py (accents): update to 1.8
7353
7354         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7355
7356         * Documentation/user/macros.itexi: don't color glossary links.
7357
7358         * Documentation/user/invoking.itexi (Error messages): new section
7359
7360 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7361
7362         * input/regression/font-name.ly: add file.
7363
7364         * scm/document-backend.scm (grob-doc): remove <hr> from
7365         lilypond-internals
7366
7367         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7368         reqd version to 1.6.4 
7369
7370         * lily/font-interface.cc (get_font): bugfix: take font-name from
7371         alist chain too. This fixes font-name override for \markup.
7372
7373 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7374
7375         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7376
7377         * input/test/polymetric-differing-notes.ly: Compile fix.
7378
7379 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7380
7381         * Documentation/user/refman.itely: fixed typo
7382
7383         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7384         before flexa
7385
7386 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7387
7388         * input/test/{ many }: search & fix some typos.
7389
7390 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7391
7392         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7393         images.
7394
7395         * scm/music-functions.scm (make-voice-props-set): set Script /
7396         TextScript dir for polyphony too.
7397
7398         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7399         before clef.
7400
7401         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7402
7403 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7404
7405         * Documentation/user/refman.itely (Percussion): Small
7406         clarifications and fixes.
7407
7408         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7409         threads. This fixes different heads playing simultaneously.
7410
7411 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7412
7413         * Documentation/user/{ many }: increase readability (read through 
7414         User manual from `one big page').
7415
7416 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7417
7418         * input/test/polymetric-differing-notes.ly: add example with
7419         disparate note values.
7420
7421         * input/test/polymetric.ly: rename from poly-metric
7422
7423         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7424         iso. outname.
7425
7426         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7427         G-clef bbox to real char extents. This fixes the G-clef being
7428         offset too much to the right.
7429         document perc clef offset.
7430
7431         WARNING: FONT CHANGED.
7432
7433         * Documentation/user/tutorial.itely (Tutorial): move menu.
7434
7435 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7436
7437         * buildscripts/lilypond-profile.sh (Error): trim error message.
7438
7439         * Documentation/user/invoking.itexi (Invoking the lilypond
7440         binary): add note about path.
7441
7442         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7443         suppresses superfluous spaces.
7444
7445 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7446
7447         * buildscripts/lilypond-profile.sh: Add documentation to error
7448         message.
7449
7450         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7451
7452 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7453
7454         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7455         <mike@ossmann.com>)
7456
7457         * Documentation/bibliography/computer-notation.bib (pages): prune
7458         unscientific language.
7459
7460         * Documentation/user/GNUmakefile: copy unsplit file to
7461         lilypond.html (idem for lilypond-internals).
7462
7463         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7464
7465         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7466
7467         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7468
7469         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7470         fix.
7471         
7472 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7473
7474         * Documentation/user/{ various }: bind text snippets with their
7475         examples, e.g. by punctuation: This is an example.
7476
7477 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7478
7479         * ly/performer-init.ly (VoiceContext): Typos.
7480
7481         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7482         builds, leave final-install to toplevel srcdir makefile.
7483
7484         * make/srcdir.make.in (install): New target.
7485
7486 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7487
7488         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7489         This fixes core dump on MIDI output (Simon Weatherill).
7490
7491         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7492         on local-WWW-post.
7493
7494 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7495
7496         * make/lilypond.redhat.spec.in: add dvips to reqs.
7497
7498 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7499
7500         * make/srcdir.make.in (web): Add special web target.
7501
7502         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7503         from inner $(LOOP).
7504
7505         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7506
7507         * stepmake/stepmake/generic-targets.make (www-targets-help):
7508         * GNUmakefile.in (web-install): Install in $(webdir).
7509
7510         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7511
7512         * cygwin/changelog: 
7513         * cygwin/mknetrel: Update.
7514
7515         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7516         (html-doc): Remove (use: web).
7517
7518         * stepmake/stepmake/script-rules.make: 
7519         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7520         Fix $(config_make) dependencies for srcdir build.
7521
7522         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7523         target for srcdir build.
7524
7525         * stepmake/make/stepmake.make: 
7526         * make/srcdir.make.in: 
7527         * GNUmakefile.in:
7528         * make/stepmake.make (config_make): Rename variable (was:
7529         configuration).
7530
7531 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7532
7533         * Documentation/user/internals.itely (Manipulating music
7534         expressions): run lilypond on example too.
7535
7536         * flower/include/libc-extension.hh: move lrint define to
7537         header. bugfix.
7538         
7539 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7540
7541         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7542         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7543         do we recurse whole tree?).
7544
7545         * GNUmakefile.in (html-doc): Resurrect.
7546
7547         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7548         obsolete $(package-icon) dependency.
7549
7550 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7551
7552         * Documentation/user/refman.itely (Automatic staff changes):
7553         add seealso 
7554
7555         * Documentation/index.html.in: link to bigpage.
7556
7557         * Documentation/user/tutorial.itely (Tutorial): streamline.
7558
7559         * Documentation/index.html.in: url typo.
7560
7561         * VERSION (PACKAGE_NAME): release 1.7.28
7562
7563         * python/lilylib.py (error_log): remove '/' from name.
7564
7565         * input/regression/pedal.ly: remove; dups input/test/
7566         
7567         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7568
7569         * Documentation/index.html.in: python style doco index.
7570
7571         * Documentation/{footer,header}.html.in (src): remove, 
7572
7573         * Documentation/pictures: remove all but lelie-logo.xpm.
7574
7575         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7576         before running makeinfo.
7577
7578         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7579         @code{}
7580
7581 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7582
7583         * input/test/bar-number-regular-interval.ly: rename.
7584
7585         * Documentation/user/*: various fixes. 
7586
7587 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7588
7589         * Documentation/{ many }: polish for update-all-menus. typos.
7590
7591         * po/fi.po: fixes.
7592
7593         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7594
7595         * buildscripts/mutopia-index.py: polish.
7596
7597         * input/regression/{ many }, input/test{ many }: polish texidocs.
7598
7599 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7600
7601         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7602         pedal-style
7603
7604         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7605         iso. edge-widen.
7606
7607         * lily/piano-pedal-engraver.cc (process_music): change from
7608         process_acknowledged ()
7609
7610         * lily/piano-pedal-bracket.cc: new file. Change
7611         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7612         cleaned up.
7613
7614         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7615
7616         * input/regression/tuplets.ly (texidoc): rename file.
7617
7618         * po/fr.po: update
7619
7620         * buildscripts/lilypond-profile.sh: error message if script is not
7621         sourced.
7622
7623         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7624         bracket-flare
7625         (make_bracket): simplify code.
7626
7627         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7628         argument.
7629
7630         * python/lilylib.py (lilypond_version_check): new function
7631
7632         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7633
7634         * scripts/ly2dvi.py (run_lilypond): add version check.
7635
7636         * scripts/lilypond-book.py (option_definitions): typo
7637
7638         * scripts/ly2dvi.py (include_path): typo
7639
7640         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7641
7642         * lily/parse-scm.cc (parse_handler): typo
7643
7644         * Documentation/user/macros.itexi: use @heading for headings.
7645
7646         * Documentation/user/refman.itely: updates, fixes.
7647
7648 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7649
7650         * po/fi.po: add Finnish translations. fixes.
7651
7652         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7653
7654         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7655         from lily/glissando-engraver.cc.
7656
7657 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7658
7659         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7660         for non-first _broken_ bracket.
7661
7662         * Documentation/user/refman.itely: corrections.
7663
7664 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7665
7666         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7667         support of the fingerings.
7668
7669         * po/fr.po: French translation update.
7670
7671         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7672         strings.
7673
7674 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7675
7676         * Documentation/user/introduction.itely: Small fixes.
7677
7678 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7679
7680         * Documentation/topdocs/AUTHORS.texi: polish.
7681
7682 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7683
7684         * Documentation/user/introduction.itely: revise
7685
7686         * Documentation/user/tutorial.itely: reorganise.
7687
7688         * Documentation/topdocs/index.tely: remove.
7689
7690         * Documentation/header.html.in: prune.
7691
7692         * GNUmakefile.in: clean up web building.
7693
7694         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7695         target.
7696
7697 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7698
7699         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7700
7701         * lilypond-mode.el: turn on blink-matching-paren.
7702
7703 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7704
7705         * scm/output-sodipodi.scm (svg-header): Fix typo.
7706
7707 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7708
7709         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7710         fixes a security hole.
7711
7712         * scripts/lilypond-book.py (original_dir): remove temp_dir
7713
7714         * scm/document-translation.scm: use @code tags.
7715
7716 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7717
7718         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7719
7720         * lilypond-mode.el: add a buffer-local post-command-hook to set
7721         context dependent syntax-table after each cursor event. Remove old
7722         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7723
7724         * lilypond-indent.el: update comments.
7725
7726         * Documentation/footer.html.in: add period.
7727
7728 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7729
7730         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7731
7732         * scm/document-translation.scm (document-property-operation): add
7733         @code{} tags.
7734
7735         * VERSION (PACKAGE_NAME): release 1.7.27
7736
7737         * config.make.in: add PAPER variable
7738
7739         * buildscripts/new-chords.py (help): add help text
7740
7741         * Documentation/user/introduction.itely (Typography and program
7742         architecture):  fixes.
7743
7744         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7745         for texinfo and dvips. This fixes problems with PDF output of the
7746         wrong size.
7747
7748         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7749         DVIPS_PAPERSIZE variable
7750
7751         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7752         TEXINFO_PAPERSIZE variable 
7753
7754 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7755
7756         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7757
7758         * mf/feta-toevallig.mf: lowres fixes.
7759
7760 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7761
7762         * NEWS: Typo and fill-paragraph fixes.
7763
7764         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7765         cast #define.
7766
7767         * configure.in: 
7768         * config.hh.in: Check for lrint.
7769
7770 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7771
7772         * VERSION: 1.7.26 released
7773
7774         * lily/separation-item.cc: add padding property.
7775
7776         * input/test/*.ly: various fixes, remove solo-a2.ly
7777
7778         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7779         bugfix. Fixes old-style markup compatibility.
7780
7781         * Documentation/user/introduction.itely (Introduction): historical
7782         elucidations
7783
7784         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7785
7786         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7787
7788         * Documentation/index.texi (Top): cleanup.
7789
7790         * Documentation/user/introduction.itely (Introduction): rewrite
7791         introduction, 
7792         (Music notation and  engraving): about notation. Add flat-picture
7793
7794 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7795
7796         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7797         separation items. This keeps lyrics from bumping into each other.
7798
7799 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7800
7801         * GNUmakefile.in (topdocs-web): New target.
7802         (local-web): Depend on topdocs-web; fixes html-doc.
7803
7804 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7805
7806         * po/lilypond.pot: run po-replace
7807
7808         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7809
7810         * scm/drums.scm (reset-drum-kit): new function.
7811
7812         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7813
7814         * scripts/update-lily.py: remove
7815         
7816         * VERSION: release 1.7.25
7817         
7818         * Documentation/user/introduction.itely (Introduction): rewrite
7819         start of introduction.
7820
7821 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7822
7823         * lily/all-font-metrics.cc: fixed typo
7824
7825 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7826
7827         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7828         LilyPond-mode-context-set-syntax-table): new functions to define
7829         the syntax table according to context.
7830
7831         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7832
7833 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7834
7835         * Documentation/user/refman.itely (Figured bass): 
7836         language nit courtesy http://www.vocabula.com
7837
7838         * GNUmakefile.in: remove no kpathsea hack.
7839
7840         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7841         doco.
7842
7843         * GNUmakefile.in: remove web-doc target.
7844
7845         * lily/all-font-metrics.cc (find_afm): add message about
7846         buildscripts/clean-fonts.sh 
7847
7848         * scm/define-music-properties.scm (figure): use string for 'figure
7849
7850         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7851
7852         * input/regression/ : add raggedright = ##t where applicable. 
7853         
7854         * scm/bass-figure.scm (make-bass-figure-markup): add
7855         alignBassFigureAccidentals property.
7856
7857         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7858         bracket.
7859
7860         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7861         syllables widths into account for minimum-length.
7862
7863         * input/test/staff-container.ly: update file
7864
7865         * input/test/stem.ly: remove
7866
7867         * lily/event.cc (LY_DEFINE): add ly: prefix.
7868
7869         * input/test/clef-manual-control.ly: from manual-clef
7870
7871         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7872
7873         * input/test/different-time-signatures.ly: move to poly-metric.ly
7874
7875         * input/test/hara-kiri*,scales.ly: remove
7876         
7877         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7878         with chord-names-jazz.ly)
7879
7880         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7881         get scalable cm fonts too.
7882
7883         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7884         --encoding for mftrace if present.
7885
7886         * input/regression/slur-area.ly: move from test/
7887
7888         * input/test/: remove simple-slur-endings slur-attachment
7889         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7890         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7891         slur-symmetry slur-symmetry tie-broken.ly
7892
7893         * scm/drums.scm (set-drum-kit): add function.
7894
7895         * Documentation/user/refman.itely (Percussion staves): use
7896         set-drum-kit
7897
7898         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7899         too
7900         (Global_measure.set_timesig): handle 3/8 time sig too.
7901
7902         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7903         note about triangle note heads.
7904
7905         * scm/drums.scm: use alist for instrument-settings. This fixes the
7906         bug with assigning to drums in the .ly file.
7907
7908         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7909         CHANGED.
7910
7911         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7912         cluster-beacon-interface
7913
7914         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7915
7916         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7917
7918         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7919
7920         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7921         to get positions.
7922
7923         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7924         make ClusterSpannerBeacon to record Y positions. This removes the
7925         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7926         make cluster-note-events.
7927
7928 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7929
7930         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7931
7932         * configure.in: Use lily/main.cc as identifying source file.
7933
7934         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7935
7936         * config.hh.in: 
7937         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7938
7939         * configure.in: Require PYTHON >= 2.0.
7940
7941         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7942           $PYTHON for include dir location.
7943         (STEPMAKE_PYTHON): New function.  Use
7944         
7945             PYTHON=foo ./configure
7946
7947           to override.
7948
7949 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7950
7951         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7952         something.
7953
7954         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7955         ftp.lilypond.org everywhere.
7956
7957 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7958
7959         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7960         detected.
7961
7962         * Documentation/user/refman.itely (Grace notes): note on explicit
7963         contexts
7964
7965 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7966
7967         * lilypond-font-lock.el: add a comment about LilyPond specific
7968         escape characters: ^, - and _, in the syntax table.
7969
7970         * Documentation/user/appendices.itely: a majuscule fix.
7971
7972 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7973
7974         * input/test/trills.ly (endHorizScript): fixes.
7975
7976         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7977         notation, move from regression.
7978
7979         * input/test/script-stack.ly: change name from stacked-scripts
7980
7981         * input/test/ossia.ly: octave errors.
7982
7983         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7984         for midi-volume-equaliser
7985
7986 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7987
7988         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7989         cm fonts.
7990
7991         * mf/feta-beugel.mf: don't multiply font_count by 10.
7992
7993         * lily/lookup.cc (horizontal_line): new function. Use
7994         horizontal-line in output backends.
7995
7996         * Documentation/user/tutorial.itely (An orchestral part): new
7997         section on orchestral stuff and identifiers.
7998
7999 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8000
8001         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8002         some interference to other modes.
8003
8004 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8005
8006         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8007         not maximum of spacing wishes in polyphonic situations.
8008
8009         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8010         number
8011
8012         * lilypond-indent.el: remove paren matching. 
8013
8014         * lily/text-item.cc (interpret_new_markup): new function
8015         use iso. text2molecule.
8016
8017         * lily/main.cc (notice): change FSF address 
8018
8019         * po/de.po: update PO file to 1.6.
8020
8021 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8022
8023         * Documentation/user/ {many}: Add periods and remove spaces.
8024         
8025 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8026
8027         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8028         Disable buffer-locally default paren hook and make a new one. 
8029
8030         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8031         locally LilyPond-paren-mode. Add todo for mouse double-click.
8032
8033 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8034
8035         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8036         Disable buffer-locally default paren idle timer and make a new one. 
8037
8038         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8039         locally LilyPond-show-paren-mode. Add to menu a toggle for
8040         LilyPond-show-paren-function.
8041
8042 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8043
8044         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8045
8046 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8047
8048         * Documentation/user/refman.itely: spelling fix.
8049
8050         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8051         paren highlight function definitions. add todo for
8052         LilyPond-show-paren-mode.
8053
8054 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8055
8056         * input/template/jazz-combo.ly: new file.
8057
8058 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8059
8060         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8061         lo-res fixes.
8062
8063         * mf/feta-schrift.mf: bugfix in varcoda sign.
8064         WARNING: FONT CHANGED
8065
8066         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8067         in accordance with lexer.ll.   
8068
8069 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8070
8071         * Documentation/user/tutorial.itely: Edit introduction.
8072
8073 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8074
8075         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8076         ly:grob-staff-position
8077
8078 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8079
8080         * scm/to-xml.scm: import srfi-1
8081
8082         * VERSION (MAJOR_VERSION):  release 1.7.24
8083
8084         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8085
8086         * scripts/lilypond-book.py (do_file): put texidoc before image.
8087         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8088
8089         * input/regression/*.ly: fix snippet octaves 
8090
8091         * input/test/spanner-after-break-tweak.ly: import
8092         broken-spanner-adjustment
8093
8094         * input/no-notation/midi-transposing.ly: move from input/test/
8095
8096         * input/test/: remove chord-markup
8097
8098         * input/regression/instrument-name-partial.ly: move from input/test.
8099
8100         * input/test/vertical-text.ly: remove
8101
8102         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8103         space above lyrics lines.
8104
8105         * input/test/uniform-breaking.ly: remove file.
8106
8107         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8108         uniform spacing density. 
8109
8110         * input/test/chords.ly (keys): remove file.
8111
8112         * scm/documentation-lib.scm (oop): use srfi-1 too.
8113
8114         * input/regression/*.ly: add \version
8115
8116         * Documentation/user/*.itely: various fixes.
8117
8118         * buildscripts/mf-to-table.py (base): break table every three
8119         symbols.
8120
8121         * input/:  remove %% new-chords-done %% .
8122
8123         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8124         os-music.ly
8125         
8126 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8127
8128         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8129
8130         * scm/new-markup.scm (box-markup): new function.
8131         (box-markup): new function. Contributed by Dick Schoeller
8132         <schoeller@attbi.com>
8133
8134         * scm/lily.scm: remove reduce-no-unit 
8135         (list-insert-separator): use fold-right
8136
8137         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8138         of arguments. 
8139
8140         * NEWS: more neutral language for ancient notation 
8141
8142         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8143         inside pointing beaming for chord tremolo.
8144
8145         * Documentation/user/lilypond-book.itely: minor editing
8146
8147 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8148
8149         * NEWS: added news for 1.8 regarding ancient notation
8150
8151         * Documentation/user/refman.itely (Gregorian square neumes
8152         ligatures): fixed typo
8153
8154         * lily/vaticana-ligature-engraver.cc,
8155         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8156         lower/upper head of Pes only when heads are stacked
8157
8158         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8159         scm/define-grob-properties.scm: cleanup: make "join-left" a
8160         boolean grob property and save delta pitch in grob property
8161         "delta-pitch" instead
8162
8163         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8164
8165 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8166
8167         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8168         completely borked
8169
8170         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8171         (try_music): bug fix: beam multiplicity was completely borked.
8172
8173         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8174         first-n, butfirst-n in favor of srfi-1 functions.
8175         remove string-join, string-pad in favor of srfi-13 functions.
8176
8177         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8178
8179         * NEWS: use complete sentences.
8180
8181         * Documentation/user/introduction.itely (Example applications):
8182         add note about databases and lilypond-book.
8183
8184         * input/test/volta.ly: remove file
8185
8186         * input/regression/volta-broken-left-edge.ly: simplify file
8187
8188 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8189
8190         * Documentation/user/refman.itely (Constructing a tweak): new
8191         subsection.
8192
8193         * Documentation/user/tutorial.itely (Fine tuning layout): add
8194         common tweaks.
8195
8196         * scm/define-grobs.scm (TextScript): use new brewer.
8197
8198 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8199
8200         * VERSION: release 1.7.23
8201
8202         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8203
8204         * python/lilylib.py (make_ps_images): bugfixes.
8205
8206         * input/regression/volta-multi-staff.ly: new file.
8207
8208         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8209
8210         * Documentation/user/tutorial.itely (Piano staffs): new section.
8211         (Setting variables): new section
8212         (Fine tuning layout): new section
8213
8214         * input/just-friends.ly: remove file. Superseeded by
8215         input/test/chords-without-melody.ly
8216
8217         * ly/property-init.ly: add all commands to refman.
8218
8219         * scm/define-translator-properties.scm: remove
8220         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8221
8222         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8223         name. Underscores botch up PS output.
8224
8225         * scm/define-translator-properties.scm: remove
8226         textNonEmpty, oneBeat, regularSpacingDelta
8227
8228         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8229         rule for automaticBars.
8230
8231         * lily/timing-engraver.cc (start_translation_timestep): change
8232         barNonAuto to automaticBars
8233
8234 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8235
8236         * input/test/perform-tie.ly: delete file.
8237
8238 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8239
8240         * Documentation/user/refman.itely (Gregorian square neumes
8241         ligatures): bugfix: do not show ledger lines in neumes table
8242         (fixed by setting staff symbol to transparent rather than removing
8243         it from staff context)
8244
8245 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8246
8247         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8248         glue into brew-new-markup-molecule.
8249
8250         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8251
8252         * Documentation/user/introduction.itely (Computerized typography):
8253         new section
8254
8255         * Documentation/user/tutorial.itely (An orchestral part): remove
8256         pc example from tutorial.
8257
8258         * input/tutorial/lilbook.tex: use screech-boink
8259
8260         * scripts/lilypond-book.py (compile_all_files): split formatting
8261         output body and scheduling lilypond compilation.
8262         (format_lilypond_output_bodies): new function
8263         (format_lilypond_block): new function
8264         (html_pages): allow multi-page images in HTML
8265
8266         * python/lilylib.py (make_ps_images): rename function from
8267         make_preview, merge with make_page_images
8268
8269 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8270
8271         * input/test/key-clefs.ly: moved to regression.
8272
8273         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8274
8275         * input/no-notation/README: added note about midi-*.ly files.
8276
8277         * input/test/two-key.ly: moved to no-notation/parse5.ly
8278
8279         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8280         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8281
8282         * input/test/ {various}: modified comments, marked some for deletion.
8283
8284         * input/test/lines.ly: deleted file; duplicate of
8285         embedded-postscript.ly
8286
8287         * input/test/mmrest-collision: moved to regression.
8288
8289 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8290
8291         * scm/chord-name.scm (note-name->markup): don't superscript root
8292         alterations in chordnames.
8293
8294 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8295
8296         * Documentation/user/refman.itely (Multi measure rests): more
8297         index/cross-referencing.
8298
8299         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8300
8301         * scm/font.scm: remove properties-to-font-name code.
8302
8303         * scm/define-grob-properties.scm: remove 'type
8304
8305         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8306         conversion
8307
8308         * lily/text-spanner.cc: change 'type grob prop to 'style 
8309
8310         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8311         "first" flag to decide whether to make a start-repeat
8312
8313         * input/regression/grace-volta-repeat-2.ly: new file.
8314
8315 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8316
8317         * lilypond-indent.el: rename generic functions to LilyPond-*
8318
8319 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8320
8321         * input/test/thumb.ly: delete, merged into refman.
8322
8323         * Documentation/user/refman.itely: added thumb info to Fingering.
8324
8325         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8326         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8327         vertical-align.ly : deleted files.
8328
8329 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8330
8331         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8332
8333         * lily/line-spanner.cc (broken_trend_offset): remove function.
8334         (get_broken_offset): idem.
8335         (brew_molecule): rewrite the line-break case.
8336
8337         * input/regression/follow-voice-break.ly:  new file.
8338
8339         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8340         start of a system.
8341
8342 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8343
8344         * input/test/tuplet-rest.ly: moved to regression.
8345
8346         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8347         deleted file.
8348
8349         * input/test/ {many} : marked file for possible deletion.
8350
8351 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8352
8353         * input/regression/beam-funky.ly: add note about (disputed)
8354         correct beaming.
8355
8356         * ly/engraver-init.ly (ScoreContext): put key-signature after
8357         staff-bar
8358         
8359 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8360
8361         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8362
8363         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8364
8365         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8366
8367         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8368         stem-extend was deleted (it was duplicate example, and not as
8369         good).
8370
8371         * input/test/[s-z]*.ly: add texidoc index.
8372
8373 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8374
8375         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8376         get_first_notecolumn_y
8377
8378         * lily/spanner.cc (broken_spanner_index): new function.
8379
8380 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8381
8382         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8383         lyric-hyphen.ly : moved to regression.
8384
8385         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8386         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8387
8388         * input/test/instrument-name-mmrest.ly: moved to
8389         ../regression/multi-measure-rest-instr-name.ly
8390
8391         * input/test/knee-sym.ly: moved to
8392         ../regression/beam-knee-symmetry.ly.
8393
8394         * input/test/hymn.ly: change comments.
8395
8396         * input/test/[p-r]*.ly: add texidoc index.
8397
8398 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8399
8400         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8401         to postfix syntax
8402         
8403         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8404         syntax.
8405
8406         * VERSION: release 1.7.22
8407
8408 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8409
8410         * input/test/[h-k]*.ly: added texidoc index.
8411
8412         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8413
8414         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8415
8416         * input/test/ various : mark files for deletion or moving to
8417         regression.
8418
8419         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8420
8421         * input/test/[l-o]*.ly: added texidoc index.
8422
8423 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8424
8425         * scm/music-functions.scm (make-ottava-set): 
8426         only do ottavation if centralCPosition is set.
8427
8428         * lily/translator-scheme.cc (ly:context-property-where-defined):
8429         return '() if not found.
8430
8431 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8432
8433         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8434         Use one command for both commenting and uncommenting.
8435
8436         * lilypond-indent.el (LilyPond-comment-region): new function,
8437         (un)comments each line separately.
8438
8439         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8440         
8441         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8442         imenu is not added by default; adapted from f90.el,
8443         makes Help-menu, which does not fit, visible in XEmacs.
8444         
8445 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8446
8447         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8448         show-paren-mode sets blink-matching-paren-on-screen local.
8449         Try to make show-paren-function to paren-highlight local.
8450
8451         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8452         Copy definitions of Emacs' show-paren-function and
8453         XEmacs' paren-highlight and make minimal changes;
8454         add comments about locality. 
8455         Fix matching first open-paren-char in '<< .. >>'.
8456
8457 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8458
8459         * input/test/g*: added texidoc index.
8460
8461         * input/test/[a-g]*: added raggedright==#t when it
8462          seemed appropiate.
8463
8464         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8465
8466         * Documentation/topdoc/INSTALL.texi: removed false warnings
8467         about gcc 3.3.
8468
8469 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8470
8471         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8472
8473         * input/test/chords-without-melody.ly (texidoc): add from
8474         input/just-friends.ly
8475
8476         * input/regression/size{13--26}.ly: move from input/
8477
8478         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8479         input/{star-spangled-banner,twinkle}.ly: remove 
8480         
8481         * lily/slur.cc: remove slur over rest warnings.
8482
8483         * lily/note-spacing.cc (get_spacing): include left part of right
8484         object in fixed space. This fixes stretched space before
8485         accidentals.
8486
8487         * input/regression/spacing-accidental-stretch.ly: new file.
8488
8489 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8490
8491         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8492         Reduce to 16pt.
8493
8494 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8495
8496         * input/regression/spacing-knee.ly: docstring
8497
8498         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8499
8500         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8501         input/tutorial/{test,solar,flowing}.ly: remove
8502
8503         * input/rhythm.ly: remove
8504
8505         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8506
8507         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8508         update syntax. 
8509
8510         * scm/define-grobs.scm (all-grob-descriptions): set
8511         knee-spacing-correction to 1.0
8512
8513         * lily/note-spacing.cc (stem_dir_correction): compute knee
8514         correction using stem-thickness and head width.
8515
8516         * input/regression/beam-quanting-horizontal.ly: update texidoc
8517
8518         * scm/define-grobs.scm (all-grob-descriptions): set
8519         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8520         This fixes 32nd beams for noteheads in spaces quants.
8521
8522         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8523
8524 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8525
8526         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8527
8528 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8529
8530         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8531
8532         * VERSION (PACKAGE_NAME): release 1.7.21
8533
8534         * input/regression/stem-shorten.ly: new file.
8535
8536         * lily/stem.cc (get_default_stem_end_position): revise stem
8537         shortening code.
8538
8539         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8540
8541         * input/test/{scripts,volta-start,sleur}.ly: remove
8542         
8543         * input/regression/span-bar.ly: smaller file.
8544
8545         * input/regression/spacing-{natural,tight,loose}.ly: remove
8546
8547         * input/test/markup.ly: remove
8548
8549         * scripts/lilypond-book.py: put printfilename in separate chunk,
8550         so texidoc is printed after the filename.  
8551
8552 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8553
8554         * make/lilypond.mandrake.spec.in: fix docdirs.
8555
8556 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8557
8558         * input/regression/beam-french.ly: bugfix.
8559
8560         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8561
8562         * input/regression/(various).ly: add raggedright = #t.
8563
8564         * input/regression/auto-beam.ly: move from abe.ly
8565
8566 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8567
8568         * input/test/f*.ly: added texinfo index.
8569         
8570         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8571
8572 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8573
8574         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8575         quant penalty for beam just outside staff.
8576
8577         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8578         from beam-pos.ly,  remove non-horizontal tests. 
8579
8580         * input/test/(various): cleanup header info. 
8581
8582         * input/test/tchaikovsky.ly: remove file.
8583
8584         * scm/chord-generic-names.scm: move from
8585         double-plus-new-chord-name.scm
8586
8587         * input/test/orchestscore.ly: remove file
8588
8589         * Documentation/user/refman.itely (Vocal music): update documentation.
8590
8591         * scm/define-translator-properties.scm (chordNoteNamer): remove
8592         chordNameStyle, use chordNameFunction
8593
8594         * scm/chord-name.scm (set-chord-name-style): remove
8595         set-chord-name-style. Use \property chordNameFunction.
8596
8597 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8598
8599         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8600         music): remove @TeX{} command.
8601
8602 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8603
8604         * lilypond-indent.el (scan-sexps): Renamed to
8605         aargh-this-breaks-other-emacs-modes-scan-sexps.
8606
8607 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8608
8609         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8610         closing slurs: '()', etc. Add comments.
8611
8612         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8613
8614         * lilypond-font-lock.el: match unending string at eof.
8615
8616         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8617         
8618 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8619
8620         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8621         input/test/beam-dir.ly input/test/beam-position.ly    
8622         input/test/beam-suspect.ly input/test/beam-trend.ly    
8623         input/test/beams.ly input/test/crescendo-text.ly : deleted
8624         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8625         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8626         * input/test/default-bars.ly: moved to bar-always.ly
8627         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8628
8629 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8630
8631         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8632
8633 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8634
8635         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8636
8637 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8638
8639         * lilypond-indent.el: Match better slurs in scheme expressions.
8640         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8641
8642         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8643
8644 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8645
8646         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8647
8648         * input/ac-extra-voice.ly: Add texidoc.
8649
8650         * ly/chord-modifiers-init.ly: 
8651         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8652         and chordNameExceptionsPartial for new chord names.
8653
8654         * input/test/chord-names-dpnj.ly: 
8655         * input/test/dpncnt.ly: Update.
8656
8657         * scm/chord-name.scm: 
8658         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8659         chord selection and options.
8660
8661         * ly/chord-modifiers-init.ly: Add exceptions 
8662
8663         * scm/define-translator-properties.scm (chordNameStyle) 
8664         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8665
8666 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8667
8668         * ly/property-init.ly (germanChords): Added.
8669         (semiGermanChords): Added.
8670         
8671         * input/test/chord-names-german.ly: Use new macros
8672         
8673 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8674
8675         * lilypond-indent.el: Use similar parenthesis highlighting for 
8676         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8677         functions; removed LilyPond-show-paren-function. Fix indenting.
8678         Turn paren-matching on also in XEmacs.
8679
8680         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8681         as needed by parenthesis highlighting functions (in scan-sexp).
8682
8683 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8684
8685         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8686         function.
8687         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8688
8689 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8690
8691         * lilypond-indent.el: tune regexp for show-paren-function.
8692
8693 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8694
8695         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8696         for all LilyPond-produced tex snippets.
8697
8698         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8699         fixes one line --preview output of ly2dvi.
8700
8701 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8702
8703         * lilypond-indent.el: match only one type of slurs in
8704         LilyPond-show-paren-function.
8705
8706 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8707
8708         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8709         * debian/lilypond1.7.dirs: 
8710         * debian/lilypond1.7-doc.dirs: New file.
8711
8712         * input/regression/chord-name-exceptions.ly: Add parameter for
8713         ignatzekExceptions.  Quote hash in docstring.
8714
8715 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8716
8717         * lilypond-indent.el (show-paren-function): define show-paren-function
8718         as LilyPond-blink-matching-open and use it for closing parens.
8719         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8720
8721         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8722         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8723         LilyPond-blink-matching-paren in order to match both open and close
8724         brackets.
8725         
8726 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8727
8728         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8729         testing by modifying the code from FSF Emacs paren.el. Add comments.
8730
8731 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8732
8733         * input/test/dpncnt.ly: Transpose example to match new
8734         default \chords octave.  Add comment.
8735         
8736         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8737         comment about octave change.
8738
8739 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8740
8741         * input/test/[d,e]: added texinfo index tags.
8742         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8743
8744 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8745
8746         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8747
8748 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8749
8750         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8751         as in blink-matching-open.
8752
8753 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8754
8755         * input/test/[a-c]: more comments in files.
8756         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8757         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8758         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8759         mark file for proposed deletion.
8760         * input/test: renaming files:
8761         auto-beam-4-8.ly to beam-auto-4-8.ly
8762         auto-beam-override.ly to beam-auto-override.ly
8763         auto-beam.ly to beam-auto.ly
8764         blank.ly to blank-paper.ly
8765         absolute-volume.ly to dynamic-absolute-volume.ly
8766
8767 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8768
8769         * input/test/dpncnt.ly: 
8770         * input/test/chord-names-dpnj.ly: Resurrect.
8771
8772         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8773
8774         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8775
8776         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8777         Better docstring, add parameter OMIT-ROOT, tidy up.
8778
8779 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8780
8781         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8782
8783 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8784
8785         * scm/output-ascii-script.scm (as-font-alist-alist):
8786         (as-properties-to-font-name):
8787         (as-make-style-sheet): Remove.
8788
8789         * scm/font.scm (as-make-font-list): New function.
8790         (as-font-sheet-alist): New variable.
8791
8792         * ly/paper-as9-init.ly: 
8793         * ly/paper-as5-init.ly: Update.
8794
8795         * ly/paper-as5.ly:
8796         * ly/paper-as9.ly: New file.
8797
8798 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8799
8800         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8801
8802 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8803         * input/sondag-morgen/*: removed due to copyright concerns.
8804         * input/[a,b]*.ly: added a newline at the end of the texinfo
8805         doc string (produces better output in HTML version).
8806         * input/c*.ly: added texinfo index and added comments to
8807         aid in future changes to input/test/ files.
8808
8809 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8810         
8811         * Documentation/user/refman.itely: fixed build problem (missing
8812         file) caused by previous renaming.
8813
8814 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8815         
8816         * input/test/[a,b]*.ly: added texinfo index and added comments to
8817         aid in future changes to input/test/ files.
8818         * input/test/bar-number-every-5-reset.ly: renamed to
8819         bar-number-every-five-reset.ly
8820         * input/test/bar-script-visibility.ly: renamed to
8821         bar-number-show-all.ly
8822
8823 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8824
8825         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8826         to Voice.
8827
8828         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8829         out note-line and glissando functionality.
8830         
8831         * lily/line-spanner.cc (brew_molecule): cleanup.
8832
8833 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8834
8835         * scripts/as2text.scm: Use rdelim module.
8836         (start-system): Rename from start-line.
8837         (stop-system): Rename from stop-line.
8838         (af-gulp-file): Use string iso symbol for getenv.
8839
8840         * scm/output-ascii-script.scm: Add guile and lily modules.
8841         (font-name-alist): New variable.
8842         (draw-line): New function.
8843
8844         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8845         (Were these silently removed, without ChangeLog entry?)
8846
8847 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8848
8849         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8850         process 2nd ottava correctly.
8851
8852 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8853
8854         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8855
8856 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8857
8858         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8859
8860 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8861
8862         * VERSION: release 1.7.20
8863         
8864         * lily/text-spanner.cc (brew_molecule): clean up function. This
8865         fixes bugs with broken 8va spanners.
8866
8867         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8868         This prevents spurious line-breaks with raggedright
8869         
8870 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8871
8872         * lily/key-performer.cc (create_audio_elements): always use major
8873         key
8874
8875         * Documentation/user/internals.itely: updates
8876
8877         * input/regression/beam-break.ly: new file.
8878
8879         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8880         beams if starting or terminating stems have 'beaming set.)
8881
8882         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8883         property.
8884
8885         * lily/parser.yy (verbose_command_req): add comment about scales.
8886
8887 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8888
8889         * lilypond-indent.el: adjust regexps in bracket-matching.
8890
8891 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8892
8893         * Documentation/user/refman.itely: more tiny fixes
8894
8895         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8896         "Chord names"; added table with input syntax for solesmes neumes
8897         table; added some words about rationale on input syntax design
8898
8899         * lily/gregorian-ligature-engraver.cc,
8900         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8901         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8902         alignment of Pes Initio Debilis
8903
8904         * Documentation/user/refman.itely,
8905         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8906         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8907         bugs in the solesmes neumes table
8908
8909 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8910
8911         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8912         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8913
8914         * lilypond-mode.el: fix tag-score. small improvements.
8915
8916 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8917
8918         * .cvsignore: Add aclocal.m4.
8919
8920         * lily/music-constructor.cc: Include <assert.h>.
8921
8922 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8923
8924         * ly/engraver-init.ly (HaraKiriStaffContext): use
8925         RemoveEmptyStaffContext instead.
8926
8927         * Documentation/user/refman.itely: updates
8928
8929 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8930
8931         * Documentation/user/refman.itely: added solesmes neumes table;
8932         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8933         bugfix: "Ornaments" -> "Articulations"
8934
8935         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8936
8937 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8938
8939         * lilypond-indent.el: Add a message about trying to match \] or \).
8940         
8941 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8942         
8943         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8944         obsolete "arithmetic_*"
8945
8946         * input/bugs/ligatures.ly: removed (will be put into a different
8947         directory later)
8948
8949 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8950
8951         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8952         libkpathsea (Maurizio Tomasi).
8953
8954 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8955
8956         * input/regression/repeat-slash.ly (texidoc): new file
8957
8958         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8959         slash repeats separately. Slash repeats and %
8960         repeats can now be nested.
8961
8962 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8963
8964         * lilypond-indent.el: Add preliminary test for closing \] and \).
8965         
8966 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8967
8968         * lily/gregorian-ligature-engraver.cc,
8969         lily/vaticana-ligature-engraver.cc,
8970         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8971         mf/parmesan-heads.mf: various semivocalis related bugfixes
8972
8973         * input/bugs/ligatures.ly: new file demonstrating problems with
8974         ligatures
8975         
8976 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8977
8978         * lilypond-mode.el,
8979         lilypond-font-lock.el,
8980         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8981
8982 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8983
8984         * lilypond-mode.el: Remove outdated code. Stress the difference 
8985         between Emacs and XEmacs definitions.
8986
8987         * lilypond-mode.el,
8988         lilypond-indent.el: Define a function interactive only when necessary.
8989
8990 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8991
8992         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8993         Use inactive regions also in XEmacs.
8994
8995 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8996
8997         * Documentation/user/refman.itely (Repeat syntax): more updates
8998
8999         * lily/simple-spacer.cc (solve): move solution process into
9000         solve(). This fixes a bug with collisions and raggedright = ##t.
9001  
9002         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9003
9004         * ly/engraver-init.ly: remove GraceContext. Update examples.
9005
9006 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9007
9008         * GNUmakefile.in (fonts): Also make fontball.
9009
9010         * Website fixes:
9011
9012         * ly/engraver-init.ly (GraceContext): Add.
9013
9014         * run:
9015
9016             convert-ly $(find . -name *.ly)
9017
9018         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9019         new chords.
9020
9021 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9022
9023         * VERSION: 1.7.19 released
9024         
9025         * scm/music-functions.scm (set-octavation): new function.
9026
9027         * input/regression/ottava.ly: new file
9028
9029         * lily/translator-scheme.cc (LY_DEFINE): new function
9030         ly:unset-context-property
9031         (LY_DEFINE) new function ly:context-property-where-defined: 
9032
9033 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9034
9035         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9036
9037         * lilypond.words: add few.
9038
9039         * input/test/script-chart.ly: fix typo.
9040
9041 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9042
9043         * scm/define-grobs.scm: uniform naming for definitions and output
9044         routine files. 
9045
9046         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9047         scm/context-description.scm
9048
9049         * lily/parser.yy (translator_spec_body): add \description to the
9050         \translator{} body syntax.
9051
9052         * lily/ottava-engraver.cc: new file.
9053
9054         * scm/chord-name.scm (natural-chord-alteration): replace old
9055         chord stuff. 
9056
9057         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9058
9059         * Documentation/user/refman.itely (Metronome marks): update doco.
9060
9061         * input/regression/markup-note.ly: new file
9062
9063         * input/regression/metronome-marking.ly: new file
9064
9065         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9066
9067         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9068         metronome marks.
9069
9070 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9071
9072         * Documentation/user/GNUmakefile: Compatibility fix for new
9073         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9074         for making binary packages; info splitting bug has been fixed.
9075
9076         * Documentation/user/refman.itely: Compile fixes.
9077
9078 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9079
9080         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9081         Count \midi -keywords also for a region.
9082
9083 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9084
9085         * lily/lookup.cc (LY_DEFINE): new function
9086
9087         * Documentation/user/tutorial.itely: updates
9088
9089 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9090
9091         * lilypond-mode.el: Allow Midi on buffer.
9092         Use only '.ly'-extension, remove '.sly' and '.fly'.
9093         Allow use of inactive regions. Invoke next Command on Master file, 
9094         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9095
9096 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9097
9098         * Documentation/user/tutorial.itely: updates.
9099
9100 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9101
9102         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9103
9104 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9105
9106         * lily/coherent-ligature-engraver.cc: fixed typo
9107
9108         * lily/coherent-ligature-engraver.cc,
9109         lily/gregorian-ligature-engraver.cc,
9110         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9111         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9112         lily/vaticana-ligature-engraver.cc,
9113         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9114         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9115         removed all ligature specific stuff from NoteHead code
9116
9117         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9118         ligatures now use regular noteheads
9119
9120         * lily/vaticana-ligature.cc: tiny code cleanups
9121
9122         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9123         space between two adjacent noteheads of the same pitch
9124
9125         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9126         description; cleanup: removed obsolete font-family settings
9127
9128 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9129
9130         * lily/coherent-ligature-engraver.cc,
9131         lily/gregorian-ligature-engraver.cc,
9132         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9133         lily/mensural-ligature-engraver.cc,
9134         lily/vaticana-ligature-engraver.cc,
9135         lily/include/gregorian-ligature-engraver.hh: updated for new
9136         Coherent_ligature_engraver; added comments that describe the basic
9137         design ideas of the ligature implementation
9138
9139         * lily/coherent-ligature-engraver.cc,
9140         lily/include/coherent-ligature-engraver.hh: new file: shared code
9141         between mensural ligatures and Gregorian chant notation ligatures
9142
9143 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9144
9145         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9146         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9147         use only two arguments in sit-for, use no arguments in
9148         read-char-exclusive, backspace is not a character (127) in XEmacs.
9149
9150         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9151
9152 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9153
9154         * lilypond-mode.el: un-commenting works after syntax-table fix.
9155
9156         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9157         group, verbose commenting for syntax table.
9158
9159         * lilypond-indent.el: add TODO for ligature slurs.
9160
9161 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9162
9163         * lilypond-mode.el: Move comments of parenthesis matching away,
9164         (blink-matching-paren-on-screen) fix blinking in Emacs.
9165
9166         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9167         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9168
9169         * lilypond-indent.el: Add TODO for parenthesis matching.
9170
9171 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9172
9173         * lilypond-mode.el: Fix XEmacs: 
9174         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9175         invoke explicitly easy-menu-add (in Emacs done automatically).
9176         
9177         * lilypond.words: Add few words from input/*/*.ly.
9178
9179 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9180
9181         * VERSION (PATCH_LEVEL): release 1.7.18
9182
9183         * scripts/lilypond-book.py: only print basename for printfilename
9184         option
9185
9186         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9187         and syntax updates.
9188
9189 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9190
9191         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9192         better parametrisation. Move fatness of bulb downward.
9193
9194         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9195         glyph names. Underscores are not allowed .ps encoding files.
9196
9197 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9198
9199         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9200         variable "packed" for packed right-ragged mode
9201
9202         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9203         unused variable ragged; fixed indentation
9204
9205         * Documentation/user/refman.itely: tiny cleanups in ancient
9206         clef and custos section
9207
9208 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9209
9210         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9211         \applyoutput PROCEDURE
9212
9213         * lily/my-lily-lexer.cc: add \applyoutput.
9214
9215         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9216
9217         * lily/text-item.cc: clean text-interface description
9218
9219 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9220
9221         * input/{regression,test}/: use postfix for slur endings and beam
9222         begins.
9223
9224         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9225         style beams too. 
9226
9227         * input/regression/lyrics-melisma-beam.ly: new file.
9228
9229         * lily/lyric-engraver.cc (process_music): change from
9230         process_acknowledged_grobs()
9231
9232         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9233         functions to set and revert auto-beam settings.
9234
9235 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9236
9237         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9238
9239 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9240
9241         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9242         Documentation/user/lilypond.tely: fixed some typos; updated author
9243         info
9244
9245         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9246         #"" -> #'flag-style = #'()
9247
9248         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9249         cleanup: removed dead #includes
9250
9251         * lily/gregorian-ligature-engraver.cc,
9252         lily/include/gregorian-ligature.hh,
9253         scm/grob-property-description.scm: small cleanups, small spacing
9254         fixes
9255
9256         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9257         lily/vaticana-ligature.cc,
9258         lily/include/gregorian-ligature-engraver.hh,
9259         scm/grob-property-description.scm, scm/music-types.scm:
9260         "porrectus" -> "pes or flexa"
9261
9262         * ly/engraver-init.ly, scm/grob-description.scm,
9263         scm/grob-property-description.scm: junked porrectus, now handled
9264         by ligature code
9265
9266         * scm/grob-description.scm: bugfix: added space-alist entry for
9267         breathing sign/custos
9268
9269 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9270
9271         * Another grand 2003 update.
9272         
9273         * Remove mentioning of `mudela'; There's no such thing.
9274
9275 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9276
9277         * Documentation/user/preface.itely (Preface to version 1.8): update
9278
9279         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9280
9281         * Documentation/user/converters.itely (Invoking convert-ly): revise
9282
9283         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9284
9285         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9286
9287 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9288
9289         * Documentation/user/internals.itely: more updates.
9290
9291 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9292
9293         * Documentation/user/refman.itely: revise 
9294
9295         * Documentation/user/internals.itely: revise
9296
9297         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9298
9299 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9300
9301         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9302         beautification: reformatted ancient clefs section; cleanup: small
9303         wording fixes
9304
9305 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9306
9307         * lilypond.words: added words for chant notation, sorted
9308         alphabetically through "sort lilypond.words"
9309
9310 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9311
9312         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9313         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9314         chant notation
9315
9316 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9317
9318         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9319         prevent TeX from interpreting them as long dash
9320
9321         * input/test/vaticana.ly: updated
9322
9323         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9324         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9325         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9326         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9327         fixes
9328
9329         * mf/parmesan-heads.mf: ledger endings: removed dead code
9330
9331 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9332
9333         * VERSION: 1.7.17 released
9334         
9335         * Documentation/user/GNUmakefile
9336         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9337         files too.
9338
9339         * scm/document-markup.scm: new file: document all markup
9340         functions.
9341
9342         * scm/documentation-generate.scm: rename all documentation modules
9343         to document-*.scm
9344
9345         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9346         .png
9347
9348         * input/test/divisiones.ly: added
9349
9350         * input/regression/output-property.ly: new file
9351
9352         * lily/cluster.cc: change cluster-interface to use style property
9353
9354 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9355
9356         * input/test/chord-names-german.ly: modified.
9357
9358         * scm/chords-ignatzek.scm:
9359           chord-name->german-markup: Added
9360           note-name->german-markup: Changed (now producing lowercase notenames)
9361
9362         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9363         
9364 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9365
9366         * scripts/convert-ly.py (FatalConversionError.conv):
9367         divisiominima -> divisioMinima, etc.
9368
9369         * ly/engraver-init.ly (FiguredBassContext): add
9370         Separating_line_group_engraver to Figured bass context.
9371
9372         * ly/german-chords-init.ly: remove file
9373
9374         * input/test/chord-names-german.ly (scm): new file.
9375
9376         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9377
9378         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9379         Chord_name_engraver
9380
9381         * Documentation/user/refman.itely: lots of updates.
9382
9383         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9384         new file
9385
9386         * input/test/bar-number-every-5-reset.ly: new file.
9387
9388 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9389
9390         * input/regression/chord-name-major7.ly: new file
9391
9392         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9393         if specced explicitly.
9394
9395         * input/regression/chord-name-entry-11.ly: new file.
9396
9397         * input/test/slur-beautiful.ly: new file.
9398
9399         * Documentation/user/refman.itely: updates.
9400
9401         * input/regression/collisions.ly (threevoice): cleanup.
9402
9403         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9404
9405 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9406
9407         * Documentation/user/*.itely: various updates.
9408
9409         * ly/spanners-init.ly: enddecr/ endcr.
9410
9411         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9412         of tutorial
9413
9414 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9415
9416         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9417
9418         * lily/new-chord-name-engraver.cc (process_music): use octavation
9419         (a number) instead of original-pitch to store inversions. This
9420         fixes a problem with transposed chords with inversions.  
9421
9422 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9423
9424         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9425         used in includable-lexer.hh.
9426
9427         * lily/includable-lexer.cc: Bugfix: include config.h.
9428
9429         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9430         circumvention of Debian packaging bug.
9431
9432 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9433
9434         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9435         
9436         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9437
9438         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9439         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9440
9441         * lily/include/includable-lexer.hh: 
9442         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9443
9444         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9445
9446         * aclocal.m4: Regenerate.
9447
9448         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9449         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9450
9451         * scm/pdf.scm (use-modules): Include lily.
9452
9453         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9454         Noordkamp).
9455         (use-modules): Include lily.
9456         (lily-def): Bugfix: include tex-val in let.
9457
9458 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9459
9460         * lilypond-mode.el: sensible error if lilypond.words not found.
9461
9462         * lilypond.words: add few words.
9463
9464 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9465
9466         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9467
9468         * mf/parmesan-scripts.mf: fixed typo in char name
9469
9470 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9471
9472         * VERSION: 1.7.16 released
9473
9474         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9475         (this is a security vulnerability).
9476
9477         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9478
9479         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9480         add staff support.
9481
9482 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9483
9484         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9485         ly/script-init.ly, scm/script.scm: bugfix: renamed
9486         fermata->signumcongruentiae to fix naming clash with feta font
9487
9488 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9489
9490         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9491
9492         * lily/multi-measure-rest-engraver.cc
9493         (start_translation_timestep): use grace timing too for determining
9494         when to make mmrest.
9495         (start_translation_timestep): clear numbers too.
9496
9497 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9498
9499         * scm/music-types.scm: compile fix: escape braces
9500
9501         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9502         work around font selection problem
9503
9504         * Documentation/user/refman.itely: BreathingSign: added docu for
9505         property "text"
9506
9507 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9508
9509         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9510         information.
9511
9512 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9513
9514         * lily/multi-measure-rest-engraver.cc (class
9515         Multi_measure_rest_engraver): make multiple Number objects, one
9516         for each MultiMeasureTextEvent.
9517
9518         * scm/music-functions.scm (glue-mm-rest-texts): use
9519         MultiMeasureTextEvent
9520
9521         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9522
9523         * Documentation/user/refman.itely (Multi measure rests): update.
9524
9525 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9526
9527         * lily/ly-module.cc (ly_copy_module_variables): use
9528         scm_internal_hash_fold() for iterating modules.
9529
9530 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9531
9532         * Documentation/user/refman.itely: Section Custodes: added more
9533         example code
9534
9535         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9536         neo-mensural rests to parmesan font
9537
9538         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9539         header
9540
9541 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9542
9543         * Documentation/user/macros.itexi: @fileref macro.
9544
9545         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9546         each file. 
9547
9548 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9549
9550         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9551         Documentation/topdocs/AUTHORS.texi: updated my email address
9552
9553         * Documentation/user/refman.itely: updated custos documentation;
9554         beautified divisiones example; beautified articulations table
9555
9556         * lily/breathing-sign.cc: bugfix: finalis molecule
9557
9558 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9559
9560         * Documentation/user/refman.itely: added docu for
9561         contemporary fermata symbols, gregorian breathing signs; small fixes
9562
9563         * ly/gregorian-init.ly: removed obsolete #'type props
9564
9565 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9566
9567         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9568         minimum-length property correctly.
9569
9570 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9571
9572         * scm/music-functions.scm (make-multi-measure-rest): set input
9573         locations for multimeasure rests.
9574
9575 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9576
9577         * input/regression/breathing-sign.ly: updated to for ancient
9578         notation
9579
9580 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9581
9582         * scripts/ly2dvi.py: Add newline.
9583
9584 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9585
9586         * scripts/ly2dvi.py (dependency_files): Compile fix.
9587
9588 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9589
9590         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9591         (make_html_menu_file): --html menu. 
9592
9593 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9594
9595         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9596
9597 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9598
9599         * input/screech-boink.ly: new file.
9600
9601 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9602
9603         * scripts/lilypond-book.py (make_lilypond_file): convert
9604         lilypond-file to lilypond block directly, without going through
9605         begin/end lilypond text.
9606         
9607
9608 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9609
9610         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9611         scm/grob-description.scm: moved Michael's original breathing sign
9612         code in brew_molecule() to divisio_minima(); provided new
9613         brew_molecule() that effectively replaces the
9614         Text_item::brew_molecule callback (with additional fallback to
9615         Michael's original code); added callbacks for brewing divisio
9616         maior/maxima and finalis
9617
9618         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9619         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9620
9621         * script-init.ly: added shortfermata, longfermata,
9622         verylongfermata, varcoda
9623
9624         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9625         longfermata, verylongfermata, varcomma, varcoda
9626
9627 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9628
9629         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9630           Remove all noquote and insert a few quote.
9631         
9632         * Documentation/user/lilypond-book.itely (Music fragment options),
9633           scripts/lilypond-book.py: Don't include quotation blocks by
9634           default. Introduce option quote instead of noquote
9635
9636 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9637
9638         * VERSION: 1.7.15 released
9639         
9640         * Documentation/user/lilypond.tely: omf updates.
9641
9642         * buildscripts/texi2omf.py (omf_vars): include version.date
9643
9644         * make/lilypond.redhat.spec.in: fixes for spec file. 
9645
9646         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9647         by function definition: lily now requires a recent GNU Make.
9648
9649         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9650         writing.
9651
9652         * make/ly-rules.make: remove .ly -> .tex rule
9653
9654         * Documentation/user/refman.itely (Figured bass): revised figured
9655         bass example.
9656
9657 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9658
9659         * stepmake/stepmake/omf-targets.make (local-install): add
9660         scrollkeeper-update message.
9661
9662         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9663         to binary.
9664         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9665
9666         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9667
9668         * Documentation/user/converters.itely (Invoking midi2ly): add
9669         track/channel notice.
9670
9671 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9672
9673         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9674
9675         * lily/parser.yy (scalar): DIGIT is also a scalar.
9676
9677         * Documentation/user/music-glossary.tely: add @omf tags
9678
9679         * Documentation/user/lilypond.tely: add @omf tags
9680
9681         * scm/generate-documentation.scm (string-append): add @omf tags.
9682
9683         * stepmake/stepmake/omf-*: new files 
9684
9685         * input/regression/multi-measure-rest.ly (texidoc): add doco
9686
9687         * GNUmakefile.in (web-doc-install): add web-doc-install target
9688
9689         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9690         fixes crashes while dumping MIDI.
9691
9692         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9693         midi
9694
9695 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9696
9697         * buildscripts/texi2omf.py: new file.
9698
9699         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9700         font-name
9701
9702 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9703
9704         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9705
9706         * lily/sequential-iterator.cc (descend_to_child): call
9707         descend_to_child() for all types of music.
9708
9709 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9710
9711         * scm/translator-property-description.scm: Add
9712         bassFigureFormatFunction.  Replace some entries.
9713
9714 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9715
9716         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9717         clean out.
9718
9719 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9720
9721         * scripts/midi2ly.py (Note.dump): never dump duration for
9722         dump_dur=0.
9723
9724         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9725         new function
9726
9727         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9728         figures using new markups. Much simpler, and should improve layout
9729         a little.
9730
9731         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9732
9733 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9734
9735         * ly/engraver-init.ly: use Hara kiri by default for 
9736         ChordNames, FiguredBass and Lyrics(Voice) context. 
9737
9738         * lily/axis-group-engraver.cc (acknowledge_grob): use
9739         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9740
9741         * scm/new-markup.scm (markup-function-list): add bracket,
9742         vbracket.
9743
9744         * ly/engraver-init.ly (ChordNamesContext): set
9745         minimumVerticalExtent
9746
9747 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9748
9749         * input/test/time-signature-double.ly: new file 
9750
9751         * input/regression/collision-head-chords.ly (texidoc): new file.
9752
9753         * lily/type-swallow-translator.cc: add note swallow translator 
9754
9755         * input/test/time-signature-double.ly: new file.
9756
9757         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9758
9759         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9760         (FiguredBassContext): idem.
9761
9762         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9763
9764         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9765
9766         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9767
9768         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9769         .afm dependency
9770
9771         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9772
9773         * python/lilylib.py (make_page_images): add function.
9774
9775         * scripts/ly2dvi.py (run_latex): include title in preview image.
9776
9777         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9778         from lilypond-book for <ly2dvifile> tags in HTML.
9779
9780         * scripts/ly2dvi.py (option_definitions): add --debug option to
9781         print out environment.
9782
9783         * input/regression/tie-chord-partial.ly: new file.
9784
9785 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9786
9787         * lilypond.words: add 3
9788
9789 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9790
9791         * scm/new-markup.scm (markup-function-list): add finger-markup
9792
9793         * input/tutorial/brahms-tweaked.ly: new markup 
9794
9795         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9796
9797         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9798         crash when processing '() markup
9799
9800         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9801
9802         * lily/breathing-sign.cc (railtracks): another caesura.
9803
9804         * mf/feta-schrift.mf: caesura symbol. 
9805
9806 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9807
9808         * scripts/convert-ly.py (FatalConversionError.conv): add
9809         ly:molecule-XXX conversions.
9810
9811         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9812
9813         * input/regression/multi-measure-rest-text.ly: new file.
9814
9815         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9816         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9817
9818         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9819         ScoreContext
9820
9821         * scm/new-markup.scm (center-markup): \center markup.
9822
9823         * scm/music-functions.scm: remove pitchify scripts.
9824
9825         * lily/music.cc (print_smob): display music name if available 
9826
9827 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9828
9829         * Documentation/user/refman.itely (Instrument names): remove
9830         \turnOff doco.
9831
9832 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9833
9834         * lily/score.cc (mark_smob): bugfix.
9835
9836         * input/regression/rehearsal-mark.ly: new file.
9837
9838         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9839         report error at the current token again.
9840
9841 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9842
9843         * cygwin/mknetrel: Exit if doc build fails.
9844
9845         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9846
9847 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9848
9849         * scm/music-types.scm (music-descriptions): add doc strings
9850
9851 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9852
9853         * lily/lexer.ll: 
9854         * lily/include/my-lily-lexer.hh: 
9855         * lily/include/includable-lexer.hh: Add flex kludge.
9856
9857         * config.hh.in: 
9858         * config.make.in: 
9859         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9860         cruft.
9861         
9862         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9863         code.
9864
9865 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9866
9867         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9868
9869         * lily/parser.yy (new_chord): Compile fix.
9870
9871 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9872
9873         * Documentation/user/refman.itely (Tuning groups of objects):
9874         remove documentation for \turnOff. 
9875
9876         * lily/percent-repeat-engraver.cc (try_music): add correct
9877         processing moments for double-measure percents as well.
9878
9879         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9880
9881         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9882         grob prop type. 
9883
9884         * Documentation/user/refman.itely (Printing named chords): add
9885         chord name tweak doco.
9886
9887         * input/template/gregorian-transcription.ly: new file.
9888
9889 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9890
9891         * VERSION: 1.7.13 released
9892         
9893         * input/test/*: lots of cleanups/comment-outs/removals in chord
9894         examples
9895         
9896         * input/regression/*: lots of cleanups/comment-outs/removals in
9897         chord examples
9898         
9899         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9900         options
9901
9902         * lily/new-chord-name-engraver.cc (process_music): give original
9903         inversion pitch to chord name routine.
9904
9905         * input/tutorial/os-score.ly: update to new markup
9906
9907         * Documentation/user/appendices.itely: simply include
9908         chords-ignatzek. 
9909
9910         * Documentation/user/refman.itely (Chords mode): add documentation
9911         for chord mode.
9912
9913         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9914         not present in chord.
9915         (construct-chord): add inversion and bass support.
9916
9917         * lily/chord.cc: junk contents.
9918
9919 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9920
9921         * Documentation/user/refman.itely:
9922         * Documentation/user/music-glossary.tely: fix. 
9923
9924 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9925
9926         * scm/chord-entry.scm (construct-chord): move chord construction
9927         to Scheme.
9928
9929         * lily/parser.yy (new_chord): new setup for chord entry.
9930
9931 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9932
9933         * lilypond.words:
9934         * Documentation/user/music-glossary.tely: add ambitus.
9935
9936 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9937
9938         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9939
9940         * lily/include/*.hh: string() -> to_string()
9941
9942         * scm/chords-ignatzek.scm: new file.
9943
9944         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9945         standard chord name exceptions.
9946
9947         * scm/translator-property-description.scm (chordNameSeparator):
9948         add property.
9949         (majorSevenSymbol): add property
9950
9951         * lily/translator-scheme.cc (ly:context-properties): new function
9952         (ly:context-parent): new function.
9953         (print_smob): print context name.
9954
9955         * lily/music.cc (ly:get-music-length): new function
9956         (print_smob): don't print properties.
9957
9958         * lily/duration.cc (duration<?): new function
9959
9960         * input/regression/chords-funky-ignatzek.ly: new file.
9961
9962         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9963         jazz chords.
9964
9965         * lily/pitch.cc (ly:pitch-diff): new function.
9966
9967         * input/regression/chords-ignatzek.ly: new file.
9968
9969 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9970
9971         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9972         pitches for jazz chords.
9973
9974 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9975
9976         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9977
9978 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9979
9980         * lilypond.words: add 1
9981
9982 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9983
9984         * Documentation/topdocs/AUTHORS.texi: refine.
9985
9986 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9987
9988         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9989         
9990         * lilypond.words: add one.
9991
9992 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9993
9994         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9995         Fontify bass note in chords, e.g., e in c1/e.
9996         
9997 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9998
9999         * Documentation/user/music-glossary.tely: Dutch updates and
10000         additions (Arent Storm).
10001
10002 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10003
10004         * input/regression/ambitus.ly:  move file.      
10005
10006         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10007
10008         * lily/event.cc (transpose): add tonic property to Key_change_req
10009         and to Key_engraver.
10010
10011 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10012
10013         * Documentation/user/refman.itely: fix typo.
10014
10015         * lilypond.words: removed wrong identifiers.
10016
10017 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10018
10019         * mf/feta-toevallig.mf: make flat stem shorter 
10020
10021 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10022
10023         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10024
10025         * lilypond.words: add from Phrasing slur.
10026         
10027 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10028
10029         * lilypond-mode.el: allow launching multiple ViewPS processes.
10030         
10031         * lilypond.words: add from Text markup.
10032
10033 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10034
10035         * input/test/ossia.ly (texidoc): add comment.
10036
10037         * input/regression/voice-follower.ly: new file.
10038
10039         * mf/feta-toevallig.mf: make flat heavier.
10040
10041         * lily/cluster-engraver.cc: clean up Cluster engraver
10042
10043         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10044         Engraver. Use Note_column to compute Y positions and deal with
10045         line break stuff.
10046
10047 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10048
10049         * lily/stem.cc: move french-beaming to stem.
10050
10051 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10052
10053         * lilypond-font-lock.el: fontify all durations in chords.
10054
10055         * lilypond.words: add from lily/my-lily-lexer.cc
10056
10057 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10058
10059         * VERSION: release 1.7.12
10060
10061         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10062
10063         * lily/gregorian-ligature.cc: new file
10064
10065         * lily/*: the Great 2003 search & replace.
10066
10067         * Documentation/user/refman.itely (Manual repeat commands): add
10068         note about font selection.
10069
10070 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10071
10072         * lilypond-mode.el: propose recompiling midi while invoking playing,
10073         not while stopping playing.
10074
10075 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10076
10077         * lilypond.words: add one.
10078
10079         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10080         and expressional note grouping. Fontify chord modes.
10081
10082 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10083
10084         * Documentation/user/music-glossary.tely (Top): translate melisma.
10085
10086 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10087
10088         * Documentation/user/music-glossary.tely (Top): add melisma.
10089
10090 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10091
10092         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10093         interfaces for (abstract) grob GregorianLigature
10094
10095         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10096         renamed head* -> glyph_name*, x-shift* -> x-offset*
10097
10098         * scm/grob-property-description.scm: bugfix: added missing descriptions
10099
10100 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10101
10102         * input/test/chord-names-dpnj.ly: New file.
10103
10104         * scm/double-plus-new-chord-name.scm: Implement full and partial
10105         exceptions.
10106
10107         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10108
10109         * scm/double-plus-new-chord-name.scm
10110         (double-plus-new-chord->markup): Fix sub->markup.
10111
10112
10113 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10114
10115         * lily/custos-engraver.cc: added TODO; editorial changes
10116
10117         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10118         consistency with other ligature engravers; removed access on (now)
10119         private variable _ligature of Ligature_engraver
10120
10121         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10122         renamed last_bound -> last_bound_; issue programming_error on
10123         abstract method calls; moved primitives code from
10124         Mensural_bracket_engraver to here (because almost ligature
10125         engravers will need it); renamed try_stop_ligature () ->
10126         typeset_ligature (); bugfix: store primitives of finished ligature
10127         in separate variable finished_primitives_ to avoid clash on input
10128         like "\] \["; added current_ligature () to enable access on
10129         private variable _ligature
10130
10131         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10132         (now in super class); renamed try_stop_ligature () ->
10133         typeset_ligature ()
10134
10135         * lily/mensural-ligature.cc: issue programming_error on abstract
10136         method calls
10137
10138         * lily/note-heads-engraver.cc: added TODO comment upon bool
10139         in_ligature
10140
10141         * mf/parmesan-heads.mf: fixed some of set_char_box()
10142
10143         * scm/grob-description.scm: added VaticanaLigature
10144
10145         * scm/grob-property-description.scm: added neume prefix properties
10146
10147         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10148         lily/include/gregorian-ligature-engraver.hh,
10149         lily/include/gregorian-ligature.hh: new files; framework for
10150         gregorian ligature engravers such as vaticana
10151
10152         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10153         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10154         vaticana style ligature implementation (still somewhat uncomplete)
10155
10156 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10157
10158         * VERSION: release 1.7.11
10159
10160         * scripts/convert-ly.py: add ly:pitch-transpose rule
10161
10162 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10163
10164         * input/test/dpncnt.ly: New file.
10165
10166         * lily/my-lily-lexer.cc: Add chordnames keyword.
10167
10168         * lily/parser.yy (chordnames_block): Parse chord name exception
10169         lists, see input/test/dpncnt.ly.
10170
10171         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10172         function.
10173
10174         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10175         filter-out too.
10176
10177         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10178         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10179         pitch functions (except for ly:make-pitch, but that's apparently
10180         some sort of scheme naming standard?).
10181
10182         * scm/lily.scm (!=): define-public.
10183
10184         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10185
10186 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10187
10188         * scm/double-plus-new-chord-name.scm
10189         (double-plus-new-chord-name->markup): New file.
10190
10191 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10192
10193         * python/lilylib.py (make_preview): don't suppress progress for
10194         bbox extraction.
10195
10196 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10197
10198         * Documentation/user/appendices.itely (scheme): update for new syntax.
10199
10200         * input/regression/chord-name-styles.ly: new file
10201
10202         * lily/instrument-name-engraver.cc: create instrument names
10203         without barline too.  Allows instrument name on ChordNames  
10204
10205         * scm/new-markup.scm (interpret-markup): allow simple strings as
10206         markup too.
10207
10208 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10209
10210         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10211         (step->markup-accidental): Fix: add accidental.
10212         (chord::inner-name-american): 
10213         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10214         append stray '/' if last superscript addition was 'o'.
10215
10216         * scm/new-markup.scm (normal-size-sub-markup) 
10217         (normal-size-super-markup): New function.
10218
10219         * lily/source-file.cc (Source_file): Add warning for possibly
10220         intentional but suspicious initialization.
10221
10222         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10223         add comments about cut-and-paste programming.
10224
10225         * flower/rational.cc (lcm): Not used; comment out.
10226
10227 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10228
10229         * lily/new-fingering-engraver.cc (position_scripts): use
10230         fingerHorizontalDirection to determine fingering horizontal
10231         directions.
10232  
10233         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10234         fingering support.
10235
10236         * scripts/convert-ly.py (FatalConversionError.conv): add style
10237         conversion rule. 
10238
10239         * scm/chord-name.scm (set-chord-name-style): new function.
10240         (new-chord-name-brew-molecule): revise to interpret markup only
10241         (new-chord->markup): cleanuppish rewrite. To be called from the
10242         new engraver.
10243
10244         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10245         Markup earlier, during interpreting.
10246
10247         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10248         style settings. Rename to chord-names-*.ly
10249
10250 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10251
10252         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10253         markup code and update to new markup.  Most probably broke some of
10254         it.
10255         
10256 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10257
10258         * Documentation/user/refman.itely: added docu for ambitus and
10259         clusters
10260
10261         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10262         ly_quote_scm() in lookup.cc
10263
10264         * mf/parmesan-clefs.mf: set_char_box fix
10265
10266         * lily/cluster-engraver.cc: junk implicit protection; use
10267         Protected_scm instead
10268
10269 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10270
10271         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10272         throughout.
10273
10274         * scm/new-markup.scm: Turn-off error-triggering test code.
10275
10276 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10277
10278         * scm/new-markup.scm (markup-thrower-typecheck) 
10279         (markup-typecheck?):  add full typechecking functions.
10280         (make-markup-maker): add make-FOO-markup functions.
10281         (markup-argument-list-error): nice error checking messages.
10282         (make-markup): better function: less quoting escapades.
10283
10284 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10285
10286         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10287
10288 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10289
10290         * cygwin/lilypond.hint (requires): Add cygwin.
10291
10292         * .cvsignore: Remove stepmake (huh!?!), add lib.
10293
10294         * GNUmakefile.in: Add libdir links for builddir runs.
10295
10296         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10297         instead of datadir.
10298
10299         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10300         local_lilypond_libdir.
10301
10302         * config.make.in (lilypond_libdir): Add.
10303
10304         * stepmake/stepmake/substitute-rules.make: 
10305         * stepmake/stepmake/script-rules.make: 
10306         * stepmake/stepmake/python-module-rules.make:
10307         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10308         lilypond-python-module patch.
10309
10310 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10311
10312         * Documentation/user/refman.itely (Graphical interfaces): add note
10313         about xml2ly.
10314
10315 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10316
10317         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10318
10319 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10320
10321         * VERSION: released 1.7.10
10322
10323         * scripts/musedata2ly.py (): idem
10324
10325         * scripts/midi2ly.py (dump_chord): idem
10326
10327         * scripts/etf2ly.py (version): idem 
10328
10329         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10330
10331         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10332
10333         * scm/tex.scm (tex-output-expression): remove eval compat
10334         glut. Other output files too.
10335
10336         * scm/chord-name.scm: don't export anything from chord module.
10337
10338         * input/test/american-chords.ly: idem
10339
10340         * input/test/banter-chords.ly (texidoc): idem
10341
10342         * input/test/Cc-chords.ly: add breakage notes.
10343
10344         * Documentation/user/refman.itely (Text markup): rewrite manual
10345         section.
10346
10347         * lily/parser.yy (scalar): allow \markup { } as property value. 
10348
10349         * scm/chord-name.scm: complete new markup usage
10350
10351         * scm/grob-description.scm (all-grob-descriptions): use new markup
10352         texts by default
10353
10354 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10355
10356         * scm/chord-name.scm: partial move to new markup texts.
10357
10358 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10359
10360         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10361
10362         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10363         settable.
10364
10365 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10366
10367         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10368         invoked for old midi, wait for killing.
10369
10370 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10371
10372         * Documentation/user/music-glossary.tely: Finnishing.
10373
10374 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10375
10376         * mf/feta-nummer-code.mf: some kerning pairs.
10377
10378 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10379
10380         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10381         Added.
10382
10383         * Documentation/user/refman.itely (Bar numbers):
10384         set-bar-number-visibility added, modulo-bar-number removed again
10385         (sorry).
10386
10387 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10388
10389         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10390
10391         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10392
10393         * Documentation/user/music-glossary.tely: translate into Finnish.
10394
10395 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10396
10397         * lilypond-mode.el: add shortcut for 2midi
10398
10399         * lilypond-font-lock.el: fontify lyrics
10400
10401 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10402
10403         * scm/drums.scm : use 1.7.x names.
10404
10405         * input/regression/drums.ly : Don't use << chords >>
10406
10407 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10408
10409         * lilypond-mode.el: tidy, add TODO
10410
10411         * make/lilypond.mandrake.spec.in: install-info quietly.
10412
10413 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10414
10415         * input/test/markup.ly: use new syntax.
10416
10417 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10418
10419         * ly/params-init.ly (interscoreline): add word-space
10420
10421         * input/test/metronome.ly (eighthNote): idem.
10422
10423         * input/test/script-priority.ly: use new markup
10424
10425         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10426
10427         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10428
10429         * lily/parser.yy (gen_text_def): bugfix.
10430         (full_markup): allow markup identifier.
10431
10432 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10433
10434         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10435         jobs at the same time. Add horizontal lines to Command menu.
10436         Allow one compiling job -- propose killing others before a new one.
10437
10438         * lilypond.words: add markup, teeny, etc.
10439
10440 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10441
10442         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10443         Allow only one type of midi process; launching Midi either stops
10444         midis or plays the current midi and launching MidiAll stops midis
10445         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10446         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10447
10448 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10449
10450         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10451         markup  for new markup texts.
10452
10453         * lily/mark-engraver.cc (process_music): idem
10454         
10455         * lily/instrument-name-engraver.cc (create_text): idem
10456
10457         * scm/new-markup.scm (magnify-markup): new function.
10458
10459         * scm/molecule.scm (stack-lines): bugfix.
10460
10461         * lily/font-interface.cc (get_font): take font-magnification from
10462         alist chain.
10463
10464 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10465
10466         * lily/molecule-scheme.cc: move scheme functions to separate file.
10467
10468         * lily/font-metric.cc  (ly_get_glyph): new function. 
10469         
10470         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10471         (italic-markup, dynamic-markup): new functions
10472         (font-markup): new function
10473
10474         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10475         padding and minimum
10476
10477 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10478
10479         * lily/accidental-engraver.cc:
10480         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10481
10482 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10483
10484         * lilypond.vim:
10485         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10486         [a-zA-Z] for user defined identifiers. Separate note cases 
10487         with and without a duration (allow cis\longaX).
10488
10489         * lilypond.words: Add words from Info.
10490
10491 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10492
10493         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10494
10495 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10496
10497         * lilypond-mode.el: Propose reverting buffer before a command if
10498         it was edited with an another editor.
10499
10500 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10501
10502         * lily/molecule.cc (ly_translate_molecule): new function
10503
10504         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10505         into libdir
10506
10507         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10508
10509         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10510
10511 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10512
10513         * lilypond.words: take \words from Info-index.
10514
10515 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10516
10517         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10518
10519 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10520
10521         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10522
10523 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10524
10525         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10526         and lilypond-documentation.
10527
10528 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10529
10530         * lily/parser.yy: Compile fix (bison 1.75).
10531
10532 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10533
10534         * VERSION: 1.7.9 released
10535
10536         * scm/music-functions.scm (shift-one-duration-log): refactor.
10537         Use music-map.
10538
10539         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10540
10541         * NEWS: update.
10542
10543         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10544         argument
10545         
10546         * scm/music-functions.scm (display-music): new function
10547         (music-map): change arg order.
10548
10549         * input/regression/new-markup-syntax.scm: new file
10550
10551         * lily/parser.yy (markup): add \markup { .. } syntax.
10552
10553         * scm/new-markup.scm (override-markup): new function
10554         (lookup-markup): new function
10555         (music-markup): new function
10556         (lookup-markup-command): use markup-signature to store argument
10557         format for parser.
10558
10559         * lily/lexer.ll: preliminary \markup syntax. 
10560
10561 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10562
10563         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10564         add pre/post-dependencies and menus with icons from source.
10565
10566         * Documentation/pictures/lilypond-48x48.xpm:
10567         * Documentation/pictures/lilypond-32x32.xpm:
10568         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10569         transparent.
10570
10571         * stepmake/stepmake/generic-targets.make:
10572         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10573
10574 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10575
10576         * input/regression/music-map.ly (texidoc): new file.
10577
10578         * scm/music-functions.scm (music-map): new function
10579
10580 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10581
10582         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10583
10584 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10585
10586         * input/test/to-xml.ly:
10587         * lily/ligature-engraver.cc: Fixes documentation.
10588
10589         * lilypond.mandrake.spec.in:
10590         * lilypond.redhat.spec.in: Add lilypond.words.
10591
10592         * Documentation/user/refman.itely: Mention Info inside emacs.
10593         
10594         * lilypond.suse.spec.in:
10595         * lilypond.redhat.spec.in:
10596         * lilypond.mandrake.spec.in: Set root-owner for doc
10597         (tobbe@nyvalls.se).
10598
10599 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10600
10601         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10602         os.popen.read ().
10603
10604 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10605
10606         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10607
10608         * python/lilylib.py (error): add space
10609
10610 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10611
10612         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10613         distribution.
10614
10615 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10616
10617         * lily/paper-outputter.cc (Paper_outputter): close port when
10618         finishing score.
10619
10620 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10621
10622         * scm/sodipodi.scm: Fixes.
10623
10624 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10625
10626         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10627
10628         * buildscripts/make-font-dir.py: Fix. 
10629
10630 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10631
10632         * lilypond-mode.el: Add support for Info inside Emacs.
10633
10634 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10635
10636         * buildscripts/make-font-dir.py: 
10637         * mf/GNUmakefile: Make sodipodi font map.
10638
10639         * scm/sodipodi.scm: Add more output functions.
10640
10641         * mf/feta-nummer.mf: 
10642         * mf/feta-beugel.mf: Add font_coding_scheme.
10643
10644         * lily/paper-outputter.cc (output_header): Fix creator string.
10645
10646 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10647
10648         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10649         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10650
10651         * lilypond.words: add two (Everybody can add/remove words now!).
10652
10653         * debian/rules:
10654         * make/lilypond.suse.spec.in:
10655         * make/lilypond.mandrake.spec.in:
10656         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10657
10658         * Documentation/user/refman.itely: Mention autocompletion.
10659
10660 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10661
10662         * scripts/ly2dvi.py: Add paper sizes.
10663
10664         * lily/timing-engraver.cc: 
10665         * lily/time-signature.cc: 
10666         * lily/span-bar.cc: 
10667         * lily/grob-scheme.cc: Code formatting fixes.
10668
10669         * scm/sodipodi.scm: 
10670         * scm/sketch.scm:
10671         * buildscripts/mf-to-table.py: 
10672         * buildscripts/make-font-dir.py: Font testing.
10673
10674 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10675
10676         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10677         inserts try-completion and shows all-completions.
10678
10679         * lilypond.words: '\' -> '\\'
10680
10681         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10682         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10683         
10684         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10685         and LilyPond-reserved-words.
10686         
10687 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10688
10689         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10690         from load-path.
10691         
10692         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10693         the mini-buffer with Control-Shift-c.
10694         
10695 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10696
10697         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10698         duration. This fixes \tempo taking time.
10699
10700 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10701
10702         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10703         Allow for text markup in repeatCommands. 
10704
10705 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10706
10707         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10708         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10709         Get rid of skeleton.el-dependency.
10710
10711         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10712
10713 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10714
10715         * lily/beam-engraver.cc (stop_translation_timestep): reset
10716         now_stop_ev_
10717
10718         * lily/scm-option.cc: add parse-protect to ly:set-option
10719
10720         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10721
10722 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10723
10724         * lily/include/ligature-bracket.hh: removed
10725         * lily/ligature-bracket.cc: removed
10726
10727         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10728         .tex
10729
10730         * lily/beam.cc (set_beaming): don't change beam count on rests.
10731         (brew_molecule): always set flag-width > 0.
10732
10733 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10734
10735         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10736         chars, remove instructions; instead, refer to lilypond-init.el and
10737         Documentation/topdocs/INSTALL.texi.
10738
10739         * lilypond.words: add identifiers and reserved words.
10740
10741         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10742         files and adding a load-path.
10743
10744         * lilypond-init.el: Instructions, extracted from 
10745         Documentation/topdocs/INSTALL.texi. 
10746         
10747 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10748
10749         * VERSION: 1.7.8 released 
10750
10751         * lily/grob.cc (warning): better robustness fix.
10752
10753 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10754
10755         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10756
10757         * lily/cluster-engraver.cc: stick better to variable naming
10758         conventions
10759
10760         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10761         until stop_translation_timestep()
10762
10763         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10764         min/max coordinates to backend, but no musical info such as
10765         pitches
10766
10767         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10768
10769         * lily/grob.cc: robustness fix: warning(): do not crash if
10770         cause is not set
10771
10772         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10773         the much more elaborated tuplet brackets than the very naive and
10774         simple ligature bracket grob
10775
10776 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10777
10778         * Documentation/user/refman.itely (Analysis brackets): add
10779         horizontal bracket doco.
10780
10781         * ly/property-init.ly (setMmRestFermata): added.
10782
10783         * Documentation/user/refman.itely (Multi measure rests): fermatas
10784         on mm rests.
10785
10786         * input/regression/apply-context.ly (texidoc): new file
10787
10788         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10789         code to be executed during interpretation. Possible applications:
10790         smart octavation, more advanced bar checks. 
10791
10792         * lily/apply-context-iterator.cc: new file.
10793
10794 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10795
10796         * input/test/new-markup.ly: new file.
10797
10798         * lily/text-item.cc (text_to_molecule): new function
10799
10800         * scm/new-markup.scm (lambda): new file
10801
10802         * lily/function-documentation.cc (ly_add_function_documentation):
10803         add proc property as well
10804
10805 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10806
10807         * Documentation/user/music-glossary.tely (Top): add custos.
10808
10809 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10810
10811         * Documentation/topdocs/INSTALL.texi: advise how to include source
10812         path to Emacs load-path and improve language.
10813
10814 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10815
10816         * GNUmakefile.in: config.h message fix.
10817
10818         * autogen.sh:
10819         * aclocal.m4: Regenerate.
10820
10821         * configure.in: 
10822         * config.make.in: 
10823         * stepmake/config.make.in: 
10824         * stepmake/configure.in: 
10825         * stepmake/autogen.sh: 
10826         * stepmake/aclocal.m4: Update for autoconf 2.56.
10827
10828 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10829
10830         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10831         to install Emacs-mode. Instructions how to use vim-mode.
10832
10833 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10834
10835         * scm/music-types.scm (music-descriptions): no length for tempo event.
10836
10837         * input/*.ly: add \version everywhere.
10838         
10839         * input/*.ly: update syntax to 1.7 + new-chords.
10840
10841         * VERSION: 1.7.7 released.
10842         
10843         * Documentation/user/*.tely: new chord syntax.
10844
10845         * input/regression/[bc]*.ly (texidoc): syntax updates.
10846         
10847 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10848
10849         * lilypond.words: add vocabulary to be used in auto-completion
10850
10851         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10852
10853         * lilypond.vim: allow note name at EOF
10854
10855 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10856
10857         * buildscripts/new-chords.py (edit): -e option: inline editing.
10858
10859         * input/regression/a*.ly (texidoc): syntax updates.
10860
10861         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10862         music): elucidations. 
10863
10864 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10865
10866         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10867         ly/spanners-init.ly, scm/grob-description.scm,
10868         scm/grob-property-description.scm, scm/music-types.scm,
10869         lily/cluster-engraver.cc, lily/cluster.cc,
10870         lily/include/cluster.hh, input/test/cluster.ly: cluster
10871         implementation
10872
10873         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10874         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10875         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10876
10877         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10878
10879         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10880
10881         * scm/grob-description.scm: bugfix: by default, use default note
10882         head style when engraving ligatures
10883
10884         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10885
10886         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10887         events
10888
10889         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10890
10891         * input/test/ancient-font.ly: bugfix: style -> flag-style
10892
10893         * lily/ligature-engraver.cc: indentation fix
10894
10895         * lily/parser.yy: indentation fixes
10896         
10897 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10898
10899         * input/regression/measure-grouping.ly: more elaborate example.
10900
10901         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10902         ly:div-moment. New functions 
10903
10904         * scm/music-functions.scm (set-time-signature): new function,
10905         allow inline time sig settings with measure grouping.
10906
10907         * lily/parser.yy (command_element): move time sig construction
10908         into Scheme.
10909
10910         * lily/side-position-interface.cc (out_of_staff): new function,
10911         like padding, but keep minimum distance from staff. Easier than
10912         linespanners (dynamics, pedals), but roughly the same effect.
10913
10914 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10915
10916         * emacs-mode.el: Added spanish-note-replacements 
10917         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10918
10919         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10920
10921 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10922
10923         * lilypond.vim: Do not fontify cises, desis, etc.
10924
10925         * vimrc: view dvi with <S-F6>
10926
10927 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10928
10929         * lily/lookup.cc (triangle): new function.
10930
10931         * input/regression/measure-grouping.ly (texidoc): new file: show
10932         triangles and brackets for beat groups of 3 and 2.
10933
10934         * lily/include/measure-grouping-spanner.hh (class
10935         Measure_grouping): new file.
10936
10937         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10938
10939         * lily/measure-grouping-engraver.cc (class
10940         Measure_grouping_engraver): new file.
10941
10942 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10943
10944         * Merge from stable:
10945
10946             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10947         
10948         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10949         stylesheet.
10950
10951         * ly/paper19.ly: Include paper19-init.ly.
10952
10953         * ly/paper19-init.ly: New file.
10954
10955         * Documentation/user/tutorial.itely (First steps): Fix first
10956         example for font test.
10957
10958         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10959
10960         * ChangeLog: Add 1.7.6 release marker (see below).
10961
10962         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10963         Add .py files.
10964
10965 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10966
10967         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10968
10969         * input/tutorial/*.ly: update to new syntax.
10970
10971         * lily/parser.yy (Composite_music): new transpose syntax,
10972         \transpose FROM TO MUSIC. 
10973
10974 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10975
10976         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10977         latex progress/error output to stderr (by default this goes to
10978         stdout).  Show lilypond progress, even when not verbose.
10979
10980         * python/lilylib.py (system): New optional parameter to control
10981         showing of progress.
10982
10983         * scm/backend-documentation-lib.scm (check-dangling-properties):
10984         Fix error message.
10985
10986         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10987         axis, extent.
10988
10989         * scm/grob-property-description.scm (magnify): Remove.
10990         (extent, axis): Add.
10991
10992 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10993
10994         * VERSION: Release 1.7.6.
10995
10996         * scripts/convert-ly.py: more uniformization substitutions.
10997
10998         * buildscripts/new-chords.py (sub_chords): new file.
10999
11000 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11001
11002         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11003         lilypond.map.  Include sauter fonts too.  Cleanups.
11004
11005 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11006
11007         * Documentation/user/tutorial.itely (First steps): change to new
11008         chord/tie/slur/beam notation.
11009
11010         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11011         ties.
11012
11013         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11014         engraver. Process ties in postfix notation, i.e. c8-~ c
11015
11016         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11017
11018         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11019
11020         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11021
11022         * lily/beam-engraver.cc (try_music): accept new-beam-events
11023
11024         * input/regression/chord-scripts.ly (texidoc): new file
11025
11026         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11027         script-events.
11028
11029         * scm/script.scm (default-script-alist): cleanup.
11030
11031         * lily/script-engraver.cc (make_script_from_event): cleanup.
11032
11033         * lily/lyric-combine-music-iterator.cc
11034         (Lyric_combine_music_iterator): remove superfluous events.
11035         (melisma_busy): new function. Fix broken melismas.
11036
11037 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11038
11039         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11040         Remove nonvalid settings. Use descriptive key names.
11041         Use <Return> to indicate the pressing of that key.
11042
11043 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11044
11045         * scripts/lilypond-book.py (option_definitions): Typo.
11046
11047         * scripts/ly2dvi.py: Updates.
11048
11049         * python/lilylib.py (setup_environment, print_environment)
11050         (get_bbox, make_preview): Merge and remove from ly2dvi and
11051         lilypond-book.
11052
11053         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11054
11055         * .cvsignore: Remove some cruft.
11056
11057         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11058         path.
11059
11060         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11061         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11062         throughout.
11063
11064         * python/lilylib.py (quiet_system): Junk
11065         (system): Display error log upon failure.
11066         (read_pipe): New function.  Cleanups and fixes.
11067
11068         * python/*.py: Rename from *.py.in.
11069         
11070         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11071
11072         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11073
11074 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11075
11076         * python/GNUmakefile: Bugfix: handle modules.
11077
11078         * stepmake/stepmake/python-module-targets.make (default): Add
11079         compiled modules. 
11080
11081         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11082         compiling modules.
11083
11084         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11085         Bugfix.  (OUT_PYC_MODULES): Add.
11086
11087 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11088
11089         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11090         Use default paths. Refresh description.
11091
11092 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11093
11094         * VERSION: 1.7.5 released
11095
11096         * input/regression/finger-chords.ly (texidoc): new file.
11097
11098         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11099         support
11100
11101         * lily/fingering-engraver.cc (process_music): remove kludgy
11102         scriptHorizontal stuff.
11103
11104         * lily/script.cc: remove staff-support property.
11105
11106         * lily/new-fingering-engraver.cc (add_fingering): new
11107         file. Fingering engraver for new style chords.
11108
11109 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11110
11111         * lily/parser.yy (bare_number): allow 4 \cm (without
11112         decimal dot). (should backport to 1.6?)
11113
11114         * ly/declarations-init.ly: use Scheme for dimension defs.
11115
11116         * lily/parser.yy (TODO): remove hard coded dimensions, add
11117         REAL NUMBER_IDENTIFIER production.
11118
11119         * lily/rest-collision.cc (force_shift_callback): rewrite using
11120         -done property.
11121
11122         * scm/grob-property-description.scm (rest-collision-done): add
11123         property.
11124         
11125         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11126
11127 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11128
11129         * input/regression/multi-measure-rest-center.ly: new file.
11130
11131         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11132         off horizontally by 0.05 ss. Fixed.
11133
11134 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11135
11136         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11137
11138         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11139
11140 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11141
11142         * lily/tie.cc (get_control_points): also avoid staff lines on the
11143         just outside the outer staff lines
11144
11145 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11146
11147         * ly/params-init.ly: Just define style-alist, no need to
11148         define-public.
11149
11150         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11151         (thanks Han-Wen).
11152
11153         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11154         (FET_FILES): = FONT_FILES.
11155
11156         * Merge from stable:
11157
11158             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11159
11160 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11161
11162         * VERSION: 1.7.4 released.  
11163         
11164         * scm/generate-documentation.scm (string-append): add macro
11165         definitions.
11166
11167         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11168         normal texts.
11169
11170         * lily/multi-measure-rest-engraver.cc: make separate
11171         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11172
11173         * lily/multi-measure-rest.cc: remove text handling. Remove
11174         number-threshold.
11175
11176 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11177
11178         * scm/music-types.scm: doc patch by Graham Percival
11179
11180 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11181
11182         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11183         encoding part.
11184         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11185         (sketch_p): Sketch wants only first four elements of X11 font spec.
11186
11187         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11188
11189         * mf/feta-autometric.mf: Write foundry and family to log.
11190
11191         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11192         font translation table.
11193
11194         * buildscripts/mf-to-table.py: Better font info into afm.
11195
11196         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11197         1.0.9 required.
11198
11199         * configure.in: Whine for mftrace 1.0.9.
11200
11201 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11202
11203         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11204
11205         * lily/main.cc (main_prog): don't try to load init.EXT when
11206         processing foo.EXT.
11207
11208 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11209
11210         * scm/tex.scm (zigzig-line): added.
11211
11212         * scm/ps.scm (zigzag-line): added.
11213
11214         * ps/music-drawing-routines.ps (subvec): added.
11215         (draw_zigzag_line): added.
11216         
11217         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11218         grob properties zigzag-width and zigzag-length.
11219
11220         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11221
11222 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11223
11224         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11225         svg output, including font.
11226
11227 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11228
11229         * scm/lily.scm: Register sodipodi output module.
11230
11231         * scm/sodipodi.scm: New file.
11232
11233         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11234
11235         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11236         comment, after header.
11237         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11238         FullName.  Fix FontName key.
11239
11240 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11241
11242         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11243         and breve rests.
11244         
11245         * input/test/blank-notes.ly: bugfix
11246
11247         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11248         rests. (Kim Shrier)
11249
11250         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11251         
11252 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11253
11254         * scm/tex.scm: 
11255         * scm/ps.scm: Cleanup and remove obsolete junk.
11256
11257         * Documentation/user/internals.itely:
11258         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11259
11260         * lily/parser.yy: Identify shift/reduce problems.
11261
11262         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11263         make-style-sheet.  Too specific for convert-ly?
11264
11265 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11266
11267         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11268
11269         * input/test/*.ly: various fixes.
11270
11271         * lily/music.cc (name): bugfix
11272
11273         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11274
11275         * lily/input-file-results.cc (code): set-point-and-click! ->
11276         set-point-and-click
11277         
11278 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11279
11280         * Use uniform ly: prefix for exported scheme primitive functions.
11281
11282         * scm/music-types.scm: junk compat glue
11283
11284         * scripts/convert-ly.py: add rules for stuff below, junk
11285         compatibility glue for spanrequest.
11286
11287         * lily/parser.yy (verbose_event): remove \spanrequest,
11288         \commandspanrequest, \script. 
11289         
11290         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11291
11292         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11293         for \penalty, \glissando.
11294
11295         * VERSION: release 1.7.3
11296         
11297 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11298
11299         * lily/accidental-engraver.cc: Fix
11300         grace-in-the-beginning-of-measure bug caused by the resent
11301         partial-measure fix.
11302
11303         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11304         overlap looks too crowded)
11305         
11306 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11307
11308         * lily/parser.yy (assignment): allow SCM expression as assignment.
11309
11310         * lily/include/music-output-def.hh (class Music_output_def):
11311         * lily/music-output-def.cc: 
11312         * lily/paper-def.cc: 
11313         * scm/font.scm (markup-to-properties):
11314         * lily/parser.yy (music_output_def_body): 
11315         remove style_sheet_
11316
11317 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11318
11319         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11320         length.
11321
11322         * input/regression/spacing-to-grace.ly: new file.
11323
11324         * input/regression/spacing-end-of-line.ly: new file.
11325
11326         * lily/note-spacing.cc (get_spacing): take into account breakable
11327         stuff sticking out at the left (time sig change at line break).
11328
11329         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11330         raggedright code.
11331
11332         * scm/music-functions.scm (make-voice-props-set): add
11333         staff-position for mm rests.
11334  
11335         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11336         before grace notes a little.
11337
11338         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11339
11340         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11341         key adds space at the end of line. 
11342
11343 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11344
11345         * scm/sketch.scm: Fix beams.
11346
11347         * buildscripts/mf-to-table.py: Add EncodingScheme.
11348
11349         * scm/sketch.scm: Resurrect.
11350
11351 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11352
11353         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11354         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11355
11356 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11357
11358         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11359
11360         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11361
11362 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11363
11364         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11365         token for origin information.
11366
11367         * lily/parser.yy (My_lily_lexer): do identifier location and
11368         cloning from lexer.
11369
11370         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11371         logic out of the parser. Add bar checks on both ends.
11372
11373         * Documentation/user/refman.itely (Multi measure rests): add more
11374         notes about mm rests.
11375
11376 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11377
11378         * input/regression/bar-scripts.ly: Re-enable.
11379
11380         * lily/parser.yy:
11381         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11382         released rsn.  Bison 1.50 has a crucial bug and won't work.
11383
11384         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11385
11386
11387 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11388
11389         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11390
11391 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11392
11393         * Actually merge changes since 1.6.4 besides ChangeLog, and
11394         resolve conflicts.  Lots of updates, hope all is well.
11395         
11396         * cygwin/lilypond.hint (requires): Add ghostscript.
11397
11398         * scm: Update some (c).
11399         
11400 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11401
11402         * input/test/{various}.ly: add \header fields and texidoc strings.
11403
11404 2002-10-05  Werner Lemberg  <wl@gnu.org>
11405
11406         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11407         renamed to `output_latex_quoted'.
11408         Added `output_latex_noquote'.
11409         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11410         mode.
11411
11412 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11413
11414         * ChangeLog: Add 1.6.6 release marker.  See below.
11415
11416         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11417
11418         * scripts/midi2ly.py: Fix global syntax warnings.
11419
11420         * GNUmakefile.in: Generate builddir locale tree too.
11421
11422         * scripts/ly2dvi.py:
11423         * scripts/midi2ly.py: 
11424         * scripts/mup2ly.py: 
11425         * scripts/update-lily.py:
11426         * lily/main.cc (setup_paths): Fix for locales setup.
11427
11428 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11429
11430         * Documentation/windows/installing.texi: Soften wording about
11431         necessity of becoming Administrator.  tommie@iae.nl reports this
11432         does not seem to be necessary for his flavour of Windows 2000.
11433         Explicitely discourage text mode mounts.
11434
11435 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11436
11437         * lily/rest.cc (after_line_breaking): backport dot position fix.
11438
11439         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11440         rests. Thanks to Klaus Zimmermann for finding this bug.
11441
11442 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11443
11444         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11445
11446 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11447
11448         * Documentation/user/music-glossary.tely: fix links.
11449
11450 2002-10-21  Werner Lemberg  <wl@gnu.org>
11451
11452         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11453         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11454         scaling factor) only once and use them in the definition of
11455         \embeddedps.
11456         * ps/music-drawing-routines.ps (skeel): Removed.
11457
11458 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11459
11460         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11461         Solaris7, as we don't use nested $( ) constructs.
11462
11463 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11464
11465         * VERSION: Release 1.6.6.
11466         
11467 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11468
11469         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11470         as workaround for /bin/sh problems on Solaris7.
11471
11472 2002-10-19  Werner Lemberg  <wl@gnu.org>
11473
11474         * GNUmakefile.in (web-doc): Fix typos.
11475         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11476         `music-drawing-routines.ps' but emit \special{header=...} once.
11477         * scm/tex.scm (header-end): Updated.
11478
11479 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11480
11481         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11482         undefined tremolo. 
11483
11484 2002-10-15  Werner Lemberg  <wl@gnu.org>
11485
11486         * scripts/lilypond-book.py (g_make_html): New global variable.
11487         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11488         if `g_make_html' isn't set.
11489         [main]: Add format `texi-html'.
11490         (option_definitions): Updated.
11491         * Documentation/user/lilypond-book.itely: Updated.
11492
11493         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11494         * make/ly-rules.make (%.texi, %.nexi): Use it.
11495         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11496         format to lilypond-book.
11497         * GNUmakefile.in (web-doc): Ditto.
11498
11499 2002-10-14  Werner Lemberg  <wl@gnu.org>
11500
11501         Further improve TeX output.  The produced files are about 40%
11502         smaller.  `lilyponddefs.tex' is now read only once.
11503
11504         * tex/lilyponddefs.tex: Remove footer stuff.
11505         (\ifundefined): Renamed to...
11506         (\lilypondundefined): This.  Use LaTeX's definition to
11507         make it nestable and make it global.
11508         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11509         output.
11510         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11511         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11512         them global.
11513         (\placebox): Renamed to...
11514         (\lyitem): This.
11515         Make it global and call \outputscale by itself.
11516         (\lybox, \lyvrule): New macros to reduce input data.
11517         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11518         New auxiliary macros.
11519         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11520         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11521         to...
11522         (\lilypondspace): This and made it global.
11523         (\turnOnPostScript): Renamed to...
11524         (\lilypondpostscript): This and made it global.
11525         (\turnOnExperimentalFeatures): Renamed to...
11526         (\lilypondexperimentalfeatures): This and made it global.
11527         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11528         (\lilypondsetdimen): This and made it global.
11529         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11530         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11531         (all, $(outdir)/music-drawing-routines.ps): New rules.
11532         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11533         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11534         start-system, stop-system, stop-last-system, filledbox): Updated to
11535         use the changed macros from lilyponddefs.tex.
11536         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11537
11538 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11539
11540         * Documentation/windows/installing.texi: Update.
11541
11542 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11543
11544         * VERSION: 1.6.5 released
11545
11546         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11547
11548 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11549
11550         * scm/translator-property-description.scm (voltaOnThisStaff): add
11551         property.
11552
11553 2002-09-28  Werner Lemberg  <wl@gnu.org>
11554
11555         * scm/tex.scm (header-end): Suppress page numbering.
11556
11557         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11558         Fix quotation for HTML output.
11559
11560 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11561         
11562         * Documentation/user/refman.itely: grammar and phrasing
11563           fixes to "Note Entry" section.  Also adds a few new examples.
11564
11565 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11566
11567         * flower/include/string-data.icc: include string.h
11568
11569 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11570
11571         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11572
11573 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11574
11575         * Documentation/user/GNUmakefile (extra-local-help): Add.
11576
11577         * stepmake/stepmake/www-targets.make (local-help): Add.
11578
11579 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11580
11581         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11582         packages.
11583
11584         * Documentation/topdocs/README.texi (Top): building documentation
11585         (not website.)
11586
11587 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11588
11589         * Documentation/user/refman.itely: 
11590         * Documentation/user/tutorial.itely: 
11591         * Documentation/user/music-glossary.tely: Merge changes.
11592
11593         * Documentation/user/glossary.html.in: 
11594         * Documentation/index.texi: 
11595         * Documentation/header.html.in: Accomodate renaming of glossary.
11596         
11597         * Documentation/user/tutorial.itely: Add some glossary references.
11598         
11599         * Documentation/user/refman.itely: Minor fixes.
11600         
11601         * Documentation/user/lilypond.tely: Add glossary do direntry.
11602
11603         * Documentation/user/music-glossary.tely: Rename (previously:
11604         glossary.tely).  Fix anchor placement.
11605
11606         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11607
11608 2002-09-23  Werner Lemberg  <wl@gnu.org>
11609
11610         * scripts/lilypond-book.py (output_dict): Fix handling of
11611         various environments by avoid extraneous newlines.
11612         Rename `output-all' regexp for html to `output-html'.
11613         Replace `output-all' regexp for texi with `output-texi-quote'
11614         and `output-texi-noquote'.
11615         (compose_full_body): Don't override `linewidth' user option
11616         for `singleline'.
11617         (schedule_lilypond_block): Don't indent text specified with
11618         `intertext' option.
11619         Add new option `noquote'.
11620         (compile_all_files): Use latex instead of tex to compile ly
11621         files directly.
11622
11623         * Documentation/user/lilypond-book.itely: Updated and revised.
11624         Improve layout.
11625
11626         * Documentation/user/glossary.tely,
11627         Documentation/user/introduction.itely,
11628         Documentation/user/tutorial.itely,
11629         Documentation/user/refman.itely,
11630         Documentation/user/appendices.itely: Fix overfull LilyPond
11631         boxes caused by the new lilypond-book code.  Other minor
11632         fixes.
11633
11634         * Documentation/user/macros.itexi (@texiflat): Don't emit
11635         trailing space.
11636
11637         * scm/tex.scm (end-output, header-end): Add preamble and
11638         postamble to make lilypond output directly compilable with
11639         latex.
11640
11641         
11642 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11643
11644         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11645         instructions.
11646
11647 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11648
11649         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11650
11651 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11652
11653         * lily/beam.cc (connect_beams): don't crash if there are quarter
11654         notes in beams.
11655
11656 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11657
11658         * Documentation/user/refman.itely: corrected ancient clef
11659         docu; added docu on ligatures
11660
11661 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11662
11663         * Documentation/user/glossary.tely,
11664         Documentation/user/refman.itely, input/les-nereides.ly,
11665         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11666         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11667         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11668         Stem properties: flag-style -> stroke-style, style -> flag-style.
11669
11670
11671 2002-09-22  Werner Lemberg  <wl@gnu.org>
11672
11673         * scripts/lilypond-book.py: Add option `notime' to suppress
11674         printing of a time signature.  Specify default indentation of 0pt
11675         if single line fragment.  Don't emit redundant `\paper{ }'.
11676
11677         * Documentation/user/lilypond-book.itely: Updated.
11678
11679         * Documentation/user/glossary.tely: Completely reformatting.
11680
11681 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11682
11683         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11684
11685 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11686
11687         * Documentation/user/tutorial.itely: Fix links.
11688         
11689         * Documentation/topdocs/index.tely:
11690         * Documentation/index.texi:
11691         * Documentation/header.html.in: Small website fixes and updates.
11692
11693         * debian/: Debian patch by Anthony Fok.
11694
11695 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11696
11697         * Documentation/footer.html.in: How time flies: It's already 2002!
11698
11699         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11700         more descriptive link names than 'here'.
11701
11702 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11703
11704         * VERSION: 1.7.2 released
11705         * VERSION: 1.6.4 released
11706         
11707         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11708
11709         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11710         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11711
11712         * mf/feta-din.mf (test): add x-height and space.
11713
11714         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11715         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11716
11717         * ly/grace-init.ly: add-to-grace-init: function to portably add
11718         settings to \grace. 
11719
11720         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11721         if we get an absolute dynamic event.
11722  
11723         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11724
11725         * lily/source-file.cc (get_line): oops. All line numbers were off
11726         by 2. Fix that. 
11727
11728         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11729         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11730
11731         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11732
11733         * lily/parser.yy (number_factor): remove (number) as number
11734         expression. ("Let them eat Lisp").
11735
11736 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11737
11738         * lily/horizontal-bracket.cc: new file.
11739
11740         * lily/horizontal-bracket-engraver.cc: new file.
11741
11742         * input/regression/note-group-bracket.ly: new file. Support
11743         horizontal note brackets for music analysis.
11744
11745         * lily/stem.cc (flag): new flag-style: no-flag.
11746
11747         * input/test/stem-cross-staff.ly: new file
11748         
11749         * Documentation/user/internals.itely: Improved formatting, fixing
11750         typos.  Added a section `Output details' to describe how the TeX
11751         code looks like.
11752
11753         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11754
11755         * lily/parser.yy: remove \dynamicscript.
11756
11757         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11758         definitions. 
11759
11760         * python/midi.c (midi_error): take two arguments.
11761
11762         * Merge 1.6.5 changes:
11763         
11764 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11765
11766         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11767         staff-space.  Previous 1.5 was probably meant as half-spaces.
11768         (cautionary-style): parentheses (was: smaller).  This is what doco
11769         says, and it seems more logical.
11770
11771         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11772         for 2nd sentence.
11773
11774 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11775
11776         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11777
11778 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11779
11780         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11781
11782 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11783
11784         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11785
11786 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11787
11788         * scm/translator-property-description.scm (voltaOnThisStaff): add
11789         property.
11790
11791 2002-09-28  Werner Lemberg  <wl@gnu.org>
11792
11793         * scm/tex.scm (header-end): Suppress page numbering.
11794
11795         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11796         Fix quotation for HTML output.
11797
11798 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11799         
11800         * Documentation/user/refman.itely: grammar and phrasing
11801           fixes to "Note Entry" section.  Also adds a few new examples.
11802
11803 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11804
11805         * flower/include/string-data.icc: include string.h
11806
11807 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11808
11809         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11810
11811 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11812
11813         * Documentation/user/GNUmakefile (extra-local-help): Add.
11814
11815         * stepmake/stepmake/www-targets.make (local-help): Add.
11816
11817 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11818
11819         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11820         packages.
11821
11822         * Documentation/topdocs/README.texi (Top): building documentation
11823         (not website.)
11824
11825 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11826
11827         * Documentation/user/refman.itely: 
11828         * Documentation/user/tutorial.itely: 
11829         * Documentation/user/music-glossary.tely: Merge changes.
11830
11831         * Documentation/user/glossary.html.in: 
11832         * Documentation/index.texi: 
11833         * Documentation/header.html.in: Accomodate renaming of glossary.
11834         
11835         * Documentation/user/tutorial.itely: Add some glossary references.
11836         
11837         * Documentation/user/refman.itely: Minor fixes.
11838         
11839         * Documentation/user/lilypond.tely: Add glossary do direntry.
11840
11841         * Documentation/user/music-glossary.tely: Rename (previously:
11842         glossary.tely).  Fix anchor placement.
11843
11844         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11845
11846 2002-09-23  Werner Lemberg  <wl@gnu.org>
11847
11848         * scripts/lilypond-book.py (output_dict): Fix handling of
11849         various environments by avoid extraneous newlines.
11850         Rename `output-all' regexp for html to `output-html'.
11851         Replace `output-all' regexp for texi with `output-texi-quote'
11852         and `output-texi-noquote'.
11853         (compose_full_body): Don't override `linewidth' user option
11854         for `singleline'.
11855         (schedule_lilypond_block): Don't indent text specified with
11856         `intertext' option.
11857         Add new option `noquote'.
11858         (compile_all_files): Use latex instead of tex to compile ly
11859         files directly.
11860
11861         * Documentation/user/lilypond-book.itely: Updated and revised.
11862         Improve layout.
11863
11864         * Documentation/user/glossary.tely,
11865         Documentation/user/introduction.itely,
11866         Documentation/user/tutorial.itely,
11867         Documentation/user/refman.itely,
11868         Documentation/user/appendices.itely: Fix overfull LilyPond
11869         boxes caused by the new lilypond-book code.  Other minor
11870         fixes.
11871
11872         * Documentation/user/macros.itexi (@texiflat): Don't emit
11873         trailing space.
11874
11875         * scm/tex.scm (end-output, header-end): Add preamble and
11876         postamble to make lilypond output directly compilable with
11877         latex.
11878
11879         
11880 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11881
11882         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11883         instructions.
11884
11885 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11886
11887         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11888
11889 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11890
11891         * lily/beam.cc (connect_beams): don't crash if there are quarter
11892         notes in beams.
11893
11894 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11895
11896         * Documentation/user/refman.itely: corrected ancient clef
11897         docu; added docu on ligatures
11898
11899 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11900
11901         * Documentation/user/glossary.tely,
11902         Documentation/user/refman.itely, input/les-nereides.ly,
11903         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11904         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11905         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11906         Stem properties: flag-style -> stroke-style, style -> flag-style.
11907
11908 2002-09-22  Werner Lemberg  <wl@gnu.org>
11909
11910         * scripts/lilypond-book.py: Add option `notime' to suppress
11911         printing of a time signature.  Specify default indentation of 0pt
11912         if single line fragment.  Don't emit redundant `\paper{ }'.
11913
11914         * Documentation/user/lilypond-book.itely: Updated.
11915
11916         * Documentation/user/glossary.tely: Completely reformatting.
11917
11918 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11919
11920         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11921
11922 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11923
11924         * Documentation/user/tutorial.itely: Fix links.
11925         
11926         * Documentation/topdocs/index.tely:
11927         * Documentation/index.texi:
11928         * Documentation/header.html.in: Small website fixes and updates.
11929
11930         * debian/: Debian patch by Anthony Fok.
11931
11932 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11933
11934         * Documentation/footer.html.in: How time flies: It's already 2002!
11935
11936         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11937         more descriptive link names than 'here'.
11938
11939 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11940
11941         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11942
11943 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11944
11945         * lily/part-combine-music-iterator.cc (get_state): cleanup
11946         (get_music_info): cleanup.
11947
11948 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11949
11950         * scm/backend-documentation-lib.scm (interface-doc-string):
11951         crosslinks between interfaces and grobs. Headings for interfaces
11952         in grob explanation.
11953
11954 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11955
11956         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11957         dtd).  Add preliminary dtd.
11958         (re-sub-alist): Robustify.
11959
11960 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11961
11962         * lily/include/event-chord-iterator.hh,
11963         lily/context-specced-music-iterator.cc,
11964         lily/event.cc, lily/event-chord-iterator.cc: add
11965
11966 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11967
11968         * lily/: some (c) header fixes.
11969         
11970         * lily/request-chord.cc: Remove.
11971         
11972         * lily/include/event-chord-iterator.hh:
11973         * lily/include/event.hh:
11974         * lily/event-chord.cc: New file.
11975         
11976         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11977         requested.
11978
11979 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11980
11981         * lily/ : rename Request to Event
11982
11983         * lily/parser.yy (command_element): move clef stuff into Scheme.
11984
11985         * lily/:  rename length_mom () to get_length()
11986
11987         * lily/part-combine-music.cc: removed file and class.
11988
11989         * lily/context-specced-music-iterator.cc (class
11990         Context_specced_music_iterator): new file. Obsoletes the
11991         Context_specced_music type.
11992
11993         * scm/music-types.scm (make-repeated-music): put different kinds
11994         of repeated music into music-type table.
11995
11996         * VERSION: 1.7.1 released.
11997
11998         * scm/to-xml.scm: new file.
11999
12000         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12001         new Input representation: dump music as XML.
12002
12003         * scm/engraver-documentation-lib.scm
12004         (engraver-accepts-music-types?): add links from music to engraver,
12005         from music-type to engraver.
12006
12007         * lily/include/command-request.hh: removed
12008         lily/include/musical-request.hh: removed. Removed all _req classes
12009         except Key_change_req. Changes throughout.
12010
12011 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12012
12013         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12014
12015 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12016
12017         * lily/*.cc: specify accepts for many engravers.
12018
12019         * scm/music-documentation-lib.scm: dump music expressions and
12020         music subtypes.
12021
12022         * scm/documentation-lib.scm: complete revision.
12023         Use GOOPS objects to store document tree explicitly. Cleaned up and
12024         sped up doco generation a lot.
12025
12026 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12027
12028         * input/trip.ly (fugaIILeft): add arpeggio
12029
12030         * lily/translator-group.cc (try_music_on_nongroup_children):
12031         oops. The name symbol is in the cdr of the assoc handle.
12032
12033         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12034         Hyphen_req, Glissando_req, Break_req, Mark_req 
12035
12036 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12037
12038         * lily/musical-request.cc (music-duration-length,
12039         music-duration-compress): new functions.
12040
12041         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12042         throughout. Warning doesn't work yet.
12043
12044         * lily/translator-group.cc (try_music_on_nongroup_children):
12045         new implementation: store candidate acceptors in a hashTable.
12046
12047 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12048
12049         * scm/music-types.scm (music-descriptions): change name to
12050         internal-class-name
12051
12052         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12053
12054 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12055
12056         * lily/beam.cc (connect_beams): don't crash if there are quarter
12057         notes in beams.
12058
12059 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12060
12061         * Documentation/user/refman.itely: corrected ancient clef
12062         docu; added docu on ligatures
12063
12064 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12065
12066         * Documentation/user/glossary.tely,
12067         Documentation/user/refman.itely, input/les-nereides.ly,
12068         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12069         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12070         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12071         Stem properties: flag-style -> stroke-style, style -> flag-style.
12072
12073 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12074
12075         * scm/music-functions.scm (music-separator?): don't use name music
12076         property.
12077
12078 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12079
12080         * stepmake/stepmake/generic-targets.make (help): Document check
12081         target.
12082
12083         * lily/new-accidental-engraver.cc: Compile fix.
12084
12085 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12086
12087         * scripts/convert-ly.py: Add rule.
12088
12089         * input/test/music-creation.ly:
12090         * input/test/add-staccato.ly:
12091         * input/test/add-text-script.ly: ly-make-music.
12092
12093         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12094         More ly-make-music renamings.
12095
12096         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12097
12098         * lily/music-constructor.cc (make_music): Add debugging info.
12099
12100         * scm/music-functions.scm (make-simultaneous-music,
12101         (make-sequential-music, context-spec-music):
12102         * scm/music-types.scm (music-descriptions): Get lily to run.
12103
12104 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12105
12106         * lily/command-request.cc (transpose_key_alist): new function.
12107
12108         * lily/key-performer.cc (create_audio_elements): cleanup. 
12109
12110 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12111
12112         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12113
12114         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12115         events-accepted field.
12116
12117         * scm/music-types.scm: new file.
12118
12119         * lily/parser.yy: put music type initialization into scheme,
12120         similar to grob initialization.  Changes throughout.
12121
12122 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12123
12124         * Documentation/user/tutorial.itely: Fix links.
12125         
12126         * Documentation/index.texi: 
12127         * Documentation/header.html.in: 
12128         * Documentation/topdocs/index.tely: Small website fixes and updates.
12129
12130         * debian/: Debian patch by Anthony Fok.
12131
12132 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12133
12134         * Documentation/footer.html.in: How time flies: It's already 2002!
12135
12136         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12137         more descriptive link names than 'here'.
12138
12139         * ROADMAP: Remove test stuff.
12140
12141         * scripts/update-lily.py: Allow auto-building of stable and
12142         development versions.  Bugfixes.
12143
12144 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12145
12146         * VERSION: released 1.7.0
12147
12148         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12149
12150         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12151         positive line widths.
12152
12153 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12154
12155         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12156         go.  Fix comments.
12157
12158         * cygwin: Cygwin updates.
12159
12160 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12161
12162         * Documentation/windows/installing.texi (Top): version for python,
12163         urls for ghostscript (thanks to John Potelle)
12164         
12165         * lily/simultaneous-music-iterator.cc
12166         (Simultaneous_music_iterator): init children_list_ before
12167         triggering GC.
12168
12169         * lily/*-iterator.cc: be even more careful with smobbed copy
12170         constructors. 
12171
12172         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12173         LeftEdge item.
12174
12175 2002-09-15  Werner Lemberg  <wl@gnu.org>
12176
12177         Improving LilyPond's output to make them ordinary TeX boxes with
12178         predictable dimensions.  System boxes are now vertically centered on
12179         the baseline; this offset can be further controlled with
12180         \lilypondscoreshift.
12181
12182         * lily/system.cc (System::post_processing): Pass length of current
12183         system to `start-system' (including any horizontal indentation).
12184
12185         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12186         prettier.
12187         (lily-def): Append `%'.
12188         (start-system): Add parameter `wd'.  Output more TeX code to specify
12189         box dimensions.
12190         (stop-system, stop-last-system): Complement changes in
12191         `start-system'.
12192         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12193         Updated.
12194
12195         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12196         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12197         Write final `\endinput'.
12198
12199         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12200         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12201         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12202         files and macro definitions don't produce spurious spaces and
12203         paragraphs (using \endlinechar).
12204         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12205
12206         * Documentation/user/internals.itely: Improved formatting, fixing
12207         typos.  Added a section `Output details' to describe how the TeX
12208         code looks like.
12209
12210 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12211
12212         * lily/accidental-engraver.cc: Also work with partial measures.
12213
12214 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12215
12216         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12217         spanner.
12218
12219 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12220
12221         * lily/identifier-smob.cc (unpack_identifier): new file.
12222
12223         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12224         pass off scheme expressions as music identifiers.
12225
12226         * scm/lily.scm: reorganisation, cleanups.
12227
12228         * lily/main.cc: small cleanups.
12229
12230 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12231
12232         * lily/ly-module.{cc,hh}: new file.
12233
12234 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12235
12236         * lily/accidental-engraver.cc: Also work with partial measures.
12237
12238 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12239
12240         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12241
12242 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12243
12244         * lily/my-lily-lexer.cc: use SCM module in stead of
12245         Scheme_hash_table. Changes throughout.  
12246
12247 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12248
12249         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12250