]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
c19eff62afe8805202c7a519d37c74ce9260bc73
[lilypond.git] / ChangeLog
1 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * lily/lily-guile.cc: 
4         * lily/pangofc-afm-decoder.cc:
5         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
6         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
7
8         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
9         developers.
10
11         * lily/paper-outputter.cc (file): New method.
12         (dump_string): Use it.
13
14         * scm/output-gnome.scm: Update with pango CVS info, lilylib
15         musing.
16         
17         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
18         of them has a comma :-).
19
20         * scm/framework-gnome.scm: Add pango decoders.
21
22         * lily/include/pangofc-afm-decoder.hh: 
23         * lily/pangofc-afm-decoder.cc: New file.
24
25         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
26
27         * configure.in: Check for pango.
28
29         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
30         autoconf).
31         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
32
33         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
34
35 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
36
37         * Documentation/user/tutorial.itely (Integrating text and music):
38         fix grammar & punctuation.
39
40 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
41
42         * lily/: Stray janitorial cleanups.
43
44         * scm/lily.scm (ly:all-stencil-expressions):
45         * scm/lily.scm (ly:all-output-backend-commands): New function.
46
47         * scm/safe-lily.scm (safe-objects): Add them.
48
49         * scm/framework-gnome.scm (<gnome-outputter>): New class.
50
51         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
52
53 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
54
55         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
56
57 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
58
59         * scm/page-layout.scm (default-page-make-stencil): add
60         raggedbottom, raggedlastbottom.
61
62         * Documentation/user/changing-defaults.itely (Page layout): add doc.
63
64         * scm/framework-tex.scm (define-fonts): fix export of
65         papersize.
66
67         * lily/paper-book.cc (classic_output): strip suffixes from
68         framework functions.
69
70         * lily/tuplet-bracket.cc (before_line_breaking): do not return
71         SCM_UNDEFINED to Scheme.
72
73 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
74
75         * lily/book.cc: remove Book::to_stencil().
76         (process): whoops. Score::book_rendering returns vector, not list.
77
78         * scripts/convert-ly.py (conv): remove \notes.
79         apply to input examples.
80         
81         * lily/paper-outputter.cc (output_stencil): don't use
82         smobify_self() but self_scm()
83
84         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
85         from smobify_self().
86
87         * lily/paper-book.cc (output): load framework module
88         scm_c_resolve_module().
89
90         * python/lilylib.py (exit): exit with argument i.
91
92 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
93
94         * scm/framework-gnome.scm (output-framework-gnome): Try loading
95         gnome modules from non-toplevel.
96
97         * lily/ly-module.cc (ly:import-module): Export to ly:.
98
99         * lily/paper-score.cc (process): Do not show progress newline.
100
101         * lily/paper-book.cc (output, classic_output): Show progess
102         newline after score.
103
104 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
105
106         * buildscripts/lilypond-words.py: add ly/vlaams.ly
107
108 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
109
110         * lily/score.cc (ly:run-translator): Do not crash on empty music
111         list.
112
113         * lily/book.cc (process): Do not render score when systems is empty.
114
115         * input/simple-song.ly: Down one octave.
116
117         * scm/output-gnome.scm: Remove script again; re-add modules fix
118         (CVS conflict resolve?)
119
120         * lily/stencil.cc (ly:interpret-stencil): Was:
121         interpret_stencil_expression.
122
123 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
124
125         * buildscripts/guile-gnome.sh: New file.
126
127         * scm/output-gnome.scm: White background, better window size, sane
128         canvas size.  Cleanups.
129
130 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
131
132         * VERSION: release 2.3.4
133
134         * Documentation/user/invoking.itexi (Invoking the lilypond
135         binary): document --safe.
136
137         * scm/output-gnome.scm: set PATH in script.
138
139         * scm/page-layout.scm (default-page-make-stencil): don't stretch
140         if there is too few systems on a page.
141
142         * lily/parser.yy (relative_music): start at middle C without pitch
143         argument.
144
145         * Documentation/user/changing-defaults.itely (Page layout): new node.
146         (Paper size): rename node
147         (Page breaking): new node.
148         (Titling): move from invoking.
149         (File structure): new node.
150
151         * lily/parser.yy (score_body): allow \header and music anywhere in
152         \score body.
153
154 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
155
156         * scm/lily.scm (ly:load): Remove page-breaking.scm.
157
158 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
159
160         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
161
162         * lily/include/paper-line.hh: rename to Paper_system.
163
164         * lily/include/paper-book.hh: doc class.
165
166         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
167
168         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
169         (plain-header): add instrument-name.
170         (default-page-make-stencil): bugfixes.
171
172         * lily/parser.yy (book_body): allow \header anywhere in \book{}
173
174         * lily/paper-book.cc: remove copyright & tagline. Remove
175         interactions with Page
176
177         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
178         here, 
179         (default-page-make-stencil): new function
180         (default-page-music-height): new function
181         (page-headfoot): new function
182         (ly:optimal-page-breaks): generate stencils directly from here
183
184         * scm/titling.scm: new file, group titling functions
185
186 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
187
188         * scm/output-gnome.scm: Handle multiple pages.
189
190         * scm/framework-gnome.scm: Do not load output-gnome.
191         (framework-gnome): Invoke output-gnome::header and
192         output-gnome::end-output as faked stencils.  Fixes experimental
193         gnome output.
194
195 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
196
197         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
198         octavation compatibility fixes. Backportme. 
199
200         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
201         pages.
202         (ly:optimal-page-breaks): combine-penalties: no shortcut for
203         negative. Now we handle negative penalties (ie. \pageBreak)
204         correctly.
205
206         * lily/system.cc (get_line): extract page-penalty from the left
207         bound.
208
209         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
210
211 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
212
213         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
214
215 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
216
217         * scm/output-gnome.scm: Update script.  Move development to
218         lilypond_2_3_2 branch for now.
219
220 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
221
222         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
223         negative penalties.
224         cleanups.
225
226         * Documentation/user/changing-defaults.itely (Creating contexts):
227         index entries
228
229         * scm/page-breaking.scm (ly:optimal-page-breaks): new
230         file. Rewrite function. 
231
232         * lily/paper-book.cc (pages): new interface: page-breaking returns
233         list of line-list.
234
235         * lily/page.cc (Page): take lines argument.
236
237         * scm/document-translation.scm (all-engravers-doc): link to user man
238
239         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
240
241         * Documentation/user/notation.itely (Relative octaves): typo.
242
243         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
244
245 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
246
247         * scm/output-gnome.scm: Update build script.
248
249 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
250
251         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
252         gnome backend.
253
254         * scm/framework-gnome.scm: New file.
255
256         * scm/lily.scm: Use it.
257
258         * lily/paper-outputter.cc: Janitorial cleanups.
259         (ly:outputter-dump-string): Remove unreachable statement.
260
261         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
262         (ice-9): Bugfix: Add srfi-1.
263
264         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
265
266 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
267
268         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
269         in do_quit()
270         
271 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
272
273         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
274
275 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
276
277         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
278         override of Beam::position-callbacks. Why would grace beams not be
279         quantized? Fixes: weird-stem-size-grace. 
280
281         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
282         warning only once. Backportme.
283
284         * lily/accidental-engraver.cc (number_accidentals_from_sig):
285         bugfix, 2nd try. Backportme.
286
287         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
288
289 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
290
291         * Documentation/user/notation.itely (Instrument transpositions):
292         Correct the name of the instrumentTransposition property.
293
294 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
295
296         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
297
298 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
299
300         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
301         and postLilyPondExample are called when defined.
302
303 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
304
305         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
306         This fixes setting notenames with `\include "nederlands.ly" '
307
308         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
309         new function.
310
311 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
312
313         * scm/page-layout.scm: don't do piece, it should be in score-title
314         only.
315
316         * lily/lexer.ll: lex \score separately.
317
318         * lily/paper-book.cc: junk stencil2line.
319
320         * lily/paper-line.cc (Paper_line): construct from Stencil
321         directly. No futzing with the dimensions.
322
323         * lily/include/paper-line.hh (class Paper_line): 
324
325         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
326         takes arbitrary number of arguments.
327
328         * input/test/markup-score.ly (tuning): simplify example. 
329
330 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
331
332         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
333
334         * scm/define-markup-commands.scm (score): define score-markup
335
336         * lily/parser.yy (markup): use score-markup.
337
338         * lily/score.cc: add ly:score? 
339
340 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
341
342         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
343         fret-parse-string so it prepares for calls to fret-diagram-verbose
344         Changed display constants to props so they are available for
345         \override.
346         
347 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
348
349         * VERSION: release 2.3.3
350
351         * stepmake/stepmake/generic-vars.make: unset LANG.
352
353         * input/regression/tuplet-nest.ly: bugfix.
354
355         * lily/tie-performer.cc (stop_translation_timestep): reset
356         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
357
358         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
359         clear repeat_ directly after setting stem_tremolo_. Fixes:
360         tremolo-repeat.ly
361
362         * input/regression/span-bar-break.ly: new file.
363
364         * scm/define-grobs.scm (all-grob-descriptions): remove
365         break-visibility from SpanBar. Fixes: piano-repeat.ly
366
367 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
368
369         * python/lilylib.py (make_ps_images): only compute bbox when needed.
370
371         * scripts/lilypond-book.py (process_snippets): use lily -f ps
372         files for generating pngs. (failed experiment)
373
374         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
375         file with PFA fonts included.
376
377         * lily/score.cc (default_rendering): put header in too.
378
379         * lily/paper-line.cc (LY_DEFINE): change function to
380         ly:paper-line-extent
381
382         * scm/page-layout.scm (default-book-title): only add lines for
383         non-nil fields.
384         (default-score-title): idem.
385
386         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
387
388         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
389
390         * lily/include/paper-book.hh (class Paper_book): remove height_
391         member.
392
393         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
394
395         * lily/ly-module.cc (LY_DEFINE): bugfix.
396
397         * lily/paper-book.cc (book_title): separate function for the book
398         title.
399
400         * scm/page-layout.scm (default-book-title): only account for
401         markup fields.
402
403         * scm/framework-ps.scm: new file. Move high level interface from
404         output-ps.scm
405
406         * scm/music-functions.scm (def-grace-function): move macros from
407         ly/music-functions-init.ly
408
409         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
410         framework-tex.scm
411
412         * scm/framework-tex.scm (dump-line): new file. High level
413         interface for output (pages, systems, header). 
414
415         * lily/include/page.hh (class Page): add is_last_ field.
416
417         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
418
419         * lily/paper-book.cc (split_string): new function
420         (output): output multiple formats, i.e. --format=ps,tex
421
422         * scm/output-ps.scm (output-scopes): dump variables directly.
423         (define-fonts): rewrite for new interface
424
425         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
426
427         * lily/paper-outputter.cc (Paper_outputter): take format argument.
428
429         * lily/main.cc (parse_argv): don't set extension for output.
430
431         * lily/clef-engraver.cc (create_clef): remove
432         Staff_symbol_referencer::set_position() call. 
433
434 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
435
436         * ly/music-functions-init.ly (addlyrics): set the 'origin property
437         with the location argument in music function definitions.
438
439 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
440
441         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
442         staffsymbol dependency.
443
444         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
445         cleanups.
446
447         * lily/book.cc (process): return Paper_book
448         (to_stencil): use Book::process().
449
450         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
451         header_ field. Store in $globalheader
452
453         * lily/parser.yy (book_body): book header is initted to
454         $globalheader.
455         
456
457 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
458
459         * input/test/fill-a4.ly: removed.
460
461         * lily/parser.yy (output_def): push scope of parent_ Output_def
462         too.
463
464 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
465
466         * scm/output-gnome.scm: Update info.
467
468 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
469
470         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
471
472         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
473         than 1 module.
474
475         * lily/include/ly-module.hh (ly_use_module): rename is_module to
476         ly_c_module_p.
477
478         * scm/page-layout.scm (default-book-title): move Scheme titling
479         functions to here.
480
481         * lily/parser.yy (book_paper_block): remove scope too.
482
483         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
484
485         * lily/rest.cc: add direction to rest properties.
486
487         * lily/include/output-def.hh: new file, move from
488         music-output-def.hh
489
490 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
491
492         * scm/output-gnome.scm: Describe feta-cork hack.
493
494 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
495
496         * lily/include/book-paper-def.hh: derive from Output_def 
497
498         * lily/include/paper-def.hh: move all functionality out of class.
499         Junk header.
500
501         * lily/include/music-output-def.hh: rename Music_output_def to
502         Output_def.
503
504         * input/wilhelmus.ly: only set space for Paper formatting. 
505
506         * lily/include/midi-def.hh: remove file, remove class.
507         Move functions to Music-output-def.
508
509         * lily/music-output-def.cc (Music_output_def): remove separate
510         translator table. Lookup translators in scope directly. This
511         obviates Context suffix for context identifiers, i.e.
512
513         \context {
514           \Staff
515           .. 
516           }
517
518
519         will work.
520         
521
522         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
523
524         * Documentation/user/changing-defaults.itely (Horizontal spacing):
525         document spacing override hack.
526
527 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
528
529         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
530         installation info.  Support point-and-click.  Add +/- zoom
531         keybindings.
532
533 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
534
535         * VERSION: 2.3.2 released
536         
537         * lily/parser.yy (book_body): set default bookpaper.
538
539         * scm/output-tex.scm (header): kludge: hard code linewidth. 
540
541         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
542
543 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
544
545         * lily/score.cc (default_rendering): scale outputdef before
546         starting.
547
548 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
549
550         * scm/fret-diagrams.scm: Add header.
551
552         * scm/output-gnome.scm: Hello world :-)
553
554 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
555
556         * scripts/lilypond.py (run_dvips): only add papersize if present.
557
558         * lily/accidental-engraver.cc (update_local_key_signature): new
559         function, fold code from initialize() and process_music().
560         (update_local_key_signature): use deep copy. This fixes one
561         problem from custom-key-signatures.ly.
562         (number_accidentals_from_sig): tighter check for
563         accidental-too-old.
564
565         * ly/engraver-init.ly: remove localKeySignature
566         definition from ChoirStaff, StaffGroup, Score.
567         
568         * lily/percent-repeat-engraver.cc (try_music): add moments for
569         barlines too. Fixes: skipbars-percent-repeat.ly.
570
571 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
572
573         * lily/context-def.cc (filter_performers): don't go to cdrloc if
574         skipping last pair. Fixes: crash-bar-number.
575
576         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
577         D. Sorensen)
578
579         * input/test/fret-diagram.ly: new file.
580
581         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
582         (scale-paper): divide by scale.
583
584 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
585
586         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
587         case.
588
589 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
590
591         * scm/stencil.scm (fontify-text): reinstate function
592
593         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
594
595         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
596
597         * lily/parser.yy (book_paper_head): \bookpaper {} 
598
599         * python/midi.c: remove config.h
600
601 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
602
603         * scm/output-gnome.scm: Update.
604
605 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
606
607         * scm/output-gnome.scm: New file.
608
609         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
610
611 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
612
613         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
614         (find_scaled_font): move from Paper_def
615
616 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
617
618         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
619         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
620
621         * po/fr.po: update po.
622
623         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
624
625         * lily/book-paper-def.cc (print_smob): new file.
626
627 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
628
629         * buildscripts/lilypond-words.py: search words also from
630         music-functions-init.ly.
631
632 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
633
634         * ly/music-functions-init.ly (def-music-function): new helper
635         macro for defining music functions. \addlyrics \appoggiatura
636         \acciaccatura \grace \partcombine \autochange \applycontext
637         \applyoutput and \breathe are now defined here thanks to it.
638
639         * lily/parser.yy: 
640         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
641         \grace \partcombine \autochange \applycontext \applyoutput and
642         \breathe keywords removed from the parser.
643
644         * lily/parser.yy: 
645         * lily/music-function.cc (ly_make_music_function): 
646         * lily/lexer.ll (music_function_type): added a case for 0-arg
647         music functions.
648
649 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
650
651         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
652         refering to a music expression can be used in lily-inside-scheme:
653         #{ $music #}
654
655         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
656         and ly:parser-define, and change ly:parser-parse-string in order
657         to make #{ $music #} work.
658
659         * scm/new-markup.scm (compile-markup-expression): when an argument
660         is a string, use `make-simple-markup'.
661
662 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
663
664         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
665
666 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
667
668         * scripts/convert-ly.py (FatalConversionError.func): handle + in
669         font-size. (backportme)
670
671 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
672
673         * lily/paper-outputter.cc (output_stencil): dump font definitions
674         before each stencil.
675
676         * lily/include/paper-book.hh (struct Score_lines): new
677         struct. Collect info per Paper-score.
678
679         * lily/include/page.hh (class Page): to_stencil() returns Stencil
680         everywhere.
681
682         * lily/stencil.cc (find_expression_fonts): new function
683
684         * lily/paper-outputter.cc (output_stencil): use
685         interpret_stencil_expr
686
687         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
688         (interpret_stencil_expr): new function. Generic stencil
689         interpretation.
690
691         * lily/paper-def.cc (find_scaled_font): divide lookup
692         magnification by outpuscale for non-virtual fontmetrics. This
693         fixes ludicrously long font definitions for text
694         fonts. (backportme)
695
696         * lily/score-engraver.cc: remove
697         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
698
699 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
700
701         * input/test/markup-score.ly: Remove \notes.
702
703         * lily/parser.yy (book_body): Grok Composite_music and \header.
704         (markup): Push NOTES mode before score_block.
705
706         * VERSION: release 2.3.1
707         
708         * mf/feta-klef.mf: 
709         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
710
711         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
712
713         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
714
715 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
716
717         * scm/output-tex.scm (output-tex-string): tighten safe security.
718
719         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
720
721         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
722         allowed ly functions.
723
724         * lily/ly-module.cc (ly_module_define): only define variable if
725         bound.
726         (ly_make_anonymous_module): take safe option.
727
728 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
729
730         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
731
732 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
733
734         * input/regression/newaddlyrics.ly: Fix.
735
736         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
737         \score \notes.
738
739 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
740
741         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
742
743 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
744
745         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
746
747         * lily/paper-line.cc (Paper_line): don't store list of stencils,
748         but convert to single Stencil immediately.
749
750         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
751
752 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
753
754         * scm/output-sodipodi.scm: Resurrect sodipodi output.
755
756 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
757
758         * elisp/lilypond-mode.el: Changed the way defaults are created for
759         LilyPond-command-master.  LilyPond-mode will now check the
760         timestamps of the files to see which command has to run next.
761
762 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
763
764         * scm/bass-figure.scm (format-bass-figure): don't set
765         number-markup for strings. This fixes string in bass
766         figure. (backportme)
767
768         * lily/parser.yy (bass_number): insert number-markup into figure
769         definition.
770
771         * scm/define-music-properties.scm (all-music-properties): make
772         'figure a markup.
773
774         * scripts/convert-ly.py (conv): \apply -> \applymusic
775
776 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
777
778         * elisp/lilypond-mode.el: changed the order of some commands
779         ("Midi" after "2Midi"), use the user-defined
780         LilyPond-command-default as default instead of "LilyPond"
781
782         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
783         to set the master file for the next command.
784
785         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
786         with font-lock-reference-face.
787
788 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
789
790         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
791
792         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
793
794 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
795
796         * ly/music-functions-init.ly (TODO): new file.
797
798         * lily/parser.yy (Generic_prefix_music_scm): add more
799         music_function symbols.
800         (Prefix_composite_music): change \apply to music-function   
801
802         * lily/include/music-function.hh: rename to music-function
803
804 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
805
806         * lily/music-head.cc (LY_DEFINE): change order of args.
807
808         * input/regression/music-head.ly (texidoc): new file.
809
810         * lily/parser.yy (Generic_prefix_music): allow generic
811         music-transformation functions. 
812
813         * lily/include/music-head.hh (is_music_head): new file.
814
815         * lily/music-head.cc (get_music_head_transform): new file.
816
817 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
818
819         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
820         empty extent. This fixes ottava brackets on rests. (backportme)
821
822         * make/lilypond.redhat.spec.in (Group): ln png files for info.
823
824         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
825
826         * cygwin/lily-wins.py: update for the lily-wins.py script.
827
828 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
829
830         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
831         code. This will obviate typeset_grob () in the future.  The effect
832         of this is that improperly written spanner handling will result in
833         invalid spanner bounds.
834         (announce_grob): add to elems_ from here
835         (typeset_grob): comment out.  
836
837         * lily/include/engraver.hh (make_spanner): new calling interface
838         for make_{item,spanner}. This obviates most calls to
839         announce_grob().
840                 
841         * scm/music-functions.scm (set-accidental-style): use GrandStaff
842         iso. PianoStaff for piano styles.
843
844 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
845
846         * Documentation/user/music-glossary.tely: add segno after d.s.
847
848 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
849
850         * lily/include/audio-column.hh: remove unused variables.
851         (patch by Michael Welsh Duggan)
852
853         * flower/include/axes.hh (other_axis): inline Axes function
854         (thanks to David Brandon).
855
856 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
857
858         * cygwin/mknetrel: Install image links (backportme).
859
860         * Documentation/user/GNUmakefile (local-install-info): Activate
861         actual installing of image links (backportme).
862
863 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
864
865         * Documentation/user/notation.itely (Measure repeats): Removed
866         unnecessary (and confusing) \context Voice{.
867
868 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
869
870         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
871
872         * lily/page.cc (Page): Do not use ly_scheme_function for
873         volatile/configurable variables (FIXME: better name).
874
875         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
876         get_scmvar).
877
878 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
879
880         * scripts/convert-ly.py (FatalConversionError.subst): use
881         \transposition.
882
883 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
884
885         * lily/include/page.hh (class Page): Declare left_margin ().
886
887         * lily/page.cc: Remove paper var caching.
888
889 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
890
891         * Documentation/user/music-glossary.tely: Add name to @top node.
892         Remove comment from @table definitions (workaround for makinfo
893         bug).
894
895         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
896         ly:stencil-get-expr).  Update callers.
897         (ly:stencil-align-to!):  Return stencil too.
898
899         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
900         stencil.  Remove looped line-based page output.
901         (output_line): Use line stencil.  Remove looped stencil-based line
902         output.
903
904         * lily/page.cc (ly:page-paper-lines): New function.
905
906         * input/test/markup-score.ly: New file.
907
908         * scm/define-markup-commands.scm (stencil): New markup.
909
910         * lily/book.cc (to_stencil): New method.
911
912         * lily/parser.yy (markup): Use it to grok \score.
913
914 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
915
916         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
917
918         * lily/paper-book.cc (pages): Change signature.  Update callers.
919
920         * lily/include/page.hh:
921         * lily/page.cc: New file.
922
923         * lily/paper-line.cc (to_stencil): New method.
924         
925         * lily/paper-outputter.cc (output_stencil): New method.
926
927         * lily/paper-outputter.cc (output_line): Use them.
928
929         * lily/warn.cc: Remove.
930
931         * lily/my-lily-parser.cc (distill_inname): Remove.
932
933         * flower/include/file-name.hh: 
934         * flower/file-name.cc: New file.  Update users.
935
936         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
937         (find): New method of same name.
938
939         * lily/my-lily-parser.cc (ly:parse-file): Use it.
940
941         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
942         constant error message.
943
944 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
945
946         * input/test/{blank-notes.ly,staff-container.ly}: typos.
947
948 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
949
950         * Documentation/user/music-glossary.tely: @table @strong' replaced
951         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
952         (backportme).
953
954 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
955
956         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
957
958         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
959         #{ lily music expression #} that returns an equivalent scheme
960         music expression by parsing the string.
961
962 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
963
964         * lily/my-lily-parser.cc:
965         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
966         SCM string (foo.ly/toto.scm support).
967
968 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
969
970         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
971
972 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
973
974         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
975
976         * scripts/lilypond-book.py: LY code that includes \header is
977         not assumed to be a fragment.
978
979 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
980
981         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
982         tremolo beams up.
983
984         * lily/stem.cc (chord_start_y): Return 0 if no heads.
985         (get_default_stem_end_position): No tremolo head juggling if no
986         heads.  Fixes tremolo crash on rests (backportme).
987
988         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
989
990 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
991
992         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
993         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
994
995         * lily/lexer.ll: Allow \encoding in NOTES mode.
996
997         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
998         for lyrics, not for commands.
999
1000         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1001         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1002
1003         * input/regression/newaddlyrics.ly: New file.
1004
1005         * Documentation/topdocs/NEWS.texi: Update.
1006
1007         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1008         (Music_list): Allow embedded scm.
1009
1010         * lily/score.cc (ly:score-bookify): New function.
1011
1012         * lily/music.cc (ly:music-scorify): Idem.
1013
1014         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1015         (ly:parser-print-score): Idem.
1016
1017         * scm/lily.scm (default-toplevel-book-handler): Idem.
1018         (default-toplevel-music-handler): Idem.
1019         (default-toplevel-score-handler): Idem.
1020
1021         * ly/declarations-init.ly: Set default toplevel handlers.
1022
1023         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1024
1025         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1026         printer for score at toplevel.
1027
1028 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1029
1030         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1031         Fix for simple case: input/simple-song.ly, more complex stuff
1032         does not work yet.
1033
1034 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1035
1036         * lily/parser.yy (Prefix_composite_music): split Composite_music
1037         in Prefix_composite_music and Grouped_music_list.
1038         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1039
1040 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1041
1042         * scm/lily.scm (toplevel-expression): New define.
1043
1044         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1045
1046         * lily/parser.yy (toplevel_expression): Use it.
1047
1048         * lily/include/my-lily-parser.hh: Smobbify.
1049
1050         * lily/my-lily-parser.cc (parse_string): New method.
1051         
1052         * lily/my-lily-parser.cc (ly:parse-string): New function.
1053
1054         * Documentation/user/lilypond.tely: Add comment and workaround for
1055         gs-8.01 crash.  Fixes make web.
1056
1057         Simplification of toplevel music.
1058         
1059         * lily/lexer.ll, lily/parser.yy:
1060
1061         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1062         shift/reduce problem.
1063
1064         * Use NOTES mode at start of maininput.
1065
1066         * Grok toplevel composite music expression, put in score and book.
1067
1068         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1069
1070         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1071
1072         * input/simple.ly: New file.
1073         
1074         * input/simple-song.ly: Idem.
1075
1076 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1077
1078         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1079         Sandberg.
1080
1081 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1082
1083         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1084
1085 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1086
1087         * input/regression/accidental-octave.ly: doc automatic showing
1088         of note names.
1089
1090 2004-04-16  Heikki Junes <janneke@gnu.org>
1091
1092         * po/fi.po: do "make po && make -C po po-update" at top-level,
1093         then "cp po/out/fi.po po/fi.po" and update fields.
1094
1095         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1096
1097 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1098
1099         * Documentation/user/introduction.itely (About this manual): Fix
1100         templates and regression urls (backportme).
1101
1102 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1103
1104         * ly/engraver-init.ly (Score:graceSettings): Increase
1105         beamed-lengths, especially for 32nd notes.
1106
1107         * Documentation/user/notation.itely (Grace notes): Correct the
1108         syntax for add-grace-property example.
1109
1110 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1111
1112         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1113         `Generated' tag.
1114
1115         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1116         Severely broken (the Debian package, at least).
1117
1118 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1119
1120         * lily/context.cc (find_create_context): assign to lvalue.
1121
1122 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1123
1124         * lily/include/translator.hh (class Translator): rename
1125         get_parent_context() to context () to avoid confusion.
1126
1127         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1128
1129         * lily/lexer.ll: change is_string -> ly_c_string_p 
1130
1131         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1132
1133         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1134
1135         * VERSION: release 2.3.0
1136
1137         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1138
1139         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1140         if nonempty.
1141
1142         * lily/include/context.hh (class Context): make members protected.
1143         (children_contexts): new accessor function.
1144
1145         * lily/include/translator.hh (class Translator): make
1146         daddy_context_ protected.
1147         (class Translator): clean up. 
1148
1149         * lily/include/context.hh (class Context): make daddy_context_
1150         private.
1151
1152         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1153         higher for finding Voice. (backportme)  
1154
1155         * lily/include/context.hh (class Context): remove
1156         find_context_below() as a method.
1157
1158         * Documentation/user/notation.itely (The Lyrics context): add note
1159         about manual durations
1160
1161         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1162         encoding.
1163
1164         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1165
1166 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1167
1168         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1169         \usepackage{inputenc}
1170
1171         * lily/paper-book.cc (classic_output): don't advance Offset for
1172         TeX output.
1173
1174         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1175         ec-sauter.map in rules
1176
1177         * mf/ecb.mf (font_identifier): new file, based on ecbx
1178
1179         * mf/ecb10.mf (gensize): new file.
1180
1181         * Documentation/topdocs/NEWS.texi (Top): document some more new
1182         features.
1183
1184         * ly/declarations-init.ly: run convert-ly
1185
1186         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1187         from input-file-results. Remove input-file-results.* 
1188
1189 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1190
1191         * scm/output-ps.scm (font-command): Fix, again.
1192
1193         * input/test/title-markup.ly: Add \noPagebreak test.
1194
1195         * lily/score-engraver.cc (try_music): Bugfix.
1196
1197 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1198
1199         * lily/main.cc (main_with_guile): excise dependency options -M and
1200         --dep-prefix
1201
1202         * lily/input-file-results.cc: excise Makefile dependency code
1203
1204         * Documentation/user/invoking.itexi (Invoking the lilypond
1205         binary): remove dep doco
1206         
1207         * lily/main.cc (main_with_guile): call lilypond-main
1208         
1209         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1210
1211         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1212         exception.
1213
1214         * lily/my-lily-parser.cc: remove paper_description function
1215
1216         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1217         new function.
1218
1219         * lily/main.cc: remove global_score_count.
1220
1221         * lily/book.cc (process): don't take header from global_input_file.
1222
1223         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1224
1225         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1226
1227         * lily/music-output-def.cc (LY_DEFINE): new function
1228         ly_output_description. This function does the bulk for  setting,
1229         parsing and breaking down of an input file.
1230
1231         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1232         anonymous modules globally. Let's hope they get GCd
1233
1234         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1235
1236 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1237
1238         * scm/output-ps.scm (header): Papersize from paper.
1239
1240         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1241         for classic output.
1242
1243         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1244         lilypondclassic is defined.
1245         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1246
1247         * input/regression/between-systems.ly: Remove.
1248
1249         * python/lilylib.py (get_bbox): Fix regular expression
1250         for bounding box.
1251
1252         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1253
1254         * scm/output-tex.scm (stop-page): Use it.
1255
1256         * scm/output-ps.scm (define-fonts): Bugfix.
1257
1258         * lily/grob.cc: Add penalty to interface.
1259
1260         * lily/include/paper-line.hh (class Paper_line): New member
1261         var penalty_.
1262
1263         * lily/system.cc (get_line): Initialise Paper_line with
1264         page-penalty's from original grobs.
1265
1266         * scm/define-music-properties.scm (all-music-properties): Add
1267         page-penalty.
1268
1269         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1270
1271         * lily/score-engraver.cc (try_music): Handle page-penalty.
1272
1273         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1274
1275 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1276
1277         * ly/declarations-init.ly (melismaEnd): typo
1278
1279         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1280
1281         * scm/output-ps.scm (text): split string into spaces, use moveto
1282         for setting space. 
1283         
1284 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1285
1286         * po/nl.po: Update.
1287
1288         * scm/font.scm (add-cmr-fonts): Typo.
1289
1290 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1291
1292         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1293         font-encoding.
1294
1295         * scm/define-grobs.scm (all-grob-descriptions): idem.
1296
1297         * lily/time-signature.cc (numbered_time_signature): idem.
1298
1299         * scm/font.scm (add-cmr-fonts): use real encoding names for
1300         font-encoding.
1301
1302 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1303
1304         * lily/paper-book.cc (classic_output): 
1305         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1306         Fixes classic output.
1307         (lilypondstart):
1308         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1309         kludge.
1310
1311         * scripts/old-lilypond-book.py: Remove.
1312
1313         Page layout for SCOREs enclosed in a BOOK:
1314
1315         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1316         layout tweaking.
1317
1318         * input/les-nereides.ly (theScore): Add \book.
1319         
1320         * input/test/title-markup.ly: Add \book.
1321
1322         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1323         only if 'verbose.
1324
1325         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1326
1327         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1328
1329         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1330         * scm/output-tex.scm (start-system): Update for page layout by
1331         LilyPond.
1332
1333         * scm/output-ps.scm (start-system): Previously (new-start-system).
1334
1335         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1336         passed to define-fonts.
1337
1338         * lily/paper-column.cc: 
1339         * lily/system.cc (get_line):
1340         * ly/property-init.ly (newpage): 
1341         * scm/define-grob-properties.scm:
1342         * scm/output-ps.scm: 
1343         * scm/output-tex.scm: Remove between-system-string kludge.
1344
1345         * scm/output-ps.scm (define-fonts, font-command,
1346         font-load-encoding): Handle ENCODING = #f.
1347
1348         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1349
1350         * scm/define-markup-commands.scm (fill-line): Use
1351         make-simple-markup (WAS: unexisting make-word-markup).
1352
1353         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1354         ENCODING, MARKUP parameters for interpret_string.
1355
1356         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1357
1358         * lily/score.cc (book_rendering): New method.
1359         (default_rendering): Create Paper_book helper locally, dump
1360         output.
1361
1362         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1363
1364         * lily/parser.yy: Handle \book.
1365
1366         * lily/include/book.hh: 
1367         * lily/book.cc: New file.
1368
1369 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1370
1371         * lily/text-item.cc (interpret_string): new file, select font with
1372         encoding.
1373
1374         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1375
1376         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1377
1378         * lily/parser.yy (markup): take encoding from lexer.
1379
1380 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1381
1382         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1383
1384         * scm/output-ps.scm: Remove some cruft.
1385
1386 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1387
1388         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1389
1390         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1391
1392 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1393
1394         * scm/font.scm (add-century-schoolbook-fonts):
1395         (make-century-schoolbook-tree): New function.
1396
1397         * input/test/title-markup.ly: Use Century Schoolbook font.
1398
1399 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1400
1401         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1402         to Erik Sandberg) 
1403
1404         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1405
1406         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1407
1408         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1409
1410         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1411
1412 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1413
1414         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1415         solo-state (at end of solo), we can set the solo status
1416         too. (backportme.)
1417
1418         * input/regression/part-combine-solo-end.ly: new file.
1419
1420 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1421
1422         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1423         flavour abc files.  Really ignore unknown keys (backportme).
1424
1425 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1426
1427         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1428         magnification_ when looking up in orig_.
1429
1430         * scm/output-tex.scm (text): switch off char-mapping.
1431
1432         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1433         because AFM's encoding field cannot have spaces.
1434
1435 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1436
1437         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1438
1439 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1440
1441         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1442
1443         * mf/cmr.enc: new file, without hi-bit ascii info. 
1444
1445         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1446         width. This removes the 'hook' at the end of a long slur.
1447
1448         * buildscripts/mf-to-table.py (parse_logfile): don't append
1449         encoding to fontname.
1450
1451 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1452
1453         * scm/output-ps.scm (define-fonts): Load .enc only once.
1454
1455         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1456         too.
1457
1458 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1459
1460         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1461         encoding field.
1462
1463         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1464
1465         * ly/portuges.ly (pitchnames): new file.
1466
1467         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1468         Michael Welsh Duggan
1469
1470         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1471
1472         * ly/nederlands.ly: add comment about digits.
1473
1474         * lily/scaled-font-metric.cc (derived_mark): idem.
1475
1476         * scm/encoding.scm (make-encoding-mapping): change permutation to
1477         mapping.
1478
1479         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1480         (Modified_font_metric): make alist for coding_description_
1481         (LY_DEFINE): remove coding-name.
1482
1483         * scm/output-tex.scm (text): remove debugging code.
1484
1485         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1486
1487         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1488         from infile.
1489
1490         * mf/feta-generic.mf: move fet_beginfont into generic code.
1491         use fetaMusic (without space) as encoding
1492
1493         * mf/feta-autometric.mf: take encoding argument
1494
1495         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1496
1497         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1498         use.
1499
1500         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1501         name.
1502
1503 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1504
1505         * input/test/title-markup.ly: Set inputencoding.
1506
1507         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1508
1509         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1510
1511         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1512         function.
1513         (coding-alist): Also hold filename, command.
1514         (read-encoding-file): Return symbols.
1515
1516 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1517
1518         * scm/output-tex.scm: remove fontify; text and char take a font
1519         argument.
1520
1521         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1522
1523         * lily/scaled-font-metric.cc (text_dimension): init
1524         coding_{permutation,table}_ too 
1525         (LY_DEFINE): ly:font-encoding, new function return
1526
1527         * lily/paper-def.cc (find_scaled_font): take input coding from
1528         inputcoding paper var.
1529
1530         * lily/performance.cc (output): remap modulo 16.
1531
1532         * lily/text-item.cc (interpret_markup): whoops, variable
1533         shadowing fixed.
1534
1535 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1536
1537         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1538         symbols, not symbols to strings.
1539         
1540         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1541         symbols, not symbols to strings.
1542
1543 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1544
1545         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1546         (ly:kpathsea-gulp-file): New function.
1547
1548         * scm/encoding.scm (read-encoding-file): Use it.
1549
1550 2004-04-06  Werner Lemberg  <wl@gnu.org>
1551
1552         * scm/encoding.scm (coding-alist): Fix typo.
1553
1554 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1555
1556         * lily/scaled-font-metric.cc (text_dimension): move function from
1557         Font_metric
1558         (make_scaled_font_metric): init coding_scheme_ to TeX
1559         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1560
1561         * lily/include/scaled-font-metric.hh (struct
1562         Modified_font_metric): rename from Scaled_font_metric
1563
1564         * scm/encoding.scm (read-encoding-file): split up large function,
1565         leave caching to (delay)
1566
1567         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1568
1569 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1570
1571         * lily/my-lily-lexer.cc (set_encoding): New method.
1572
1573         * lily/lexer.ll: Grok \encoding.
1574
1575         * lily/font-metric.cc (get_encoded_index): New function.
1576
1577         * lily/include/font-metric.hh (coding_scheme): New method.
1578
1579         * scm/encoding.scm: New file.
1580
1581         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1582
1583 2004-04-05  Werner Lemberg  <wl@gnu.org>
1584
1585         * Documentation/user/tutorial.itely: Revised (finished).
1586
1587         * Documentation/user/macros.itexi (@separate): Removed.
1588
1589 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1590
1591         * scm/output-ps.scm (define-fonts): fix scaling.
1592
1593         * lily/scaled-font-metric.cc (design_size): add function.
1594
1595         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1596         partial cut&paste of ly:font-magnification.
1597
1598 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1599
1600         * scm/output-ps.scm (define-fonts):
1601         (fontify): Update.
1602
1603 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1604
1605         * po/fr.po: update. (backportme).
1606
1607         * po/nl.po: update. (backportme). 
1608
1609         * mf/feta-beugel.mf: document why design size is not fixed.
1610
1611         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1612
1613 2004-04-04  Werner Lemberg  <wl@gnu.org>
1614
1615         * Documentation/user/tutorial.itely: Revised (continued).
1616
1617 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1618
1619         * po/nl.po: Update (backportme).
1620
1621 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1622
1623         * po/de.po: update. (backportme).
1624
1625         * scm/output-tex.scm (font-command): use ly: functions to
1626         construct name.
1627         (define-fonts): don't use alist, just dump \font definitions.
1628         (font-load-command): calculate proper scaling by taking
1629         outputscale from paper argument.
1630
1631         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1632         expression.
1633
1634         * lily/paper-outputter.cc (output_header): pass paper arg to
1635         define-fonts
1636
1637         * lily/paper-def.cc (font_descriptions): dump list of
1638         Scaled_font_metrics
1639         (find_scaled_font): take Font_metric argument, store
1640         Scaled_font_metrics in hash-table containing (size ->
1641         Scaled_font_metrics) alist.
1642         (get_dimension): rename from get_realvar
1643
1644         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1645         ly:font-magnification, ly:font-name: new functions
1646
1647 2004-04-03  Werner Lemberg  <wl@gnu.org>
1648
1649         * Documentation/user/dedication.itely,
1650         Documentation/user/preface.itely,
1651         Documentation/user/introduction.itely,
1652         Documentation/user/tutorial.itely: Revised.
1653         Removing leading spaces which distorts output if info files are read
1654         with stand-alone info.
1655         Removing superfluous inter-word spaces which also distorts output
1656         for stand-alone info.
1657         Using ` and ' instead of `` and '' everywhere to improve
1658         legilibility with stand-alone info
1659         Using @samp for single-letter input items and data which contains
1660         spaces, @code for other things.
1661
1662         * lily/grob-interface.cc: Adding copyright.
1663         (check_interfaces_for_property): Improve format of warning message.
1664
1665 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1666
1667         * lily/include/font-metric.hh (struct Font_metric): add
1668         design_size () method.
1669
1670         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1671
1672         * lily/afm.cc (read_afm_file): read design size.
1673
1674         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1675
1676         * scm/music-functions.scm (unfold-repeats): handle dots too.
1677
1678 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1679
1680         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1681         (backportme)
1682
1683 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1684
1685         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1686         lyric indent.  Revert melismaBusyProperties using \unset.
1687
1688 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1689
1690         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1691
1692         * lily/parser.yy (command_element): allow redefinition of |
1693         meaning.
1694
1695         * lily/break-align-engraver.cc (acknowledge_grob): construct
1696         LeftEdge where the first cause for alignment is coming from.
1697         This makes \override Staff.LeftEdge work as expected.
1698
1699         
1700         * lily/slur-performer.cc (Slur_performer): add inits
1701
1702         * lily/beam-performer.cc (Beam_performer): add inits
1703
1704 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1705
1706         * VERSION (PACKAGE_NAME): release 2.2.0
1707
1708         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1709
1710 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1711
1712         * lily/cluster.cc (height): Fix warning.
1713
1714         * lily/parser.yy: Janitorial cleanups.
1715
1716         * Documentation/user/tutorial.itely (Tutorial): Typo.
1717
1718 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1719
1720         * lily/change-iterator.cc (process): search at multiple context
1721         levels. This fixes 
1722
1723         
1724         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1725         not voice-state index for tie state. This fixes a partcombine
1726         problem with ties.
1727
1728         * Documentation/user/tutorial.itely (Commenting input files): add
1729         note about convert-ly.
1730
1731         * input/test/cadenza-skip.ly:  new file.
1732
1733 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1734
1735         * po/nl.po: Spelling fixes.
1736
1737         * autogen.sh (srcdir): Regenerate.
1738
1739         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1740         autogen.sh.
1741
1742         * configure.in: Use C++ to check for C++ header.
1743
1744         * po/nl.po: Update.
1745
1746         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1747
1748         * lily/event.cc (to_relative_octave): Translatable sentence should
1749         be one string.
1750
1751         * python/lilylib.py (warranty): Year range is not translatable.
1752         It's 2004 already!
1753
1754         * flower/warn.cc (non_fatal_error, warning, programming_error):
1755         Remove whitespace from translated string.
1756
1757 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1758
1759         * VERSION: release 2.1.37.
1760
1761 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1762
1763         * configure.in: check for C language.
1764
1765         * lily/source-file.cc: include strstream without h.
1766
1767         * scm/documentation-generate.scm (string-append): use name without
1768         .texi.
1769
1770         * autogen.sh (srcdir): SUSE fix.
1771
1772         * Documentation/user/notation.itely (Ancient clefs): idem.
1773
1774         * Documentation/user/lilypond-book.itely (Integrating HTML and
1775         music): idem.
1776
1777         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1778
1779         * lily/change-iterator.cc (process): use find_existing_context().
1780
1781         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1782
1783         * input/regression/repeat-unfold-tremolo.ly: new file.
1784
1785         * scm/music-functions.scm (unfold-repeats): undo music compression
1786         too.
1787
1788         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1789         (LY_DEFINE): ly:music-compress new function.
1790
1791         * scm/part-combiner.scm (determine-split-list): split for voice
1792         crossings
1793
1794         * input/regression/part-combine-cross.ly: new file.
1795
1796         * scm/part-combiner.scm (make-part-combine-music): don't do
1797         relative inside partcombine arguments.
1798
1799         * scm/music-functions.scm (make-non-relative-music): new function.
1800
1801         * Documentation/user/notation.itely (Automatic part combining):
1802         add note about \relative.
1803
1804         * lily/part-combine-iterator.cc (construct_children): add
1805         start_moment_ member.
1806
1807         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1808         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1809
1810         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1811
1812         * Documentation/user/changing-defaults.itely (Which properties to
1813         change): fixes.
1814
1815 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1816
1817         * po/fr.po: update.
1818
1819 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1820
1821         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1822
1823         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1824         Reinstate old code that issues warning.  Fixes --srcdir build.
1825
1826 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1827
1828         * input/wilhelmus.ly: New file.
1829
1830         * Documentation/user/notation.itely: 
1831         * Documentation/user/introduction.itely:
1832         * Documentation/user/tutorial.itely: Use quote ly-option instead
1833         of explicit @quotation.  This fixes too long lilypond linewidths
1834         resulting in overful hboxes.
1835
1836         * scripts/lilypond-book.py: Add ly-option: `quote'.
1837
1838 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1839
1840         * tex/titledefs.tex: Avoid that the first score line is extra
1841         indented if instrument is defined but not piece.
1842
1843 2004-03-30  Werner Lemberg  <wl@gnu.org>
1844
1845         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1846         `lilypond/' to info file name.
1847         (@usermanref) [info]: New variant.
1848
1849         * scm/documentation-generate.scm: Fix definition of @usermanref
1850         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1851         to info file name.
1852
1853 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1854
1855         * VERSION: release 2.1.36
1856         
1857         * Documentation/user/changing-defaults.itely (Interpretation
1858         contexts): rewrite introduction.
1859
1860 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1861
1862         * scm/define-markup-commands.scm: Use TeX accents instead of
1863         straight iso-8859-1 encoding in the doc string.
1864
1865 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1866
1867         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1868         space after dotted duration.
1869
1870 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1871
1872         * Documentation/user/introduction.itely: 
1873         * Documentation/user/notation.itely:
1874         * Documentation/user/tutorial.itely: Up all relative examples.
1875         Enclose @lilypond displays in @quotation.  Typos and corrections.
1876
1877         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1878
1879 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1880
1881         * scm/music-functions.scm (make-voice-props-revert): Revert also
1882         MultiMeasureRest staff-position in oneVoice.
1883
1884 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1885
1886         * Documentation/user/changing-defaults.itely, 
1887         Documentation/user/lilypond.tely: few fixes. Place no comma between
1888         two options: a and b, but commas between three options: a, b, and c.
1889         By this manner, grouping is possible: a and b, and c and d.
1890
1891 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1892
1893         * Documentation/user/GNUmakefile: add rule for .nexi
1894
1895 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1896
1897         * Documentation/user/music-glossary.tely: move glossary direntry
1898
1899         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1900         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1901
1902 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1903
1904         * stepmake/aclocal.m4: Verify that gettext configure check with
1905         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1906
1907 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1908
1909         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1910         glob.glob for .png filenames. This catches multipage pngs.  
1911
1912         * Documentation/user/changing-defaults.itely (Determining the grob
1913         property): fix references.
1914
1915         * lily/staff-symbol.cc (print): only add extent if non empty.
1916         This fixes staff-container.ly.
1917
1918         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1919         starting with a mmrest also works.
1920
1921         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1922         PNG for texinfo too.
1923
1924         * po/lilypond.pot: update translation strings.
1925
1926         * VERSION: 2.1.35 released
1927         
1928         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1929         context argument too.
1930
1931         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1932
1933         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1934
1935         * python/lilylib.py (command_name): don't return 1st path
1936         component.
1937
1938         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1939         .png case separately.
1940
1941         * python/lilylib.py (system): typo.
1942         
1943 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1944
1945         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1946         run indent-region.
1947
1948         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1949         Fixes compile.
1950
1951         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1952         Add header.
1953
1954 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1955
1956         * vim/lilypond-indent.vim: small fixes.
1957
1958 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1959
1960         * Documentation/user/notation.itely (Entering lyrics): Add example
1961         with correct english double quotes (at least for LaTeX output,
1962         maybe not a good idea if we switch to PS as the default output
1963         format).
1964
1965 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1966
1967         * lily/staff-performer.cc (create_audio_elements): play instrument
1968         changes before notes arrive. This fixes instrument of the first
1969         note in a score.
1970
1971         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1972         to 1.9.0 conversion.
1973
1974         * lily/mark-engraver.cc: doc string.
1975
1976         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1977
1978         * Documentation/user/introduction.itely (Introduction): new node.
1979
1980 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1981
1982         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1983
1984         * input/regression/spacing-ragged-last.ly: new file.
1985
1986         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1987         spacing.
1988
1989         * scm/font.scm: rewrite using GOOPS.
1990         
1991         * lily/context-def.cc (filter_engravers): derefence pointer.
1992
1993         * lily/lily-guile.cc (type_check_assignment): use
1994         ly_scheme_function iso. scm_primitive_eval where possible.
1995
1996         * lily/performance.cc (output): limit channels at 15. This fixes
1997         percussion inadvertently showing up in large scores.
1998
1999 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2000
2001         * input/regression/tuplet-gap.ly: new file.
2002
2003         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2004         (print): compute gap length from number size, include italic
2005         correction.
2006
2007         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2008         tuplet-bracket
2009
2010         * scm/paper.scm (set-default-paper-size): new function, to be
2011         called at toplevel.
2012         (set-paper-size): new function, to be called inside \paper {}
2013         (set-default-paper-size): new function, to be called at toplevel.
2014
2015         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2016
2017         * lily/beam-performer.cc (process_music): idem.
2018
2019         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2020         
2021         * tex/titledefs.tex: remove scshape for piece.
2022
2023         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2024         font-family
2025
2026         * lily/time-signature.cc (special_time_signature): font-encoding
2027         not family.
2028
2029         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2030         dynamic to head. This fixes p placement in morgenlied.
2031
2032 2004-03-23  Werner Lemberg  <wl@gnu.org>
2033
2034         * stepmake/stepmake/generic-targets.make (help): Improve text.
2035
2036 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2037
2038         * VERSION: 2.1.34 released
2039         
2040         * lily/main.cc (main_with_guile): switch debugging.
2041
2042         * lily/system.cc (get_line): plug leak.
2043
2044         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2045         and contents.
2046         (stencil2line): plug leak.
2047
2048         * Documentation/user/changing-defaults.itely (Determining a grob
2049         property):  new node.
2050         (Layout interfaces): new node.
2051         (Navigating the program reference): new node.
2052
2053         * lily/accidental-engraver.cc (acknowledge_grob): add property
2054         harmonicAccidentals
2055
2056         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2057         general cleanups.
2058         
2059         * input/les-nereides.ly (middleDynamics): resurrect Les
2060         nereides. Remove pedal hack.
2061
2062 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2063
2064         * input/regression/property-grace-polyphony.ly: new file.
2065
2066         * lily/translator-property.cc (execute_pushpop_property): only pop
2067         one instance of the property. This fixes << \\ >> together with
2068         \grace.
2069
2070         * lily/break-align-interface.cc (ordered_elements): we cannot
2071         modify the #'elements property, so return reordered array.
2072
2073 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2074
2075         * buildscripts/lilypond.words.py: remove.
2076         * buildscripts/lilypond-words.py: add new, renamed file. 
2077         Give generated targets and dirs explicitly in arguments.
2078
2079         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2080         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2081         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2082         
2083         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2084
2085         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2086
2087         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2088         orders.
2089
2090         * vim/GNUmakefile: add local-uninstall target.
2091
2092         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2093         
2094         * vim/vimrc: add a one-liner file.
2095
2096         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2097         vimrc in EXTRA_DIST_FILES.
2098
2099         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2100
2101 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2102
2103         * config.make.in: add vimdir.
2104
2105         * vim/GNUmakefile: add local-install.
2106
2107 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2108
2109         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2110         with \lilypondifundefined{blabla}. Solves problem with multiple
2111         titles in the same lilypond-book document.
2112
2113 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2114
2115         * scm/document-backend.scm (interface-doc): sort grob list for
2116         interface.
2117
2118         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2119         pre/post break align-order.
2120
2121         * spelling patch courtesy Edward Sutton.
2122
2123         * Documentation/user/changing-defaults.itely (Changing context
2124         default settings): new node.
2125         (Defining new  contexts): new node.
2126
2127         * scripts/lilypond-book.py (is_derived_class): use numbers
2128         iso. booleans.
2129
2130         * python/lilylib.py (make_ps_images): add margin to PS images.
2131
2132         * scripts/lilypond-book.py (is_derived_class): new function. Take
2133         class arg iso. object.
2134         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2135         for bug in GS/dvips.
2136
2137         * lily/text-item.cc (interpret_markup): idem.
2138
2139         * scm/define-markup-commands.scm: remove split around-space hack.
2140
2141         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2142         function, fold WL's fixes into one function.
2143
2144 2004-03-22  Werner Lemberg  <wl@gnu.org>
2145
2146         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2147         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2148         (Note_column::head_position_interval): Do proper rounding for
2149         calls to Staff_symbol_referencer::get_position.
2150
2151 2004-03-21  Werner Lemberg  <wl@gnu.org>
2152
2153         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2154         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2155         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2156         (My_lily_parser::parse_file): Improve formatting progress indication
2157         sent to stdout.
2158
2159 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2160
2161         * VERSION: 2.1.33 released.
2162
2163         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2164
2165         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2166
2167         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2168         warning is issued about dummy.dep.
2169
2170         * scm/new-font.scm: fix design sizes of nummer
2171
2172 2004-03-21  Werner Lemberg  <wl@gnu.org>
2173
2174         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2175         some annoying warnings from mkdir during `make install'.
2176
2177 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2178
2179         * lily/performer-group-performer.cc (do_announces): call
2180         Performer_group_performer::create_audio_elements () too.
2181
2182         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2183
2184         * scm/define-grobs.scm (all-grob-descriptions): add property
2185         break-align-orders
2186
2187         * lily/global-context.cc (get_default_interpreter): new
2188         function. Override from base class, so no new Score contexts are
2189         created.
2190
2191         * lily/include/stencil.hh (class Stencil): document origin field.
2192
2193         * lily/staff-symbol.cc (print): span staff-symbol on column
2194         extents for non-broken columns. 
2195
2196         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2197         key-signature.
2198
2199         * tex/titledefs.tex: don't use smallcaps for piece.
2200
2201         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2202         translated stencils in the output.
2203
2204         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2205
2206 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2207
2208         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2209         and init ties_created_
2210
2211         * VERSION: release 2.1.32
2212
2213         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2214         doc string from IMPLEMENT_CTOR_CALLBACK().
2215
2216         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2217         that engraver is in a performer hierarchy.
2218
2219 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2220
2221         * vim/lilypond-ftdetect.vim: new file.
2222
2223 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2224
2225         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2226         (compose_ly): default octave should be middle C.
2227
2228         * Documentation/user/changing-defaults.itely (Layout tunings
2229         within contexts): new node.
2230
2231         * lily/include/smobs.hh: document C++ smob interface.
2232
2233         * lily/function-documentation.cc: don't doc functions without
2234         docstring.
2235
2236 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2237
2238         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2239         direntry, so that `info lilypond' goes to Top.
2240
2241         * scm/output-ps.scm (polygon): Fix: add spaces.
2242
2243         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2244         solutions are now optimal too.
2245
2246         * input/test/page-breaks.ly: New file.
2247
2248         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2249         functions into safe module.
2250
2251         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2252         end, prepend zeros.
2253
2254         * scm/output-*.scm: Use ly:number->string rather than
2255         number->string.  Makes for saner output.
2256
2257         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2258         Fixes feta-nummer, feta-din scaling.
2259
2260 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2261
2262         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2263
2264         * scm/music-functions.scm (descend-to-context): new
2265         function. Similar to context-spec-music.
2266         (make-time-signature-set): specify Score as descend-only. This
2267         fixes the polymetric.ly example.
2268
2269         * lily/context-specced-music-iterator.cc (construct_children): add
2270         support for descend-only context spec.
2271
2272         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2273         determine ez-notation letter. 
2274
2275         * lily/system.cc (get_line): start with dumping layer 3. This
2276         fixes ez notation.
2277
2278 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2279
2280         * input/test/title-markup.ly: Stress breaking harder.
2281
2282         * scm/page-layout.scm (height-score): Overfull page scores twice
2283         as bad as underfull (was: by a power).
2284         (walk-lines): Omit first walk-path round (breaking after new node,
2285         without lines).
2286
2287         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2288         diff values are negative.
2289         (output): Bugfix: treat negative vfill differently.
2290
2291         * Documentation/user/lilypond.tely (direntry): Add note about why
2292         `info lilypond' brings up `Invoking LilyPond' node.
2293
2294 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2295
2296         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2297
2298         * lily/paper-book.cc: Remove cruft.
2299         (output): Bugfix: put vfill between lines.
2300         (pages): Bugfix: set page vars needed for filling.
2301
2302         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2303         (was: @ar).
2304
2305         * scm/page-layout.scm: Further development.
2306
2307         * ly/declarations-init.ly (paper): Define page-breaking.
2308
2309 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2310
2311         * lily/note-head.cc (brew_ez_stencil): add note-names
2312         property. Provides internationalization for note names.
2313
2314         * Documentation/user/changing-defaults.itely (Creating contexts):
2315         new node.
2316
2317         * lily/grace-iterator.cc (process): descend to child for \grace.
2318
2319         * lily/timing-translator.cc (initialize): Timing_translator adds
2320         Timing alias by itself.
2321
2322         * lily/context.cc (add_alias): new function.
2323
2324         * scm/lily.scm (tex-output-expression): new function, eval within
2325         drawing API. Guards against eval vulnerabilities.
2326
2327         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2328
2329         * scm/output-ps.scm (scm): export lily drawing API.
2330
2331         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2332         throughout.
2333
2334 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2335
2336         * scm/page-layout.scm (optimal-page-breaking): New function.
2337         
2338         * lily/paper-book.cc (pages): Use it.
2339
2340 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2341
2342         * lily/include/paper-line.hh (class Paper_line): Full smob.
2343
2344 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2345
2346         * lily/global-context.cc (run_iterator_on_me): fix grace note
2347         nesting by initting measurePosition.
2348
2349         * lily/timing-translator.cc (initialize): do no init
2350         measurePosition
2351         
2352         * lily/include/music-output-def.hh (class Music_output_def): add
2353         input_origin_ field.
2354
2355         * Documentation/user/changing-defaults.itely (Changing context
2356         properties on the fly): new node.
2357
2358         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2359         function. Only have smobbed_copy (), and do not provide
2360         smobbed_copy() for non-simple smobs. Changes throughout.
2361
2362 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2363
2364         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2365         start_moment_. Fix by Doug A. Linhardt.
2366
2367 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2368
2369         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2370         accidentals for harmonic notes.
2371
2372         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2373         of different style. (Thanks to Doug Linhardt).
2374
2375         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2376         new node.
2377
2378 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2379
2380         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2381
2382         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2383         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2384         vim/lilypond-indent.vim: doc targets and deps in comments.
2385
2386 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2387
2388         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2389
2390         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2391
2392         * lily/include/paper-line.hh:
2393         * lily/include/paper-line.cc: New file.
2394
2395 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2396
2397         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2398
2399         * GNUmakefile.in: remove stray make out=www
2400
2401         * input/test/bagpipe.ly (gcdg): octave fixes.
2402
2403         * scm/define-markup-commands.scm (number): use font-encoding
2404         iso. font-family
2405
2406         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2407         font-encoding.
2408         
2409 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2410
2411         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2412         `output_format_global' and `PAGE_LAYOUT'.
2413
2414 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2415
2416         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2417         lily functions in safe mode.
2418
2419         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2420         Print filename for HTML, LATEX, before texidoc.
2421
2422         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2423         instructions in output-ps module.
2424
2425         * scm/lily.scm: Do not load output-ps module.
2426
2427         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2428         safe mode.
2429
2430 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2431
2432         * lily/span-dynamic-performer.cc (process_music): remove spurious
2433         warning.
2434
2435         * lily/context-def.cc (Context_def): init name to ""
2436
2437         * lily/font-interface.cc: add font-encoding property.
2438
2439         * scm/lily.scm (chain-assoc-get): bugfix.
2440
2441         * lily/paper-book.cc (stencil2line): protect static SCM.
2442
2443         * lily/font-interface.cc (text_font_alist_chain): rename function,
2444         and use text-font-defaults. 
2445
2446         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2447
2448         * scm/paper.scm (paper-set-staff-size): use new function.
2449
2450         * scm/new-font.scm (make-font-tree): new function.
2451
2452 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2453
2454         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2455
2456         * scm/lily.scm (get-output-module): New function.
2457         (output-alist): Remove ,ps-output-expression.
2458
2459         * scm/output-tex.scm (ps-output-expression): New function.
2460
2461         * scm/output-ps.scm (ps-output-expression): Remove.
2462         (header, start-page): Output page metadata.
2463
2464         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2465         initialise output_module_.  Do not write part of header.
2466         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2467         (output_header): Output full header.
2468
2469         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2470         FIXME.
2471
2472 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2473
2474         * scm/new-font.scm: new file. Tree based font lookup.
2475
2476         * scm/lily.scm (assoc-get): take default argument. Remove
2477         assoc-get-default.
2478         (chain-assoc-get): use chain-assoc-get everywhere.
2479
2480         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2481         autobeamsettings conversion bug.
2482
2483         * lily/include/global-context.hh (Context): clean-up data hiding.
2484
2485         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2486         data hiding.
2487
2488         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2489
2490         * input/regression/stem-shorten.ly: add chord case.
2491
2492         * lily/stem.cc (get_default_stem_end_position): shorten stems
2493         triggered by note-head positions, not by forced-direction. This
2494         fixes a bug with too short stems.  
2495  
2496 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2497
2498         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2499         Lilypond_snippet.output_latex): Always call output_print_filename.
2500
2501         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2502         expand pages.
2503
2504 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2505
2506         * scm/part-combiner.scm (make-autochange-music): switch rests
2507         before switched notes too.
2508
2509         * lily/figured-bass-engraver.cc (process_music): change calling
2510         convention.
2511
2512         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2513
2514         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2515         command.
2516
2517         * lily/include/stencil.hh (class Stencil): add origin field.
2518
2519         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2520         function.
2521
2522         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2523
2524         * lily/lexer.ll: remove support for \$ and $ in identifiers
2525
2526         * lily/sequential-iterator.cc: remove copy_grace_fixups
2527         (get_grace_fixup): slight abstraction of fixup code.
2528
2529         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2530
2531 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2532
2533         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2534         in insert-mode. add indenting rules.
2535
2536 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2537
2538         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2539         protect hack.
2540
2541         * scm/page-layout.scm:
2542         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2543         layout and titling should now match external latex based version.
2544
2545         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2546         header fields.
2547
2548         * ps/lilyponddefs.ps: Remove automatic page layout.
2549
2550         * scm/output-ps.scm (new-start-system): New interface function.
2551
2552         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2553
2554         * lily/paper-book.cc (output): Bugfix.
2555
2556 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2557
2558         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2559         
2560 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2561
2562         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2563         direntries.
2564
2565         * ps/lilyponddefs.ps: Bugfix.
2566
2567         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2568
2569 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2570
2571         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2572         cause. This should fix warnings.
2573
2574         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2575
2576         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2577         prevent aligned 6ths.
2578
2579         * lily/custos.cc (print): remove adjust-if-on-staffline.
2580
2581 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2582
2583         * lily/paper-book.cc: Do header and footer.
2584
2585 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2586
2587         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2588
2589         * scm/paper.scm (lineheight): Remove
2590         (head-sep, foot-sep): Add.
2591
2592 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2593
2594         * mf/feta-schrift.mf: reduce portato thickness.
2595
2596         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2597
2598         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2599         programming_error ().
2600
2601         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2602         bracket to last command column.
2603
2604         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2605         continues on next/prev system.
2606
2607         * input/regression/pedal-end.ly: new file.
2608
2609 2004-03-10  Werner Lemberg  <wl@gnu.org>
2610
2611         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2612         Remove pmx2ly stuff.
2613         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2614
2615 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2616
2617         * scm/page-layout.scm: New file.
2618
2619         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2620         settings.
2621         (Lilypond_snippet.is_outdated): Also check for PNG file.
2622         Workaround for interrupted (web) builds.
2623
2624         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2625
2626         * ps/lilyponddefs.ps: Use only very small top-marging.
2627         (init-paper): Also pop page size string.
2628         (start-page, stop-page): New function.
2629
2630         * scm/output-ps.scm (header-end): Remove stray exec commands.
2631
2632 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2633
2634         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2635
2636         * lily/score.cc (default_rendering): clean protection.
2637
2638         * lily/paper-book.cc (mark_smob): implement smob marking.
2639
2640         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2641
2642         * Documentation/user/*.itely: user manual edits. 
2643
2644 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2645
2646         * Documentation/user/converters.itely (Invoking musedata2ly):
2647         remove pmx2ly.
2648
2649         * scripts/pmx2ly: remove script.
2650         
2651 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2652
2653         * lily/score.cc (default_rendering): Protect paper-book members.
2654
2655         * lily/paper-def.cc (smobbed_copy): New method.
2656
2657         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2658         switch runtime.
2659
2660         * lily/include/music-output.hh (process): Change signature to
2661         return SCM.
2662
2663         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2664         method.
2665
2666         * lily/paper-score.cc (process): Return stencils rather than
2667         outputting directly.  Remove paper-book kludge.  Delete grobs.
2668         (output): Remove.
2669
2670         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2671
2672         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2673
2674         * lily/score.cc (default_rendering)
2675         (ly_render_output): Move adding paper-score two levels up.
2676
2677         * lily/system.cc (get_line):
2678         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2679
2680 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2681
2682         * scm/font.scm (paper20-font-vector): add more design sizes for
2683         number.
2684
2685         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2686         feta-nummber{5,7,11,13}.
2687
2688         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2689         for 12pt design size. 
2690
2691 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2692
2693         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2694
2695 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2696
2697         * lily/font-select.cc (properties_to_font_size_family): Fix
2698         warning message.
2699
2700         * Experimental PostScript latin1 encoding:
2701         
2702         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2703
2704         * scm/output-ps.scm: Experimental encoding using reencode-font.
2705         * scm/font.scm: Add latin1 `font-shape'.
2706         
2707         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2708
2709         * ps/lilyponddefs.ps (reencode-font): New function.
2710
2711         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2712
2713         * scm/output-tex.scm (start-page):
2714         (stop-page): New interface function.
2715
2716 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2717
2718         * lily/paper-outputter.cc (output_expr):
2719         (output_header):
2720         (output_line): New method.
2721
2722         * lily/system.cc (get_line):
2723         (get_lines): New method.
2724         (output_scheme):
2725         (output_line): Remove.
2726
2727         * scm/lily.scm (make-title): New function.
2728
2729         * lily/paper-book.cc: 
2730         * lily/include/paper-book.hh: New file.
2731
2732         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2733         ly-modules.hh).
2734
2735         * lily/ly-module.cc (ly_modules_lookup): New function.
2736
2737         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2738
2739         * scm/output-ps.scm (make-title): Remove.
2740         (output-scopes): Junk header-title test.
2741
2742 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2743
2744         * mf/feta-schrift.mf: thicker dot for portato.
2745
2746         * lily/accidental-placement.cc (position_accidentals): bugfix in
2747         offset, this fixes right-padding of AccidentalPlacement.
2748
2749         * lily/[h-z]*.cc: () formatting.
2750
2751         * Documentation/user/tutorial.itely (An orchestral part): more
2752         fixes for the tutorial.
2753
2754         * scm/translation-functions.scm (fraction-tuplet-formatter):
2755         reverse fraction.
2756
2757         * lily/parser.yy (context_def_spec_block): use \context instead of
2758         \translator.
2759
2760         * lily/[a-g].cc: () style cleanup.
2761
2762         * Documentation/user/tutorial.itely (Automatic and manual beams):
2763         editing of tutorial.
2764
2765 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2766
2767         * buildscripts/mf-to-table.py (base): write encoding name.
2768
2769 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2770
2771         * Documentation/user/GNUmakefile (local-install-info): Issue
2772         warning (for packager, ie, if not installing in /usr or /usr/local).
2773
2774         * lily/stencil-scheme.cc: 
2775         * lily/staff-symbol-referencer.cc: 
2776         * lily/script-column.cc: 
2777         * lily/pitch.cc: 
2778         * lily/music.cc: 
2779         * lily/grob-pq-engraver.cc: 
2780         * lily/font-interface.cc: 
2781         * lily/music-output-def.cc: 
2782         * lily/duration.cc: 
2783         * lily/grob-scheme.cc:
2784         * lily/context-scheme.cc: Put scheme name on first line in
2785         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2786         style cleanups.
2787
2788         * stepmake/stepmake/scm-vars.make: 
2789         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2790         Rename and split TAGS_FILES.
2791
2792         * GNUmakefile.in (ALL-TAGS): Remove.
2793         
2794         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2795         deeper TAGS files.  Fixes regexp tags in TOP dir.
2796
2797 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2798
2799         * VERSION: 2.1.29 released.
2800         
2801         * Documentation/user/changing-defaults.itely (Changing defaults):
2802         new file.
2803
2804         * Documentation/user/notation.itely (Notation manual): rename from 
2805         refman.itely
2806
2807         * Documentation/user/notation-appendices.itely (The Feta font):
2808         new file.
2809
2810         * Documentation/user/advanced.itely: add aborted attempt for
2811         advanced topics manual.
2812
2813 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2814
2815         * scm/new-markup.scm: display Markups in sane format. Patch by
2816         Nicolas Sceaux.
2817
2818 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2819
2820         * lily/main.cc: Cleanups.
2821         (setup_localisation): New function.
2822         (sane_putenv): Remove.
2823         (main_with_guile): New name (Was: main_prog).  Remove musings
2824         about possible preparation for GUILE heavy memory usage and
2825         practical uselessness.  Do not set environment variables
2826         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2827         name juggling.
2828         (parse_argv): New function.
2829         (copyright): New function.  It's 2004 already.
2830
2831         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2832         (distill_inname): Move from main.
2833
2834 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2835
2836         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2837
2838         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2839
2840         * Documentation/user/running.itely: new file.
2841
2842         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2843
2844         * lily/score-performer.cc (finish): call Translator::finalize ().
2845
2846 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2847
2848         * lilypond-ftpplugin.vim: renamed to the following file.
2849         * lilypond-ftplugin.vim: new file.
2850
2851         * GNUmakefile.in: update VIM_FILES.
2852
2853 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2854
2855         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2856         props.
2857
2858         * input/test/tie-sparse.ly: remove.
2859
2860         * lily/tie-performer.cc (try_music): copy & paste from
2861         Tie_engraver.
2862
2863         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2864         variable_ref twice.
2865
2866         * lily/key-performer.cc (create_audio_elements): use
2867         alterations-in-key.
2868
2869         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2870
2871 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2872
2873         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2874         handle also quarter tones (not shown as tests). test also flats.
2875
2876         * Documentation/index.html.in: small fixes.
2877
2878 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2879
2880         * input/regression/new-markup-scheme.ly: Typo.
2881
2882         * scm/define-markup-commands.scm (fill-line): New markup.
2883
2884         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2885         (output-paper-def): Fix alignment.
2886         (make-title): Fix height/width scaling.
2887
2888         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2889
2890         * input/test/title-markup.ly: Add remaining titles.  Layout and
2891         font size fixes.  Add simplistic latin1 test.
2892
2893 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2894
2895         * input/test/nested-groups.ly: remove. move content (to next). 
2896         * input/test/staff-bracket.ly: replace content (from prev), this 
2897         has been already in templates.
2898
2899 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2900
2901         * stepmake/autogen.sh: Only issue warning about running configure
2902         without arguments when autogen.sh will actually be running
2903         configure.
2904
2905 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2906
2907         * scm/new-markup.scm (stack-stencil-line): robustness.
2908
2909         * scm/define-markup-commands.scm (simple): robustification of
2910         simple-markup.
2911
2912         * Documentation/user/music-glossary.tely (Top): change central C
2913         to middle C.
2914
2915         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2916
2917 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2918
2919         * input/test/title-markup.ly (spaceTest): Add.
2920
2921         * lily/text-item.cc (interpret_markup): Make line markup from
2922         multi word markup.
2923
2924         * scm/define-markup-commands.scm (word): New markup command.
2925         (simple): Use it.
2926
2927         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2928
2929 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2930
2931         * vim/ftplugin/lilypond.vim:
2932         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2933         show matching paren in insert mode.
2934
2935 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2936
2937         * scm/output-ps.scm (make-title, output-scopes): Further
2938         development.
2939
2940         * input/test/title-markup.ly: New file.
2941
2942         * ps/lilyponddefs.ps: Disable PostScript titling.
2943
2944         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2945
2946 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2947
2948         * lily/arpeggio.cc (width_callback): remove padding.
2949  
2950         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2951
2952         * scm/define-music-types.scm: remove make-music-by-name.
2953
2954         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2955
2956 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2957
2958         * lily/paper-score.cc (process): Output titles using make-title.
2959
2960         * scm/output-ps.scm (output-stencil): Display directly instead of
2961         constructing string.
2962         (make-title): New function.
2963
2964 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2965
2966         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2967         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2968         Move documentation of LaTeX packages for latin1 characters to the
2969         lilypond-book manual.
2970
2971 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2972
2973         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2974
2975         * vimrc: add menu in console and shortcut <F10> for it.
2976
2977         * vim/:
2978         * vim/compiler/:
2979         * vim/syntax/:
2980         * vim/indent/:
2981         * vim/ftplugin/: new directories.
2982         
2983         * vim/filetype.vim: new file.
2984
2985         * lilypond.vim: remove files (see next).
2986         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2987
2988         * vimrc: remove file (see next).
2989         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2990
2991         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2992         add header. apply bindings only locally.
2993
2994         * vim/indent/lilypond.vim: new file.
2995
2996         * vim/ftplugin/lilypond.vim: remove errorformat.
2997         * vim/compiler/lilypond.vim: new file for errorformats.
2998
2999         * Documentation/topdocs/INSTALL.texi: give easier orders.
3000
3001         * ROADMAP: add vim/
3002
3003 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3004
3005         * Documentation/user/introduction.itely (Introduction): Use @image
3006         iso @html <img...>.  Add workaround for images in columns in info.
3007
3008         * stepmake/aclocal.m4: Store computed version in variable.
3009
3010         * configure.in: Export MAKEINFO_VERSION.
3011
3012         * config.make.in (MAKEINFO_VERSION): Add.
3013
3014         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3015
3016         * Documentation/user/GNUmakefile: Only build info with images when
3017         building web.
3018
3019         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3020
3021         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3022         stuff from documentation-targets.make
3023
3024 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3025
3026         * VERSION: 2.1.28 released
3027         
3028         * scripts/convert-ly.py (conv): 
3029
3030 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3031
3032         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3033         \arpeggioBoth. redefine \arpeggioBracket.
3034
3035         * Documentation/user/refman.itely: document new arpeggio
3036         functions.
3037
3038         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3039
3040         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3041
3042         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3043
3044 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3045
3046         * Documentation/user/introduction.itely (Automated engraving):
3047         rewrite introduction using website text.
3048
3049 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3050
3051         * scm/*.scm: make-music-by-name is replaced by make-music, which
3052         also accept music property settings, eg:
3053           (make-music 'TextScriptEvent 'direction DOWN 'text
3054               (make-simple-markup x))
3055
3056         Patch courtesy Nicolas Sceaux
3057
3058         * lily/beam-quanting.cc: cleanup, separate counts for left and
3059         right beam ends.
3060
3061         * lily/side-position-interface.cc (quantised_position): also
3062         quantize staccato position for forced stem directions. 
3063
3064 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3065
3066         * scm/*.scm: Patch by Nicolas Sceaux: 
3067
3068         * scm/music-functions.scm: ly:grob-property and ly:music-property
3069         are made procedure with setters.
3070
3071         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3072         
3073 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3074
3075         * input/test/[t-v]*.ly: finish rewriting texidocs.
3076
3077         * input/test/vaticana.ly: remove.
3078         * input/test/ligature-vaticana.ly: new, renamed file name.
3079
3080         * input/test/stem-centered.ly: remove.
3081         * input/test/mensural-note-heads.ly: new file. take content from
3082         removed file stem-centered.ly.
3083
3084         * input/test/scales-greek.ly: simplify.
3085
3086         * input/test/s*.ly: reformulate texidocs.
3087         
3088         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3089         of missing features.
3090
3091 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3092
3093         * input/test/[j-o]*.ly: update texidocs.
3094
3095 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3096
3097         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3098
3099         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3100         images.
3101
3102         * Documentation/user/lilypond.tely (@direntry): Update.
3103
3104         * stepmake/stepmake/documentation-targets.make
3105         (install-info,uninstall-info): Install into $(package_infodir).
3106         Install images.  Run install-info to update dir.
3107
3108         * config.make.in (package_infodir): Add.
3109
3110         * Documentation/user/GNUmakefile (info-with-images,
3111         local-install-info, local-uninstall-info): New target.
3112
3113 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3114
3115         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3116         gap/threshold.
3117
3118         * lily/beam-quanting.cc (score_slopes_dy): remove
3119         ROUND_TO_ZERO_SLOPE kludge.
3120
3121         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3122
3123         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3124
3125         * lily/global-context.cc (Global_context): alway accept Score
3126         (run_iterator_on_me): cast Context to Score_context, not
3127         Context_def.
3128
3129         * Documentation/user/refman.itely: documentation patch by Edward
3130         Sanford Sutton.
3131
3132         * mf/GNUmakefile: unset sauter-fonts.
3133
3134 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3135
3136         * scripts/lilypond-book.py (output_texinfo): Output @image
3137         descriptions for info too.
3138
3139         * input/test/chord-names-jazz.ly: 
3140         * input/test/embedded-scm.ly: Clarify.
3141
3142         * input/test/cautionaries.ly: Typo.
3143
3144         * lily/input-smob.cc (ly_input_location): Compile fix.
3145
3146 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3147
3148         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3149
3150         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3151         fixes problems with system defaults being reverted with \override
3152         on Score level.
3153
3154         * lily/global-context.cc (Global_context): apply property-ops to
3155         Global_context too. 
3156
3157 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3158
3159         * scm/output-ps.scm (stencil->string): Rewrite.
3160
3161 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3162
3163         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3164         impersonal style.
3165
3166 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3167
3168         * lily/input-smob.cc (ly_input_location: New function.
3169
3170         * scm/define-markup-commands.scm (upright): New markup command.
3171
3172         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3173
3174         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3175
3176         * scm/output-ps.scm (output-stencil): New function.
3177
3178         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3179         of snippet types; fixes @ignore and @verbatim blocks.
3180
3181 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3182
3183         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3184         to a file in printed documentation, instead, refer either to a 
3185         syntax or to an output.
3186
3187 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3188
3189         * input/regression/beam-center-slope.ly: Add test.
3190
3191 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3192
3193         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3194         (SAUTER_FONTS): Reinstate.
3195
3196         * scm/define-markup-commands.scm (caps): New markup command.
3197
3198         * scm/output-ps.scm (output-scopes): Experimental markup output.
3199
3200         * scm/: Add missing headers.
3201
3202         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3203
3204         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3205
3206 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3207
3208         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3209         Stray style cleanups.
3210
3211 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3212
3213         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3214         no dot combination.
3215
3216         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3217         substitute \override Staff.autoBeamSettings too
3218
3219         * Documentation/user/tutorial.itely: proofreading fixes by David
3220         Bobroff
3221
3222 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3223
3224         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3225
3226         * ps/music-drawing-routines.ps: 
3227         * ps/lilyponddefs.ps: Add end markers.
3228
3229 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3230
3231         * VERSION: 2.1.27 released.
3232         
3233         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3234
3235         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3236         obey documentation.
3237
3238 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3239
3240         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3241
3242         * scm/output-ps.scm: Resurrect.
3243         
3244         * scm/output-tex.scm: Minimal cleanups.
3245
3246         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3247
3248         * make/ly-rules.make: Remove any broken lily-*.tex files before
3249         lilypond-book run.
3250
3251         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3252         comment.
3253
3254         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3255         Enabled by default, may save 10% compile time.
3256
3257 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3258
3259         * lily/lyric-phrasing-engraver.cc: remove
3260         
3261         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3262         longer necessary. 
3263
3264         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3265         so lyric-phrasing-engraver is no longer necessary.
3266
3267         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3268         Grob_pq_engraver from Staff.
3269
3270         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3271         busyGrobs directly.
3272
3273         * input/regression/quote-transposition.ly: new file.
3274
3275         * lily/recording-group-engraver.cc (stop_translation_timestep):
3276         store instrumentTuning too. 
3277
3278         * lily/quote-iterator.cc (process): transpose events using
3279         instrumentTuning.
3280
3281         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3282         -> \tuning <pitch>
3283
3284         * lily/parser.yy (command_req): add \tuning command for setting
3285         instrument tuning of staff.
3286
3287         * Documentation/user/GNUmakefile
3288         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3289
3290         * Documentation/user/refman.itely (Customized accidental rules):
3291         typo.
3292
3293 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3294
3295         * Documentation/user/music-glossary.tely: remove the missing norwegian
3296         translation; they can be put in later properly.
3297
3298 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3299
3300         * lily/recording-group-engraver.cc (start_translation_timestep):
3301         init Recording_group_engraver twice.
3302
3303 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3304
3305         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3306         stray style cleanups:
3307
3308         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3309         -Wmissing-prototypes.
3310
3311         * flower/include/killing-cons.tcc (Killing_cons): Add template
3312         specifier for car_.
3313
3314         * flower/include/parray.hh (binsearchs): Add template specifier
3315         for maxkey.
3316
3317         * flower/include/interval.hh: Declare elem () with template specfier.
3318
3319 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3320
3321         * elisp/lilypond-indent.el (get-buffer-size): add customization
3322         groups for several variables (Reuben Thomas).
3323
3324 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3325
3326         * Documentation/user/invoking.itexi (Point and click): add index
3327         entry.
3328
3329         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3330         go under beam.
3331
3332         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3333         sarabande beam. 
3334
3335         * flower/warn.cc (programming_error): cross fingers not thumbs.
3336
3337         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3338         staff-position is set.
3339
3340         * VERSION: release 2.1.26 
3341         
3342         * scm/chord-entry.scm (construct-chord): process transposition
3343         after processing explicit-11.  
3344
3345 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3346
3347         * lily/parser.yy (add_quote): add syntax for adding quotes:
3348         \addquote "id-string" Music
3349
3350         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3351
3352         * scripts/convert-ly.py (conv): add rules for name changes.
3353
3354         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3355         music/context/grob property functions. Internally, use
3356         get_property() and set_property() for both.
3357
3358 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3359
3360         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3361         for Emacs <= 20 (Laurent Martelli).
3362
3363 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3364
3365         * lily/parser.yy (command_element): extract quoted vector in
3366         parser.
3367
3368         * input/regression/quote.ly: new file.
3369
3370         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3371
3372         * lily/parser.yy (command_element): \quote DURATION NAME: support
3373         cue notes. 
3374
3375         * lily/quote-iterator.cc (class Quote_iterator): new file.
3376
3377 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3378
3379         * lily/auto-beam-engraver.cc (try_music): accept and process
3380         beam-forbid-event.
3381
3382         * input/regression/auto-beam-no-beam.ly: new file.
3383
3384 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3385
3386         * lily/accidental.cc (print): Change font-relative-size ->
3387         font-size. Fixes cautionary-style = smaller.
3388
3389 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3390
3391         * lily/system-start-delimiter.cc (staff_brace): remove
3392         font-relative-size
3393
3394         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3395         forgotten with scm_list_n. Fixes spurious coredumps.
3396
3397         * lily/accidental-engraver.cc (stop_translation_timestep): move
3398         update of localKeySignature to stop_translation_timestep (). This
3399         makes sure that all ties are noticed at the right moment.
3400         (stop_translation_timestep): clear tie only when right-side
3401         notehead was seen.
3402         (number_accidentals_from_sig): cleanup. 
3403
3404         * input/regression/accidental-tie.ly (mus): new file
3405
3406         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3407         these longish tests.
3408
3409 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3410
3411         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3412
3413         * THANKS: update bugreporter list.
3414
3415         * lily/beam.cc (print): broken beams last until end of staff.
3416         (print): broken beams start from prefatory matter.
3417
3418         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3419
3420         * lily/paper-score.cc (process): dump header only once.
3421
3422         * lily/paper-outputter.cc (Paper_outputter): move logic into
3423         Scheme.
3424
3425         * scm/output-tex.scm (output-scopes): new function.
3426         (output-paper-def): new function
3427         (tex-string-def): new function
3428         (symbol->tex-key): new function
3429
3430         * scripts/convert-ly.py (conv): add rule for | ~
3431
3432 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3433
3434         * input/regression/{many}.ly: refresh, trying to guess how
3435         it was designed.
3436
3437 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3438
3439         * VERSION: release 2.1.25
3440
3441         * scm/define-translator-properties.scm
3442         (all-user-translation-properties): add printOctaveNames
3443
3444         * ly/engraver-init.ly: remove Note_event_swallower from
3445         NoteNamesContext.
3446
3447         * lily/note-name-engraver.cc (process_music): new property
3448         printOctaveNames
3449
3450         * lily/context.cc (find_existing_context): remove support for
3451         Current.
3452
3453         * scm/music-functions.scm (set-accidental-style): new function;
3454         duplicate accidental macros.
3455
3456         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3457
3458         * lily/note-name-engraver.cc (process_music):
3459         process_acknowledged_grobs () -> process_music ()
3460
3461         * scm/part-combiner.scm (determine-split-list): robustification.
3462
3463 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3464
3465         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3466         lines for falling into beam-gap.
3467         (score_forbidden_quants): check all staff lines for falling in
3468         beam gaps.
3469
3470         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3471         key/clef/time signatures. 
3472
3473         * input/test/ossia.ly: revise example.
3474
3475         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3476         cleanup.
3477         
3478         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3479         comply to Scheme standard.  Remove ly:get-paper-variable
3480
3481 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3482
3483         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3484
3485 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3486
3487         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3488         properties from Voice context. This fixes accidental size for
3489         staff-switches during grace contexts.
3490
3491         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3492         if necessary. Else, simply wipe dots.
3493
3494         * input/test/beam-alternate.ly: new file
3495
3496         * input/test/piano-staff-distance.ly: new file.
3497
3498         * lily/translator-group.cc (recurse_down_translators): use
3499         Direction for bottom-up/top-down.
3500
3501         * lily/include/translator.hh (class Translator): add
3502         process_music() and do_announces(). This obviates
3503         recurse_down_{engravers,performers}.
3504
3505         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3506         \melisma and \melismaEnd
3507
3508         * lily/melisma-engraver.cc (process_music): change to
3509         Melisma_translator, unify with performer. Accept
3510         ManualMelismaEvent.
3511
3512         * ly/engraver-init.ly: add Font_size_engraver.
3513
3514 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3515
3516         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3517         it hara-kiri.
3518
3519         * input/regression/{many}.ly: improve descriptions trying to figure
3520         out what is tested.
3521
3522 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3523
3524         * lily/slur.cc (broken_trend_offset): robustness fix.
3525
3526         * VERSION: release 2.1.24
3527
3528         * lily/context.cc (find_create_context): go to Score if it exists.
3529
3530         * lily/context-scheme.cc: new file.
3531
3532         * lily/score-translator.cc (get_output): new file.
3533
3534         * lily/include/grob-info.hh: origin_contexts() now does not
3535         include the originating engraver
3536
3537         * lily/translator-group.cc (translator_each): clean up contents,
3538         remove superfluous stubs. Engraver_group_engraver and
3539         Performer_group_performer are the only classes using multiple
3540         inheritance.
3541
3542         * lily/include/score-context.hh (class Score_context): interface
3543         between Score_{engraver,performer} and Global_context.
3544
3545         * lily/include/global-context.hh (Context): change from
3546         global-translator. This is the entry point for contexts; it is not
3547         tweakable using \translator{}. Score is no longer the top context,
3548         but sits underneath Global.
3549
3550         * lily/include/context.hh (class Context): brain surgery: split
3551         out Context functionality from Translator_group. Context is now a
3552         separate type from Translator.
3553
3554 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3555
3556         * lily/include/translator.hh (class Translator): make
3557         get_score_context() and get_global_translator (), and use the one
3558         which is appropriate.
3559
3560         * lily/context.cc: partially put functionality of Translator_group
3561         into Context.
3562
3563         * lily/include/context.hh (Translator): new class: put between
3564         Translator and Translator_group. 
3565
3566         * lily/new-accidental-engraver.cc: remove file.
3567
3568 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3569
3570         * input/regression/{many}.ly: improve descriptions: use complete 
3571         sentences, try to describe what is tested, avoid `we´, do not use 
3572         don't, ... 
3573
3574 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3575
3576         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3577         is at EOL.
3578
3579         * Documentation/user/lilypond.tely: declare the topmost node only
3580         once; removes empty line in @contents.
3581
3582         * Documentation/user/music-glossary.tely: really add Finnish author.
3583         Draw more beatiful `->´ arrow in html: &rarr;
3584
3585 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3586
3587         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3588
3589         * scripts/convert-ly.py (conv): add ly:music-list  change.
3590
3591         * lily/grob.cc: edit doc string.
3592
3593         * scm/define-grob-properties.scm (all-user-grob-properties):
3594         proofreading, editing of doc strings.
3595
3596         * input/regression/tablature-string-tunings.ly: new file.
3597
3598         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3599         listen to stringTunings
3600
3601         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3602         for self-alignment-[XY] code.
3603  
3604 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3605
3606         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3607         cond) into function. Cleanup.
3608
3609         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3610         
3611         * VERSION (PACKAGE_NAME): 2.1.23 released
3612
3613 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3614
3615         * Documentation/user/{refman,internals}.itely: small fixes.
3616
3617 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3618
3619         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3620         accidentals for harmonic notes
3621
3622         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3623         for harmonic notes.
3624
3625         * scm/document-backend.scm (interface-doc): prune Grob
3626         documentation: don't duplicate interface information.
3627
3628         * lily/*.cc: lots of updates of doc strings.
3629
3630 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3631
3632         * input/test/ac-extra-voice.ly (accompany): remove file.
3633
3634         * input/test/maximum-rest-count.ly: remove file.
3635
3636         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3637         conversion rule for \translator { }. Apply everywhere.  
3638
3639         * lily/parser.yy (music_property_def): set property for \once in
3640         the PropertyMusic itself, not the ContextSpec.
3641         (property_operation): change syntax within \translator { }
3642
3643         * scm/define-music-properties.scm (all-music-properties): clean up.
3644
3645         * lily/auto-beam-engraver.cc (test_moment): use
3646         updated_grob_properties() to retrieve autoBeam settings.
3647
3648         * lily/spacing-spanner.cc: bound shortest_playing_len by
3649         measure_length
3650
3651         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3652         multi-measure events for spacing computation.
3653
3654         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3655         elliptical, to 1.49.
3656
3657         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3658         vertical positioning for polyphony, without RestCollision object.
3659
3660         * lily/note-column.cc (add_head): prevent rests & note heads on
3661         one stem.
3662
3663         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3664         (do_shift): rewrite only-rests case: use common refpoints: the
3665         routine will have sensible results when other rest-translations
3666         have taken place.
3667
3668         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3669         < 0 case. 
3670
3671         * VERSION: 2.1.22 released
3672         
3673         * input/GNUmakefile (SUBDIRS): remove ascii-art
3674
3675 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3676
3677         * input/: Convert ly files that still had \property.  Fixes make
3678         web.  Remove exta spaces around '='. 
3679
3680         * scripts/convert-ly.py (conv): Redundant space fixes.
3681
3682         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3683
3684 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3685
3686         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3687         create scalable PS and PDFs  for input/{test,template,regression}.
3688
3689         * lily/context.cc (is_alias): move function.
3690         (is_alias): add Bottom as context alias. 
3691         (find_create_translator): add Bottom as a context alias for creation.
3692
3693         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3694
3695         * lily/parser.yy (music_property_def): new syntax for property
3696         assignments:
3697
3698         \set A.B = #C , \unset A.B
3699         \override A.B #C = #D, \revert A.B #C 
3700
3701         * lily/my-lily-lexer.cc: remove \property
3702
3703 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3704
3705         * Documentation/user/refman.itely: add dots after seealso refs.
3706
3707         * input/template/{many}.ly: harmonise descriptions.
3708
3709         * Documentation/user/music-glossary.itely: add Finnish author.
3710
3711 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3712
3713         * VERSION (PACKAGE_NAME): release 2.1.21
3714
3715 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3716
3717         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3718
3719         * scripts/lilypond-book.py (snippet_res): @include filename must
3720         not be empty.
3721
3722 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3723
3724         * scm/documentation-generate.scm (markup-doc-string): dump
3725         markup-commands.tely
3726
3727         * scm/define-markup-commands.scm (override): new file.
3728         Move documentation from refman into doc-strings. 
3729
3730         * input/test/staff-container.ly: fix example.
3731
3732         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3733         StaffContainer
3734
3735         * lily/grob.cc: remove point_dimension_callback
3736         (Grob): read forced dimensions from X-extent and Y-extent.
3737         (get_paper): remove preset_extent.
3738
3739         * scm/define-grobs.scm (all-grob-descriptions): remove
3740         point_dimension_callback. 
3741
3742         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3743         textscript to head. This makes no-spacing-rods work on
3744         DynamicText.
3745
3746         * lily/chord-name.cc: remove props chord, bass, inversion.
3747
3748         * Documentation/user/appendices.itely: add Scheme functions,
3749         context-properties and layout properties to manual.
3750
3751         * scm/part-combiner.scm (determine-split-list): include rests in a
3752         solo1/2 sequence.
3753
3754         * lily/new-part-combine-iterator.cc (substitute_both): new
3755         function.
3756         (class New_pc_iterator): add separate Voice=solo context, fixes
3757         autobeams going from chords to solo.
3758
3759 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3760
3761         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3762
3763         * Documentation/user/tutorial.itely:
3764         * Documentation/user/refman.itely: Add short note about being part
3765         of lilypond.tely.
3766
3767         * COPYING: Make note more clear with respect to files that are
3768         explicitely licenced otherwise (Documention/user/ comes to mind).
3769         
3770         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3771         comment about barfing of @c,{}.
3772
3773         * Documentation/user/music-glossary.tely: Add list of authors.
3774
3775         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3776         source (was: also in build log).
3777
3778 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3779
3780         * lily/side-position-interface.cc (general_side_position): if
3781         staff-padding is set, then include staff in support too.
3782
3783         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3784         module workbook
3785
3786         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3787
3788         * lily/tuplet-engraver.cc: remove tupletInvisible
3789
3790         * scm/define-translator-properties.scm: cleanup, separate in
3791         internal and user props. 
3792
3793         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3794         LyricsVoice -> Lyrics
3795
3796         * lily/new-part-combine-iterator.cc (process): only print warning
3797         for symbols.
3798
3799 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3800
3801         * scm/part-combiner.scm: Add proper header.
3802
3803         * All but lily/*: The great --2003 --2004 replace; the missing
3804         `bits'.
3805
3806         * TODO: Fix outline mode.  Add book notes.
3807
3808         * ROADMAP: Update.
3809
3810 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3811
3812         * scm/part-combiner.scm (make-autochange-music): use
3813         accumulator. Fixes stack overflow.
3814
3815         * lily/*: rename brew_molecule -> print , molecule-callback ->
3816         print-function
3817
3818         * scm/define-grob-properties.scm: cleanup. Separate into internal
3819         and user properties.
3820
3821         * lily/translator-property.cc (updated_grob_properties): new
3822         function
3823         (execute_pushpop_property): change to new convention:
3824         object property inits are stored as (cons ALIST BASED-ON). This
3825         storage format allows concurrent tweaks in different contexts.
3826
3827 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3828
3829         * TODO: new file.
3830
3831 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3832
3833         * debian/: Late Debian update (sorry Anthony).
3834
3835         * scripts/lilypond-book.py (do_file): Look for input_file in
3836         include path, or ask kpathsea if LATEX.
3837
3838         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3839         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3840         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3841         --header=texidoc.
3842
3843         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3844         relative.
3845
3846         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3847         only when filtering, default to input_base otherwise.  Coding
3848         style fixes.
3849
3850 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3851
3852         * lily/include/translator.hh (class Translator): add virtual
3853         qualifier.
3854
3855 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3856
3857         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3858
3859 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3860
3861         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3862
3863         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3864         (fixes make web).
3865
3866         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3867         live in $(out)-www).
3868
3869         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3870         dependencies.  Add link to .ly source in HTML output.
3871         (Lilypond_snippet.output_html): Handle multiple page picture
3872         output.
3873         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3874         Make usable for output_texinfo again.
3875
3876         * Documentation/user/GNUmakefile: Add static dependency for
3877         lilypond.tely includes.
3878
3879         * Documentation/user/tutorial.itely: Add some lost `relative'
3880         ly-options.
3881
3882 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3883
3884         * lily/include/translator-group.hh: move Music_output_def member
3885         to Global_translator.
3886
3887         * scripts/lilypond-book.py (do_file):  fix latex output.
3888
3889         * VERSION: release 2.1.20
3890         
3891         * scm/part-combiner.scm (determine-split-list): robustness fix 
3892
3893         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3894
3895         * lily/parser.yy (music_output_def_body): plug memory leak.
3896
3897         * lily/translator-group.cc (add_fresh_group_translator): plug
3898         memory leak: unprotect Translator_group once added.   
3899
3900         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3901
3902         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3903         write .dep file.
3904         (Lilypond_snippet.ly): add \renameinput.
3905
3906 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3907
3908         * Documentation/user/refman.itely (Markup command definition): Doc
3909         by Nicolas Sceaux. Rewrite by Han-Wen
3910
3911         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3912         thing of the line.
3913         (brew_molecule): only remove if hyphen is not at the end of line.
3914         (set_spacing_rods): new function: minimum-length specifies
3915         distance between syllables.
3916
3917         * scm/define-grobs.scm (all-grob-descriptions): add
3918         Hyphen_spanner::set_spacing_rods to LyricHyphen
3919
3920         * input/regression/lyric-hyphen-break.ly: new file.
3921
3922         * input/test/lyric-hyphen-retain.ly: new file.
3923
3924         * lily/new-part-combine-iterator.cc (construct_children):
3925         add Rest direction.
3926
3927 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3928
3929         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3930
3931         * Documentation/bibliography/engraving.bib (donemus1982):
3932         update entry.
3933
3934 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3935
3936         * scripts/lilypond-book.py (Substring.__init__): new class.
3937         (Snippet.output_texinfo): add texidoc option.
3938         (Include_snippet.replacement_text): new class.
3939         (Lilypond_snippet.__init__): new class
3940         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3941
3942         * Documentation/user/refman.itely (Sound): 
3943         note about number of channels.
3944
3945         * scm/music-functions.scm (voicify-music): add \context Staff for
3946         << \\ >> polyphony.
3947
3948         * lily/parser.yy (verbose_command_req): \skip now creates
3949         SkipMusic, and does not lead to spurious staves.
3950
3951         * scm/define-music-types.scm (music-descriptions): rename
3952         NonEventSkip to SkipMusic
3953
3954         * input/no-notation/midi-lyric-barcheck.ly: new file.
3955
3956         * input/regression/collision-dots-invert.ly: new file.
3957
3958         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3959         case.
3960
3961         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3962         die if melody died too.
3963
3964 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3965
3966         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3967         with reading from stdin.
3968
3969         * lily/slur-performer.cc (try_music): new file.
3970
3971         * lily/melisma-performer.cc (try_music): new file. Handle
3972         melismata to help lyrics.
3973
3974         * lily/beam-performer.cc (try_music): new file. Handle beam events
3975         to help lyrics.
3976
3977         * lily/score-performer.cc (one_time_step): reinstate
3978         process_music().
3979
3980         * lily/performer.cc (process_music): add to interface.
3981
3982         * lily/performer-group-performer.cc (process_music): new function.
3983
3984         * lily/dot-column.cc (do_shifts): do collision resolution before
3985         dot positioning.
3986         
3987         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3988         file, process printfilename option.
3989         (Snippet.__init__): rewrite: do not use global variables h or
3990         index.
3991         (main): really support -I option.
3992         (find_toplevel_snippets): new code.
3993         (find_toplevel_snippets): reinstate old version, without global
3994         variables.
3995
3996         * tex/texinfo.tex: really add file.
3997         
3998 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3999
4000         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4001         compatibility.
4002
4003 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4004
4005         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4006
4007         * scm/define-translator-properties.scm (drumPitchTable): add
4008         property.
4009
4010         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4011         function.
4012         (help_summary): docstrings.
4013         (do_file): strip the dir of input_base too.
4014
4015 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4016
4017         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4018
4019         * Documentation/user/lilypond-book.itely: Update.
4020
4021         * make/ly-rules.make: Update lilypond-book commands.
4022
4023         * Documentation/user/GNUmakefile: Update makeinfo commands,
4024         lilypond-book flags.
4025
4026         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4027         
4028         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4029
4030         * scripts/filter-lilypond-book.py: Remove.
4031
4032         * Documentation/user/*tely: Update options for new lilypond-book.
4033
4034         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4035         with @macros in @includes.
4036
4037 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4038
4039         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4040         make rest-collision only.
4041
4042         * lily/break-substitution.cc (substitute_one_mutable_property):
4043         clear all-elements using scm_assq_remove_x(). 
4044
4045         * lily/rest-collision.cc (do_shift): shift single rests
4046
4047         * flower/include/array.hh (class Array): rename to is_empty ()
4048
4049         * lily/drum-note-performer.cc: new file: perform drum notes.
4050
4051         * VERSION (PACKAGE_NAME): release 2.1.19.
4052         
4053 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4054
4055         * scripts/filter-lilypond-book.py
4056         (classic_lilypond_book_compatibility): New function.
4057
4058 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4059
4060         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4061
4062         * Grand 2003 -> 2004 search replace. 
4063
4064         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4065         (i.e. < > )
4066
4067         * ly/performer-init.ly: add DrumStaff
4068
4069         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4070         lyric-interface; this prevents lines with only extender lines from
4071         being junked.
4072  
4073         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4074
4075         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4076         extenders right, for once and for all (hopefully).
4077         
4078         * lily/break-substitution.cc (substitute_one_mutable_property):
4079         clear old 'all-elements for System grobs.
4080
4081         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4082         that associatedVoiceContext is always assigned when music & lyrics
4083         are found. 
4084
4085         * ly/engraver-init.ly: remove Lyrics context.
4086         (TabVoice): add noteheads engraver
4087
4088         * input/test/improv.ly: update: do not use Thread switching. 
4089
4090         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4091         squashedPosition is a number  
4092
4093         * Documentation/user/refman.itely (Automatic note splitting):
4094         remove Thread references.
4095
4096         * input/no-notation/pc-direction.ly: remove file.
4097
4098         * ly/engraver-init.ly: remove Thread
4099
4100         * input/regression/tie-chord-partial.ly: remove file.
4101
4102         * scripts/convert-ly.py (conv): \harmonic rule
4103
4104         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4105         notation for harmonic notes: <c' g''\harmonic>
4106
4107         * lily/lily-guile.cc (alist_to_hashq): new function
4108
4109         * scm/lily.scm (alist->hash-table): new function.
4110
4111         * Documentation/user/refman.itely (Percussion staves): update doco.
4112
4113         * input/regression/drums.ly (timb): updates
4114
4115         * lily/note-performer.cc (create_audio_elements): robustness fix.
4116
4117         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4118
4119 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4120
4121         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4122         discard valid matches.
4123
4124 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4125
4126         * lily/drum-note-engraver.cc: new file.
4127
4128         * ly/drumpitch-init.ly: move drum definitions
4129
4130         * scm/drums.scm: remove file.
4131
4132         * lily/*.cc: remove abort-event everywhere.
4133
4134         * lily/note-heads-engraver.cc (process_music): robustification.
4135
4136         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4137         robustification.
4138
4139         * lily/parser.yy (simple_element): add \drums mode.
4140         (simple_element): remove \pitchnames , \chordmodifiers. Use
4141         variables to store this. 
4142
4143         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4144         outside \notes.
4145
4146         * VERSION: release 2.1.18.
4147         
4148         * input/test: remove octave-duplicate.ly
4149
4150 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4151
4152         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4153
4154 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4155
4156         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4157         constructor from Music_iterator. Changes throughout.
4158
4159         * lily/include/music-iterator.hh (class Music_iterator): remove
4160         Music_iterator::skip and Music_iterator::get_pending_events from
4161         interface. Rename report_to -> get_outlet 
4162
4163         * lily/auto-change-iterator.cc: move contents from
4164         new-auto-change-iterator.cc from
4165
4166         * scm/part-combiner.scm: determine split-list from Scheme. 
4167
4168         * lily/new-auto-change-iterator.cc (process): new file.
4169
4170         * lily/parser.yy (part_combined_music): remove old PC cruft.
4171
4172         * ly/engraver-init.ly: remove old
4173         PC cruft.
4174
4175         * Documentation/user/refman.itely (The Lyrics context): note about
4176         extender lines.
4177
4178         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4179         to allow 0-length mmrest events.
4180
4181         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4182
4183         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4184
4185         * lily/spacing-engraver.cc (finalize): robustifications.
4186
4187         * input/regression/new-part-combine-solo-global.ly: new file.
4188
4189         * scm/part-combiner.scm: rewrite.
4190
4191 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4192
4193         * Documentation/user/refman.itely, input/puer-fragment.ly,
4194         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4195         updated for proper use of lyricsto; replaced "(" and ")" ->
4196         "\melisma" and "\melismaEnd"
4197
4198         * input/test/ancient-font.ly: small updates to reduce compile
4199         warnings (TODO: junk this file)
4200
4201         * input/test/gregorian-scripts.ly: added comment about bug
4202
4203         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4204         tiny robustness fix
4205
4206         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4207         recent changes in the feta code); temporarily mapped mensural g
4208         clef to a copy of petrucci g clef until mensural g clef will have
4209         been rewritten
4210
4211         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4212         between mensural and neo-mensural heads (this broke quite a while
4213         ago)
4214
4215         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4216
4217 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4218
4219         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4220         indication.  Fixes for verbatim, multi line comments.
4221
4222 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4223
4224         * input/regression/new-part-combine-solo.ly: more cases.
4225
4226         * lily/slur.cc (height): robustness fix.
4227
4228         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4229
4230         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4231         stemUp/stemDown.
4232
4233         * scm/music-functions.scm (determine-split-list): further analysis.
4234
4235         * lily/script-engraver.cc (try_music): discard duplicate
4236         articulations.
4237
4238         * input/regression/new-part-combine-solo.ly: new file
4239
4240         * input/regression/new-part-combine-a2.ly: new file.
4241
4242         * ly/performer-init.ly: add Devnull
4243
4244         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4245         for \musicglyph #"accidental-*"
4246         (conv): \newpartcombine rule.
4247
4248 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4249
4250         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4251
4252 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4253
4254         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4255         textwidth, --output.
4256
4257 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4258
4259         * scm/new-markup.scm (doubleflat): add accidental markups.
4260
4261         * VERSION: release 2.1.17
4262         
4263         * Documentation/user/refman.itely (Automatic part combining):
4264         revise documentation of the part-combiner.
4265
4266         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4267         
4268         * input/test/part-combine-{moment,staff}.ly: remove file.
4269
4270         * input/regression/pc-mmrest.ly (two): remove file.
4271
4272         * scm/define-music-types.scm (music-descriptions): add
4273         Solo{One,Two}Event and UnisonoEvent
4274
4275         * lily/new-part-combine-iterator.cc (unisono): add state_
4276         variable, signal changes with part-combine-event.
4277
4278         * input/regression/new-part-combine-text.ly: new file.
4279
4280         * lily/part-combine-engraver.cc: new file.
4281
4282 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4283
4284         * scripts/filter-lilypond-book.py: Handle snippet options.
4285
4286 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4287
4288         * scm/music-functions.scm (determine-split-list): detect solo1/2
4289         and unisono.
4290
4291         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4292         revert fix, document why.
4293
4294         * lily/tie-performer.cc (process_music): new function. Set melisma
4295         property.
4296
4297         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4298         always smaller than bracket size.
4299         (make_bracket): oops. Size of the gap was off by factor 2
4300
4301         * input/test/text-rotate.ly: new file.
4302
4303         * scm/new-markup.scm (markup): a macro that provides a
4304         LilyPond-like syntax in scheme for building markups, in order to
4305         help markup command definition. (Nicolas Sceaux)
4306
4307         * input/test/lyrics-skip-notes.ly: new example.
4308
4309         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4310
4311         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4312         use is_alias() iso. == . This fixes lyrics on
4313         GregorianTranscriptions. 
4314
4315 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4316
4317         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4318         \thispagestyle{lastpage} to avoid that it's printed on the second
4319         last page when there's only a single score line on the last page.
4320         (The page breaking mechanism in TeX played some ugly tricks to us.)
4321
4322 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4323
4324         * scripts/filter-lilypond-book.py: Further development.
4325
4326         * input/regression/collision-dots-move.ly: New test.
4327
4328         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4329         hand side note head of non-merged collision to the right.
4330
4331         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4332         Construct children before accessing property from emtpy
4333         lyrics_context_.
4334         (construct_children): Find thread before finding LyricsVoice.
4335         Create LyricsVoice one if none found, fixes crash (thanks Erik
4336         Sandberg).
4337
4338 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4339
4340         * cygwin/: Forward port.
4341
4342 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4343
4344         * buildscripts/install-info-html.sh: Use Bash.
4345
4346         * cygwin/mknetrel: Patch from Bert.
4347
4348 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4349
4350         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4351
4352         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4353         try to copy *png, index.html (Bertalan Fodor).
4354
4355         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4356
4357 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4358
4359         * lily/note-collision.cc (check_meshing_chords): Do not remove
4360         dots (from down head) when merging similar heads (thanks Matthias
4361         Kilian).  Simplify merge_possible tests and other cleanups
4362
4363         * input/regression/collision-merge-differently-dotted.ly: Add test
4364         for disappearing dots on similar heads for both voices.
4365
4366 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4367
4368         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4369         that tagline overrides copyright for single page scores. Correct
4370         the default tagline value.
4371
4372 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4373
4374         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4375
4376 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4377
4378         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4379         TEXMF if it's previously unset.
4380
4381 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4382
4383         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4384
4385         * input/test/trills.ly: fix the unfolding of lineprall.
4386
4387         * input/test/figured-bass-alternative.ly: fix accidental.
4388
4389 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4390
4391         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4392         
4393         * input/no-notation/dos-guile.ly: 
4394         * input/no-notation/dos-ps.ly: 
4395         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4396         
4397         * input/no-notation/safe-include.ly:
4398         * input/no-notation/safe-guile.ly:
4399         * input/no-notation/safe-ps.ly: 
4400         * input/no-notation/safe-tex.ly: New file.
4401
4402         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4403         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4404         options now.
4405         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4406         When in --safe-mode, set environment openout_any=p[aranoid].
4407
4408         * tex/ltest.tex: 
4409         * tex/lilyponddefs.tex: Add \nofiles.
4410
4411         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4412         options.
4413
4414         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4415         This allows building the user manual using a binary installation
4416         and a matching unpacked source tree.
4417
4418         * scm/lily.scm (safe-module): New variable. 
4419
4420         * lily/includable-lexer.cc (new_input): Fix error messages.
4421
4422         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4423         If SAFE, evaluate in safe-module.  Change callers.
4424
4425         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4426
4427         * lily/lexer.ll (embedded_scm): While processing main-input,
4428         invoke ly_parse_scm with safe mode if running in safe-mode.
4429         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4430         in init.ly for safe-mode.
4431
4432 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4433
4434         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4435         compatibility with old versions of geometry.sty (compat2
4436         already implied includehead).
4437         Change the page layout slightly so bottom + footskip = top +
4438         headheight + headsep = 16mm, the remaining paperheight-32mm
4439         are used for the music. Increase footskip to 5mm, so the top of
4440         the footer text doesn't touch the music.
4441
4442 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4443
4444         * VERSION: release 2.1.16
4445         
4446         * scm/music-functions.scm (determine-split-list): bugfix: only use
4447         new-active for both voices if both indexes advance. This fixes the
4448         biggest outstanding problem with new-pc. 
4449
4450         * lily/new-part-combine-iterator.cc (construct_children): set more
4451         directions.
4452
4453 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4454
4455         * scripts/convert-ly.py (conv): add instrument rule.
4456
4457         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4458
4459         * lily/side-position-interface.cc: remove add_staff_support ()
4460         Change all callers to use staff-padding.
4461
4462         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4463         make_spanner().
4464
4465         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4466
4467         * lily/text-engraver.cc: remove scriptHorizontal property.
4468
4469         * lily/beam.cc (least_squares): also set least-squares-dy for
4470         special case of slanted 2-stem beam to center.
4471
4472         * lily/side-position-interface.cc (out_of_staff): move contents of
4473         out_of_staff into aligned_side.
4474         remove out_of_staff().
4475
4476         * input/regression/measure-grouping.ly: fix warning.
4477
4478         * lily/side-position-interface.cc: add staff-padding support to
4479         Side_position_interface::aligned_side.
4480
4481         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4482         one get_property too many.
4483
4484         * flower/include/drul-array.hh (linear_combination): new function
4485         (scale_drul): new function
4486
4487         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4488         operations on empty intervals are silly.
4489
4490 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4491
4492         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4493         (iso gh_scm2int), fixes crash in new part-combiner.
4494
4495         * configure.in: Up mftrace to 1.0.27.
4496
4497 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4498
4499         * VERSION: release 2.1.15
4500         
4501         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4502         align all stanza numbers.
4503
4504 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4505
4506         * Documentation/user/{introduction.itely,refman.itely,
4507         converters.itely}: fix some text inside parentheses; text should
4508         be readable (even) if parentheses are either replaced with commas 
4509         or dropped out.
4510
4511 2004-01-25  Werner Lemberg  <wl@gnu.org>
4512
4513         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4514         input/test/vaticana.ly, input/test/ancient-font.ly,
4515         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4516         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4517         ly/params-as-init.ly, scm/define-grobs.scm,
4518         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4519
4520         * ly/params-as-init.ly: Removed.  Obsolete.
4521         * buildscripts/lilypond.words.py: Updated.
4522
4523 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4524
4525         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4526
4527         * mf/feta-din{4,5,7,9}.mf: remove.
4528         
4529         * lily/engraver.cc (internal_make_item): centralize item/spanner
4530         factory.
4531
4532         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4533         do correct chord conversion for ^"sim."  (backportme)
4534         (FatalConversionError.sub_articulations): substitute ^"foo" in
4535         chords too. (backportme)
4536
4537         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4538         for Fingering.
4539
4540         * lily/side-position-interface.cc (out_of_staff): don't do
4541         anything if staff-padding not defined. 
4542
4543         * mf/feta-params.mf (stafflines): introduce linethickness as
4544         general blackness of the font.
4545
4546         * lily/stem.cc (position_noteheads): rounding error robustness.
4547
4548         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4549         from beam-collision.ly 
4550
4551         * lily/beam.cc (rest_collision_callback): remove direction.
4552
4553         * scm/define-grobs.scm (all-grob-descriptions): remove
4554         enclose-bounds in OttavaBracket and PianoPedalBracket
4555
4556         * scm/new-markup.scm (def-markup-command) new macro, which takes
4557         care of defining the COMMAND-markup and make-COMMAND-markup
4558         procedures, setting markup-signature and keyword-signature object
4559         properties, and pushing the markup command in
4560         markup-function-list.
4561
4562         All markup commands are defined thanks to it.  Users may also use
4563         it to define their own markup commands. (Nicolas Sceaux)
4564
4565         * scm/new-markup.scm: Scheme style clean-up: there should be no
4566         parenthesis alone on a line; LET* should not be used where LET is
4567         enough. (Nicolas Sceaux)
4568
4569 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4570
4571         * scripts/filter-lilypond-book.py: Add script.
4572
4573 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4574
4575         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4576
4577 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4578
4579         * Documentation/user/refman.itely (Fingering instructions): add
4580         single note chords. 
4581
4582         * lily/multi-measure-rest-engraver.cc: use a single
4583         MultiMeasureEvent for mm rests. This prevents problems with the
4584         new part combiner.
4585
4586         * scm/music-functions.scm (determine-split-list): analysis has
4587         global effect: a difference halfway a phrase makes the entire
4588         phrase be typeset as apart.
4589         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4590
4591 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4592
4593         * ly/performer-init.ly: add Devnull.
4594
4595         * Documentation/user/refman.itely (Font selection): remove paper20
4596         ref.
4597         
4598 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4599
4600         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4601
4602 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4603
4604         * scm/music-functions.scm (determine-split-list): bugfixes.
4605
4606         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4607
4608         * input/test/scales-greek.ly: use C as base, results in different
4609         alterations at the clef.
4610
4611         * input/regression/pedal-ped.ly: new file.
4612
4613         * input/regression/pedal-bracket.ly: new file.
4614
4615         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4616         replace after_line_breaking()
4617
4618         * lily/line-interface.cc (line): read thickness.
4619         (line): dash-fraction = 0 always for dotted-line style.
4620
4621         * input/test/staff-lines.ly (lower): bugfix.
4622
4623         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4624         \accepts Devnull into Score.
4625
4626         * scm/lily.scm: remove bla.scm load.
4627
4628 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4629
4630         * VERSION: release 2.1.14
4631         
4632         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4633
4634         * lily/side-position-interface.cc (general_side_position): add
4635         Staff_symbol_referencer::staff_space ().
4636
4637         * lily/include/context-def.hh: rename from translator-def.hh
4638
4639 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4640
4641         * input/template/piano-dynamics.ly (pedal): Updated definition of
4642         Dynamics such that \cresc works, for example.
4643
4644 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4645
4646         * lily/stem.cc (calc_stem_info): use
4647         Staff_symbol_referencer::staff_space
4648
4649         * lily/beam-quanting.cc (quanting): scale Stem_info 
4650
4651         * lily/beam.cc (rest_collision_callback): use minimum-distance
4652         property for rest/beam collisions.
4653         (rest_collision_callback): bugfixes.
4654
4655         * lily/system.cc (post_processing): extra-offset is now relative
4656         to the size of the current staff.
4657
4658         * scm/music-functions.scm (notice-the-events-for-pc): record all
4659         voices, only analyze "one" and "two".
4660
4661         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4662         not parent. 
4663
4664         * lily/new-part-combine-iterator.cc (construct_children): create
4665         Devnull from Voice context
4666
4667         * scm/music-functions.scm (determine-split-list): bugfixes.
4668
4669         * lily/lily-guile.cc (robust_scm2int): new function
4670
4671         * lily/staff-symbol-referencer.cc (line_thickness): new
4672         function. Use throughout.
4673
4674         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4675         in its own context.  Add to preset font-size.
4676
4677         * lily/stem.cc (thickness): new function.
4678
4679         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4680         compute thickness from ledger-line-thickness.
4681
4682         * lily/note-head.cc (brew_ledger_lines): use
4683         Staff_symbol::get_ledger_line_thickness ().
4684
4685         * lily/beam.cc (rest_collision_callback): use
4686         Staff_symbol_referencer::staff_space().
4687
4688         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4689         Mus1 Mus2
4690
4691         * lily/include/translator.hh (class Translator): add accepts_list_
4692         so  \with { \denies / \accepts } also works.
4693
4694         * scm/music-functions.scm (determine-split-list): determine split
4695         list from music events.
4696
4697         * lily/new-part-combine-iterator.cc: more states.
4698
4699         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4700
4701 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4702
4703         * lily/system.cc (set_loose_columns): use the right prebroken cols
4704         for interpolating loose column position.
4705
4706         * lily/text-spanner.cc (brew_molecule): default to no vertical
4707         lines.
4708
4709         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4710         take space.
4711
4712         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4713
4714 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4715
4716         * scripts/convert-ly.py: Do not test filename when processing
4717         stdin.
4718
4719         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4720
4721 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4722
4723         * lily/axis-group-engraver.cc (finalize): extra check; if
4724         process_music () is never called, then staffline_ == 0.
4725
4726         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4727         check run_always ().
4728         
4729         * VERSION: release 2.1.13
4730
4731         * input/regression/note-head-style.ly (pattern): cleanup.
4732
4733         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4734         downloading.
4735
4736         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4737         kludge rehearsalmark placement.
4738
4739         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4740         , ly:spanner?
4741
4742         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4743         close to note head for accidentals.
4744
4745         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4746         tuplet direction.
4747
4748         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4749
4750 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4751
4752         * lily/include/music-iterator.hh (class Music_iterator): add
4753         substitute_outlet() to iterator API.
4754
4755         * lily/new-part-combine-iterator.cc (construct_children):
4756         New_pc_iterator: new class, better part combining.
4757
4758         * lily/tie-column.cc (werner_directions): new function
4759
4760         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4761
4762         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4763         empty objects group spanner as parent
4764
4765         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4766         slope against graphical slope.
4767
4768         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4769         for ottava bracket.
4770
4771         * lily/side-position-interface.cc (general_side_position):
4772         opps. reinstate *dir.
4773
4774         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4775         parser run.
4776
4777         * lily/tuplet-bracket.cc: remove calc_dy ().
4778
4779         * Documentation/user/refman.itely (Balloon help): document balloon
4780         help
4781
4782 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4783
4784         * scm/document-backend.scm (check-dangling-properties): Grob
4785         properties are defined define-grob-properties.scm.
4786         
4787 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4788         
4789         * VERSION: release 2.1.12
4790
4791         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4792         ChordName
4793
4794         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4795         relation to surroundings.
4796
4797         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4798         Y-extent to the note-extents: stay clear of the staff.
4799
4800 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4801
4802         * Documentation/user/GNUmakefile
4803         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4804         iso. copy.
4805
4806         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4807
4808         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4809
4810         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4811
4812         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4813
4814         * lily/line-interface.cc (line): remove thickness from calling interface.
4815
4816         * lily/hairpin.cc: use Line_interface
4817
4818         * lily/line-interface.cc: new file. Line_interface for everything
4819         with dotted/dashed lines.
4820         
4821
4822         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4823
4824         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4825         for constructing ottava brackets.
4826         
4827         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4828         the note heads.
4829
4830         * Documentation/user/internals.itely (Engravers and performers):
4831         fix broken link.
4832
4833         * scm/music-functions.scm (make-mark-set): new function.
4834
4835         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4836         functionally identical to beam.
4837
4838         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4839         () with beam (). 
4840
4841         * Documentation/user/refman.itely (Rehearsal marks): document new
4842         functionality.
4843
4844         * input/regression/rehearsal-mark-number.ly: new file.
4845
4846         * input/regression/rehearsal-mark-letter.ly: new file.
4847
4848         * scm/translation-functions.scm (number->mark-string): new function
4849         (format-mark-letters): new function
4850         (format-mark-numbers): new function
4851
4852         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4853         integer; formatting is done through markFormatter property.
4854         
4855         * scm/define-translator-properties.scm: fold all *-done properties
4856         into positioning-done.
4857
4858         * lily/beam.cc (position_beam): new function
4859         (brew_molecule): make sure that positions are calced before making
4860         the molecule.
4861
4862         * scm/output*.scm (beam):  take 4th argument for function.
4863
4864         * ps/music-drawing-routines.ps: take blot as 4th argument.
4865
4866         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4867         stem to avoid small dents.
4868         
4869 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4870
4871         * VERSION: release 2.1.11
4872
4873         * input/regression/balloon.ly: new file.
4874
4875         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4876         objects, and make help texts. 
4877
4878         * scm/new-markup.scm (parse-simple-duration): parse duration
4879         string to log & dots. (Thanks Nicolas!)
4880
4881         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4882         rule.
4883
4884 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4885
4886         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4887         Lemberg).
4888
4889         * THANKS: alphabetic order.
4890
4891 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4892
4893         * input/regression/note-head-harmonic.ly: new file.
4894
4895         * Documentation/user/internals.itely (Technical manual): explain
4896         difference between music, translation, layout.
4897
4898         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4899
4900         * scm/output-ascii-script.scm (bracket): rounding bfs.
4901
4902         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4903
4904         * ly/paper*.ly: remove files. 
4905         
4906         * scm/paper.scm (set-staff-size): new function: set default
4907         staff-size.
4908
4909         * scripts/convert-ly.py (conv): add conversion rule.
4910
4911         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4912         function.
4913
4914         * scm/paper.scm: new file.
4915         (set-staff-size): new function 
4916         (set-paper-size): new function
4917
4918         * lily/parser.yy (music_output_def_body): restructure definition,
4919         so first Scheme statement in \paper also happens in new scope. 
4920
4921         * lily/system.cc (post_processing): move uniquify_list () to
4922         dumping molecule stage.
4923
4924         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4925         this will mess up scores that use barchecks to shorten measures.
4926
4927         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4928         at 20pt too.
4929
4930         * Documentation/user/tutorial.itely (Printing lyrics): document
4931         \lyricsto
4932
4933         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4934
4935         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4936
4937         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4938         if Voice is not found.
4939
4940         * VERSION: release 2.1.10
4941         
4942         * input/{test,regression}/: remove old-relative 
4943
4944         * lily/lexer.ll: add empty markup signature. 
4945
4946         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4947         strut markup
4948
4949         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4950
4951         * scm/define-translator-properties.scm: update melismata property
4952         doco.
4953
4954         * lily/system.cc (output_lines): revert uniquify_list() patch,
4955         strange side effects seen.
4956         
4957         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4958         dash-period < 0.
4959
4960         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4961         for flute. 
4962
4963 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4964
4965         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4966
4967         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4968
4969         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4970         of line breaks.
4971         (brew_molecule): add padding to left, not right.
4972
4973         * lily/system.cc (uniquify_list): new function
4974         (output_lines): uniquify_list () on all-elements. This fixes
4975         double symbols in the output.
4976
4977         * lily/beam.cc (rest_collision_callback): don't move anything if
4978         staff-position is set.
4979
4980         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4981
4982         * lily/system.cc (typeset_grob): warn if adding twice.
4983
4984         * lily/sequential-iterator.cc (run_always): implement run_always().
4985         (also in other files.)
4986         
4987         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4988
4989         * lily/event.cc (to_relative_octave): add octave-check.
4990
4991         * Documentation/user/refman.itely (Line breaking): add noBreak.
4992
4993         * scm/new-markup.scm (normalsize-markup): add function.
4994         (sans-markup): new function.
4995
4996         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4997         come earlier nowadays.  This fixes beams on grace notes.
4998         
4999         * scm/music-functions.scm (direction-polyphonic-grobs): new
5000         variable, share between override and revert. This fixes script
5001         directions in polyphonic sections. (backportme)
5002
5003 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5004
5005         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5006         breakpoints.
5007
5008         * lily/break-align-interface.cc: add doco
5009
5010         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5011
5012 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5013
5014         * VERSION: release 2.1.9
5015
5016         * scm/document-markup.scm (markup-doc-node): add note about naming.
5017
5018         * scm/new-markup.scm (left-align-markup): bugfix. 
5019
5020         * Documentation/user/refman.itely (Ottava brackets): more doco for
5021         ottava.
5022
5023         * lily/side-position-interface.cc (out_of_staff): also do
5024         out_of_staff() correctly for d == DOWN.
5025
5026         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5027         horizontal line if they move to the right.
5028         
5029         * scm/define-grobs.scm (all-grob-descriptions): set
5030         text-repeat-if-broken for ottava spanner
5031
5032         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5033         property.
5034
5035         * mf/feta18.mf: design size is 18 not 22.5
5036
5037         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5038         Add a single LyricsVoice to a melody. Melismata may be set
5039         individually.
5040
5041         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5042
5043         * lily/dot-column.cc: add stdio.h
5044
5045 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5046
5047         * lily/item.cc: documentation for break-visibility (Thanks, John).
5048
5049 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5050
5051         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5052
5053         * lily/translator-def.cc: rename Translator_def to Context_def.
5054
5055         * Documentation/user/internals.itely (Lexical details): clarify
5056         string def.
5057
5058         * Documentation/user/refman.itely (Rhythmic music): add link to
5059         RhythmicStaff 
5060
5061 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5062
5063         * lily/translator.cc: document start_translation_timestep()
5064
5065         * scm/output-tex.scm (tex-encoded-fontswitch): use
5066         round for rounding (inexact->exact yields rationals)
5067
5068         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5069
5070         * lily/translator-group.cc (get_simple_trans_list): 
5071         new function; construct simple_trans_list_ lazily.
5072         
5073 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5074
5075         * lily/paper-outputter.cc (output_scope): Check if number before
5076         checking exact (guile cvs).
5077
5078         * scm/*: Escape backslashes in scheme strings (guile cvs).
5079
5080 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5081
5082         * Documentation/user/refman.itely (Tablatures basic): annotate
5083         seealso sections.
5084
5085         * lily/*.cc: cleanup of engraver initialize() functions.
5086
5087         * lily/repeat-acknowledge-engraver.cc
5088         (start_translation_timestep): remove first_b_
5089
5090         * lily/tab-note-heads-engraver.cc: listen to string number events
5091         inside < > too. (backportme).
5092
5093         * Documentation/user/refman.itely (Text scripts): add fatText to
5094         index.
5095
5096 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5097
5098         * VERSION: 2.1.8
5099
5100         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5101         footer.
5102
5103         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5104
5105         * lily/bar-check-iterator.cc (process): only warn if
5106         barCheckLastFail was changed.
5107
5108         * scm/define-translator-properties.scm (barCheckLastFail): add
5109         property.
5110
5111         * lily/main.cc (main_prog): print summary of failed files.
5112
5113         * lily/axis-group-engraver.cc: move all spanner creation to
5114         process_music (). Now staffs can be adjusted with \override too.
5115         (Jan, you are a brilliant programmer!)
5116         
5117         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5118
5119 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5120
5121         * Documentation/user/tutorial.itely (Integrating text and music):
5122         Show the commands to produce a PDF as well.
5123
5124 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5125
5126         * lily/translator-def.cc (get_translator_names): accept user
5127         tweaks too. 
5128
5129         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5130         as big as normal heads. 
5131
5132         * input/*ly: run convert-ly
5133         
5134         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5135         () if dependencies are fluked.
5136
5137         * scm/document-translation.scm (engraver-doc-string): update on
5138         latest string/symbol conventions.
5139
5140         * lily/translator-ctors.cc: use Scheme_hash_table.
5141
5142         * lily/translator-def.cc (get_translator_names): new function
5143         (add_context_mod): new function
5144         (get_accepted): new function
5145
5146         * lily/parser.yy (context_mod): put all modifications of
5147         \translator { } in a single production, encode as SCM.
5148
5149         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5150         to use read-only lists, so additions to the definition can be
5151         prepended easily.  
5152
5153         * Documentation/user/invoking.itexi (Editor support): add node on
5154         editor support.
5155
5156         * Documentation/user/refman.itely (Bar check): add lyrics example
5157         of bar checks. 
5158
5159         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5160
5161         * scripts/convert-ly.py (conv): add conversion rule.
5162
5163         * lily/parser.yy: use \change iso. \translator for staff switch.
5164
5165         * lily/my-lily-lexer.cc: add \change.
5166
5167         * scm/define-translator-properties.scm
5168         (default-melisma-properties): add definition.
5169
5170 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5171
5172         * Documentation/user/refman.itely (Bar lines): clarification of
5173         systemStartDelimiter. 
5174
5175         * input/test/slur-shape.ly (x): remove file.
5176
5177         * lily/translator-group.cc (apply_property_operations): new function.
5178
5179 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5180
5181         * lily/parser.yy (optional_prop_ops): allow \with {
5182         PROPERTYSETTINGS } following \context or \new.
5183
5184         * lily/my-lily-lexer.cc: add \with.
5185
5186         * lily/parser.yy (property_operation): clean up definition of
5187         property operations.
5188         (property_op_to_music): new function.
5189         (context_spec_music): new function
5190
5191         * VERSION: 2.1.7 released.
5192         
5193         * input/regression/collision-merge-dots.ly: new file.
5194
5195         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5196         then kill the dots too. 
5197
5198         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5199         set/unset breakableSeparationItem
5200
5201         * lily/separation-item.cc (relative_width): add function.
5202
5203         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5204         only-prebreak-interface
5205
5206         * lily/system.cc (output_lines): only junk only-prebreak-interface
5207         grobs.
5208
5209         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5210         read breakableSeparationItem
5211
5212         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5213
5214         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5215
5216         * lily/dot-column.cc (dot_config_badness): new function:
5217         select the best scoring dot configuration: dots should go close to
5218         the note heads, but be shifted up or down according to conventions.
5219         (print_dot_configuration): idem.
5220         (shift_one): idem
5221         (remove_collision): idem.
5222
5223         * input/regression/dots.ly: add more test cases.
5224
5225 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5226
5227         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5228
5229         * flower/include/interval.hh: rename elem_b to contains 
5230
5231         * lily/tie.cc: change 'heads to 'head-pair.
5232
5233         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5234         fill in 'heads field.
5235
5236         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5237         minimum-length for short ones, and shorten so collisions with the
5238         next syllable are avoided.
5239
5240         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5241         near-zero slopes.
5242         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5243
5244         * lily/dots.cc: remove quantized_position callback. All Y
5245         positioning is done by dot-column.cc
5246
5247         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5248         exhaustive test of all dot positions. This fixes disappearing dots
5249         in dotted chords.
5250
5251 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5252
5253         * mf/feta-klef.mf (test_staff): fatten up G clef
5254         (test_staff): fatten up f clef.
5255         
5256
5257 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5258
5259         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5260         * input/les-nereides.ly: Use latin1 characters for title, like
5261         Morgenlied.
5262
5263 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5264
5265         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5266         cmb10).
5267
5268         * lily/lyric-extender.cc (brew_molecule): add little space before
5269         extender line.
5270
5271         * lily/beam-quanting.cc (score_forbidden_quants): check if
5272         outer stafflines fall in any beam gaps.
5273
5274         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5275         for lyric texts.
5276
5277 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5278
5279         * VERSION: 2.1.6 released.
5280
5281         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5282         this shows the demerits of a user-defined beam position pair.
5283
5284         * scm/define-grobs.scm (all-grob-descriptions): set
5285         beamed-extreme-minimum-free-lengths to a different value.
5286
5287         * lily/scm-option.cc: add debug-beam scm-option
5288
5289         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5290
5291 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5292
5293         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5294
5295         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5296         space after barline.
5297
5298         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5299
5300         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5301         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5302         the other case, take standard column-breakable spacing. Do not
5303         warn about "no spacing wishes".
5304
5305         This fixes wide spaces after barlines in very loose lines.
5306
5307         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5308
5309 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5310
5311         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5312         acknowledge_grob lyric-syllable, not lyric-text.
5313
5314         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5315         dashes of length #'length separated by #'dash-period. 
5316
5317         * lily/lyric-extender.cc (brew_molecule): idem
5318
5319         * lily/multi-measure-rest.cc (big_rest): idem
5320
5321         * lily/system-start-delimiter.cc (simple_bar): idem
5322
5323         * lily/bar-line.cc (simple_barline): use rounded box
5324
5325         * VERSION: release 2.1.5
5326
5327         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5328         music): move note about dvips to more visible place.
5329
5330         * lily/lyric-phrasing-engraver.cc: move from
5331         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5332         lyric-phrasing-engraver.hh)
5333         
5334         * lyric-align.ly: remove file
5335         
5336         * scripts/convert-ly.py (FatalConversionError.func): add removal
5337         rule for automaticMelismata
5338
5339         * ly/engraver-init.ly (ScoreContext): switch on
5340         New_phrasing_engraver by default.
5341
5342         * lily/slur-engraver.cc (class Slur_engraver):
5343         process_acknowledged_grobs -> process_music.
5344         (try_music): signal melismata correctly.
5345
5346         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5347         word-space, right-trim-amount, and extend past right bound only
5348         for note heads.
5349
5350         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5351         lyric-extender support: add note-heads to the extender
5352         automatically.
5353
5354         * lily/parser.yy: extender is now post_event. 
5355
5356         * lily/accidental-engraver.cc (number_accidentals): remove
5357         spurious warning about non-parent contexts.
5358
5359         * lily/music-output-def.cc (assign_translator): \translator { }
5360         for a Foo context implicitly redefines \FooContext.
5361
5362         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5363         fixes.
5364
5365         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5366         doubly in slur weight. 
5367
5368         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5369         combination.
5370
5371         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5372         staffbar distance.
5373
5374         * scripts/lilypond.py (global_latex_preamble): crank down size of
5375         the margins. Now there is a 12 mm top and bottom margin, which
5376         should correspond with the printable area of modern printers.
5377
5378         This enlarges the music height of the printable page a little.
5379
5380         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5381         signs. Use \markup instead.
5382         (accreg_pen): tweak for accordeon asterisk.
5383
5384 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5385
5386         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5387
5388         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5389
5390         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5391
5392         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5393
5394         * scm/define-grobs.scm (all-grob-descriptions): change
5395         StanzaNumber description: make side support, i.s.o. breakable.
5396         use Instrument_name_engraver for texts in the margin.
5397
5398         * scm/define-translator-properties.scm: remove
5399         melismaEngraverBusy, stz property.
5400
5401         * *.cc: naming: change empty_b () into is_empty ()
5402
5403         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5404
5405         * input/regression/lyric-phrasing-new.ly: new file.
5406
5407         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5408         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5409         melismata are now left-aligned.
5410
5411 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5412
5413         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5414
5415         * mf/feta19.mf: remove.
5416         
5417         * mf/feta-klef.mf (test_staff): more tweaks
5418
5419         * mf/feta-toevallig.mf: more small size tweaks.
5420
5421         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5422         rests for smaller sizes.
5423
5424         * mf/feta-bolletjes.mf: fix cross heads.
5425
5426         * VERSION: release 2.1.4
5427         
5428         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5429         deprecated #'ancient font family
5430
5431         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5432         it is a string or number.
5433
5434         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5435         change calling convention of stem-attachment function. 
5436
5437         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5438
5439         * mf/feta-autometric.mf: dump WX/WY fields too
5440         
5441         * mf/parmesan-heads.mf: idem.
5442
5443         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5444         attachment coordinates.
5445
5446         * lily/note-head.cc (stem_attachment_coordinate): read stem
5447         attachment from the notehead glyphs WX/WY fields.
5448
5449         * lily/include/font-metric.hh (struct Font_metric): add methods
5450         get_indexed_wxwy (), make a distinction between looking up by
5451         index and ASCII  
5452
5453         * mf/feta-bolletjes.mf: rewrite note head MF code.
5454         (test_outlines): make heads more rotund for smaller sizes. 
5455
5456 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5457
5458         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5459         throughout. Font scaling fixes throughout.
5460
5461         * mf/feta-sleur,slur.mf: remove. 
5462
5463         * mf/feta-slag.mf: rewrite.
5464
5465 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5466
5467         * VERSION: release 2.1.3
5468
5469         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5470
5471         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5472
5473         * lily/mark-engraver.cc (process_music): fix mark
5474         \default. (backportme)
5475
5476         * stepmake/stepmake/automatically-generated.sub.make (default):
5477         use -n for head/tail commands. 
5478
5479         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5480         heads with the same pitch.
5481
5482 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5483
5484         * lily/recording-group-engraver.cc (finalize): set protected_scm
5485         member to '() before finalizing.
5486
5487         * lily/translator-group.cc (finalize): remove removal_processing () 
5488
5489         * lily/recording-group-engraver.cc: new engraver: record
5490         synchronized start & end times for each music object.
5491
5492         * lily/parser.yy (toplevel_expression): execute score rendering
5493         during parsing. Cleanup output-filename handling; this is no
5494         longer done with global variables.
5495         (translator_spec_body): allow \type modification too.
5496
5497         * lily/score.cc:  ly:run-translator: new function
5498         (LY_DEFINE): ly:render-output new function.
5499
5500         Separate interpreting and rendering, and make available as
5501         functions at Scheme level.
5502
5503 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5504
5505         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5506         (musicxml-node->string):
5507         (xml-node->string):
5508         (music-to-musicxml): New function.
5509
5510 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5511
5512         * VERSION: 2.1.2 released
5513
5514         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5515
5516         * scm/font.scm (paper20-font-vector): discouple font design sizes
5517         from sizes specified in .ly file: store all design sizes of a font
5518         in a single vector.
5519
5520         * lily/font-select.cc (get_font_by_design_size): new function
5521
5522         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5523         add parmesan,feta in sizes 14 and 18.
5524         
5525         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5526
5527         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5528         of fontSize: this now sets font-size
5529
5530 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5531
5532         * VERSION: 2.1.1 released
5533         
5534         * Documentation/user/refman.itely (Tuning objects): add note about
5535         concurrent tweaks in different contexts. 
5536
5537         * lily/tie-engraver.cc (acknowledge_grob): use
5538         Staff_symbol_referencer::get_position iso. reading staff-position
5539         directly.
5540
5541         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5542         currentMusicalColumn as left span-point for bracket. The bracket
5543         is too long when there are accidentals.
5544
5545 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5546
5547         * buildscripts/lilypond-profile.sh,
5548         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5549         Thanks to Reuben Thomas <rrt@mupsych.org>
5550
5551 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5552
5553         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5554         Wurbel <wurbel@univ-tln.fr>.
5555
5556 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5557
5558         * scripts/midi2ly.py: Add space after chords.
5559
5560 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5561
5562         * input/regression/{many}: add few @code{ ... }.
5563
5564 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5565
5566         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5567         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5568         Removed cmbx5, cmbx6 (which are included in teTeX)
5569         and cmbxti14 which is not used in fonts.scm.
5570
5571 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5572
5573         * lily/midi-item.cc: fine tune quarter tones.
5574
5575 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5576
5577         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5578         new function, warn how many cents are missing in fine tuning.
5579
5580 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5581
5582         * input/bugs/rhytmicstaff-tie.ly: add file.
5583
5584         * THANKS: Create skeleton for 2.1.
5585
5586 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5587
5588         * input/test/bar-lines.ly (TODO): dashed "|".
5589
5590 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5591
5592         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5593         input/regression/tie-chord.ly: Fix spell for tying.
5594
5595         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5596
5597         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5598         new file (renamed, see above).
5599
5600         * Documentation/user/lilypond-book.itely
5601         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5602         * input/example-1.ly input/example-2.ly input/example-3.ly
5603         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5604         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5605         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5606         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5607         * scripts/lilypond-book.py scripts/lilypond.py
5608         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5609         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5610
5611         * Documentation/user/lilypond.tely: update version.
5612
5613         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5614         Remove extra spaces in each @node, fixes spaces.
5615
5616 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5617
5618         * scripts/lilypond-book.py (output_dict): Add definition of
5619         \lilypondbook also for LaTeX output. Solves several bug reports.
5620
5621 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5622
5623         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5624
5625 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5626
5627         * input/test/transposition.ly: Fix key signatures, given in comments.
5628
5629 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5630
5631         * scm/midi.scm (instrument-names-alist),
5632         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5633
5634 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5635
5636         * input/test/temporary-stave.ly (texidoc): New example based on an
5637         email question from Ralph Little.
5638
5639 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5640
5641         * VERSION: release 2.1.0
5642         
5643         * lily/note-performer.cc (try_music): accept busy-playing-event.
5644
5645         * lily/swallow-perf.cc (try_music): return false for
5646         busy-playing-event and melisma-playing-event.
5647
5648 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5649
5650         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5651         >> in \score.
5652
5653 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5654
5655         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5656         that articulation_substitute will not move beam start again.
5657         (articulation_substitute): Bugfix: remove stray space so that new
5658         old chords ending '>>' does not get broken up.
5659         (sub_chord): Use TAB for indentation (not spaces).
5660         
5661         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5662         Bugfix for startup: Use ?^ instead of ?\^.
5663
5664 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5665
5666         * lily/lyric-combine-music-iterator.cc
5667         (Lyric_combine_music_iterator): change init order, to prevent GC
5668         segfaults.
5669
5670         * lily/context-specced-music-iterator.cc (construct_children): 
5671         only change  translator if found. This fixes a core dump problem.
5672
5673 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5674
5675         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5676         comparison.
5677
5678         * mf/feta-bolletjes.mf: make hole in half note little
5679         smaller for stem attachment.
5680
5681         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5682
5683         * mf/feta-banier.mf: don't draw stem with flag, just small square
5684         attachment.
5685
5686         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5687
5688         * mf/feta-banier.mf: remove upstem/downstem characters.
5689
5690         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5691
5692         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5693         stafflinethickness (in the default)
5694
5695         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5696
5697         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5698
5699         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5700
5701         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5702
5703         * lily/include/directional-element-interface.hh:
5704         junk class, make {get,set}_grob_direction functions.
5705
5706         * lily/slur.cc (get_attachment): do something sensible when
5707         attaching to stem without heads (eg. a rest).
5708
5709         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5710         forcing up to staff.  remove #'support-head property
5711         (brew_molecule): small cleanup.
5712         (flag): remove #'grace property.
5713
5714 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5715
5716         * cygwin/postinstall-lilypond.sh: 
5717         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5718         (Volker Zell).
5719
5720 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5721
5722         * scripts/lilypond-book.py: resurrect 'eps' option. 
5723         (TexiPaper.to_eps): use -Ppdf for EPS files.
5724
5725         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5726
5727         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5728
5729         * VERSION: release 2.0.1
5730
5731         * lily/bezier.cc (get_other_coordinate): change assert into
5732         warning.
5733
5734         * lily/note-head.cc (internal_brew_molecule): make left protusion
5735         smaller, to accomodate for natural sign.
5736         (internal_brew_molecule): only do this when the accidental is
5737         close enough.
5738         (extent): new function
5739
5740         * lily/skyline.cc (merge_skyline): new function
5741         (heighten_skyline): new function
5742
5743         * lily/accidental-placement.cc (position_accidentals) 
5744         (position_accidentals): fix todo.
5745
5746 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5747
5748         * input/test/+.ly (texidoc): put version number inline.
5749
5750         * GNUmakefile.in: remove rsync-web target.
5751         
5752         * input/regression/bar-scripts.ly (onestaff): raggedright
5753
5754 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5755
5756         * lily/*.cc: remove #if 0'd code in couple of places.
5757
5758         * lily/midi-stream.cc (operator <<): rewrite.
5759
5760         * lily/note-head.cc (internal_brew_molecule): 
5761         only make ledgers when the Staff symbol has lines.
5762
5763         * ly/property-init.ly (arpeggioBracket): simplify
5764
5765         * lily/translator-group.cc (execute_pushpop_property): use
5766         SCM_EQ_P for comparing keys. This fixes reverting
5767         auto-beam-settings.
5768
5769 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5770 *
5771         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5772         midi_debug_global_b.
5773         (operator <<): Normalise loop.
5774
5775 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5776
5777         * scripts/lilypond.py (escape_path): revise.
5778
5779         * scm/music-functions.scm (set-output-property): new function.
5780         
5781 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5782
5783         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5784         use addmakeflags again.
5785
5786         * cygwin/lily-wins.py (escape_shell): New function; use it.
5787
5788         * scripts/lilypond.py (escape_shell): Escape quotes and other
5789         spaces too.  Do not escape escaping backslashes.
5790
5791         * make/srcdir.make.in (web-install): Must call install-WWW now.
5792
5793         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5794         dependency
5795
5796 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5797
5798         * scripts/lilypond.py (escape_path): escape quotes too. 
5799
5800         * Documentation/user/lilypond.tely (Unified index): rename Index
5801         to accomodate Windows breakage.
5802
5803         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5804
5805         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5806         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5807         target not a source.
5808
5809 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5810
5811         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5812         addmakeflags.  Build and install doc and web also when building on
5813         Cygwin.
5814
5815         * mf/GNUmakefile: Bugfix.
5816
5817         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5818         target web.
5819
5820         * cygwin/lily-wins.py: Quote filename.
5821
5822 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5823
5824         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5825
5826 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5827
5828         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5829         settings.
5830
5831         * configure.in: Require g++ > 3.0.4.
5832
5833         * mf/GNUmakefile: Bugfix: Add list.ly target.
5834         
5835         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5836
5837         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5838         make omf directory, add uninstall targets.
5839
5840 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5841
5842         * lily/tie-performer.cc (initialize): init prev_event
5843
5844         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5845
5846         * lily/script-engraver.cc (make_script_from_event): don't crash on
5847         non-string articulation-type.
5848
5849         * lily/new-fingering-engraver.cc (add_script): don't crash on
5850         0 scripts 
5851         (acknowledge_grob): warn about text script events.
5852
5853 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5854
5855         * buildscript/lilypond.words: fix path for drums.scm.
5856
5857 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5858
5859         * lily/spacing-spanner.cc (note_spacing): don't make longer
5860         durations than measure-length.
5861
5862         * VERSION: release 2.0.0
5863
5864         * GNUmakefile.in (rsync-web): version independent rsync target.
5865
5866         * input/test/+.ly (texidoc): idem.
5867
5868         * input/regression/+.ly: print version number.
5869
5870         * input/regression/accidentals.ly (mel): shorten.
5871
5872         * input/regression/accidental-octave.ly (texidoc): shorten.
5873
5874         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5875
5876         * input/regression/completion-heads-polyphony.ly: octave
5877
5878         * input/regression/beam-manual.ly: remove
5879
5880         * input/regression/beam-chord.ly: remove
5881
5882         * input/regression/grace-dynamic.ly: remove
5883         
5884         * input/regression/grace-volta-repeat.ly: octave fixes.
5885
5886         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5887
5888         * lily/parser.yy (step_number): semitones for chord entry too.
5889         (make_chord_step): more robust code, semitones. 
5890
5891         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5892
5893         * input/regression/breathing-sign.ly (texidoc): split ancient and
5894         normal breathing signs.
5895
5896         * scm/define-grobs.scm (all-grob-descriptions): swap
5897         beamed-extreme-minimum-free-lengths and
5898         beamed-minimum-free-lengths; the 'extreme' case should allow
5899         shorter stems. This fixes forced directions on beamed 32nd and
5900         shorter notes.
5901
5902         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5903         quartertones, not semitones.
5904         (NoteNamesContext): swallow more event types
5905
5906         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5907
5908         * VERSION (PACKAGE_NAME): release 1.9.10
5909
5910 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5911
5912         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5913         set note head as cause of note-column.  This gives a better error
5914         message.
5915
5916 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5917
5918         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5919
5920 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5921
5922         * mf/GNUmakefile (pfa_warning): instruct 
5923
5924         * stepmake/aclocal.m4: typo.
5925
5926         * Documentation/user/cheatsheet.itely: more verbose examples.
5927
5928         * input/regression/clefs.ly: remove bogus docstring.
5929
5930 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5931
5932         * GNUmakefile.in (SUBDIRS): Add elisp.
5933
5934         * elisp/lilypond-mode.el: 
5935         * elisp/lilypond-init.el: 
5936         * elisp/lilypond-indent.el: 
5937         * elisp/lilypond-font-lock.el: Move from top dir.
5938
5939         * stepmake/stepmake/elisp-vars.make: New file.
5940
5941         * config.make.in (elispdir): Add.
5942
5943         * Documentation/topdocs/INSTALL.texi: Typo.
5944
5945         * make/ly-rules.make: Test for files instead of touching void and
5946         ignoring errors.
5947
5948         * GNUmakefile.in:
5949         * make/lilypond.redhat.spec.in:
5950         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5951         <builddir>, adding
5952         
5953              (push "<builddir>/share/lilypond/elisp" load-path)
5954
5955         to your ~/.emacs.el should give you LilyPond-mode again.
5956
5957         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5958         regexp for DOS/Windows, we are too paranoid to fix others.
5959
5960 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5961
5962         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5963
5964         * input/test/chord-names-jazz.ly (banterProperties): fix
5965
5966         * lily/parser.yy (bass_mod): bass figure alterations are semi
5967         tones, not quarter tones
5968
5969         * lily/beam.cc (set_stem_lengths): only lengthen stems
5970         for gapped beams.
5971
5972         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5973         by beamcount.
5974
5975         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5976         a warning that the warning may erroneous.
5977
5978         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5979         target.
5980
5981         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5982         targets.
5983
5984         * GNUmakefile.in ($(config_h)): config.h should depend on
5985         config.hh.in .
5986         (lilypond.words): remove fontball stuff.
5987
5988         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5989
5990         * configure.in: remove pktrace reference.
5991
5992         * GNUmakefile.in (rsync-web): permissions and ownership for
5993         website.
5994
5995         * lily/volta-engraver.cc (staff_eligible): new function.
5996         (stop_translation_timestep): kill off spanners if not eligible.
5997
5998         * VERSION (PATCH_LEVEL): release 1.9.9
5999
6000         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6001
6002         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6003         length is more important than forbidden quants.
6004         
6005 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6006
6007         * buildscripts/lilypond.words: order words in search order,
6008         add lilypond.words.vim to be generated.
6009
6010         * lilypond.vim: use lilypond.words.vim for keyword matching.
6011
6012         * lilypond-mode.el: use search order. fix word selection rules.
6013
6014         * lilypond-font-lock.el: fix fontifying long durations.
6015
6016         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6017
6018 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6019
6020         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6021
6022         * stepmake/stepmake/generic-targets.make:
6023         * stepmake/stepmake/bin/make-version.py: 
6024         * stepmake/aclocal.m4:
6025         * make/stepmake.make:
6026         * make/toplevel-version.make: Build fixes: remove last traces of
6027           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6028
6029         * lily/beam.cc: Add gap-count property.
6030
6031 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6032
6033         * scm/define-grob-properties.scm (gap-count): add gap-count
6034
6035         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6036
6037 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6038
6039         * cygwin/mknetrel.doc: Typo.
6040
6041         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6042
6043         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6044
6045 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6046
6047         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6048         sizes. Remove support for 'ledger'(=tabloid+landscape).
6049
6050 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6051
6052         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6053         sauter PFAs.
6054
6055         * configure.in: remove VERSION stuff once again.
6056
6057         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6058
6059         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6060         for chord names.
6061
6062         * mf/GNUmakefile: always trace pfa fonts.
6063         (SAUTER_FONTS): add cmss[567] too fonts
6064
6065         * configure.in: require mftrace. 
6066
6067         * lily/staff-performer.cc (new_instrument_string): don't look at
6068         instrument property.
6069
6070         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6071         is_direction is the C++ one. Similar for ly_axis_p and
6072         ly_number_pair_p
6073
6074 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6075
6076         * lily/beam.cc (brew_molecule): read gap-count to determine
6077         number of tremolo (gapped) beams.
6078
6079         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6080         shorter than 1/8
6081
6082         * flower/include/array.hh (default_compare): new function
6083
6084         * cygwin/mknetrel: Native fixes.
6085
6086         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6087
6088 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6089
6090         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6091         feature for Windows.
6092
6093         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6094
6095         * cygwin/mknetrel: Updates for native use on Cygwin.
6096
6097         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6098
6099         * stepmake/stepmake/help2man-rules.make: 
6100         * cygwin/mknetrel: Bugfix for manpages.
6101
6102         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6103         $(builddir).  Stepmake is a normal subdirectory now, that is not
6104         configured.  Another srcdir build fix.
6105
6106         * Documentation/topdocs/INSTALL.texi,
6107         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6108         lilypond-init.el, lilypond-mode.el, debian/rules,
6109         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6110         rename generated file lilypond.words to lilypond.words.el.
6111
6112 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6113
6114         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6115
6116         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6117         GNUmakefile.in.
6118
6119 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6120
6121         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6122         when cross building.
6123
6124         * configure.in: srcdir build fix.
6125
6126         * cygwin/GNUmakefile:
6127         * cygwin/lily-wins.py:
6128         * cygwin/postremove-lilypond.sh: 
6129         * cygwin/postinstall-lilypond.sh: Merge from stable.
6130
6131         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6132         s/ly2dvi/lilypond/.
6133
6134 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6135
6136         * lily/slur.cc (after_line_breaking): only set control points if
6137         none supplied yet.
6138
6139         * input/test/slur-manual.ly: new file.
6140
6141         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6142         <<  >> chords too.
6143
6144         * VERSION (PACKAGE_NAME): release 1.9.8
6145
6146         * scripts/lilypond.py (escape_path): escape spaces in directory names
6147
6148         * input/test/text-spanner.ly: fixes.
6149
6150 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6151
6152         * buildscripts/lilypond.words.py: add drum names as note names to
6153         Emacs-mode.
6154
6155 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6156
6157         * input/regression/hairpin-dashed.ly: new file.
6158
6159         * scripts/convert-ly.py (conv): warn about dash-length.
6160
6161         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6162         automatically if we get a new one.
6163
6164         * lily/lookup.cc (dashed_line): new function
6165
6166         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6167         dash-fraction.
6168
6169 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6170
6171         * buildscripts/lilypond.words.py: extract note names.
6172
6173         * lilypond-mode.el: take note names from lilypond.words -file.
6174         small fix in the use of string-match.
6175
6176         * lilypond-font-lock.el: use lilypond.words for note names, add 
6177         maxima to note a duration.
6178
6179 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6180
6181         * lily/breathing-sign.cc: remove railtracks() function. 
6182
6183         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6184
6185         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6186         (brew_molecule): bugfix don't make arpeggio shorter when
6187         arpeggio-direction is set.
6188
6189         *  debian/rules: small corrections in the (Pedro K)
6190
6191         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6192         examples.
6193
6194         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6195         special (repeat) bar comes along.
6196
6197         * input/regression/auto-beam-bar.ly: update.
6198
6199         * scripts/lilypond-book.py (output_dict): remove support for the
6200         EPS option.
6201
6202         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6203         VerticalAlignment and VerticalAxisGroup this fixes the size
6204         computations for the entire system.
6205  
6206         * input/les-nereides.ly (bass): remove superfluous fontSize.
6207
6208         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6209         causes directory of file to be added to include path.
6210
6211         * input/regression/beam-break.ly: test single stem beams.
6212
6213         * input/regression/system-start-bracket.ly: fix.
6214
6215         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6216
6217         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6218
6219         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6220         (score_stem_lengths): do something sensible for single stem beams.
6221
6222         * lily/beam.cc (least_squares): add kludge for single stem beams.
6223
6224         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6225         keySignature to list of broken things.
6226
6227         * input/regression/keys.ly: fix.
6228
6229         * VERSION (PACKAGE_NAME): release 1.9.7
6230
6231         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6232
6233         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6234
6235         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6236         (quartertone_pitch): new function
6237
6238         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6239         flat. WARNING: FONT CHANGED.
6240
6241         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6242
6243         * lily/accidental-placement.cc (add_accidental): support for
6244         quarter tones.
6245
6246         * ly/LANGUAGEs.ly: use symbols for alterations.
6247
6248         * mf/feta-toevallig.mf: change accidental codes. 
6249
6250         * scm/lily.scm (ly:get-option): switch on debugging only for
6251         --verbose.
6252
6253         * lily/lily-guile.cc: remove ly:verbose?
6254
6255         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6256
6257         * lily/parser.yy (TODO): only do gh_call() for apply with
6258         procedure argument.
6259
6260         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6261         stuff in accordance with new timing of tie-events.
6262
6263         * lily/my-lily-lexer.cc: remove \outputproperty
6264
6265         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6266
6267         * scm/define-translator-properties.scm (melismaBusyProperties):
6268         add melismaBusyProperties property.
6269
6270 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6271
6272         * input/test/ambitus-mixed.ly (texidoc): new file.
6273
6274         * buildscripts/mutopia-index.py (find): prune debugging
6275
6276         * lily/side-position-interface.cc: doc updates
6277
6278         * Documentation/user/refman.itely: updates, tweaks.
6279
6280         * lily/parser.yy (Simple_music): remove outputproperty
6281
6282         * make/stepmake.make: use VERSION again; importing VERSION via
6283         autoconf dependencies is too hairy.
6284
6285 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6286
6287         * lilypond-mode.el: allow `-' for keywords and identifiers.
6288
6289 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6290
6291         * VERSION: release 1.9.6
6292         
6293         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6294         iso. ly2dvi.
6295
6296         * Documentation/user/*.itely: fixes everywhere
6297
6298         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6299         produce ties from the engraver itself, do not broadcast TieEvent.
6300
6301         * lily/my-lily-lexer.cc: remove pitch & duration.
6302
6303         * lily/parser.yy (TODO): remove \pitch and \duration
6304
6305         * input/test/explicit.ly: remove file.
6306
6307         * Documentation/user/refman.itely (Pitches): remove \pitch 
6308         \duration command.
6309
6310 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6311
6312         * buildscripts/lilypond.words.py: add all slur types to Emacs
6313         insertion menu, suppose everything is postfixed by dropping 
6314         unnecessary `-' -marks.
6315
6316 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6317
6318         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6319         tremoloed stems.
6320
6321         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6322         head for flagged stems.
6323
6324         * lily/stem.cc (get_default_stem_end_position): futz with extra
6325         stem length if there is a stem tremolo.
6326
6327         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6328         it would be too small.
6329
6330         * lily/font-metric.cc: return #f for non-existent glyph.
6331         
6332         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6333         exported through config.make.
6334
6335         * input/regression/clef-oct.ly: new file.
6336
6337         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6338         transposition.
6339
6340         * input/template/*.ly: remove old relative.
6341
6342         * ly/english.ly: add X names for double sharp.
6343
6344 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6345
6346         * lily/font-select.cc: new file handle font selection routines.
6347
6348         * lily/parser.yy: add ; (Patrick Atamaniuk)
6349
6350         * input/test/time-signature-double.ly: use markups for double time
6351         sigs.
6352
6353         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6354         ChordNames.SeparationItem #'padding for adjusting space after chords.
6355         
6356         * lily/music-output-def.cc (LY_DEFINE): 
6357         new function ly:paper-lookup.
6358         
6359         * mf/parmesan-clefs.mf: use # quantities for char_box
6360         offsets. Fixes overflow errors in the PFA. 
6361
6362         * scm/new-markup.scm (strut-markup): change calling interface for
6363         markup. Pass paper-def, not grob. This would allow \markup to be
6364         used separately from grobs.
6365
6366         * lily/paper-def.cc: new function ly:paper-font; this function
6367         replaces ly:get-font.
6368
6369         * lily/include/font-interface.hh (struct Font_interface): take
6370         Paper_def iso. Grob for get_font().
6371
6372 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6373
6374         * Documentation/user/ tutorial.itely, refman.itely: add warning
6375         about \key and accidentals.
6376
6377 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6378
6379         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6380
6381         * Documentation/user/*.itely: manual tweaks
6382
6383 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6384
6385         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6386         cleanup; bugfix: exact_center
6387
6388         * Documentation/user/refman.itely: added more documentation on
6389         ambitus according to recent questions on lilypond-user list
6390
6391 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6392
6393         * input/regression/ottava.ly (texidoc): demo 15ma too.
6394
6395         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6396
6397         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6398         octave fixes.
6399
6400 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6401
6402         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6403         problems on older Mac editors.
6404
6405 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6406
6407         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6408
6409 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6410
6411         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6412         mf/parmesan-clefs.mf: added comments on character alignment and
6413         set_char_box() conventions
6414
6415         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6416         set_char_box()'s
6417
6418         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6419
6420 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6421
6422         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6423
6424 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6425
6426         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6427         shortened to avoid almost-collision with staff line; code cleanup;
6428         other custodes: fixed char boxes; code cleanup
6429
6430 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6431
6432         * configure.in: release 1.9.5
6433         
6434         * scripts/lilypond.py (global_latex_preamble): only set
6435         twosideshift if 'twoside' is in latexoptions 
6436
6437         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6438
6439         * VERSION: remove
6440
6441         * scripts/*2ly.py: update <> syntax
6442
6443 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6444
6445         * lily/chord-name-engraver.cc (process_music): add origin for
6446         chord name.
6447
6448         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6449
6450         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6451         bass notes for exceptions too.
6452
6453         * scm/define-grobs.scm (all-grob-descriptions): rename
6454         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6455
6456         * scm/define-grob-properties.scm (remove-first): add remove-first
6457         property for orchestral scores.
6458
6459         * Documentation/user/*.itely: switch <<>> and <> 
6460
6461         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6462         last_line only once. This fixes the two consecutive glissandi problem.
6463
6464 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6465
6466         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6467         error message "flexa-width undefined"
6468
6469         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6470         lily/include/gregorian-ligature.hh: print warning when ignoring
6471         head prefixes on flexa shapes
6472
6473         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6474         space before a series of inclinatum heads
6475
6476         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6477         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6478         cleanups
6479
6480         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6481         and char_box
6482
6483 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6484
6485         * input/regression/breathing-sign.ly: tiny fixes
6486
6487         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6488         semantical collision with vaticana ligatures
6489
6490         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6491         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6492         now consistent with mensural ligatures
6493
6494         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6495         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6496         context pitches and staff position; dto. for virga stem; removed
6497         obsolete virga and clivis characters from parmesan font (WARNING:
6498         font changed)
6499
6500         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6501         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6502
6503         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6504         scm/define-grob-properties.scm: consistency fix: renamed
6505         join_left->add_cauda
6506
6507         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6508         appendix length; bugfix: yoffs_bt for reverse direction punctum
6509         characters
6510
6511         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6512         small cleanups; added more docu
6513
6514         * lily/mensural-ligature-engraver.cc,
6515         lily/vaticana-ligature-engraver.cc,
6516         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6517         computation to CoherentLigatureEngraver
6518
6519         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6520         scm/define-grob-properties.scm: bugfix: added missing linea and
6521         cavum properties; bugfix: removed dead semivocalis property
6522
6523         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6524         length; redesigned quilisma, stropha and auctum
6525
6526         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6527         line thickness
6528
6529         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6530         Documentation/user/refman.itely: bugfix: introduced shifted
6531         epiphonus head to avoid collision with adjacent plica
6532
6533 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6534
6535         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6536
6537         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6538
6539 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6540
6541         * Documentation/user/tutorial.itely (A lead sheet): remove
6542         duplicate chords.
6543
6544         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6545
6546 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6547
6548         * Documentation/bibliography/computer-notation.bib (isbn): add
6549         xivcim publication.
6550
6551 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6552
6553         * GNUmakefile.in: drop lilypond.words for generation.
6554
6555 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6556
6557         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6558
6559         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6560
6561 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6562
6563         * input/test/figured-bass-alternate.ly (fl): new file.
6564
6565         * Documentation/topdocs/README.texi (Top): clarifications.
6566
6567         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6568         theses of Gieseking and Renz.
6569
6570         * GNUmakefile.in (README_FILES): remove README.mandrake.
6571
6572 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6573
6574         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6575         from source files and search patterns listed in the script.
6576
6577         * GNUmakefile.in: add target `lilypond.words'.
6578
6579         * lilypond.words: remove file, generated by `make lilypond.words'.
6580
6581         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6582
6583 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6584
6585         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6586
6587 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6588
6589         * VERSION: 1.9.4 released
6590
6591         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6592         rule for < > <-> << >> substitution
6593
6594         * lily/lexer.ll: exchange meaning of << >> and < > 
6595
6596         * VERSION (PACKAGE_NAME): 1.9.3 released
6597
6598         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6599         pages unconditionally.
6600
6601 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6602
6603         * Documentation/user/music-glossary.tely (Top): small syntax
6604         fixes.
6605
6606         * scm/music-functions.scm (remove-tag): filter \tagged music
6607         expressions.
6608
6609         * input/regression/tag-filter.ly (texidoc): new file.
6610
6611         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6612         symbol2 .. ) etc. 
6613
6614         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6615         convert rule.
6616
6617         * Documentation/user/refman.itely (Fingering instructions): adjust
6618         manual.
6619
6620         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6621         for borderline cases (e.g. 1 fingering.)
6622         (position_scripts): revise interface, use fingerOrientations to
6623         set fingering positions.
6624
6625         * scm/document-translation.scm (context-doc): add aliases to
6626         automated documentation.
6627
6628         * make/lilypond-vars.make: remove stepmake compat glue.
6629
6630         * make/generic-vars.make: remove cruft.
6631
6632         * lily/main.cc (main): don't identify binary.
6633
6634 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6635
6636         * lily/include/translator.hh (class Translator): remove
6637         type_string_ , use symbol for context name throughout.
6638         Changes through whole source tree.
6639
6640         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6641         set PDF as default, and always make PDF.
6642
6643         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6644
6645 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6646
6647         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6648         Documentation/user/refman.itely input/regression/allfontstyle.ly
6649         input/regression/grace-types.ly:
6650         fix spelling for acciaccatura (Webster's 1913).
6651
6652 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6653
6654         * lily/main.cc (usage): adjust blurb, include url.
6655
6656         * input/regression/breathing-sign.ly (texidoc): transpose up
6657
6658 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6659
6660         * input/regression/breathing-sign.ly: changed ancient examples to
6661         be relevant (by request of Han-Wen); updated BreathingSign text
6662         property according to new syntax.
6663
6664         * ly/gregorian-init.ly: updated BreathingSign text property
6665         according to new syntax
6666
6667 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6668
6669         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6670         (Clef): index entries for clefs.
6671
6672         * python/lilylib.py (system): remove errorlog files.
6673         
6674 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6675
6676         * lilypond.words: add \new and new graces. Add dynamics to menus
6677         keeping 1.8.x compatibility; after all the engraving relating to 
6678         notes becomes postfixed `-' marks will be removed.
6679
6680 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6681
6682         * lily/molecule.cc (align_to): idem.
6683
6684         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6685         
6686         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6687         accacciatura everywhere.
6688
6689         * VERSION (PACKAGE_NAME): released 1.9.2
6690
6691         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6692
6693         * scm/document-markup.scm (markup-doc-node): sort markup function
6694         list.
6695
6696         * lily/paper-outputter.cc (output_version): change "Lily was here"
6697         into  "Engraved by LilyPond"
6698
6699         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6700         on unquoted strings before \notenames.
6701
6702         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6703         increases the number of s/r reductions to 4.
6704
6705         * scm/new-markup.scm (fraction-markup): \fraction command.
6706
6707         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6708         mode
6709
6710         * lily/lookup.cc (round_filled_box): rename function.
6711         (LY_DEFINE): round-filled-box: change signature.
6712
6713         * Documentation/user/refman.itely: revise section explaining grace
6714         notes.
6715
6716         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6717         ly:set-context-property
6718
6719         * input/*/*.ly (vmus): use \new everywhere.
6720
6721         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6722
6723         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6724         default
6725
6726         * scm/music-functions.scm (set-stop-grace-properties)
6727         (set-start-grace-properties, add-grace-property): new functions
6728         for modular grace tweak control.
6729
6730         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6731         
6732 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6733
6734         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6735
6736         * GNUmakefile.in (install-pfa-fonts):
6737         (get-pfa-fonts): New target.
6738
6739         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6740         install-pfa-fonts help.
6741
6742 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6743
6744         * lily/translator-scheme.cc (LY_DEFINE):
6745         ly:context-pushpop-property new function.
6746         (LY_DEFINE): new function ly:translator-find  
6747         new function ly:translator?
6748         (LY_DEFINE): new function ly:context?
6749
6750         * lily/translator-def.cc: remove
6751         Translator_def::apply_pushpop_property().
6752
6753         * python/lilylib.py (read_pipe): only store and display error log
6754         if verbose not set.
6755         (read_pipe): only display log if it contains something.
6756
6757 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6758
6759         * Documentation/misc/GNUmakefile: Re-add.
6760         (TEXTS): Add CHANGES.
6761
6762 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6763
6764         * lilypond.words: add \newcontext.
6765
6766 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6767
6768         * lily/tie-performer.cc (stop_translation_timestep): only flush
6769         tied_notes when we have actually made a tie. Fixes bugs with ties
6770         in polyphonic scores.
6771
6772 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6773
6774         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6775         they do not exist.
6776
6777 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6778
6779         * VERSION (PACKAGE_NAME): released 1.9.1 
6780
6781         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6782         Instrument_name_engraver
6783
6784         * lily/tie-performer.cc (create_audio_elements): bugfix
6785
6786         * Documentation/user/music-glossary.tely (Top): comment out
6787         font-style statements.
6788
6789         * input/test/force-hshift.ly: revise example.
6790
6791         * Documentation/bibliography/engraving.bib (note): typos.
6792
6793         * configure.in: bump GCC requirements to 3.x
6794
6795         * lily/include/audio-item.hh (class Audio_tie): rename
6796         note_l_drul_ to note_drul_
6797
6798         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6799
6800         * lily/parser.yy (relative_music): whoops. All \relative were off
6801         by ...  a lot .... Ahem.
6802
6803         * scm/define-music-types.scm (music-descriptions): idem.
6804
6805         * lily/beam-engraver.cc: move new-beam-event to beam-event
6806
6807         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6808         to Tie_engraver
6809
6810         * input/regression/bar-number.ly: remove unnecessary old-relative
6811         options.
6812         
6813         * Documentation/user/internals.itely (Creating contexts): document
6814         \newcontext
6815
6816         * lily/parser.yy (Composite_music): add \newcontext
6817
6818         * Documentation/user/refman.itely (MIDI block): add note about
6819         dotted tempos.
6820
6821         * scm/font.scm: remove old markup legacy
6822
6823         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6824
6825         * lily/breathing-sign.cc (brew_molecule): remove function
6826
6827         * lily/text-item.cc: remove old-style markups.
6828         (interpret_markup): C++ version of markup function
6829         (brew_molecule): idem.
6830
6831         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6832         as Scheme variable.
6833
6834         * scripts/convert-ly.py (conv): dashes rule.
6835         Apply rule.
6836
6837         * Documentation/user/lilypond-book.itely: syntax fixes. 
6838
6839 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6840
6841         * VERSION (PACKAGE_NAME): release 1.9.0
6842
6843         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6844         note about dvips. (Should backport.)
6845
6846         * scripts/convert-ly.py
6847         (FatalConversionError.articulation_substitute): add
6848         convert-new-chords code. Remove convert-new-chords.py
6849
6850         * Documentation/user/refman.itely (Octave check): document
6851         \octave.
6852
6853         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6854         \relative changes.
6855
6856         * lily/parser.yy (command_element): octave check:
6857
6858            \octave PITCH
6859
6860         checks that PITCH (without octave) yields PITCH (with octave) in
6861         \relative
6862
6863         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6864
6865         * lily/scm-option.cc: ly:set-option now has the default argument
6866         #t.
6867
6868         * lily/lexer.ll: add \renameinput
6869
6870         * python/lilylib.py (command_name): robustifications.
6871
6872         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6873         /dev/stderr. This is ash compatible.
6874
6875         * ly/init.ly: add warning if compatibility was not necessary.
6876
6877         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6878
6879         * flower/include/string-handle.icc: formatting cleanups, rename
6880         references by ref_count_.
6881
6882 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6883
6884         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6885         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6886         package libs separately, fix conflicting php variable out=/dev/vc/
6887         invoking `unset out', declare menus, use only one icon-file, fix
6888         doc-path in menu.
6889
6890 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6891
6892         * scripts/convert-ly.py (FatalConversionError.conv): typo
6893
6894         * Documentation/misc/GNUmakefile: restore misc directory.
6895
6896         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6897
6898         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6899         Petites-Preludes 
6900
6901         * input/test/partial-blank.ly (quickmeasure): syntax
6902
6903         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6904         attachment property.
6905
6906         * Documentation/user/refman.itely: remove superfluous -'s 
6907         (Grace notes): ) fixes.
6908
6909         * lily/music.cc: generic compress(), transpose() functions. Remove
6910         others.
6911
6912         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6913         style markup entry.
6914
6915         * lily/parser.yy: all articulations postfix; remove obligatory -
6916         for [,  ) and \!
6917         
6918         * lily/music.cc (to_relative_octave): write generic
6919         to_relative_octave function; various relative cleanups.
6920         Hmmm.
6921
6922         * lily/scm-option.cc: add options new-relative and old-relative
6923
6924         * po/sv.po: new po file.
6925
6926         * Documentation/user/refman.itely (Dynamics): website
6927         fixes. (should backport!)
6928
6929 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6930
6931         * make/lilypond.mandrake.spec.in: declare version only once.
6932
6933 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6934
6935         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6936         meaning for now.
6937
6938 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6939
6940         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6941
6942         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6943
6944         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6945
6946         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6947
6948         * lily/music.cc (var): add ly:music-transpose function.
6949
6950         * lily/parser.yy (pre_events): remove prefix articulations.
6951
6952         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6953
6954         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6955
6956         * Documentation/user/refman.itely (Text markup): add comment about
6957         markup in header.
6958
6959 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6960
6961         * lily/paper-outputter.cc (write_header_fields_to_file): 
6962         only dump value if it is a string.
6963
6964         * flower/include/dictionary.hh: remove.
6965         
6966         * Documentation/ChangeLog-1.5: add back old log.
6967
6968         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6969         .pfas from a .deb.
6970
6971 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6972
6973         * Documentation/bibliography/engraving.bib: add entry for
6974         Jaschinski's Notation
6975
6976 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6977
6978         * Documentation/user/refman.itely (Beaming): add note about
6979         allowBeamBreak
6980
6981 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6982
6983         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6984         GregorianTranscription contexts
6985
6986         * ly/engraver-init.ly: vaticana contexts: minor fixes
6987
6988         * Documentation/user/refman.itely (Ancient notation): added note
6989         on appendix length bug
6990
6991         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6992         input/test/vaticana.ly: use vaticana contexts; small fixes
6993
6994 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6995
6996         * flower/hash.cc: Remove.
6997
6998         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6999         to (nonexistent?) hash_func_ identifier.
7000
7001         * python/midi.c (midi_error, midi_warning): Use char const* for
7002         __FUNCTION__ argument.
7003
7004         * python/gettext.py: Remove.  We already require python 2.1, which
7005         includes gettext.py.
7006
7007         * configure.in: Require python 2.1, as INSTALL.texi says.
7008         it.
7009
7010         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7011         versions 1.50 and 1.75.  Remove note about lexer patch.
7012
7013 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7014
7015         * Documentation/topdocs/INSTALL.texi: Update type1 font
7016         description to actual situation.  Add comment about new font ball
7017         layout.
7018
7019         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7020         in $LILYPONDPREFIX suffices for installation.
7021
7022 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7023
7024         * debian/control (Build-Depends): Add flex-old as alternative to
7025         flex.  Deprecate bison 1.75.
7026
7027 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7028
7029         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7030         Vaticana contexts
7031
7032         * Documentation/user/refman.itely (Ancient notation): documented
7033         some bugs; tiny fixes; added docu on Vaticana contexts
7034
7035         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7036         scripts
7037
7038 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7039
7040         * Documentation/user/refman.itely (Ancient notation): added some
7041         introductory words; added section on ancient time signatures;
7042         added some @seealso and @refcommands; small fixes and
7043         beautifications
7044
7045 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7046
7047         * input/regression/note-head-style.ly: many fixes and updates
7048
7049         * Documentation/user/refman.itely: added small sections on ancient
7050         accidentals, rests and flags; revised ancient note head section;
7051         small wording/spelling fixes
7052
7053         * input/test/rests.ly: layout fixes
7054
7055 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7056
7057         * input/puer-fragment.ly: bugfix: central C position of do clef
7058
7059         * ly/gregorian-init.ly: workaround: add small padding space before
7060         divisiones (the correct fix would be the spacing engine to handle
7061         this)
7062
7063 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7064
7065         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7066         cue-notes.ly: minor fixes.
7067
7068 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7069
7070         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7071         input/test/custos-style.ly
7072
7073         * Documentation/index.html.in: bugfix: link to Tutorial.html
7074
7075         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7076         to neumes; bugfix: "et": epiphonus, not just a simple pes
7077
7078 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7079
7080         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7081
7082         * lilypond.words: add new features: markup, column, center, \[ \].
7083         
7084 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7085
7086         * Documentation/topdocs/NEWS.texi, DEDICATION,
7087         stepmake/bin/add-html-footer.py
7088         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7089         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7090         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7091         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7092         added (only) after a sentence which is complete; if the sentence is 
7093         not ended a comma `,' or nothing is used. fix also spaces.
7094
7095 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7096
7097         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7098         requirements to plain 1.6.
7099
7100         * buildscripts/mutopia-index.py (read_lilypond_header): update
7101         mutopia-index.py to 1.4 syntax [sic]
7102
7103 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7104
7105         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7106
7107 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7108
7109         * Documentation/index.html.in: url for regression pdf
7110
7111         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7112
7113         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7114
7115         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7116
7117         * VERSION: 1.8.0 released
7118         
7119         * GNUmakefile.in (local-WWW-post): footify build fix.
7120
7121         * configure.in: require GUILE 1.6.4
7122
7123         * Documentation/user/GNUmakefile: don't copy *.png for
7124         lilypond-internals
7125
7126         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7127         local-WWW-post target.
7128         (rsync-web): add rsync-web target
7129
7130         * Documentation/user/introduction.itely (Music notation and
7131         engraving): add neume example
7132
7133         * input/puer-fragment.ly (cantus): add puer-fragment
7134
7135 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7136
7137         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7138         to notes, so that equalizer is actualy being used.
7139
7140         * scm/midi.scm (instrument-equalizer-alist):
7141         (absolute-volume-alist): Define public, so that user can copy or
7142         override.
7143
7144         * lily/key-performer.cc (create_audio_elements): Check for minor
7145         key.  Only if key is minor, set MIDI key to minor.
7146
7147 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7148
7149         * Documentation/user/refman.itely (Hiding staffs): fixes.
7150
7151         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7152
7153         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7154         vertical extents to deal with Hara kiri correctly.
7155
7156         * input/regression/hara-kiri-short.ly: remove
7157
7158         * input/regression/hara-kiri-pianostaff.ly: update test.
7159
7160         * Documentation/user/*.tely: remove WEBTITLE
7161
7162         * scm/output-tex.scm (comment): idem.
7163
7164         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7165
7166         * scm/music-functions.scm (make-lyric-event): new function
7167
7168         * scm/lily.scm (lilypond-version): new function
7169
7170         * input/test/version-output.ly: new file.
7171
7172         * Documentation/user/lilypond.tely: add version number to
7173         front-page.
7174
7175 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7176
7177         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7178
7179 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7180
7181         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7182
7183         * Documentation/user/refman.itely (Hiding staffs): rename node.
7184
7185 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7186
7187         * input/regression/new-markup-syntax.ly (texidoc): remove
7188         molecule-callback override.
7189
7190 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7191
7192         * input/les-nereides.ly: Mark tweaks with %tweak.
7193
7194         * Debian patch, see debian/changelog (Anthony Fok).
7195
7196 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7197
7198         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7199         problem.
7200
7201 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7202
7203         * Documentation/user/refman.itely (Text markup): Fix language bug.
7204
7205 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7206
7207         * input/* : postfix syntax fixes.
7208
7209         * Documentation/user/refman.itely (Text markup): add note about
7210         raise/lower with ^ or _ .
7211         
7212         * po/fi.po: fix \\apply strings.
7213
7214         * lily/parser.yy (open_event): warn for prefix articulations.
7215
7216 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7217
7218         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7219         fix also on parmesan font.
7220
7221 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7222
7223         * VERSION 1.7.30 released
7224         
7225         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7226
7227         * buildscripts/mutopia-index.py (headertext): rewording
7228
7229 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7230
7231         * scm/new-markup.scm (strut-markup): new markup function.
7232
7233         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7234         space also when no accidental is there.
7235
7236 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7237
7238         * input/les-nereides.ly: Updates.
7239
7240 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7241
7242         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7243         which repeats the tag insertion selected from "Insert tag" menu.
7244
7245 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7246
7247         * lily/all-font-metrics.cc (find_font): load AFM files first only
7248         for feta fonts. This fixes problems with TeXlive and other TeX
7249         distros that include AFM files for the CM fonts. 
7250
7251         * scm/font.scm (qualifiers-to-font-name): remove.
7252
7253         * lily/paper-def.cc: remove get_var.
7254
7255         * input/trip.ly: remove file.
7256         
7257         * input/regression/spacing-note-flags.ly (raggedright): remove
7258         stafflinethickness
7259
7260         * input/les-nereides.ly: update to new syntax, cleanups.
7261
7262 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7263
7264         * Documentation/user/refman.itely: Clarify shortest-note problem
7265         of autobeamer.
7266
7267 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7268
7269         * lilypond-mode.el: Add each word to regexps only once.
7270
7271         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7272         is based on the syntax definitions in lilypond.words. Remove all 
7273         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7274         LilyPond->Insert menu is generated by the entries in lilypond.words 
7275         to which have been given a syntax definition.
7276
7277         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7278         \notes, \relative, \score, \simultaneous, \transpose.
7279
7280         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7281
7282         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7283         
7284         * lilypond-mode.el: add menu keywords separately.
7285
7286         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7287
7288 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7289
7290         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7291         current ugly installation method for PFA fonts.
7292
7293 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7294
7295         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7296         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7297
7298         * Documentation/user/music-glossary.tely: update legato.
7299
7300 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7301
7302         * lexer-gcc-3.0.patch: Remove.
7303
7304         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7305
7306 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7307
7308         * debian/rules (binary-arch): remove NEWS.
7309
7310 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7311
7312         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7313         stepmake/bin{ many }: polish the `--help's of different scripts;
7314         model taken from the core-utils of Linux.
7315
7316         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7317
7318 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7319
7320         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7321
7322         * flower/libc-extension.cc: idem.
7323
7324         * flower/include/libc-extension.hh: protect against isinf macros.
7325
7326 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7327
7328         * { many }: Use two uppercase letters in LilyPond.
7329
7330         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7331
7332         * VERSION: 1.7.29 released.
7333         
7334 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7335
7336         * lily/tie.cc: add TODO comment.
7337
7338         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7339
7340         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7341         linejoins and linecaps. This fixes problems with occasional spikes
7342         on slur/tie endings.
7343         
7344         * input/regression/font-name.ly: don't use PS fonts for
7345         compatibility reasons. 
7346
7347         * mutopia/claop.py (accents): update to 1.8
7348
7349         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7350
7351         * Documentation/user/macros.itexi: don't color glossary links.
7352
7353         * Documentation/user/invoking.itexi (Error messages): new section
7354
7355 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7356
7357         * input/regression/font-name.ly: add file.
7358
7359         * scm/document-backend.scm (grob-doc): remove <hr> from
7360         lilypond-internals
7361
7362         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7363         reqd version to 1.6.4 
7364
7365         * lily/font-interface.cc (get_font): bugfix: take font-name from
7366         alist chain too. This fixes font-name override for \markup.
7367
7368 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7369
7370         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7371
7372         * input/test/polymetric-differing-notes.ly: Compile fix.
7373
7374 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7375
7376         * Documentation/user/refman.itely: fixed typo
7377
7378         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7379         before flexa
7380
7381 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7382
7383         * input/test/{ many }: search & fix some typos.
7384
7385 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7386
7387         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7388         images.
7389
7390         * scm/music-functions.scm (make-voice-props-set): set Script /
7391         TextScript dir for polyphony too.
7392
7393         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7394         before clef.
7395
7396         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7397
7398 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7399
7400         * Documentation/user/refman.itely (Percussion): Small
7401         clarifications and fixes.
7402
7403         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7404         threads. This fixes different heads playing simultaneously.
7405
7406 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7407
7408         * Documentation/user/{ many }: increase readability (read through 
7409         User manual from `one big page').
7410
7411 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7412
7413         * input/test/polymetric-differing-notes.ly: add example with
7414         disparate note values.
7415
7416         * input/test/polymetric.ly: rename from poly-metric
7417
7418         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7419         iso. outname.
7420
7421         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7422         G-clef bbox to real char extents. This fixes the G-clef being
7423         offset too much to the right.
7424         document perc clef offset.
7425
7426         WARNING: FONT CHANGED.
7427
7428         * Documentation/user/tutorial.itely (Tutorial): move menu.
7429
7430 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7431
7432         * buildscripts/lilypond-profile.sh (Error): trim error message.
7433
7434         * Documentation/user/invoking.itexi (Invoking the lilypond
7435         binary): add note about path.
7436
7437         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7438         suppresses superfluous spaces.
7439
7440 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7441
7442         * buildscripts/lilypond-profile.sh: Add documentation to error
7443         message.
7444
7445         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7446
7447 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7448
7449         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7450         <mike@ossmann.com>)
7451
7452         * Documentation/bibliography/computer-notation.bib (pages): prune
7453         unscientific language.
7454
7455         * Documentation/user/GNUmakefile: copy unsplit file to
7456         lilypond.html (idem for lilypond-internals).
7457
7458         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7459
7460         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7461
7462         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7463
7464         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7465         fix.
7466         
7467 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7468
7469         * Documentation/user/{ various }: bind text snippets with their
7470         examples, e.g. by punctuation: This is an example.
7471
7472 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7473
7474         * ly/performer-init.ly (VoiceContext): Typos.
7475
7476         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7477         builds, leave final-install to toplevel srcdir makefile.
7478
7479         * make/srcdir.make.in (install): New target.
7480
7481 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7482
7483         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7484         This fixes core dump on MIDI output (Simon Weatherill).
7485
7486         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7487         on local-WWW-post.
7488
7489 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7490
7491         * make/lilypond.redhat.spec.in: add dvips to reqs.
7492
7493 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7494
7495         * make/srcdir.make.in (web): Add special web target.
7496
7497         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7498         from inner $(LOOP).
7499
7500         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7501
7502         * stepmake/stepmake/generic-targets.make (www-targets-help):
7503         * GNUmakefile.in (web-install): Install in $(webdir).
7504
7505         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7506
7507         * cygwin/changelog: 
7508         * cygwin/mknetrel: Update.
7509
7510         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7511         (html-doc): Remove (use: web).
7512
7513         * stepmake/stepmake/script-rules.make: 
7514         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7515         Fix $(config_make) dependencies for srcdir build.
7516
7517         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7518         target for srcdir build.
7519
7520         * stepmake/make/stepmake.make: 
7521         * make/srcdir.make.in: 
7522         * GNUmakefile.in:
7523         * make/stepmake.make (config_make): Rename variable (was:
7524         configuration).
7525
7526 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7527
7528         * Documentation/user/internals.itely (Manipulating music
7529         expressions): run lilypond on example too.
7530
7531         * flower/include/libc-extension.hh: move lrint define to
7532         header. bugfix.
7533         
7534 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7535
7536         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7537         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7538         do we recurse whole tree?).
7539
7540         * GNUmakefile.in (html-doc): Resurrect.
7541
7542         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7543         obsolete $(package-icon) dependency.
7544
7545 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7546
7547         * Documentation/user/refman.itely (Automatic staff changes):
7548         add seealso 
7549
7550         * Documentation/index.html.in: link to bigpage.
7551
7552         * Documentation/user/tutorial.itely (Tutorial): streamline.
7553
7554         * Documentation/index.html.in: url typo.
7555
7556         * VERSION (PACKAGE_NAME): release 1.7.28
7557
7558         * python/lilylib.py (error_log): remove '/' from name.
7559
7560         * input/regression/pedal.ly: remove; dups input/test/
7561         
7562         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7563
7564         * Documentation/index.html.in: python style doco index.
7565
7566         * Documentation/{footer,header}.html.in (src): remove, 
7567
7568         * Documentation/pictures: remove all but lelie-logo.xpm.
7569
7570         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7571         before running makeinfo.
7572
7573         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7574         @code{}
7575
7576 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7577
7578         * input/test/bar-number-regular-interval.ly: rename.
7579
7580         * Documentation/user/*: various fixes. 
7581
7582 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7583
7584         * Documentation/{ many }: polish for update-all-menus. typos.
7585
7586         * po/fi.po: fixes.
7587
7588         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7589
7590         * buildscripts/mutopia-index.py: polish.
7591
7592         * input/regression/{ many }, input/test{ many }: polish texidocs.
7593
7594 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7595
7596         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7597         pedal-style
7598
7599         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7600         iso. edge-widen.
7601
7602         * lily/piano-pedal-engraver.cc (process_music): change from
7603         process_acknowledged ()
7604
7605         * lily/piano-pedal-bracket.cc: new file. Change
7606         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7607         cleaned up.
7608
7609         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7610
7611         * input/regression/tuplets.ly (texidoc): rename file.
7612
7613         * po/fr.po: update
7614
7615         * buildscripts/lilypond-profile.sh: error message if script is not
7616         sourced.
7617
7618         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7619         bracket-flare
7620         (make_bracket): simplify code.
7621
7622         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7623         argument.
7624
7625         * python/lilylib.py (lilypond_version_check): new function
7626
7627         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7628
7629         * scripts/ly2dvi.py (run_lilypond): add version check.
7630
7631         * scripts/lilypond-book.py (option_definitions): typo
7632
7633         * scripts/ly2dvi.py (include_path): typo
7634
7635         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7636
7637         * lily/parse-scm.cc (parse_handler): typo
7638
7639         * Documentation/user/macros.itexi: use @heading for headings.
7640
7641         * Documentation/user/refman.itely: updates, fixes.
7642
7643 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7644
7645         * po/fi.po: add Finnish translations. fixes.
7646
7647         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7648
7649         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7650         from lily/glissando-engraver.cc.
7651
7652 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7653
7654         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7655         for non-first _broken_ bracket.
7656
7657         * Documentation/user/refman.itely: corrections.
7658
7659 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7660
7661         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7662         support of the fingerings.
7663
7664         * po/fr.po: French translation update.
7665
7666         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7667         strings.
7668
7669 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7670
7671         * Documentation/user/introduction.itely: Small fixes.
7672
7673 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7674
7675         * Documentation/topdocs/AUTHORS.texi: polish.
7676
7677 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7678
7679         * Documentation/user/introduction.itely: revise
7680
7681         * Documentation/user/tutorial.itely: reorganise.
7682
7683         * Documentation/topdocs/index.tely: remove.
7684
7685         * Documentation/header.html.in: prune.
7686
7687         * GNUmakefile.in: clean up web building.
7688
7689         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7690         target.
7691
7692 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7693
7694         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7695
7696         * lilypond-mode.el: turn on blink-matching-paren.
7697
7698 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7699
7700         * scm/output-sodipodi.scm (svg-header): Fix typo.
7701
7702 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7703
7704         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7705         fixes a security hole.
7706
7707         * scripts/lilypond-book.py (original_dir): remove temp_dir
7708
7709         * scm/document-translation.scm: use @code tags.
7710
7711 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7712
7713         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7714
7715         * lilypond-mode.el: add a buffer-local post-command-hook to set
7716         context dependent syntax-table after each cursor event. Remove old
7717         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7718
7719         * lilypond-indent.el: update comments.
7720
7721         * Documentation/footer.html.in: add period.
7722
7723 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7724
7725         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7726
7727         * scm/document-translation.scm (document-property-operation): add
7728         @code{} tags.
7729
7730         * VERSION (PACKAGE_NAME): release 1.7.27
7731
7732         * config.make.in: add PAPER variable
7733
7734         * buildscripts/new-chords.py (help): add help text
7735
7736         * Documentation/user/introduction.itely (Typography and program
7737         architecture):  fixes.
7738
7739         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7740         for texinfo and dvips. This fixes problems with PDF output of the
7741         wrong size.
7742
7743         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7744         DVIPS_PAPERSIZE variable
7745
7746         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7747         TEXINFO_PAPERSIZE variable 
7748
7749 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7750
7751         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7752
7753         * mf/feta-toevallig.mf: lowres fixes.
7754
7755 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7756
7757         * NEWS: Typo and fill-paragraph fixes.
7758
7759         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7760         cast #define.
7761
7762         * configure.in: 
7763         * config.hh.in: Check for lrint.
7764
7765 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7766
7767         * VERSION: 1.7.26 released
7768
7769         * lily/separation-item.cc: add padding property.
7770
7771         * input/test/*.ly: various fixes, remove solo-a2.ly
7772
7773         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7774         bugfix. Fixes old-style markup compatibility.
7775
7776         * Documentation/user/introduction.itely (Introduction): historical
7777         elucidations
7778
7779         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7780
7781         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7782
7783         * Documentation/index.texi (Top): cleanup.
7784
7785         * Documentation/user/introduction.itely (Introduction): rewrite
7786         introduction, 
7787         (Music notation and  engraving): about notation. Add flat-picture
7788
7789 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7790
7791         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7792         separation items. This keeps lyrics from bumping into each other.
7793
7794 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7795
7796         * GNUmakefile.in (topdocs-web): New target.
7797         (local-web): Depend on topdocs-web; fixes html-doc.
7798
7799 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7800
7801         * po/lilypond.pot: run po-replace
7802
7803         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7804
7805         * scm/drums.scm (reset-drum-kit): new function.
7806
7807         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7808
7809         * scripts/update-lily.py: remove
7810         
7811         * VERSION: release 1.7.25
7812         
7813         * Documentation/user/introduction.itely (Introduction): rewrite
7814         start of introduction.
7815
7816 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7817
7818         * lily/all-font-metrics.cc: fixed typo
7819
7820 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7821
7822         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7823         LilyPond-mode-context-set-syntax-table): new functions to define
7824         the syntax table according to context.
7825
7826         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7827
7828 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7829
7830         * Documentation/user/refman.itely (Figured bass): 
7831         language nit courtesy http://www.vocabula.com
7832
7833         * GNUmakefile.in: remove no kpathsea hack.
7834
7835         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7836         doco.
7837
7838         * GNUmakefile.in: remove web-doc target.
7839
7840         * lily/all-font-metrics.cc (find_afm): add message about
7841         buildscripts/clean-fonts.sh 
7842
7843         * scm/define-music-properties.scm (figure): use string for 'figure
7844
7845         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7846
7847         * input/regression/ : add raggedright = ##t where applicable. 
7848         
7849         * scm/bass-figure.scm (make-bass-figure-markup): add
7850         alignBassFigureAccidentals property.
7851
7852         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7853         bracket.
7854
7855         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7856         syllables widths into account for minimum-length.
7857
7858         * input/test/staff-container.ly: update file
7859
7860         * input/test/stem.ly: remove
7861
7862         * lily/event.cc (LY_DEFINE): add ly: prefix.
7863
7864         * input/test/clef-manual-control.ly: from manual-clef
7865
7866         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7867
7868         * input/test/different-time-signatures.ly: move to poly-metric.ly
7869
7870         * input/test/hara-kiri*,scales.ly: remove
7871         
7872         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7873         with chord-names-jazz.ly)
7874
7875         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7876         get scalable cm fonts too.
7877
7878         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7879         --encoding for mftrace if present.
7880
7881         * input/regression/slur-area.ly: move from test/
7882
7883         * input/test/: remove simple-slur-endings slur-attachment
7884         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7885         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7886         slur-symmetry slur-symmetry tie-broken.ly
7887
7888         * scm/drums.scm (set-drum-kit): add function.
7889
7890         * Documentation/user/refman.itely (Percussion staves): use
7891         set-drum-kit
7892
7893         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7894         too
7895         (Global_measure.set_timesig): handle 3/8 time sig too.
7896
7897         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7898         note about triangle note heads.
7899
7900         * scm/drums.scm: use alist for instrument-settings. This fixes the
7901         bug with assigning to drums in the .ly file.
7902
7903         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7904         CHANGED.
7905
7906         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7907         cluster-beacon-interface
7908
7909         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7910
7911         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7912
7913         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7914
7915         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7916         to get positions.
7917
7918         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7919         make ClusterSpannerBeacon to record Y positions. This removes the
7920         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7921         make cluster-note-events.
7922
7923 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7924
7925         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7926
7927         * configure.in: Use lily/main.cc as identifying source file.
7928
7929         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7930
7931         * config.hh.in: 
7932         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7933
7934         * configure.in: Require PYTHON >= 2.0.
7935
7936         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7937           $PYTHON for include dir location.
7938         (STEPMAKE_PYTHON): New function.  Use
7939         
7940             PYTHON=foo ./configure
7941
7942           to override.
7943
7944 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7945
7946         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7947         something.
7948
7949         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7950         ftp.lilypond.org everywhere.
7951
7952 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7953
7954         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7955         detected.
7956
7957         * Documentation/user/refman.itely (Grace notes): note on explicit
7958         contexts
7959
7960 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7961
7962         * lilypond-font-lock.el: add a comment about LilyPond specific
7963         escape characters: ^, - and _, in the syntax table.
7964
7965         * Documentation/user/appendices.itely: a majuscule fix.
7966
7967 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7968
7969         * input/test/trills.ly (endHorizScript): fixes.
7970
7971         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7972         notation, move from regression.
7973
7974         * input/test/script-stack.ly: change name from stacked-scripts
7975
7976         * input/test/ossia.ly: octave errors.
7977
7978         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7979         for midi-volume-equaliser
7980
7981 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7982
7983         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7984         cm fonts.
7985
7986         * mf/feta-beugel.mf: don't multiply font_count by 10.
7987
7988         * lily/lookup.cc (horizontal_line): new function. Use
7989         horizontal-line in output backends.
7990
7991         * Documentation/user/tutorial.itely (An orchestral part): new
7992         section on orchestral stuff and identifiers.
7993
7994 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7995
7996         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7997         some interference to other modes.
7998
7999 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8000
8001         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8002         not maximum of spacing wishes in polyphonic situations.
8003
8004         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8005         number
8006
8007         * lilypond-indent.el: remove paren matching. 
8008
8009         * lily/text-item.cc (interpret_new_markup): new function
8010         use iso. text2molecule.
8011
8012         * lily/main.cc (notice): change FSF address 
8013
8014         * po/de.po: update PO file to 1.6.
8015
8016 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8017
8018         * Documentation/user/ {many}: Add periods and remove spaces.
8019         
8020 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8021
8022         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8023         Disable buffer-locally default paren hook and make a new one. 
8024
8025         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8026         locally LilyPond-paren-mode. Add todo for mouse double-click.
8027
8028 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8029
8030         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8031         Disable buffer-locally default paren idle timer and make a new one. 
8032
8033         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8034         locally LilyPond-show-paren-mode. Add to menu a toggle for
8035         LilyPond-show-paren-function.
8036
8037 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8038
8039         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8040
8041 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8042
8043         * Documentation/user/refman.itely: spelling fix.
8044
8045         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8046         paren highlight function definitions. add todo for
8047         LilyPond-show-paren-mode.
8048
8049 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8050
8051         * input/template/jazz-combo.ly: new file.
8052
8053 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8054
8055         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8056         lo-res fixes.
8057
8058         * mf/feta-schrift.mf: bugfix in varcoda sign.
8059         WARNING: FONT CHANGED
8060
8061         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8062         in accordance with lexer.ll.   
8063
8064 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8065
8066         * Documentation/user/tutorial.itely: Edit introduction.
8067
8068 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8069
8070         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8071         ly:grob-staff-position
8072
8073 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8074
8075         * scm/to-xml.scm: import srfi-1
8076
8077         * VERSION (MAJOR_VERSION):  release 1.7.24
8078
8079         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8080
8081         * scripts/lilypond-book.py (do_file): put texidoc before image.
8082         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8083
8084         * input/regression/*.ly: fix snippet octaves 
8085
8086         * input/test/spanner-after-break-tweak.ly: import
8087         broken-spanner-adjustment
8088
8089         * input/no-notation/midi-transposing.ly: move from input/test/
8090
8091         * input/test/: remove chord-markup
8092
8093         * input/regression/instrument-name-partial.ly: move from input/test.
8094
8095         * input/test/vertical-text.ly: remove
8096
8097         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8098         space above lyrics lines.
8099
8100         * input/test/uniform-breaking.ly: remove file.
8101
8102         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8103         uniform spacing density. 
8104
8105         * input/test/chords.ly (keys): remove file.
8106
8107         * scm/documentation-lib.scm (oop): use srfi-1 too.
8108
8109         * input/regression/*.ly: add \version
8110
8111         * Documentation/user/*.itely: various fixes.
8112
8113         * buildscripts/mf-to-table.py (base): break table every three
8114         symbols.
8115
8116         * input/:  remove %% new-chords-done %% .
8117
8118         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8119         os-music.ly
8120         
8121 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8122
8123         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8124
8125         * scm/new-markup.scm (box-markup): new function.
8126         (box-markup): new function. Contributed by Dick Schoeller
8127         <schoeller@attbi.com>
8128
8129         * scm/lily.scm: remove reduce-no-unit 
8130         (list-insert-separator): use fold-right
8131
8132         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8133         of arguments. 
8134
8135         * NEWS: more neutral language for ancient notation 
8136
8137         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8138         inside pointing beaming for chord tremolo.
8139
8140         * Documentation/user/lilypond-book.itely: minor editing
8141
8142 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8143
8144         * NEWS: added news for 1.8 regarding ancient notation
8145
8146         * Documentation/user/refman.itely (Gregorian square neumes
8147         ligatures): fixed typo
8148
8149         * lily/vaticana-ligature-engraver.cc,
8150         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8151         lower/upper head of Pes only when heads are stacked
8152
8153         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8154         scm/define-grob-properties.scm: cleanup: make "join-left" a
8155         boolean grob property and save delta pitch in grob property
8156         "delta-pitch" instead
8157
8158         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8159
8160 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8161
8162         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8163         completely borked
8164
8165         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8166         (try_music): bug fix: beam multiplicity was completely borked.
8167
8168         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8169         first-n, butfirst-n in favor of srfi-1 functions.
8170         remove string-join, string-pad in favor of srfi-13 functions.
8171
8172         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8173
8174         * NEWS: use complete sentences.
8175
8176         * Documentation/user/introduction.itely (Example applications):
8177         add note about databases and lilypond-book.
8178
8179         * input/test/volta.ly: remove file
8180
8181         * input/regression/volta-broken-left-edge.ly: simplify file
8182
8183 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8184
8185         * Documentation/user/refman.itely (Constructing a tweak): new
8186         subsection.
8187
8188         * Documentation/user/tutorial.itely (Fine tuning layout): add
8189         common tweaks.
8190
8191         * scm/define-grobs.scm (TextScript): use new brewer.
8192
8193 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8194
8195         * VERSION: release 1.7.23
8196
8197         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8198
8199         * python/lilylib.py (make_ps_images): bugfixes.
8200
8201         * input/regression/volta-multi-staff.ly: new file.
8202
8203         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8204
8205         * Documentation/user/tutorial.itely (Piano staffs): new section.
8206         (Setting variables): new section
8207         (Fine tuning layout): new section
8208
8209         * input/just-friends.ly: remove file. Superseeded by
8210         input/test/chords-without-melody.ly
8211
8212         * ly/property-init.ly: add all commands to refman.
8213
8214         * scm/define-translator-properties.scm: remove
8215         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8216
8217         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8218         name. Underscores botch up PS output.
8219
8220         * scm/define-translator-properties.scm: remove
8221         textNonEmpty, oneBeat, regularSpacingDelta
8222
8223         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8224         rule for automaticBars.
8225
8226         * lily/timing-engraver.cc (start_translation_timestep): change
8227         barNonAuto to automaticBars
8228
8229 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8230
8231         * input/test/perform-tie.ly: delete file.
8232
8233 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8234
8235         * Documentation/user/refman.itely (Gregorian square neumes
8236         ligatures): bugfix: do not show ledger lines in neumes table
8237         (fixed by setting staff symbol to transparent rather than removing
8238         it from staff context)
8239
8240 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8241
8242         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8243         glue into brew-new-markup-molecule.
8244
8245         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8246
8247         * Documentation/user/introduction.itely (Computerized typography):
8248         new section
8249
8250         * Documentation/user/tutorial.itely (An orchestral part): remove
8251         pc example from tutorial.
8252
8253         * input/tutorial/lilbook.tex: use screech-boink
8254
8255         * scripts/lilypond-book.py (compile_all_files): split formatting
8256         output body and scheduling lilypond compilation.
8257         (format_lilypond_output_bodies): new function
8258         (format_lilypond_block): new function
8259         (html_pages): allow multi-page images in HTML
8260
8261         * python/lilylib.py (make_ps_images): rename function from
8262         make_preview, merge with make_page_images
8263
8264 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8265
8266         * input/test/key-clefs.ly: moved to regression.
8267
8268         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8269
8270         * input/no-notation/README: added note about midi-*.ly files.
8271
8272         * input/test/two-key.ly: moved to no-notation/parse5.ly
8273
8274         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8275         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8276
8277         * input/test/ {various}: modified comments, marked some for deletion.
8278
8279         * input/test/lines.ly: deleted file; duplicate of
8280         embedded-postscript.ly
8281
8282         * input/test/mmrest-collision: moved to regression.
8283
8284 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8285
8286         * scm/chord-name.scm (note-name->markup): don't superscript root
8287         alterations in chordnames.
8288
8289 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8290
8291         * Documentation/user/refman.itely (Multi measure rests): more
8292         index/cross-referencing.
8293
8294         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8295
8296         * scm/font.scm: remove properties-to-font-name code.
8297
8298         * scm/define-grob-properties.scm: remove 'type
8299
8300         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8301         conversion
8302
8303         * lily/text-spanner.cc: change 'type grob prop to 'style 
8304
8305         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8306         "first" flag to decide whether to make a start-repeat
8307
8308         * input/regression/grace-volta-repeat-2.ly: new file.
8309
8310 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8311
8312         * lilypond-indent.el: rename generic functions to LilyPond-*
8313
8314 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8315
8316         * input/test/thumb.ly: delete, merged into refman.
8317
8318         * Documentation/user/refman.itely: added thumb info to Fingering.
8319
8320         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8321         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8322         vertical-align.ly : deleted files.
8323
8324 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8325
8326         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8327
8328         * lily/line-spanner.cc (broken_trend_offset): remove function.
8329         (get_broken_offset): idem.
8330         (brew_molecule): rewrite the line-break case.
8331
8332         * input/regression/follow-voice-break.ly:  new file.
8333
8334         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8335         start of a system.
8336
8337 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8338
8339         * input/test/tuplet-rest.ly: moved to regression.
8340
8341         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8342         deleted file.
8343
8344         * input/test/ {many} : marked file for possible deletion.
8345
8346 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8347
8348         * input/regression/beam-funky.ly: add note about (disputed)
8349         correct beaming.
8350
8351         * ly/engraver-init.ly (ScoreContext): put key-signature after
8352         staff-bar
8353         
8354 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8355
8356         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8357
8358         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8359
8360         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8361
8362         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8363         stem-extend was deleted (it was duplicate example, and not as
8364         good).
8365
8366         * input/test/[s-z]*.ly: add texidoc index.
8367
8368 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8369
8370         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8371         get_first_notecolumn_y
8372
8373         * lily/spanner.cc (broken_spanner_index): new function.
8374
8375 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8376
8377         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8378         lyric-hyphen.ly : moved to regression.
8379
8380         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8381         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8382
8383         * input/test/instrument-name-mmrest.ly: moved to
8384         ../regression/multi-measure-rest-instr-name.ly
8385
8386         * input/test/knee-sym.ly: moved to
8387         ../regression/beam-knee-symmetry.ly.
8388
8389         * input/test/hymn.ly: change comments.
8390
8391         * input/test/[p-r]*.ly: add texidoc index.
8392
8393 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8394
8395         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8396         to postfix syntax
8397         
8398         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8399         syntax.
8400
8401         * VERSION: release 1.7.22
8402
8403 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8404
8405         * input/test/[h-k]*.ly: added texidoc index.
8406
8407         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8408
8409         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8410
8411         * input/test/ various : mark files for deletion or moving to
8412         regression.
8413
8414         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8415
8416         * input/test/[l-o]*.ly: added texidoc index.
8417
8418 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8419
8420         * scm/music-functions.scm (make-ottava-set): 
8421         only do ottavation if centralCPosition is set.
8422
8423         * lily/translator-scheme.cc (ly:context-property-where-defined):
8424         return '() if not found.
8425
8426 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8427
8428         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8429         Use one command for both commenting and uncommenting.
8430
8431         * lilypond-indent.el (LilyPond-comment-region): new function,
8432         (un)comments each line separately.
8433
8434         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8435         
8436         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8437         imenu is not added by default; adapted from f90.el,
8438         makes Help-menu, which does not fit, visible in XEmacs.
8439         
8440 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8441
8442         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8443         show-paren-mode sets blink-matching-paren-on-screen local.
8444         Try to make show-paren-function to paren-highlight local.
8445
8446         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8447         Copy definitions of Emacs' show-paren-function and
8448         XEmacs' paren-highlight and make minimal changes;
8449         add comments about locality. 
8450         Fix matching first open-paren-char in '<< .. >>'.
8451
8452 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8453
8454         * input/test/g*: added texidoc index.
8455
8456         * input/test/[a-g]*: added raggedright==#t when it
8457          seemed appropiate.
8458
8459         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8460
8461         * Documentation/topdoc/INSTALL.texi: removed false warnings
8462         about gcc 3.3.
8463
8464 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8465
8466         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8467
8468         * input/test/chords-without-melody.ly (texidoc): add from
8469         input/just-friends.ly
8470
8471         * input/regression/size{13--26}.ly: move from input/
8472
8473         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8474         input/{star-spangled-banner,twinkle}.ly: remove 
8475         
8476         * lily/slur.cc: remove slur over rest warnings.
8477
8478         * lily/note-spacing.cc (get_spacing): include left part of right
8479         object in fixed space. This fixes stretched space before
8480         accidentals.
8481
8482         * input/regression/spacing-accidental-stretch.ly: new file.
8483
8484 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8485
8486         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8487         Reduce to 16pt.
8488
8489 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8490
8491         * input/regression/spacing-knee.ly: docstring
8492
8493         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8494
8495         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8496         input/tutorial/{test,solar,flowing}.ly: remove
8497
8498         * input/rhythm.ly: remove
8499
8500         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8501
8502         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8503         update syntax. 
8504
8505         * scm/define-grobs.scm (all-grob-descriptions): set
8506         knee-spacing-correction to 1.0
8507
8508         * lily/note-spacing.cc (stem_dir_correction): compute knee
8509         correction using stem-thickness and head width.
8510
8511         * input/regression/beam-quanting-horizontal.ly: update texidoc
8512
8513         * scm/define-grobs.scm (all-grob-descriptions): set
8514         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8515         This fixes 32nd beams for noteheads in spaces quants.
8516
8517         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8518
8519 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8520
8521         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8522
8523 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8524
8525         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8526
8527         * VERSION (PACKAGE_NAME): release 1.7.21
8528
8529         * input/regression/stem-shorten.ly: new file.
8530
8531         * lily/stem.cc (get_default_stem_end_position): revise stem
8532         shortening code.
8533
8534         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8535
8536         * input/test/{scripts,volta-start,sleur}.ly: remove
8537         
8538         * input/regression/span-bar.ly: smaller file.
8539
8540         * input/regression/spacing-{natural,tight,loose}.ly: remove
8541
8542         * input/test/markup.ly: remove
8543
8544         * scripts/lilypond-book.py: put printfilename in separate chunk,
8545         so texidoc is printed after the filename.  
8546
8547 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8548
8549         * make/lilypond.mandrake.spec.in: fix docdirs.
8550
8551 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8552
8553         * input/regression/beam-french.ly: bugfix.
8554
8555         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8556
8557         * input/regression/(various).ly: add raggedright = #t.
8558
8559         * input/regression/auto-beam.ly: move from abe.ly
8560
8561 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8562
8563         * input/test/f*.ly: added texinfo index.
8564         
8565         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8566
8567 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8568
8569         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8570         quant penalty for beam just outside staff.
8571
8572         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8573         from beam-pos.ly,  remove non-horizontal tests. 
8574
8575         * input/test/(various): cleanup header info. 
8576
8577         * input/test/tchaikovsky.ly: remove file.
8578
8579         * scm/chord-generic-names.scm: move from
8580         double-plus-new-chord-name.scm
8581
8582         * input/test/orchestscore.ly: remove file
8583
8584         * Documentation/user/refman.itely (Vocal music): update documentation.
8585
8586         * scm/define-translator-properties.scm (chordNoteNamer): remove
8587         chordNameStyle, use chordNameFunction
8588
8589         * scm/chord-name.scm (set-chord-name-style): remove
8590         set-chord-name-style. Use \property chordNameFunction.
8591
8592 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8593
8594         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8595         music): remove @TeX{} command.
8596
8597 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8598
8599         * lilypond-indent.el (scan-sexps): Renamed to
8600         aargh-this-breaks-other-emacs-modes-scan-sexps.
8601
8602 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8603
8604         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8605         closing slurs: '()', etc. Add comments.
8606
8607         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8608
8609         * lilypond-font-lock.el: match unending string at eof.
8610
8611         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8612         
8613 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8614
8615         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8616         input/test/beam-dir.ly input/test/beam-position.ly    
8617         input/test/beam-suspect.ly input/test/beam-trend.ly    
8618         input/test/beams.ly input/test/crescendo-text.ly : deleted
8619         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8620         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8621         * input/test/default-bars.ly: moved to bar-always.ly
8622         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8623
8624 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8625
8626         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8627
8628 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8629
8630         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8631
8632 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8633
8634         * lilypond-indent.el: Match better slurs in scheme expressions.
8635         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8636
8637         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8638
8639 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8640
8641         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8642
8643         * input/ac-extra-voice.ly: Add texidoc.
8644
8645         * ly/chord-modifiers-init.ly: 
8646         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8647         and chordNameExceptionsPartial for new chord names.
8648
8649         * input/test/chord-names-dpnj.ly: 
8650         * input/test/dpncnt.ly: Update.
8651
8652         * scm/chord-name.scm: 
8653         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8654         chord selection and options.
8655
8656         * ly/chord-modifiers-init.ly: Add exceptions 
8657
8658         * scm/define-translator-properties.scm (chordNameStyle) 
8659         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8660
8661 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8662
8663         * ly/property-init.ly (germanChords): Added.
8664         (semiGermanChords): Added.
8665         
8666         * input/test/chord-names-german.ly: Use new macros
8667         
8668 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8669
8670         * lilypond-indent.el: Use similar parenthesis highlighting for 
8671         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8672         functions; removed LilyPond-show-paren-function. Fix indenting.
8673         Turn paren-matching on also in XEmacs.
8674
8675         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8676         as needed by parenthesis highlighting functions (in scan-sexp).
8677
8678 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8679
8680         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8681         function.
8682         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8683
8684 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8685
8686         * lilypond-indent.el: tune regexp for show-paren-function.
8687
8688 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8689
8690         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8691         for all LilyPond-produced tex snippets.
8692
8693         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8694         fixes one line --preview output of ly2dvi.
8695
8696 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8697
8698         * lilypond-indent.el: match only one type of slurs in
8699         LilyPond-show-paren-function.
8700
8701 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8702
8703         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8704         * debian/lilypond1.7.dirs: 
8705         * debian/lilypond1.7-doc.dirs: New file.
8706
8707         * input/regression/chord-name-exceptions.ly: Add parameter for
8708         ignatzekExceptions.  Quote hash in docstring.
8709
8710 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8711
8712         * lilypond-indent.el (show-paren-function): define show-paren-function
8713         as LilyPond-blink-matching-open and use it for closing parens.
8714         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8715
8716         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8717         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8718         LilyPond-blink-matching-paren in order to match both open and close
8719         brackets.
8720         
8721 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8722
8723         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8724         testing by modifying the code from FSF Emacs paren.el. Add comments.
8725
8726 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8727
8728         * input/test/dpncnt.ly: Transpose example to match new
8729         default \chords octave.  Add comment.
8730         
8731         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8732         comment about octave change.
8733
8734 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8735
8736         * input/test/[d,e]: added texinfo index tags.
8737         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8738
8739 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8740
8741         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8742
8743 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8744
8745         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8746         as in blink-matching-open.
8747
8748 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8749
8750         * input/test/[a-c]: more comments in files.
8751         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8752         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8753         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8754         mark file for proposed deletion.
8755         * input/test: renaming files:
8756         auto-beam-4-8.ly to beam-auto-4-8.ly
8757         auto-beam-override.ly to beam-auto-override.ly
8758         auto-beam.ly to beam-auto.ly
8759         blank.ly to blank-paper.ly
8760         absolute-volume.ly to dynamic-absolute-volume.ly
8761
8762 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8763
8764         * input/test/dpncnt.ly: 
8765         * input/test/chord-names-dpnj.ly: Resurrect.
8766
8767         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8768
8769         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8770
8771         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8772         Better docstring, add parameter OMIT-ROOT, tidy up.
8773
8774 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8775
8776         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8777
8778 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8779
8780         * scm/output-ascii-script.scm (as-font-alist-alist):
8781         (as-properties-to-font-name):
8782         (as-make-style-sheet): Remove.
8783
8784         * scm/font.scm (as-make-font-list): New function.
8785         (as-font-sheet-alist): New variable.
8786
8787         * ly/paper-as9-init.ly: 
8788         * ly/paper-as5-init.ly: Update.
8789
8790         * ly/paper-as5.ly:
8791         * ly/paper-as9.ly: New file.
8792
8793 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8794
8795         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8796
8797 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8798         * input/sondag-morgen/*: removed due to copyright concerns.
8799         * input/[a,b]*.ly: added a newline at the end of the texinfo
8800         doc string (produces better output in HTML version).
8801         * input/c*.ly: added texinfo index and added comments to
8802         aid in future changes to input/test/ files.
8803
8804 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8805         
8806         * Documentation/user/refman.itely: fixed build problem (missing
8807         file) caused by previous renaming.
8808
8809 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8810         
8811         * input/test/[a,b]*.ly: added texinfo index and added comments to
8812         aid in future changes to input/test/ files.
8813         * input/test/bar-number-every-5-reset.ly: renamed to
8814         bar-number-every-five-reset.ly
8815         * input/test/bar-script-visibility.ly: renamed to
8816         bar-number-show-all.ly
8817
8818 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8819
8820         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8821         to Voice.
8822
8823         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8824         out note-line and glissando functionality.
8825         
8826         * lily/line-spanner.cc (brew_molecule): cleanup.
8827
8828 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8829
8830         * scripts/as2text.scm: Use rdelim module.
8831         (start-system): Rename from start-line.
8832         (stop-system): Rename from stop-line.
8833         (af-gulp-file): Use string iso symbol for getenv.
8834
8835         * scm/output-ascii-script.scm: Add guile and lily modules.
8836         (font-name-alist): New variable.
8837         (draw-line): New function.
8838
8839         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8840         (Were these silently removed, without ChangeLog entry?)
8841
8842 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8843
8844         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8845         process 2nd ottava correctly.
8846
8847 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8848
8849         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8850
8851 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8852
8853         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8854
8855 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8856
8857         * VERSION: release 1.7.20
8858         
8859         * lily/text-spanner.cc (brew_molecule): clean up function. This
8860         fixes bugs with broken 8va spanners.
8861
8862         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8863         This prevents spurious line-breaks with raggedright
8864         
8865 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8866
8867         * lily/key-performer.cc (create_audio_elements): always use major
8868         key
8869
8870         * Documentation/user/internals.itely: updates
8871
8872         * input/regression/beam-break.ly: new file.
8873
8874         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8875         beams if starting or terminating stems have 'beaming set.)
8876
8877         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8878         property.
8879
8880         * lily/parser.yy (verbose_command_req): add comment about scales.
8881
8882 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8883
8884         * lilypond-indent.el: adjust regexps in bracket-matching.
8885
8886 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8887
8888         * Documentation/user/refman.itely: more tiny fixes
8889
8890         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8891         "Chord names"; added table with input syntax for solesmes neumes
8892         table; added some words about rationale on input syntax design
8893
8894         * lily/gregorian-ligature-engraver.cc,
8895         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8896         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8897         alignment of Pes Initio Debilis
8898
8899         * Documentation/user/refman.itely,
8900         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8901         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8902         bugs in the solesmes neumes table
8903
8904 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8905
8906         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8907         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8908
8909         * lilypond-mode.el: fix tag-score. small improvements.
8910
8911 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8912
8913         * .cvsignore: Add aclocal.m4.
8914
8915         * lily/music-constructor.cc: Include <assert.h>.
8916
8917 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8918
8919         * ly/engraver-init.ly (HaraKiriStaffContext): use
8920         RemoveEmptyStaffContext instead.
8921
8922         * Documentation/user/refman.itely: updates
8923
8924 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8925
8926         * Documentation/user/refman.itely: added solesmes neumes table;
8927         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8928         bugfix: "Ornaments" -> "Articulations"
8929
8930         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8931
8932 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8933
8934         * lilypond-indent.el: Add a message about trying to match \] or \).
8935         
8936 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8937         
8938         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8939         obsolete "arithmetic_*"
8940
8941         * input/bugs/ligatures.ly: removed (will be put into a different
8942         directory later)
8943
8944 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8945
8946         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8947         libkpathsea (Maurizio Tomasi).
8948
8949 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8950
8951         * input/regression/repeat-slash.ly (texidoc): new file
8952
8953         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8954         slash repeats separately. Slash repeats and %
8955         repeats can now be nested.
8956
8957 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8958
8959         * lilypond-indent.el: Add preliminary test for closing \] and \).
8960         
8961 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8962
8963         * lily/gregorian-ligature-engraver.cc,
8964         lily/vaticana-ligature-engraver.cc,
8965         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8966         mf/parmesan-heads.mf: various semivocalis related bugfixes
8967
8968         * input/bugs/ligatures.ly: new file demonstrating problems with
8969         ligatures
8970         
8971 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8972
8973         * lilypond-mode.el,
8974         lilypond-font-lock.el,
8975         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8976
8977 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8978
8979         * lilypond-mode.el: Remove outdated code. Stress the difference 
8980         between Emacs and XEmacs definitions.
8981
8982         * lilypond-mode.el,
8983         lilypond-indent.el: Define a function interactive only when necessary.
8984
8985 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8986
8987         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8988         Use inactive regions also in XEmacs.
8989
8990 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8991
8992         * Documentation/user/refman.itely (Repeat syntax): more updates
8993
8994         * lily/simple-spacer.cc (solve): move solution process into
8995         solve(). This fixes a bug with collisions and raggedright = ##t.
8996  
8997         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8998
8999         * ly/engraver-init.ly: remove GraceContext. Update examples.
9000
9001 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9002
9003         * GNUmakefile.in (fonts): Also make fontball.
9004
9005         * Website fixes:
9006
9007         * ly/engraver-init.ly (GraceContext): Add.
9008
9009         * run:
9010
9011             convert-ly $(find . -name *.ly)
9012
9013         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9014         new chords.
9015
9016 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9017
9018         * VERSION: 1.7.19 released
9019         
9020         * scm/music-functions.scm (set-octavation): new function.
9021
9022         * input/regression/ottava.ly: new file
9023
9024         * lily/translator-scheme.cc (LY_DEFINE): new function
9025         ly:unset-context-property
9026         (LY_DEFINE) new function ly:context-property-where-defined: 
9027
9028 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9029
9030         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9031
9032         * lilypond.words: add few.
9033
9034         * input/test/script-chart.ly: fix typo.
9035
9036 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9037
9038         * scm/define-grobs.scm: uniform naming for definitions and output
9039         routine files. 
9040
9041         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9042         scm/context-description.scm
9043
9044         * lily/parser.yy (translator_spec_body): add \description to the
9045         \translator{} body syntax.
9046
9047         * lily/ottava-engraver.cc: new file.
9048
9049         * scm/chord-name.scm (natural-chord-alteration): replace old
9050         chord stuff. 
9051
9052         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9053
9054         * Documentation/user/refman.itely (Metronome marks): update doco.
9055
9056         * input/regression/markup-note.ly: new file
9057
9058         * input/regression/metronome-marking.ly: new file
9059
9060         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9061
9062         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9063         metronome marks.
9064
9065 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9066
9067         * Documentation/user/GNUmakefile: Compatibility fix for new
9068         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9069         for making binary packages; info splitting bug has been fixed.
9070
9071         * Documentation/user/refman.itely: Compile fixes.
9072
9073 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9074
9075         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9076         Count \midi -keywords also for a region.
9077
9078 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9079
9080         * lily/lookup.cc (LY_DEFINE): new function
9081
9082         * Documentation/user/tutorial.itely: updates
9083
9084 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9085
9086         * lilypond-mode.el: Allow Midi on buffer.
9087         Use only '.ly'-extension, remove '.sly' and '.fly'.
9088         Allow use of inactive regions. Invoke next Command on Master file, 
9089         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9090
9091 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9092
9093         * Documentation/user/tutorial.itely: updates.
9094
9095 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9096
9097         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9098
9099 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9100
9101         * lily/coherent-ligature-engraver.cc: fixed typo
9102
9103         * lily/coherent-ligature-engraver.cc,
9104         lily/gregorian-ligature-engraver.cc,
9105         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9106         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9107         lily/vaticana-ligature-engraver.cc,
9108         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9109         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9110         removed all ligature specific stuff from NoteHead code
9111
9112         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9113         ligatures now use regular noteheads
9114
9115         * lily/vaticana-ligature.cc: tiny code cleanups
9116
9117         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9118         space between two adjacent noteheads of the same pitch
9119
9120         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9121         description; cleanup: removed obsolete font-family settings
9122
9123 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9124
9125         * lily/coherent-ligature-engraver.cc,
9126         lily/gregorian-ligature-engraver.cc,
9127         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9128         lily/mensural-ligature-engraver.cc,
9129         lily/vaticana-ligature-engraver.cc,
9130         lily/include/gregorian-ligature-engraver.hh: updated for new
9131         Coherent_ligature_engraver; added comments that describe the basic
9132         design ideas of the ligature implementation
9133
9134         * lily/coherent-ligature-engraver.cc,
9135         lily/include/coherent-ligature-engraver.hh: new file: shared code
9136         between mensural ligatures and Gregorian chant notation ligatures
9137
9138 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9139
9140         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9141         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9142         use only two arguments in sit-for, use no arguments in
9143         read-char-exclusive, backspace is not a character (127) in XEmacs.
9144
9145         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9146
9147 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9148
9149         * lilypond-mode.el: un-commenting works after syntax-table fix.
9150
9151         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9152         group, verbose commenting for syntax table.
9153
9154         * lilypond-indent.el: add TODO for ligature slurs.
9155
9156 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9157
9158         * lilypond-mode.el: Move comments of parenthesis matching away,
9159         (blink-matching-paren-on-screen) fix blinking in Emacs.
9160
9161         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9162         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9163
9164         * lilypond-indent.el: Add TODO for parenthesis matching.
9165
9166 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9167
9168         * lilypond-mode.el: Fix XEmacs: 
9169         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9170         invoke explicitly easy-menu-add (in Emacs done automatically).
9171         
9172         * lilypond.words: Add few words from input/*/*.ly.
9173
9174 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9175
9176         * VERSION (PATCH_LEVEL): release 1.7.18
9177
9178         * scripts/lilypond-book.py: only print basename for printfilename
9179         option
9180
9181         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9182         and syntax updates.
9183
9184 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9185
9186         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9187         better parametrisation. Move fatness of bulb downward.
9188
9189         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9190         glyph names. Underscores are not allowed .ps encoding files.
9191
9192 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9193
9194         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9195         variable "packed" for packed right-ragged mode
9196
9197         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9198         unused variable ragged; fixed indentation
9199
9200         * Documentation/user/refman.itely: tiny cleanups in ancient
9201         clef and custos section
9202
9203 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9204
9205         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9206         \applyoutput PROCEDURE
9207
9208         * lily/my-lily-lexer.cc: add \applyoutput.
9209
9210         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9211
9212         * lily/text-item.cc: clean text-interface description
9213
9214 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9215
9216         * input/{regression,test}/: use postfix for slur endings and beam
9217         begins.
9218
9219         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9220         style beams too. 
9221
9222         * input/regression/lyrics-melisma-beam.ly: new file.
9223
9224         * lily/lyric-engraver.cc (process_music): change from
9225         process_acknowledged_grobs()
9226
9227         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9228         functions to set and revert auto-beam settings.
9229
9230 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9231
9232         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9233
9234 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9235
9236         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9237         Documentation/user/lilypond.tely: fixed some typos; updated author
9238         info
9239
9240         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9241         #"" -> #'flag-style = #'()
9242
9243         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9244         cleanup: removed dead #includes
9245
9246         * lily/gregorian-ligature-engraver.cc,
9247         lily/include/gregorian-ligature.hh,
9248         scm/grob-property-description.scm: small cleanups, small spacing
9249         fixes
9250
9251         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9252         lily/vaticana-ligature.cc,
9253         lily/include/gregorian-ligature-engraver.hh,
9254         scm/grob-property-description.scm, scm/music-types.scm:
9255         "porrectus" -> "pes or flexa"
9256
9257         * ly/engraver-init.ly, scm/grob-description.scm,
9258         scm/grob-property-description.scm: junked porrectus, now handled
9259         by ligature code
9260
9261         * scm/grob-description.scm: bugfix: added space-alist entry for
9262         breathing sign/custos
9263
9264 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9265
9266         * Another grand 2003 update.
9267         
9268         * Remove mentioning of `mudela'; There's no such thing.
9269
9270 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9271
9272         * Documentation/user/preface.itely (Preface to version 1.8): update
9273
9274         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9275
9276         * Documentation/user/converters.itely (Invoking convert-ly): revise
9277
9278         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9279
9280         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9281
9282 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9283
9284         * Documentation/user/internals.itely: more updates.
9285
9286 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9287
9288         * Documentation/user/refman.itely: revise 
9289
9290         * Documentation/user/internals.itely: revise
9291
9292         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9293
9294 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9295
9296         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9297         beautification: reformatted ancient clefs section; cleanup: small
9298         wording fixes
9299
9300 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9301
9302         * lilypond.words: added words for chant notation, sorted
9303         alphabetically through "sort lilypond.words"
9304
9305 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9306
9307         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9308         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9309         chant notation
9310
9311 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9312
9313         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9314         prevent TeX from interpreting them as long dash
9315
9316         * input/test/vaticana.ly: updated
9317
9318         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9319         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9320         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9321         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9322         fixes
9323
9324         * mf/parmesan-heads.mf: ledger endings: removed dead code
9325
9326 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9327
9328         * VERSION: 1.7.17 released
9329         
9330         * Documentation/user/GNUmakefile
9331         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9332         files too.
9333
9334         * scm/document-markup.scm: new file: document all markup
9335         functions.
9336
9337         * scm/documentation-generate.scm: rename all documentation modules
9338         to document-*.scm
9339
9340         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9341         .png
9342
9343         * input/test/divisiones.ly: added
9344
9345         * input/regression/output-property.ly: new file
9346
9347         * lily/cluster.cc: change cluster-interface to use style property
9348
9349 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9350
9351         * input/test/chord-names-german.ly: modified.
9352
9353         * scm/chords-ignatzek.scm:
9354           chord-name->german-markup: Added
9355           note-name->german-markup: Changed (now producing lowercase notenames)
9356
9357         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9358         
9359 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9360
9361         * scripts/convert-ly.py (FatalConversionError.conv):
9362         divisiominima -> divisioMinima, etc.
9363
9364         * ly/engraver-init.ly (FiguredBassContext): add
9365         Separating_line_group_engraver to Figured bass context.
9366
9367         * ly/german-chords-init.ly: remove file
9368
9369         * input/test/chord-names-german.ly (scm): new file.
9370
9371         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9372
9373         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9374         Chord_name_engraver
9375
9376         * Documentation/user/refman.itely: lots of updates.
9377
9378         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9379         new file
9380
9381         * input/test/bar-number-every-5-reset.ly: new file.
9382
9383 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9384
9385         * input/regression/chord-name-major7.ly: new file
9386
9387         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9388         if specced explicitly.
9389
9390         * input/regression/chord-name-entry-11.ly: new file.
9391
9392         * input/test/slur-beautiful.ly: new file.
9393
9394         * Documentation/user/refman.itely: updates.
9395
9396         * input/regression/collisions.ly (threevoice): cleanup.
9397
9398         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9399
9400 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9401
9402         * Documentation/user/*.itely: various updates.
9403
9404         * ly/spanners-init.ly: enddecr/ endcr.
9405
9406         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9407         of tutorial
9408
9409 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9410
9411         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9412
9413         * lily/new-chord-name-engraver.cc (process_music): use octavation
9414         (a number) instead of original-pitch to store inversions. This
9415         fixes a problem with transposed chords with inversions.  
9416
9417 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9418
9419         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9420         used in includable-lexer.hh.
9421
9422         * lily/includable-lexer.cc: Bugfix: include config.h.
9423
9424         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9425         circumvention of Debian packaging bug.
9426
9427 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9428
9429         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9430         
9431         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9432
9433         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9434         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9435
9436         * lily/include/includable-lexer.hh: 
9437         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9438
9439         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9440
9441         * aclocal.m4: Regenerate.
9442
9443         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9444         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9445
9446         * scm/pdf.scm (use-modules): Include lily.
9447
9448         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9449         Noordkamp).
9450         (use-modules): Include lily.
9451         (lily-def): Bugfix: include tex-val in let.
9452
9453 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9454
9455         * lilypond-mode.el: sensible error if lilypond.words not found.
9456
9457         * lilypond.words: add few words.
9458
9459 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9460
9461         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9462
9463         * mf/parmesan-scripts.mf: fixed typo in char name
9464
9465 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9466
9467         * VERSION: 1.7.16 released
9468
9469         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9470         (this is a security vulnerability).
9471
9472         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9473
9474         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9475         add staff support.
9476
9477 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9478
9479         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9480         ly/script-init.ly, scm/script.scm: bugfix: renamed
9481         fermata->signumcongruentiae to fix naming clash with feta font
9482
9483 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9484
9485         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9486
9487         * lily/multi-measure-rest-engraver.cc
9488         (start_translation_timestep): use grace timing too for determining
9489         when to make mmrest.
9490         (start_translation_timestep): clear numbers too.
9491
9492 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9493
9494         * scm/music-types.scm: compile fix: escape braces
9495
9496         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9497         work around font selection problem
9498
9499         * Documentation/user/refman.itely: BreathingSign: added docu for
9500         property "text"
9501
9502 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9503
9504         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9505         information.
9506
9507 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9508
9509         * lily/multi-measure-rest-engraver.cc (class
9510         Multi_measure_rest_engraver): make multiple Number objects, one
9511         for each MultiMeasureTextEvent.
9512
9513         * scm/music-functions.scm (glue-mm-rest-texts): use
9514         MultiMeasureTextEvent
9515
9516         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9517
9518         * Documentation/user/refman.itely (Multi measure rests): update.
9519
9520 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9521
9522         * lily/ly-module.cc (ly_copy_module_variables): use
9523         scm_internal_hash_fold() for iterating modules.
9524
9525 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9526
9527         * Documentation/user/refman.itely: Section Custodes: added more
9528         example code
9529
9530         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9531         neo-mensural rests to parmesan font
9532
9533         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9534         header
9535
9536 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9537
9538         * Documentation/user/macros.itexi: @fileref macro.
9539
9540         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9541         each file. 
9542
9543 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9544
9545         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9546         Documentation/topdocs/AUTHORS.texi: updated my email address
9547
9548         * Documentation/user/refman.itely: updated custos documentation;
9549         beautified divisiones example; beautified articulations table
9550
9551         * lily/breathing-sign.cc: bugfix: finalis molecule
9552
9553 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9554
9555         * Documentation/user/refman.itely: added docu for
9556         contemporary fermata symbols, gregorian breathing signs; small fixes
9557
9558         * ly/gregorian-init.ly: removed obsolete #'type props
9559
9560 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9561
9562         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9563         minimum-length property correctly.
9564
9565 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9566
9567         * scm/music-functions.scm (make-multi-measure-rest): set input
9568         locations for multimeasure rests.
9569
9570 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9571
9572         * input/regression/breathing-sign.ly: updated to for ancient
9573         notation
9574
9575 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9576
9577         * scripts/ly2dvi.py: Add newline.
9578
9579 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9580
9581         * scripts/ly2dvi.py (dependency_files): Compile fix.
9582
9583 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9584
9585         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9586         (make_html_menu_file): --html menu. 
9587
9588 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9589
9590         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9591
9592 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9593
9594         * input/screech-boink.ly: new file.
9595
9596 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9597
9598         * scripts/lilypond-book.py (make_lilypond_file): convert
9599         lilypond-file to lilypond block directly, without going through
9600         begin/end lilypond text.
9601         
9602
9603 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9604
9605         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9606         scm/grob-description.scm: moved Michael's original breathing sign
9607         code in brew_molecule() to divisio_minima(); provided new
9608         brew_molecule() that effectively replaces the
9609         Text_item::brew_molecule callback (with additional fallback to
9610         Michael's original code); added callbacks for brewing divisio
9611         maior/maxima and finalis
9612
9613         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9614         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9615
9616         * script-init.ly: added shortfermata, longfermata,
9617         verylongfermata, varcoda
9618
9619         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9620         longfermata, verylongfermata, varcomma, varcoda
9621
9622 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9623
9624         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9625           Remove all noquote and insert a few quote.
9626         
9627         * Documentation/user/lilypond-book.itely (Music fragment options),
9628           scripts/lilypond-book.py: Don't include quotation blocks by
9629           default. Introduce option quote instead of noquote
9630
9631 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9632
9633         * VERSION: 1.7.15 released
9634         
9635         * Documentation/user/lilypond.tely: omf updates.
9636
9637         * buildscripts/texi2omf.py (omf_vars): include version.date
9638
9639         * make/lilypond.redhat.spec.in: fixes for spec file. 
9640
9641         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9642         by function definition: lily now requires a recent GNU Make.
9643
9644         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9645         writing.
9646
9647         * make/ly-rules.make: remove .ly -> .tex rule
9648
9649         * Documentation/user/refman.itely (Figured bass): revised figured
9650         bass example.
9651
9652 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9653
9654         * stepmake/stepmake/omf-targets.make (local-install): add
9655         scrollkeeper-update message.
9656
9657         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9658         to binary.
9659         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9660
9661         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9662
9663         * Documentation/user/converters.itely (Invoking midi2ly): add
9664         track/channel notice.
9665
9666 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9667
9668         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9669
9670         * lily/parser.yy (scalar): DIGIT is also a scalar.
9671
9672         * Documentation/user/music-glossary.tely: add @omf tags
9673
9674         * Documentation/user/lilypond.tely: add @omf tags
9675
9676         * scm/generate-documentation.scm (string-append): add @omf tags.
9677
9678         * stepmake/stepmake/omf-*: new files 
9679
9680         * input/regression/multi-measure-rest.ly (texidoc): add doco
9681
9682         * GNUmakefile.in (web-doc-install): add web-doc-install target
9683
9684         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9685         fixes crashes while dumping MIDI.
9686
9687         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9688         midi
9689
9690 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9691
9692         * buildscripts/texi2omf.py: new file.
9693
9694         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9695         font-name
9696
9697 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9698
9699         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9700
9701         * lily/sequential-iterator.cc (descend_to_child): call
9702         descend_to_child() for all types of music.
9703
9704 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9705
9706         * scm/translator-property-description.scm: Add
9707         bassFigureFormatFunction.  Replace some entries.
9708
9709 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9710
9711         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9712         clean out.
9713
9714 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9715
9716         * scripts/midi2ly.py (Note.dump): never dump duration for
9717         dump_dur=0.
9718
9719         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9720         new function
9721
9722         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9723         figures using new markups. Much simpler, and should improve layout
9724         a little.
9725
9726         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9727
9728 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9729
9730         * ly/engraver-init.ly: use Hara kiri by default for 
9731         ChordNames, FiguredBass and Lyrics(Voice) context. 
9732
9733         * lily/axis-group-engraver.cc (acknowledge_grob): use
9734         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9735
9736         * scm/new-markup.scm (markup-function-list): add bracket,
9737         vbracket.
9738
9739         * ly/engraver-init.ly (ChordNamesContext): set
9740         minimumVerticalExtent
9741
9742 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9743
9744         * input/test/time-signature-double.ly: new file 
9745
9746         * input/regression/collision-head-chords.ly (texidoc): new file.
9747
9748         * lily/type-swallow-translator.cc: add note swallow translator 
9749
9750         * input/test/time-signature-double.ly: new file.
9751
9752         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9753
9754         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9755         (FiguredBassContext): idem.
9756
9757         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9758
9759         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9760
9761         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9762
9763         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9764         .afm dependency
9765
9766         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9767
9768         * python/lilylib.py (make_page_images): add function.
9769
9770         * scripts/ly2dvi.py (run_latex): include title in preview image.
9771
9772         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9773         from lilypond-book for <ly2dvifile> tags in HTML.
9774
9775         * scripts/ly2dvi.py (option_definitions): add --debug option to
9776         print out environment.
9777
9778         * input/regression/tie-chord-partial.ly: new file.
9779
9780 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9781
9782         * lilypond.words: add 3
9783
9784 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9785
9786         * scm/new-markup.scm (markup-function-list): add finger-markup
9787
9788         * input/tutorial/brahms-tweaked.ly: new markup 
9789
9790         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9791
9792         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9793         crash when processing '() markup
9794
9795         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9796
9797         * lily/breathing-sign.cc (railtracks): another caesura.
9798
9799         * mf/feta-schrift.mf: caesura symbol. 
9800
9801 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9802
9803         * scripts/convert-ly.py (FatalConversionError.conv): add
9804         ly:molecule-XXX conversions.
9805
9806         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9807
9808         * input/regression/multi-measure-rest-text.ly: new file.
9809
9810         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9811         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9812
9813         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9814         ScoreContext
9815
9816         * scm/new-markup.scm (center-markup): \center markup.
9817
9818         * scm/music-functions.scm: remove pitchify scripts.
9819
9820         * lily/music.cc (print_smob): display music name if available 
9821
9822 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9823
9824         * Documentation/user/refman.itely (Instrument names): remove
9825         \turnOff doco.
9826
9827 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9828
9829         * lily/score.cc (mark_smob): bugfix.
9830
9831         * input/regression/rehearsal-mark.ly: new file.
9832
9833         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9834         report error at the current token again.
9835
9836 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9837
9838         * cygwin/mknetrel: Exit if doc build fails.
9839
9840         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9841
9842 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9843
9844         * scm/music-types.scm (music-descriptions): add doc strings
9845
9846 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9847
9848         * lily/lexer.ll: 
9849         * lily/include/my-lily-lexer.hh: 
9850         * lily/include/includable-lexer.hh: Add flex kludge.
9851
9852         * config.hh.in: 
9853         * config.make.in: 
9854         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9855         cruft.
9856         
9857         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9858         code.
9859
9860 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9861
9862         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9863
9864         * lily/parser.yy (new_chord): Compile fix.
9865
9866 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9867
9868         * Documentation/user/refman.itely (Tuning groups of objects):
9869         remove documentation for \turnOff. 
9870
9871         * lily/percent-repeat-engraver.cc (try_music): add correct
9872         processing moments for double-measure percents as well.
9873
9874         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9875
9876         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9877         grob prop type. 
9878
9879         * Documentation/user/refman.itely (Printing named chords): add
9880         chord name tweak doco.
9881
9882         * input/template/gregorian-transcription.ly: new file.
9883
9884 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9885
9886         * VERSION: 1.7.13 released
9887         
9888         * input/test/*: lots of cleanups/comment-outs/removals in chord
9889         examples
9890         
9891         * input/regression/*: lots of cleanups/comment-outs/removals in
9892         chord examples
9893         
9894         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9895         options
9896
9897         * lily/new-chord-name-engraver.cc (process_music): give original
9898         inversion pitch to chord name routine.
9899
9900         * input/tutorial/os-score.ly: update to new markup
9901
9902         * Documentation/user/appendices.itely: simply include
9903         chords-ignatzek. 
9904
9905         * Documentation/user/refman.itely (Chords mode): add documentation
9906         for chord mode.
9907
9908         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9909         not present in chord.
9910         (construct-chord): add inversion and bass support.
9911
9912         * lily/chord.cc: junk contents.
9913
9914 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9915
9916         * Documentation/user/refman.itely:
9917         * Documentation/user/music-glossary.tely: fix. 
9918
9919 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9920
9921         * scm/chord-entry.scm (construct-chord): move chord construction
9922         to Scheme.
9923
9924         * lily/parser.yy (new_chord): new setup for chord entry.
9925
9926 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9927
9928         * lilypond.words:
9929         * Documentation/user/music-glossary.tely: add ambitus.
9930
9931 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9932
9933         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9934
9935         * lily/include/*.hh: string() -> to_string()
9936
9937         * scm/chords-ignatzek.scm: new file.
9938
9939         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9940         standard chord name exceptions.
9941
9942         * scm/translator-property-description.scm (chordNameSeparator):
9943         add property.
9944         (majorSevenSymbol): add property
9945
9946         * lily/translator-scheme.cc (ly:context-properties): new function
9947         (ly:context-parent): new function.
9948         (print_smob): print context name.
9949
9950         * lily/music.cc (ly:get-music-length): new function
9951         (print_smob): don't print properties.
9952
9953         * lily/duration.cc (duration<?): new function
9954
9955         * input/regression/chords-funky-ignatzek.ly: new file.
9956
9957         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9958         jazz chords.
9959
9960         * lily/pitch.cc (ly:pitch-diff): new function.
9961
9962         * input/regression/chords-ignatzek.ly: new file.
9963
9964 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9965
9966         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9967         pitches for jazz chords.
9968
9969 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9970
9971         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9972
9973 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9974
9975         * lilypond.words: add 1
9976
9977 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9978
9979         * Documentation/topdocs/AUTHORS.texi: refine.
9980
9981 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9982
9983         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9984         
9985         * lilypond.words: add one.
9986
9987 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9988
9989         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9990         Fontify bass note in chords, e.g., e in c1/e.
9991         
9992 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9993
9994         * Documentation/user/music-glossary.tely: Dutch updates and
9995         additions (Arent Storm).
9996
9997 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9998
9999         * input/regression/ambitus.ly:  move file.      
10000
10001         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10002
10003         * lily/event.cc (transpose): add tonic property to Key_change_req
10004         and to Key_engraver.
10005
10006 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10007
10008         * Documentation/user/refman.itely: fix typo.
10009
10010         * lilypond.words: removed wrong identifiers.
10011
10012 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10013
10014         * mf/feta-toevallig.mf: make flat stem shorter 
10015
10016 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10017
10018         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10019
10020         * lilypond.words: add from Phrasing slur.
10021         
10022 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10023
10024         * lilypond-mode.el: allow launching multiple ViewPS processes.
10025         
10026         * lilypond.words: add from Text markup.
10027
10028 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10029
10030         * input/test/ossia.ly (texidoc): add comment.
10031
10032         * input/regression/voice-follower.ly: new file.
10033
10034         * mf/feta-toevallig.mf: make flat heavier.
10035
10036         * lily/cluster-engraver.cc: clean up Cluster engraver
10037
10038         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10039         Engraver. Use Note_column to compute Y positions and deal with
10040         line break stuff.
10041
10042 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10043
10044         * lily/stem.cc: move french-beaming to stem.
10045
10046 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10047
10048         * lilypond-font-lock.el: fontify all durations in chords.
10049
10050         * lilypond.words: add from lily/my-lily-lexer.cc
10051
10052 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10053
10054         * VERSION: release 1.7.12
10055
10056         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10057
10058         * lily/gregorian-ligature.cc: new file
10059
10060         * lily/*: the Great 2003 search & replace.
10061
10062         * Documentation/user/refman.itely (Manual repeat commands): add
10063         note about font selection.
10064
10065 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10066
10067         * lilypond-mode.el: propose recompiling midi while invoking playing,
10068         not while stopping playing.
10069
10070 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10071
10072         * lilypond.words: add one.
10073
10074         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10075         and expressional note grouping. Fontify chord modes.
10076
10077 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10078
10079         * Documentation/user/music-glossary.tely (Top): translate melisma.
10080
10081 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10082
10083         * Documentation/user/music-glossary.tely (Top): add melisma.
10084
10085 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10086
10087         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10088         interfaces for (abstract) grob GregorianLigature
10089
10090         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10091         renamed head* -> glyph_name*, x-shift* -> x-offset*
10092
10093         * scm/grob-property-description.scm: bugfix: added missing descriptions
10094
10095 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10096
10097         * input/test/chord-names-dpnj.ly: New file.
10098
10099         * scm/double-plus-new-chord-name.scm: Implement full and partial
10100         exceptions.
10101
10102         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10103
10104         * scm/double-plus-new-chord-name.scm
10105         (double-plus-new-chord->markup): Fix sub->markup.
10106
10107
10108 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10109
10110         * lily/custos-engraver.cc: added TODO; editorial changes
10111
10112         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10113         consistency with other ligature engravers; removed access on (now)
10114         private variable _ligature of Ligature_engraver
10115
10116         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10117         renamed last_bound -> last_bound_; issue programming_error on
10118         abstract method calls; moved primitives code from
10119         Mensural_bracket_engraver to here (because almost ligature
10120         engravers will need it); renamed try_stop_ligature () ->
10121         typeset_ligature (); bugfix: store primitives of finished ligature
10122         in separate variable finished_primitives_ to avoid clash on input
10123         like "\] \["; added current_ligature () to enable access on
10124         private variable _ligature
10125
10126         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10127         (now in super class); renamed try_stop_ligature () ->
10128         typeset_ligature ()
10129
10130         * lily/mensural-ligature.cc: issue programming_error on abstract
10131         method calls
10132
10133         * lily/note-heads-engraver.cc: added TODO comment upon bool
10134         in_ligature
10135
10136         * mf/parmesan-heads.mf: fixed some of set_char_box()
10137
10138         * scm/grob-description.scm: added VaticanaLigature
10139
10140         * scm/grob-property-description.scm: added neume prefix properties
10141
10142         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10143         lily/include/gregorian-ligature-engraver.hh,
10144         lily/include/gregorian-ligature.hh: new files; framework for
10145         gregorian ligature engravers such as vaticana
10146
10147         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10148         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10149         vaticana style ligature implementation (still somewhat uncomplete)
10150
10151 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10152
10153         * VERSION: release 1.7.11
10154
10155         * scripts/convert-ly.py: add ly:pitch-transpose rule
10156
10157 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10158
10159         * input/test/dpncnt.ly: New file.
10160
10161         * lily/my-lily-lexer.cc: Add chordnames keyword.
10162
10163         * lily/parser.yy (chordnames_block): Parse chord name exception
10164         lists, see input/test/dpncnt.ly.
10165
10166         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10167         function.
10168
10169         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10170         filter-out too.
10171
10172         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10173         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10174         pitch functions (except for ly:make-pitch, but that's apparently
10175         some sort of scheme naming standard?).
10176
10177         * scm/lily.scm (!=): define-public.
10178
10179         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10180
10181 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10182
10183         * scm/double-plus-new-chord-name.scm
10184         (double-plus-new-chord-name->markup): New file.
10185
10186 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10187
10188         * python/lilylib.py (make_preview): don't suppress progress for
10189         bbox extraction.
10190
10191 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10192
10193         * Documentation/user/appendices.itely (scheme): update for new syntax.
10194
10195         * input/regression/chord-name-styles.ly: new file
10196
10197         * lily/instrument-name-engraver.cc: create instrument names
10198         without barline too.  Allows instrument name on ChordNames  
10199
10200         * scm/new-markup.scm (interpret-markup): allow simple strings as
10201         markup too.
10202
10203 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10204
10205         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10206         (step->markup-accidental): Fix: add accidental.
10207         (chord::inner-name-american): 
10208         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10209         append stray '/' if last superscript addition was 'o'.
10210
10211         * scm/new-markup.scm (normal-size-sub-markup) 
10212         (normal-size-super-markup): New function.
10213
10214         * lily/source-file.cc (Source_file): Add warning for possibly
10215         intentional but suspicious initialization.
10216
10217         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10218         add comments about cut-and-paste programming.
10219
10220         * flower/rational.cc (lcm): Not used; comment out.
10221
10222 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10223
10224         * lily/new-fingering-engraver.cc (position_scripts): use
10225         fingerHorizontalDirection to determine fingering horizontal
10226         directions.
10227  
10228         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10229         fingering support.
10230
10231         * scripts/convert-ly.py (FatalConversionError.conv): add style
10232         conversion rule. 
10233
10234         * scm/chord-name.scm (set-chord-name-style): new function.
10235         (new-chord-name-brew-molecule): revise to interpret markup only
10236         (new-chord->markup): cleanuppish rewrite. To be called from the
10237         new engraver.
10238
10239         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10240         Markup earlier, during interpreting.
10241
10242         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10243         style settings. Rename to chord-names-*.ly
10244
10245 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10246
10247         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10248         markup code and update to new markup.  Most probably broke some of
10249         it.
10250         
10251 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10252
10253         * Documentation/user/refman.itely: added docu for ambitus and
10254         clusters
10255
10256         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10257         ly_quote_scm() in lookup.cc
10258
10259         * mf/parmesan-clefs.mf: set_char_box fix
10260
10261         * lily/cluster-engraver.cc: junk implicit protection; use
10262         Protected_scm instead
10263
10264 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10265
10266         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10267         throughout.
10268
10269         * scm/new-markup.scm: Turn-off error-triggering test code.
10270
10271 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10272
10273         * scm/new-markup.scm (markup-thrower-typecheck) 
10274         (markup-typecheck?):  add full typechecking functions.
10275         (make-markup-maker): add make-FOO-markup functions.
10276         (markup-argument-list-error): nice error checking messages.
10277         (make-markup): better function: less quoting escapades.
10278
10279 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10280
10281         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10282
10283 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10284
10285         * cygwin/lilypond.hint (requires): Add cygwin.
10286
10287         * .cvsignore: Remove stepmake (huh!?!), add lib.
10288
10289         * GNUmakefile.in: Add libdir links for builddir runs.
10290
10291         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10292         instead of datadir.
10293
10294         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10295         local_lilypond_libdir.
10296
10297         * config.make.in (lilypond_libdir): Add.
10298
10299         * stepmake/stepmake/substitute-rules.make: 
10300         * stepmake/stepmake/script-rules.make: 
10301         * stepmake/stepmake/python-module-rules.make:
10302         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10303         lilypond-python-module patch.
10304
10305 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10306
10307         * Documentation/user/refman.itely (Graphical interfaces): add note
10308         about xml2ly.
10309
10310 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10311
10312         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10313
10314 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10315
10316         * VERSION: released 1.7.10
10317
10318         * scripts/musedata2ly.py (): idem
10319
10320         * scripts/midi2ly.py (dump_chord): idem
10321
10322         * scripts/etf2ly.py (version): idem 
10323
10324         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10325
10326         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10327
10328         * scm/tex.scm (tex-output-expression): remove eval compat
10329         glut. Other output files too.
10330
10331         * scm/chord-name.scm: don't export anything from chord module.
10332
10333         * input/test/american-chords.ly: idem
10334
10335         * input/test/banter-chords.ly (texidoc): idem
10336
10337         * input/test/Cc-chords.ly: add breakage notes.
10338
10339         * Documentation/user/refman.itely (Text markup): rewrite manual
10340         section.
10341
10342         * lily/parser.yy (scalar): allow \markup { } as property value. 
10343
10344         * scm/chord-name.scm: complete new markup usage
10345
10346         * scm/grob-description.scm (all-grob-descriptions): use new markup
10347         texts by default
10348
10349 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10350
10351         * scm/chord-name.scm: partial move to new markup texts.
10352
10353 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10354
10355         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10356
10357         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10358         settable.
10359
10360 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10361
10362         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10363         invoked for old midi, wait for killing.
10364
10365 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10366
10367         * Documentation/user/music-glossary.tely: Finnishing.
10368
10369 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10370
10371         * mf/feta-nummer-code.mf: some kerning pairs.
10372
10373 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10374
10375         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10376         Added.
10377
10378         * Documentation/user/refman.itely (Bar numbers):
10379         set-bar-number-visibility added, modulo-bar-number removed again
10380         (sorry).
10381
10382 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10383
10384         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10385
10386         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10387
10388         * Documentation/user/music-glossary.tely: translate into Finnish.
10389
10390 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10391
10392         * lilypond-mode.el: add shortcut for 2midi
10393
10394         * lilypond-font-lock.el: fontify lyrics
10395
10396 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10397
10398         * scm/drums.scm : use 1.7.x names.
10399
10400         * input/regression/drums.ly : Don't use << chords >>
10401
10402 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10403
10404         * lilypond-mode.el: tidy, add TODO
10405
10406         * make/lilypond.mandrake.spec.in: install-info quietly.
10407
10408 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10409
10410         * input/test/markup.ly: use new syntax.
10411
10412 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10413
10414         * ly/params-init.ly (interscoreline): add word-space
10415
10416         * input/test/metronome.ly (eighthNote): idem.
10417
10418         * input/test/script-priority.ly: use new markup
10419
10420         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10421
10422         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10423
10424         * lily/parser.yy (gen_text_def): bugfix.
10425         (full_markup): allow markup identifier.
10426
10427 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10428
10429         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10430         jobs at the same time. Add horizontal lines to Command menu.
10431         Allow one compiling job -- propose killing others before a new one.
10432
10433         * lilypond.words: add markup, teeny, etc.
10434
10435 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10436
10437         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10438         Allow only one type of midi process; launching Midi either stops
10439         midis or plays the current midi and launching MidiAll stops midis
10440         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10441         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10442
10443 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10444
10445         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10446         markup  for new markup texts.
10447
10448         * lily/mark-engraver.cc (process_music): idem
10449         
10450         * lily/instrument-name-engraver.cc (create_text): idem
10451
10452         * scm/new-markup.scm (magnify-markup): new function.
10453
10454         * scm/molecule.scm (stack-lines): bugfix.
10455
10456         * lily/font-interface.cc (get_font): take font-magnification from
10457         alist chain.
10458
10459 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10460
10461         * lily/molecule-scheme.cc: move scheme functions to separate file.
10462
10463         * lily/font-metric.cc  (ly_get_glyph): new function. 
10464         
10465         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10466         (italic-markup, dynamic-markup): new functions
10467         (font-markup): new function
10468
10469         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10470         padding and minimum
10471
10472 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10473
10474         * lily/accidental-engraver.cc:
10475         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10476
10477 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10478
10479         * lilypond.vim:
10480         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10481         [a-zA-Z] for user defined identifiers. Separate note cases 
10482         with and without a duration (allow cis\longaX).
10483
10484         * lilypond.words: Add words from Info.
10485
10486 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10487
10488         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10489
10490 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10491
10492         * lilypond-mode.el: Propose reverting buffer before a command if
10493         it was edited with an another editor.
10494
10495 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10496
10497         * lily/molecule.cc (ly_translate_molecule): new function
10498
10499         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10500         into libdir
10501
10502         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10503
10504         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10505
10506 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10507
10508         * lilypond.words: take \words from Info-index.
10509
10510 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10511
10512         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10513
10514 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10515
10516         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10517
10518 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10519
10520         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10521         and lilypond-documentation.
10522
10523 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10524
10525         * lily/parser.yy: Compile fix (bison 1.75).
10526
10527 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10528
10529         * VERSION: 1.7.9 released
10530
10531         * scm/music-functions.scm (shift-one-duration-log): refactor.
10532         Use music-map.
10533
10534         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10535
10536         * NEWS: update.
10537
10538         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10539         argument
10540         
10541         * scm/music-functions.scm (display-music): new function
10542         (music-map): change arg order.
10543
10544         * input/regression/new-markup-syntax.scm: new file
10545
10546         * lily/parser.yy (markup): add \markup { .. } syntax.
10547
10548         * scm/new-markup.scm (override-markup): new function
10549         (lookup-markup): new function
10550         (music-markup): new function
10551         (lookup-markup-command): use markup-signature to store argument
10552         format for parser.
10553
10554         * lily/lexer.ll: preliminary \markup syntax. 
10555
10556 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10557
10558         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10559         add pre/post-dependencies and menus with icons from source.
10560
10561         * Documentation/pictures/lilypond-48x48.xpm:
10562         * Documentation/pictures/lilypond-32x32.xpm:
10563         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10564         transparent.
10565
10566         * stepmake/stepmake/generic-targets.make:
10567         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10568
10569 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10570
10571         * input/regression/music-map.ly (texidoc): new file.
10572
10573         * scm/music-functions.scm (music-map): new function
10574
10575 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10576
10577         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10578
10579 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10580
10581         * input/test/to-xml.ly:
10582         * lily/ligature-engraver.cc: Fixes documentation.
10583
10584         * lilypond.mandrake.spec.in:
10585         * lilypond.redhat.spec.in: Add lilypond.words.
10586
10587         * Documentation/user/refman.itely: Mention Info inside emacs.
10588         
10589         * lilypond.suse.spec.in:
10590         * lilypond.redhat.spec.in:
10591         * lilypond.mandrake.spec.in: Set root-owner for doc
10592         (tobbe@nyvalls.se).
10593
10594 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10595
10596         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10597         os.popen.read ().
10598
10599 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10600
10601         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10602
10603         * python/lilylib.py (error): add space
10604
10605 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10606
10607         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10608         distribution.
10609
10610 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10611
10612         * lily/paper-outputter.cc (Paper_outputter): close port when
10613         finishing score.
10614
10615 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10616
10617         * scm/sodipodi.scm: Fixes.
10618
10619 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10620
10621         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10622
10623         * buildscripts/make-font-dir.py: Fix. 
10624
10625 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10626
10627         * lilypond-mode.el: Add support for Info inside Emacs.
10628
10629 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10630
10631         * buildscripts/make-font-dir.py: 
10632         * mf/GNUmakefile: Make sodipodi font map.
10633
10634         * scm/sodipodi.scm: Add more output functions.
10635
10636         * mf/feta-nummer.mf: 
10637         * mf/feta-beugel.mf: Add font_coding_scheme.
10638
10639         * lily/paper-outputter.cc (output_header): Fix creator string.
10640
10641 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10642
10643         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10644         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10645
10646         * lilypond.words: add two (Everybody can add/remove words now!).
10647
10648         * debian/rules:
10649         * make/lilypond.suse.spec.in:
10650         * make/lilypond.mandrake.spec.in:
10651         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10652
10653         * Documentation/user/refman.itely: Mention autocompletion.
10654
10655 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10656
10657         * scripts/ly2dvi.py: Add paper sizes.
10658
10659         * lily/timing-engraver.cc: 
10660         * lily/time-signature.cc: 
10661         * lily/span-bar.cc: 
10662         * lily/grob-scheme.cc: Code formatting fixes.
10663
10664         * scm/sodipodi.scm: 
10665         * scm/sketch.scm:
10666         * buildscripts/mf-to-table.py: 
10667         * buildscripts/make-font-dir.py: Font testing.
10668
10669 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10670
10671         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10672         inserts try-completion and shows all-completions.
10673
10674         * lilypond.words: '\' -> '\\'
10675
10676         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10677         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10678         
10679         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10680         and LilyPond-reserved-words.
10681         
10682 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10683
10684         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10685         from load-path.
10686         
10687         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10688         the mini-buffer with Control-Shift-c.
10689         
10690 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10691
10692         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10693         duration. This fixes \tempo taking time.
10694
10695 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10696
10697         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10698         Allow for text markup in repeatCommands. 
10699
10700 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10701
10702         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10703         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10704         Get rid of skeleton.el-dependency.
10705
10706         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10707
10708 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10709
10710         * lily/beam-engraver.cc (stop_translation_timestep): reset
10711         now_stop_ev_
10712
10713         * lily/scm-option.cc: add parse-protect to ly:set-option
10714
10715         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10716
10717 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10718
10719         * lily/include/ligature-bracket.hh: removed
10720         * lily/ligature-bracket.cc: removed
10721
10722         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10723         .tex
10724
10725         * lily/beam.cc (set_beaming): don't change beam count on rests.
10726         (brew_molecule): always set flag-width > 0.
10727
10728 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10729
10730         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10731         chars, remove instructions; instead, refer to lilypond-init.el and
10732         Documentation/topdocs/INSTALL.texi.
10733
10734         * lilypond.words: add identifiers and reserved words.
10735
10736         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10737         files and adding a load-path.
10738
10739         * lilypond-init.el: Instructions, extracted from 
10740         Documentation/topdocs/INSTALL.texi. 
10741         
10742 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10743
10744         * VERSION: 1.7.8 released 
10745
10746         * lily/grob.cc (warning): better robustness fix.
10747
10748 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10749
10750         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10751
10752         * lily/cluster-engraver.cc: stick better to variable naming
10753         conventions
10754
10755         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10756         until stop_translation_timestep()
10757
10758         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10759         min/max coordinates to backend, but no musical info such as
10760         pitches
10761
10762         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10763
10764         * lily/grob.cc: robustness fix: warning(): do not crash if
10765         cause is not set
10766
10767         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10768         the much more elaborated tuplet brackets than the very naive and
10769         simple ligature bracket grob
10770
10771 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10772
10773         * Documentation/user/refman.itely (Analysis brackets): add
10774         horizontal bracket doco.
10775
10776         * ly/property-init.ly (setMmRestFermata): added.
10777
10778         * Documentation/user/refman.itely (Multi measure rests): fermatas
10779         on mm rests.
10780
10781         * input/regression/apply-context.ly (texidoc): new file
10782
10783         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10784         code to be executed during interpretation. Possible applications:
10785         smart octavation, more advanced bar checks. 
10786
10787         * lily/apply-context-iterator.cc: new file.
10788
10789 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10790
10791         * input/test/new-markup.ly: new file.
10792
10793         * lily/text-item.cc (text_to_molecule): new function
10794
10795         * scm/new-markup.scm (lambda): new file
10796
10797         * lily/function-documentation.cc (ly_add_function_documentation):
10798         add proc property as well
10799
10800 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10801
10802         * Documentation/user/music-glossary.tely (Top): add custos.
10803
10804 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10805
10806         * Documentation/topdocs/INSTALL.texi: advise how to include source
10807         path to Emacs load-path and improve language.
10808
10809 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10810
10811         * GNUmakefile.in: config.h message fix.
10812
10813         * autogen.sh:
10814         * aclocal.m4: Regenerate.
10815
10816         * configure.in: 
10817         * config.make.in: 
10818         * stepmake/config.make.in: 
10819         * stepmake/configure.in: 
10820         * stepmake/autogen.sh: 
10821         * stepmake/aclocal.m4: Update for autoconf 2.56.
10822
10823 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10824
10825         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10826         to install Emacs-mode. Instructions how to use vim-mode.
10827
10828 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10829
10830         * scm/music-types.scm (music-descriptions): no length for tempo event.
10831
10832         * input/*.ly: add \version everywhere.
10833         
10834         * input/*.ly: update syntax to 1.7 + new-chords.
10835
10836         * VERSION: 1.7.7 released.
10837         
10838         * Documentation/user/*.tely: new chord syntax.
10839
10840         * input/regression/[bc]*.ly (texidoc): syntax updates.
10841         
10842 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10843
10844         * lilypond.words: add vocabulary to be used in auto-completion
10845
10846         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10847
10848         * lilypond.vim: allow note name at EOF
10849
10850 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10851
10852         * buildscripts/new-chords.py (edit): -e option: inline editing.
10853
10854         * input/regression/a*.ly (texidoc): syntax updates.
10855
10856         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10857         music): elucidations. 
10858
10859 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10860
10861         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10862         ly/spanners-init.ly, scm/grob-description.scm,
10863         scm/grob-property-description.scm, scm/music-types.scm,
10864         lily/cluster-engraver.cc, lily/cluster.cc,
10865         lily/include/cluster.hh, input/test/cluster.ly: cluster
10866         implementation
10867
10868         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10869         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10870         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10871
10872         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10873
10874         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10875
10876         * scm/grob-description.scm: bugfix: by default, use default note
10877         head style when engraving ligatures
10878
10879         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10880
10881         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10882         events
10883
10884         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10885
10886         * input/test/ancient-font.ly: bugfix: style -> flag-style
10887
10888         * lily/ligature-engraver.cc: indentation fix
10889
10890         * lily/parser.yy: indentation fixes
10891         
10892 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10893
10894         * input/regression/measure-grouping.ly: more elaborate example.
10895
10896         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10897         ly:div-moment. New functions 
10898
10899         * scm/music-functions.scm (set-time-signature): new function,
10900         allow inline time sig settings with measure grouping.
10901
10902         * lily/parser.yy (command_element): move time sig construction
10903         into Scheme.
10904
10905         * lily/side-position-interface.cc (out_of_staff): new function,
10906         like padding, but keep minimum distance from staff. Easier than
10907         linespanners (dynamics, pedals), but roughly the same effect.
10908
10909 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10910
10911         * emacs-mode.el: Added spanish-note-replacements 
10912         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10913
10914         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10915
10916 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10917
10918         * lilypond.vim: Do not fontify cises, desis, etc.
10919
10920         * vimrc: view dvi with <S-F6>
10921
10922 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10923
10924         * lily/lookup.cc (triangle): new function.
10925
10926         * input/regression/measure-grouping.ly (texidoc): new file: show
10927         triangles and brackets for beat groups of 3 and 2.
10928
10929         * lily/include/measure-grouping-spanner.hh (class
10930         Measure_grouping): new file.
10931
10932         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10933
10934         * lily/measure-grouping-engraver.cc (class
10935         Measure_grouping_engraver): new file.
10936
10937 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10938
10939         * Merge from stable:
10940
10941             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10942         
10943         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10944         stylesheet.
10945
10946         * ly/paper19.ly: Include paper19-init.ly.
10947
10948         * ly/paper19-init.ly: New file.
10949
10950         * Documentation/user/tutorial.itely (First steps): Fix first
10951         example for font test.
10952
10953         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10954
10955         * ChangeLog: Add 1.7.6 release marker (see below).
10956
10957         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10958         Add .py files.
10959
10960 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10961
10962         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10963
10964         * input/tutorial/*.ly: update to new syntax.
10965
10966         * lily/parser.yy (Composite_music): new transpose syntax,
10967         \transpose FROM TO MUSIC. 
10968
10969 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10970
10971         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10972         latex progress/error output to stderr (by default this goes to
10973         stdout).  Show lilypond progress, even when not verbose.
10974
10975         * python/lilylib.py (system): New optional parameter to control
10976         showing of progress.
10977
10978         * scm/backend-documentation-lib.scm (check-dangling-properties):
10979         Fix error message.
10980
10981         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10982         axis, extent.
10983
10984         * scm/grob-property-description.scm (magnify): Remove.
10985         (extent, axis): Add.
10986
10987 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10988
10989         * VERSION: Release 1.7.6.
10990
10991         * scripts/convert-ly.py: more uniformization substitutions.
10992
10993         * buildscripts/new-chords.py (sub_chords): new file.
10994
10995 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10996
10997         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10998         lilypond.map.  Include sauter fonts too.  Cleanups.
10999
11000 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11001
11002         * Documentation/user/tutorial.itely (First steps): change to new
11003         chord/tie/slur/beam notation.
11004
11005         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11006         ties.
11007
11008         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11009         engraver. Process ties in postfix notation, i.e. c8-~ c
11010
11011         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11012
11013         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11014
11015         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11016
11017         * lily/beam-engraver.cc (try_music): accept new-beam-events
11018
11019         * input/regression/chord-scripts.ly (texidoc): new file
11020
11021         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11022         script-events.
11023
11024         * scm/script.scm (default-script-alist): cleanup.
11025
11026         * lily/script-engraver.cc (make_script_from_event): cleanup.
11027
11028         * lily/lyric-combine-music-iterator.cc
11029         (Lyric_combine_music_iterator): remove superfluous events.
11030         (melisma_busy): new function. Fix broken melismas.
11031
11032 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11033
11034         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11035         Remove nonvalid settings. Use descriptive key names.
11036         Use <Return> to indicate the pressing of that key.
11037
11038 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11039
11040         * scripts/lilypond-book.py (option_definitions): Typo.
11041
11042         * scripts/ly2dvi.py: Updates.
11043
11044         * python/lilylib.py (setup_environment, print_environment)
11045         (get_bbox, make_preview): Merge and remove from ly2dvi and
11046         lilypond-book.
11047
11048         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11049
11050         * .cvsignore: Remove some cruft.
11051
11052         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11053         path.
11054
11055         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11056         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11057         throughout.
11058
11059         * python/lilylib.py (quiet_system): Junk
11060         (system): Display error log upon failure.
11061         (read_pipe): New function.  Cleanups and fixes.
11062
11063         * python/*.py: Rename from *.py.in.
11064         
11065         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11066
11067         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11068
11069 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11070
11071         * python/GNUmakefile: Bugfix: handle modules.
11072
11073         * stepmake/stepmake/python-module-targets.make (default): Add
11074         compiled modules. 
11075
11076         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11077         compiling modules.
11078
11079         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11080         Bugfix.  (OUT_PYC_MODULES): Add.
11081
11082 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11083
11084         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11085         Use default paths. Refresh description.
11086
11087 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11088
11089         * VERSION: 1.7.5 released
11090
11091         * input/regression/finger-chords.ly (texidoc): new file.
11092
11093         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11094         support
11095
11096         * lily/fingering-engraver.cc (process_music): remove kludgy
11097         scriptHorizontal stuff.
11098
11099         * lily/script.cc: remove staff-support property.
11100
11101         * lily/new-fingering-engraver.cc (add_fingering): new
11102         file. Fingering engraver for new style chords.
11103
11104 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11105
11106         * lily/parser.yy (bare_number): allow 4 \cm (without
11107         decimal dot). (should backport to 1.6?)
11108
11109         * ly/declarations-init.ly: use Scheme for dimension defs.
11110
11111         * lily/parser.yy (TODO): remove hard coded dimensions, add
11112         REAL NUMBER_IDENTIFIER production.
11113
11114         * lily/rest-collision.cc (force_shift_callback): rewrite using
11115         -done property.
11116
11117         * scm/grob-property-description.scm (rest-collision-done): add
11118         property.
11119         
11120         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11121
11122 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11123
11124         * input/regression/multi-measure-rest-center.ly: new file.
11125
11126         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11127         off horizontally by 0.05 ss. Fixed.
11128
11129 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11130
11131         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11132
11133         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11134
11135 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11136
11137         * lily/tie.cc (get_control_points): also avoid staff lines on the
11138         just outside the outer staff lines
11139
11140 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11141
11142         * ly/params-init.ly: Just define style-alist, no need to
11143         define-public.
11144
11145         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11146         (thanks Han-Wen).
11147
11148         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11149         (FET_FILES): = FONT_FILES.
11150
11151         * Merge from stable:
11152
11153             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11154
11155 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11156
11157         * VERSION: 1.7.4 released.  
11158         
11159         * scm/generate-documentation.scm (string-append): add macro
11160         definitions.
11161
11162         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11163         normal texts.
11164
11165         * lily/multi-measure-rest-engraver.cc: make separate
11166         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11167
11168         * lily/multi-measure-rest.cc: remove text handling. Remove
11169         number-threshold.
11170
11171 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11172
11173         * scm/music-types.scm: doc patch by Graham Percival
11174
11175 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11176
11177         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11178         encoding part.
11179         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11180         (sketch_p): Sketch wants only first four elements of X11 font spec.
11181
11182         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11183
11184         * mf/feta-autometric.mf: Write foundry and family to log.
11185
11186         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11187         font translation table.
11188
11189         * buildscripts/mf-to-table.py: Better font info into afm.
11190
11191         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11192         1.0.9 required.
11193
11194         * configure.in: Whine for mftrace 1.0.9.
11195
11196 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11197
11198         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11199
11200         * lily/main.cc (main_prog): don't try to load init.EXT when
11201         processing foo.EXT.
11202
11203 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11204
11205         * scm/tex.scm (zigzig-line): added.
11206
11207         * scm/ps.scm (zigzag-line): added.
11208
11209         * ps/music-drawing-routines.ps (subvec): added.
11210         (draw_zigzag_line): added.
11211         
11212         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11213         grob properties zigzag-width and zigzag-length.
11214
11215         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11216
11217 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11218
11219         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11220         svg output, including font.
11221
11222 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11223
11224         * scm/lily.scm: Register sodipodi output module.
11225
11226         * scm/sodipodi.scm: New file.
11227
11228         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11229
11230         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11231         comment, after header.
11232         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11233         FullName.  Fix FontName key.
11234
11235 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11236
11237         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11238         and breve rests.
11239         
11240         * input/test/blank-notes.ly: bugfix
11241
11242         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11243         rests. (Kim Shrier)
11244
11245         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11246         
11247 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11248
11249         * scm/tex.scm: 
11250         * scm/ps.scm: Cleanup and remove obsolete junk.
11251
11252         * Documentation/user/internals.itely:
11253         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11254
11255         * lily/parser.yy: Identify shift/reduce problems.
11256
11257         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11258         make-style-sheet.  Too specific for convert-ly?
11259
11260 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11261
11262         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11263
11264         * input/test/*.ly: various fixes.
11265
11266         * lily/music.cc (name): bugfix
11267
11268         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11269
11270         * lily/input-file-results.cc (code): set-point-and-click! ->
11271         set-point-and-click
11272         
11273 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11274
11275         * Use uniform ly: prefix for exported scheme primitive functions.
11276
11277         * scm/music-types.scm: junk compat glue
11278
11279         * scripts/convert-ly.py: add rules for stuff below, junk
11280         compatibility glue for spanrequest.
11281
11282         * lily/parser.yy (verbose_event): remove \spanrequest,
11283         \commandspanrequest, \script. 
11284         
11285         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11286
11287         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11288         for \penalty, \glissando.
11289
11290         * VERSION: release 1.7.3
11291         
11292 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11293
11294         * lily/accidental-engraver.cc: Fix
11295         grace-in-the-beginning-of-measure bug caused by the resent
11296         partial-measure fix.
11297
11298         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11299         overlap looks too crowded)
11300         
11301 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11302
11303         * lily/parser.yy (assignment): allow SCM expression as assignment.
11304
11305         * lily/include/music-output-def.hh (class Music_output_def):
11306         * lily/music-output-def.cc: 
11307         * lily/paper-def.cc: 
11308         * scm/font.scm (markup-to-properties):
11309         * lily/parser.yy (music_output_def_body): 
11310         remove style_sheet_
11311
11312 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11313
11314         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11315         length.
11316
11317         * input/regression/spacing-to-grace.ly: new file.
11318
11319         * input/regression/spacing-end-of-line.ly: new file.
11320
11321         * lily/note-spacing.cc (get_spacing): take into account breakable
11322         stuff sticking out at the left (time sig change at line break).
11323
11324         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11325         raggedright code.
11326
11327         * scm/music-functions.scm (make-voice-props-set): add
11328         staff-position for mm rests.
11329  
11330         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11331         before grace notes a little.
11332
11333         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11334
11335         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11336         key adds space at the end of line. 
11337
11338 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11339
11340         * scm/sketch.scm: Fix beams.
11341
11342         * buildscripts/mf-to-table.py: Add EncodingScheme.
11343
11344         * scm/sketch.scm: Resurrect.
11345
11346 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11347
11348         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11349         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11350
11351 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11352
11353         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11354
11355         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11356
11357 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11358
11359         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11360         token for origin information.
11361
11362         * lily/parser.yy (My_lily_lexer): do identifier location and
11363         cloning from lexer.
11364
11365         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11366         logic out of the parser. Add bar checks on both ends.
11367
11368         * Documentation/user/refman.itely (Multi measure rests): add more
11369         notes about mm rests.
11370
11371 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11372
11373         * input/regression/bar-scripts.ly: Re-enable.
11374
11375         * lily/parser.yy:
11376         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11377         released rsn.  Bison 1.50 has a crucial bug and won't work.
11378
11379         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11380
11381
11382 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11383
11384         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11385
11386 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11387
11388         * Actually merge changes since 1.6.4 besides ChangeLog, and
11389         resolve conflicts.  Lots of updates, hope all is well.
11390         
11391         * cygwin/lilypond.hint (requires): Add ghostscript.
11392
11393         * scm: Update some (c).
11394         
11395 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11396
11397         * input/test/{various}.ly: add \header fields and texidoc strings.
11398
11399 2002-10-05  Werner Lemberg  <wl@gnu.org>
11400
11401         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11402         renamed to `output_latex_quoted'.
11403         Added `output_latex_noquote'.
11404         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11405         mode.
11406
11407 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11408
11409         * ChangeLog: Add 1.6.6 release marker.  See below.
11410
11411         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11412
11413         * scripts/midi2ly.py: Fix global syntax warnings.
11414
11415         * GNUmakefile.in: Generate builddir locale tree too.
11416
11417         * scripts/ly2dvi.py:
11418         * scripts/midi2ly.py: 
11419         * scripts/mup2ly.py: 
11420         * scripts/update-lily.py:
11421         * lily/main.cc (setup_paths): Fix for locales setup.
11422
11423 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11424
11425         * Documentation/windows/installing.texi: Soften wording about
11426         necessity of becoming Administrator.  tommie@iae.nl reports this
11427         does not seem to be necessary for his flavour of Windows 2000.
11428         Explicitely discourage text mode mounts.
11429
11430 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11431
11432         * lily/rest.cc (after_line_breaking): backport dot position fix.
11433
11434         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11435         rests. Thanks to Klaus Zimmermann for finding this bug.
11436
11437 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11438
11439         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11440
11441 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11442
11443         * Documentation/user/music-glossary.tely: fix links.
11444
11445 2002-10-21  Werner Lemberg  <wl@gnu.org>
11446
11447         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11448         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11449         scaling factor) only once and use them in the definition of
11450         \embeddedps.
11451         * ps/music-drawing-routines.ps (skeel): Removed.
11452
11453 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11454
11455         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11456         Solaris7, as we don't use nested $( ) constructs.
11457
11458 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11459
11460         * VERSION: Release 1.6.6.
11461         
11462 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11463
11464         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11465         as workaround for /bin/sh problems on Solaris7.
11466
11467 2002-10-19  Werner Lemberg  <wl@gnu.org>
11468
11469         * GNUmakefile.in (web-doc): Fix typos.
11470         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11471         `music-drawing-routines.ps' but emit \special{header=...} once.
11472         * scm/tex.scm (header-end): Updated.
11473
11474 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11475
11476         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11477         undefined tremolo. 
11478
11479 2002-10-15  Werner Lemberg  <wl@gnu.org>
11480
11481         * scripts/lilypond-book.py (g_make_html): New global variable.
11482         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11483         if `g_make_html' isn't set.
11484         [main]: Add format `texi-html'.
11485         (option_definitions): Updated.
11486         * Documentation/user/lilypond-book.itely: Updated.
11487
11488         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11489         * make/ly-rules.make (%.texi, %.nexi): Use it.
11490         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11491         format to lilypond-book.
11492         * GNUmakefile.in (web-doc): Ditto.
11493
11494 2002-10-14  Werner Lemberg  <wl@gnu.org>
11495
11496         Further improve TeX output.  The produced files are about 40%
11497         smaller.  `lilyponddefs.tex' is now read only once.
11498
11499         * tex/lilyponddefs.tex: Remove footer stuff.
11500         (\ifundefined): Renamed to...
11501         (\lilypondundefined): This.  Use LaTeX's definition to
11502         make it nestable and make it global.
11503         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11504         output.
11505         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11506         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11507         them global.
11508         (\placebox): Renamed to...
11509         (\lyitem): This.
11510         Make it global and call \outputscale by itself.
11511         (\lybox, \lyvrule): New macros to reduce input data.
11512         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11513         New auxiliary macros.
11514         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11515         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11516         to...
11517         (\lilypondspace): This and made it global.
11518         (\turnOnPostScript): Renamed to...
11519         (\lilypondpostscript): This and made it global.
11520         (\turnOnExperimentalFeatures): Renamed to...
11521         (\lilypondexperimentalfeatures): This and made it global.
11522         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11523         (\lilypondsetdimen): This and made it global.
11524         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11525         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11526         (all, $(outdir)/music-drawing-routines.ps): New rules.
11527         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11528         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11529         start-system, stop-system, stop-last-system, filledbox): Updated to
11530         use the changed macros from lilyponddefs.tex.
11531         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11532
11533 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11534
11535         * Documentation/windows/installing.texi: Update.
11536
11537 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11538
11539         * VERSION: 1.6.5 released
11540
11541         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11542
11543 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11544
11545         * scm/translator-property-description.scm (voltaOnThisStaff): add
11546         property.
11547
11548 2002-09-28  Werner Lemberg  <wl@gnu.org>
11549
11550         * scm/tex.scm (header-end): Suppress page numbering.
11551
11552         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11553         Fix quotation for HTML output.
11554
11555 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11556         
11557         * Documentation/user/refman.itely: grammar and phrasing
11558           fixes to "Note Entry" section.  Also adds a few new examples.
11559
11560 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11561
11562         * flower/include/string-data.icc: include string.h
11563
11564 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11565
11566         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11567
11568 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11569
11570         * Documentation/user/GNUmakefile (extra-local-help): Add.
11571
11572         * stepmake/stepmake/www-targets.make (local-help): Add.
11573
11574 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11575
11576         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11577         packages.
11578
11579         * Documentation/topdocs/README.texi (Top): building documentation
11580         (not website.)
11581
11582 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11583
11584         * Documentation/user/refman.itely: 
11585         * Documentation/user/tutorial.itely: 
11586         * Documentation/user/music-glossary.tely: Merge changes.
11587
11588         * Documentation/user/glossary.html.in: 
11589         * Documentation/index.texi: 
11590         * Documentation/header.html.in: Accomodate renaming of glossary.
11591         
11592         * Documentation/user/tutorial.itely: Add some glossary references.
11593         
11594         * Documentation/user/refman.itely: Minor fixes.
11595         
11596         * Documentation/user/lilypond.tely: Add glossary do direntry.
11597
11598         * Documentation/user/music-glossary.tely: Rename (previously:
11599         glossary.tely).  Fix anchor placement.
11600
11601         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11602
11603 2002-09-23  Werner Lemberg  <wl@gnu.org>
11604
11605         * scripts/lilypond-book.py (output_dict): Fix handling of
11606         various environments by avoid extraneous newlines.
11607         Rename `output-all' regexp for html to `output-html'.
11608         Replace `output-all' regexp for texi with `output-texi-quote'
11609         and `output-texi-noquote'.
11610         (compose_full_body): Don't override `linewidth' user option
11611         for `singleline'.
11612         (schedule_lilypond_block): Don't indent text specified with
11613         `intertext' option.
11614         Add new option `noquote'.
11615         (compile_all_files): Use latex instead of tex to compile ly
11616         files directly.
11617
11618         * Documentation/user/lilypond-book.itely: Updated and revised.
11619         Improve layout.
11620
11621         * Documentation/user/glossary.tely,
11622         Documentation/user/introduction.itely,
11623         Documentation/user/tutorial.itely,
11624         Documentation/user/refman.itely,
11625         Documentation/user/appendices.itely: Fix overfull LilyPond
11626         boxes caused by the new lilypond-book code.  Other minor
11627         fixes.
11628
11629         * Documentation/user/macros.itexi (@texiflat): Don't emit
11630         trailing space.
11631
11632         * scm/tex.scm (end-output, header-end): Add preamble and
11633         postamble to make lilypond output directly compilable with
11634         latex.
11635
11636         
11637 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11638
11639         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11640         instructions.
11641
11642 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11643
11644         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11645
11646 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11647
11648         * lily/beam.cc (connect_beams): don't crash if there are quarter
11649         notes in beams.
11650
11651 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11652
11653         * Documentation/user/refman.itely: corrected ancient clef
11654         docu; added docu on ligatures
11655
11656 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11657
11658         * Documentation/user/glossary.tely,
11659         Documentation/user/refman.itely, input/les-nereides.ly,
11660         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11661         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11662         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11663         Stem properties: flag-style -> stroke-style, style -> flag-style.
11664
11665
11666 2002-09-22  Werner Lemberg  <wl@gnu.org>
11667
11668         * scripts/lilypond-book.py: Add option `notime' to suppress
11669         printing of a time signature.  Specify default indentation of 0pt
11670         if single line fragment.  Don't emit redundant `\paper{ }'.
11671
11672         * Documentation/user/lilypond-book.itely: Updated.
11673
11674         * Documentation/user/glossary.tely: Completely reformatting.
11675
11676 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11677
11678         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11679
11680 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11681
11682         * Documentation/user/tutorial.itely: Fix links.
11683         
11684         * Documentation/topdocs/index.tely:
11685         * Documentation/index.texi:
11686         * Documentation/header.html.in: Small website fixes and updates.
11687
11688         * debian/: Debian patch by Anthony Fok.
11689
11690 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11691
11692         * Documentation/footer.html.in: How time flies: It's already 2002!
11693
11694         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11695         more descriptive link names than 'here'.
11696
11697 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11698
11699         * VERSION: 1.7.2 released
11700         * VERSION: 1.6.4 released
11701         
11702         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11703
11704         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11705         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11706
11707         * mf/feta-din.mf (test): add x-height and space.
11708
11709         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11710         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11711
11712         * ly/grace-init.ly: add-to-grace-init: function to portably add
11713         settings to \grace. 
11714
11715         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11716         if we get an absolute dynamic event.
11717  
11718         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11719
11720         * lily/source-file.cc (get_line): oops. All line numbers were off
11721         by 2. Fix that. 
11722
11723         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11724         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11725
11726         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11727
11728         * lily/parser.yy (number_factor): remove (number) as number
11729         expression. ("Let them eat Lisp").
11730
11731 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11732
11733         * lily/horizontal-bracket.cc: new file.
11734
11735         * lily/horizontal-bracket-engraver.cc: new file.
11736
11737         * input/regression/note-group-bracket.ly: new file. Support
11738         horizontal note brackets for music analysis.
11739
11740         * lily/stem.cc (flag): new flag-style: no-flag.
11741
11742         * input/test/stem-cross-staff.ly: new file
11743         
11744         * Documentation/user/internals.itely: Improved formatting, fixing
11745         typos.  Added a section `Output details' to describe how the TeX
11746         code looks like.
11747
11748         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11749
11750         * lily/parser.yy: remove \dynamicscript.
11751
11752         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11753         definitions. 
11754
11755         * python/midi.c (midi_error): take two arguments.
11756
11757         * Merge 1.6.5 changes:
11758         
11759 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11760
11761         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11762         staff-space.  Previous 1.5 was probably meant as half-spaces.
11763         (cautionary-style): parentheses (was: smaller).  This is what doco
11764         says, and it seems more logical.
11765
11766         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11767         for 2nd sentence.
11768
11769 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11770
11771         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11772
11773 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11774
11775         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11776
11777 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11778
11779         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11780
11781 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11782
11783         * scm/translator-property-description.scm (voltaOnThisStaff): add
11784         property.
11785
11786 2002-09-28  Werner Lemberg  <wl@gnu.org>
11787
11788         * scm/tex.scm (header-end): Suppress page numbering.
11789
11790         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11791         Fix quotation for HTML output.
11792
11793 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11794         
11795         * Documentation/user/refman.itely: grammar and phrasing
11796           fixes to "Note Entry" section.  Also adds a few new examples.
11797
11798 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11799
11800         * flower/include/string-data.icc: include string.h
11801
11802 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11803
11804         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11805
11806 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11807
11808         * Documentation/user/GNUmakefile (extra-local-help): Add.
11809
11810         * stepmake/stepmake/www-targets.make (local-help): Add.
11811
11812 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11813
11814         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11815         packages.
11816
11817         * Documentation/topdocs/README.texi (Top): building documentation
11818         (not website.)
11819
11820 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11821
11822         * Documentation/user/refman.itely: 
11823         * Documentation/user/tutorial.itely: 
11824         * Documentation/user/music-glossary.tely: Merge changes.
11825
11826         * Documentation/user/glossary.html.in: 
11827         * Documentation/index.texi: 
11828         * Documentation/header.html.in: Accomodate renaming of glossary.
11829         
11830         * Documentation/user/tutorial.itely: Add some glossary references.
11831         
11832         * Documentation/user/refman.itely: Minor fixes.
11833         
11834         * Documentation/user/lilypond.tely: Add glossary do direntry.
11835
11836         * Documentation/user/music-glossary.tely: Rename (previously:
11837         glossary.tely).  Fix anchor placement.
11838
11839         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11840
11841 2002-09-23  Werner Lemberg  <wl@gnu.org>
11842
11843         * scripts/lilypond-book.py (output_dict): Fix handling of
11844         various environments by avoid extraneous newlines.
11845         Rename `output-all' regexp for html to `output-html'.
11846         Replace `output-all' regexp for texi with `output-texi-quote'
11847         and `output-texi-noquote'.
11848         (compose_full_body): Don't override `linewidth' user option
11849         for `singleline'.
11850         (schedule_lilypond_block): Don't indent text specified with
11851         `intertext' option.
11852         Add new option `noquote'.
11853         (compile_all_files): Use latex instead of tex to compile ly
11854         files directly.
11855
11856         * Documentation/user/lilypond-book.itely: Updated and revised.
11857         Improve layout.
11858
11859         * Documentation/user/glossary.tely,
11860         Documentation/user/introduction.itely,
11861         Documentation/user/tutorial.itely,
11862         Documentation/user/refman.itely,
11863         Documentation/user/appendices.itely: Fix overfull LilyPond
11864         boxes caused by the new lilypond-book code.  Other minor
11865         fixes.
11866
11867         * Documentation/user/macros.itexi (@texiflat): Don't emit
11868         trailing space.
11869
11870         * scm/tex.scm (end-output, header-end): Add preamble and
11871         postamble to make lilypond output directly compilable with
11872         latex.
11873
11874         
11875 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11876
11877         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11878         instructions.
11879
11880 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11881
11882         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11883
11884 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11885
11886         * lily/beam.cc (connect_beams): don't crash if there are quarter
11887         notes in beams.
11888
11889 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11890
11891         * Documentation/user/refman.itely: corrected ancient clef
11892         docu; added docu on ligatures
11893
11894 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11895
11896         * Documentation/user/glossary.tely,
11897         Documentation/user/refman.itely, input/les-nereides.ly,
11898         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11899         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11900         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11901         Stem properties: flag-style -> stroke-style, style -> flag-style.
11902
11903 2002-09-22  Werner Lemberg  <wl@gnu.org>
11904
11905         * scripts/lilypond-book.py: Add option `notime' to suppress
11906         printing of a time signature.  Specify default indentation of 0pt
11907         if single line fragment.  Don't emit redundant `\paper{ }'.
11908
11909         * Documentation/user/lilypond-book.itely: Updated.
11910
11911         * Documentation/user/glossary.tely: Completely reformatting.
11912
11913 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11914
11915         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11916
11917 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11918
11919         * Documentation/user/tutorial.itely: Fix links.
11920         
11921         * Documentation/topdocs/index.tely:
11922         * Documentation/index.texi:
11923         * Documentation/header.html.in: Small website fixes and updates.
11924
11925         * debian/: Debian patch by Anthony Fok.
11926
11927 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11928
11929         * Documentation/footer.html.in: How time flies: It's already 2002!
11930
11931         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11932         more descriptive link names than 'here'.
11933
11934 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11935
11936         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11937
11938 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11939
11940         * lily/part-combine-music-iterator.cc (get_state): cleanup
11941         (get_music_info): cleanup.
11942
11943 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11944
11945         * scm/backend-documentation-lib.scm (interface-doc-string):
11946         crosslinks between interfaces and grobs. Headings for interfaces
11947         in grob explanation.
11948
11949 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11950
11951         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11952         dtd).  Add preliminary dtd.
11953         (re-sub-alist): Robustify.
11954
11955 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11956
11957         * lily/include/event-chord-iterator.hh,
11958         lily/context-specced-music-iterator.cc,
11959         lily/event.cc, lily/event-chord-iterator.cc: add
11960
11961 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11962
11963         * lily/: some (c) header fixes.
11964         
11965         * lily/request-chord.cc: Remove.
11966         
11967         * lily/include/event-chord-iterator.hh:
11968         * lily/include/event.hh:
11969         * lily/event-chord.cc: New file.
11970         
11971         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11972         requested.
11973
11974 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11975
11976         * lily/ : rename Request to Event
11977
11978         * lily/parser.yy (command_element): move clef stuff into Scheme.
11979
11980         * lily/:  rename length_mom () to get_length()
11981
11982         * lily/part-combine-music.cc: removed file and class.
11983
11984         * lily/context-specced-music-iterator.cc (class
11985         Context_specced_music_iterator): new file. Obsoletes the
11986         Context_specced_music type.
11987
11988         * scm/music-types.scm (make-repeated-music): put different kinds
11989         of repeated music into music-type table.
11990
11991         * VERSION: 1.7.1 released.
11992
11993         * scm/to-xml.scm: new file.
11994
11995         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11996         new Input representation: dump music as XML.
11997
11998         * scm/engraver-documentation-lib.scm
11999         (engraver-accepts-music-types?): add links from music to engraver,
12000         from music-type to engraver.
12001
12002         * lily/include/command-request.hh: removed
12003         lily/include/musical-request.hh: removed. Removed all _req classes
12004         except Key_change_req. Changes throughout.
12005
12006 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12007
12008         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12009
12010 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12011
12012         * lily/*.cc: specify accepts for many engravers.
12013
12014         * scm/music-documentation-lib.scm: dump music expressions and
12015         music subtypes.
12016
12017         * scm/documentation-lib.scm: complete revision.
12018         Use GOOPS objects to store document tree explicitly. Cleaned up and
12019         sped up doco generation a lot.
12020
12021 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12022
12023         * input/trip.ly (fugaIILeft): add arpeggio
12024
12025         * lily/translator-group.cc (try_music_on_nongroup_children):
12026         oops. The name symbol is in the cdr of the assoc handle.
12027
12028         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12029         Hyphen_req, Glissando_req, Break_req, Mark_req 
12030
12031 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12032
12033         * lily/musical-request.cc (music-duration-length,
12034         music-duration-compress): new functions.
12035
12036         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12037         throughout. Warning doesn't work yet.
12038
12039         * lily/translator-group.cc (try_music_on_nongroup_children):
12040         new implementation: store candidate acceptors in a hashTable.
12041
12042 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12043
12044         * scm/music-types.scm (music-descriptions): change name to
12045         internal-class-name
12046
12047         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12048
12049 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12050
12051         * lily/beam.cc (connect_beams): don't crash if there are quarter
12052         notes in beams.
12053
12054 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12055
12056         * Documentation/user/refman.itely: corrected ancient clef
12057         docu; added docu on ligatures
12058
12059 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12060
12061         * Documentation/user/glossary.tely,
12062         Documentation/user/refman.itely, input/les-nereides.ly,
12063         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12064         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12065         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12066         Stem properties: flag-style -> stroke-style, style -> flag-style.
12067
12068 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12069
12070         * scm/music-functions.scm (music-separator?): don't use name music
12071         property.
12072
12073 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12074
12075         * stepmake/stepmake/generic-targets.make (help): Document check
12076         target.
12077
12078         * lily/new-accidental-engraver.cc: Compile fix.
12079
12080 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12081
12082         * scripts/convert-ly.py: Add rule.
12083
12084         * input/test/music-creation.ly:
12085         * input/test/add-staccato.ly:
12086         * input/test/add-text-script.ly: ly-make-music.
12087
12088         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12089         More ly-make-music renamings.
12090
12091         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12092
12093         * lily/music-constructor.cc (make_music): Add debugging info.
12094
12095         * scm/music-functions.scm (make-simultaneous-music,
12096         (make-sequential-music, context-spec-music):
12097         * scm/music-types.scm (music-descriptions): Get lily to run.
12098
12099 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12100
12101         * lily/command-request.cc (transpose_key_alist): new function.
12102
12103         * lily/key-performer.cc (create_audio_elements): cleanup. 
12104
12105 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12106
12107         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12108
12109         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12110         events-accepted field.
12111
12112         * scm/music-types.scm: new file.
12113
12114         * lily/parser.yy: put music type initialization into scheme,
12115         similar to grob initialization.  Changes throughout.
12116
12117 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12118
12119         * Documentation/user/tutorial.itely: Fix links.
12120         
12121         * Documentation/index.texi: 
12122         * Documentation/header.html.in: 
12123         * Documentation/topdocs/index.tely: Small website fixes and updates.
12124
12125         * debian/: Debian patch by Anthony Fok.
12126
12127 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12128
12129         * Documentation/footer.html.in: How time flies: It's already 2002!
12130
12131         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12132         more descriptive link names than 'here'.
12133
12134         * ROADMAP: Remove test stuff.
12135
12136         * scripts/update-lily.py: Allow auto-building of stable and
12137         development versions.  Bugfixes.
12138
12139 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12140
12141         * VERSION: released 1.7.0
12142
12143         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12144
12145         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12146         positive line widths.
12147
12148 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12149
12150         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12151         go.  Fix comments.
12152
12153         * cygwin: Cygwin updates.
12154
12155 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12156
12157         * Documentation/windows/installing.texi (Top): version for python,
12158         urls for ghostscript (thanks to John Potelle)
12159         
12160         * lily/simultaneous-music-iterator.cc
12161         (Simultaneous_music_iterator): init children_list_ before
12162         triggering GC.
12163
12164         * lily/*-iterator.cc: be even more careful with smobbed copy
12165         constructors. 
12166
12167         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12168         LeftEdge item.
12169
12170 2002-09-15  Werner Lemberg  <wl@gnu.org>
12171
12172         Improving LilyPond's output to make them ordinary TeX boxes with
12173         predictable dimensions.  System boxes are now vertically centered on
12174         the baseline; this offset can be further controlled with
12175         \lilypondscoreshift.
12176
12177         * lily/system.cc (System::post_processing): Pass length of current
12178         system to `start-system' (including any horizontal indentation).
12179
12180         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12181         prettier.
12182         (lily-def): Append `%'.
12183         (start-system): Add parameter `wd'.  Output more TeX code to specify
12184         box dimensions.
12185         (stop-system, stop-last-system): Complement changes in
12186         `start-system'.
12187         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12188         Updated.
12189
12190         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12191         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12192         Write final `\endinput'.
12193
12194         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12195         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12196         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12197         files and macro definitions don't produce spurious spaces and
12198         paragraphs (using \endlinechar).
12199         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12200
12201         * Documentation/user/internals.itely: Improved formatting, fixing
12202         typos.  Added a section `Output details' to describe how the TeX
12203         code looks like.
12204
12205 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12206
12207         * lily/accidental-engraver.cc: Also work with partial measures.
12208
12209 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12210
12211         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12212         spanner.
12213
12214 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12215
12216         * lily/identifier-smob.cc (unpack_identifier): new file.
12217
12218         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12219         pass off scheme expressions as music identifiers.
12220
12221         * scm/lily.scm: reorganisation, cleanups.
12222
12223         * lily/main.cc: small cleanups.
12224
12225 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12226
12227         * lily/ly-module.{cc,hh}: new file.
12228
12229 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12230
12231         * lily/accidental-engraver.cc: Also work with partial measures.
12232
12233 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12234
12235         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12236
12237 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12238
12239         * lily/my-lily-lexer.cc: use SCM module in stead of
12240         Scheme_hash_table. Changes throughout.  
12241
12242 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12243
12244         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12245