]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Remove script again; re-add modules fix
[lilypond.git] / ChangeLog
1 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scm/output-gnome.scm: Remove script again; re-add modules fix
4         (CVS conflict resolve?)
5
6         * lily/stencil.cc (ly:interpret-stencil): Was:
7         interpret_stencil_expression.
8
9 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10
11         * buildscripts/guile-gnome.sh: New file.
12
13         * scm/output-gnome.scm: White background, better window size, sane
14         canvas size.  Cleanups.
15
16 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
17
18         * Documentation/user/invoking.itexi (Invoking the lilypond
19         binary): document --safe.
20
21         * scm/output-gnome.scm: set PATH in script.
22
23         * scm/page-layout.scm (default-page-make-stencil): don't stretch
24         if there is too few systems on a page.
25
26         * lily/parser.yy (relative_music): start at middle C without pitch
27         argument.
28
29         * Documentation/user/changing-defaults.itely (Page layout): new node.
30         (Paper size): rename node
31         (Page breaking): new node.
32         (Titling): move from invoking.
33         (File structure): new node.
34
35         * lily/parser.yy (score_body): allow \header and music anywhere in
36         \score body.
37
38 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
39
40         * scm/lily.scm (ly:load): Remove page-breaking.scm.
41
42 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
43
44         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
45
46         * lily/include/paper-line.hh: rename to Paper_system.
47
48         * lily/include/paper-book.hh: doc class.
49
50         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
51
52         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
53         (plain-header): add instrument-name.
54         (default-page-make-stencil): bugfixes.
55
56         * lily/parser.yy (book_body): allow \header anywhere in \book{}
57
58         * lily/paper-book.cc: remove copyright & tagline. Remove
59         interactions with Page
60
61         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
62         here, 
63         (default-page-make-stencil): new function
64         (default-page-music-height): new function
65         (page-headfoot): new function
66         (ly:optimal-page-breaks): generate stencils directly from here
67
68         * scm/titling.scm: new file, group titling functions
69
70 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
71
72         * scm/output-gnome.scm: Handle multiple pages.
73
74         * scm/framework-gnome.scm: Do not load output-gnome.
75         (framework-gnome): Invoke output-gnome::header and
76         output-gnome::end-output as faked stencils.  Fixes experimental
77         gnome output.
78
79 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
80
81         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
82         octavation compatibility fixes. Backportme. 
83
84         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
85         pages.
86         (ly:optimal-page-breaks): combine-penalties: no shortcut for
87         negative. Now we handle negative penalties (ie. \pageBreak)
88         correctly.
89
90         * lily/system.cc (get_line): extract page-penalty from the left
91         bound.
92
93         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
94
95 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
96
97         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
98
99 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
100
101         * scm/output-gnome.scm: Update script.  Move development to
102         lilypond_2_3_2 branch for now.
103
104 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
105
106         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
107         negative penalties.
108         cleanups.
109
110         * Documentation/user/changing-defaults.itely (Creating contexts):
111         index entries
112
113         * scm/page-breaking.scm (ly:optimal-page-breaks): new
114         file. Rewrite function. 
115
116         * lily/paper-book.cc (pages): new interface: page-breaking returns
117         list of line-list.
118
119         * lily/page.cc (Page): take lines argument.
120
121         * scm/document-translation.scm (all-engravers-doc): link to user man
122
123         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
124
125         * Documentation/user/notation.itely (Relative octaves): typo.
126
127         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
128
129 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
130
131         * scm/output-gnome.scm: Update build script.
132
133 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
134
135         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
136         gnome backend.
137
138         * scm/framework-gnome.scm: New file.
139
140         * scm/lily.scm: Use it.
141
142         * lily/paper-outputter.cc: Janitorial cleanups.
143         (ly:outputter-dump-string): Remove unreachable statement.
144
145         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
146         (ice-9): Bugfix: Add srfi-1.
147
148         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
149
150 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
151
152         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
153         in do_quit()
154         
155 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
156
157         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
158
159 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
160
161         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
162         override of Beam::position-callbacks. Why would grace beams not be
163         quantized? Fixes: weird-stem-size-grace. 
164
165         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
166         warning only once. Backportme.
167
168         * lily/accidental-engraver.cc (number_accidentals_from_sig):
169         bugfix, 2nd try. Backportme.
170
171         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
172
173 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
174
175         * Documentation/user/notation.itely (Instrument transpositions):
176         Correct the name of the instrumentTransposition property.
177
178 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
179
180         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
181
182 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
183
184         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
185         and postLilyPondExample are called when defined.
186
187 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
188
189         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
190         This fixes setting notenames with `\include "nederlands.ly" '
191
192         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
193         new function.
194
195 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
196
197         * scm/page-layout.scm: don't do piece, it should be in score-title
198         only.
199
200         * lily/lexer.ll: lex \score separately.
201
202         * lily/paper-book.cc: junk stencil2line.
203
204         * lily/paper-line.cc (Paper_line): construct from Stencil
205         directly. No futzing with the dimensions.
206
207         * lily/include/paper-line.hh (class Paper_line): 
208
209         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
210         takes arbitrary number of arguments.
211
212         * input/test/markup-score.ly (tuning): simplify example. 
213
214 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
215
216         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
217
218         * scm/define-markup-commands.scm (score): define score-markup
219
220         * lily/parser.yy (markup): use score-markup.
221
222         * lily/score.cc: add ly:score? 
223
224 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
225
226         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
227         fret-parse-string so it prepares for calls to fret-diagram-verbose
228         Changed display constants to props so they are available for
229         \override.
230         
231 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
232
233         * VERSION: release 2.3.3
234
235         * stepmake/stepmake/generic-vars.make: unset LANG.
236
237         * input/regression/tuplet-nest.ly: bugfix.
238
239         * lily/tie-performer.cc (stop_translation_timestep): reset
240         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
241
242         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
243         clear repeat_ directly after setting stem_tremolo_. Fixes:
244         tremolo-repeat.ly
245
246         * input/regression/span-bar-break.ly: new file.
247
248         * scm/define-grobs.scm (all-grob-descriptions): remove
249         break-visibility from SpanBar. Fixes: piano-repeat.ly
250
251 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
252
253         * python/lilylib.py (make_ps_images): only compute bbox when needed.
254
255         * scripts/lilypond-book.py (process_snippets): use lily -f ps
256         files for generating pngs. (failed experiment)
257
258         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
259         file with PFA fonts included.
260
261         * lily/score.cc (default_rendering): put header in too.
262
263         * lily/paper-line.cc (LY_DEFINE): change function to
264         ly:paper-line-extent
265
266         * scm/page-layout.scm (default-book-title): only add lines for
267         non-nil fields.
268         (default-score-title): idem.
269
270         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
271
272         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
273
274         * lily/include/paper-book.hh (class Paper_book): remove height_
275         member.
276
277         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
278
279         * lily/ly-module.cc (LY_DEFINE): bugfix.
280
281         * lily/paper-book.cc (book_title): separate function for the book
282         title.
283
284         * scm/page-layout.scm (default-book-title): only account for
285         markup fields.
286
287         * scm/framework-ps.scm: new file. Move high level interface from
288         output-ps.scm
289
290         * scm/music-functions.scm (def-grace-function): move macros from
291         ly/music-functions-init.ly
292
293         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
294         framework-tex.scm
295
296         * scm/framework-tex.scm (dump-line): new file. High level
297         interface for output (pages, systems, header). 
298
299         * lily/include/page.hh (class Page): add is_last_ field.
300
301         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
302
303         * lily/paper-book.cc (split_string): new function
304         (output): output multiple formats, i.e. --format=ps,tex
305
306         * scm/output-ps.scm (output-scopes): dump variables directly.
307         (define-fonts): rewrite for new interface
308
309         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
310
311         * lily/paper-outputter.cc (Paper_outputter): take format argument.
312
313         * lily/main.cc (parse_argv): don't set extension for output.
314
315         * lily/clef-engraver.cc (create_clef): remove
316         Staff_symbol_referencer::set_position() call. 
317
318 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
319
320         * ly/music-functions-init.ly (addlyrics): set the 'origin property
321         with the location argument in music function definitions.
322
323 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
324
325         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
326         staffsymbol dependency.
327
328         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
329         cleanups.
330
331         * lily/book.cc (process): return Paper_book
332         (to_stencil): use Book::process().
333
334         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
335         header_ field. Store in $globalheader
336
337         * lily/parser.yy (book_body): book header is initted to
338         $globalheader.
339         
340
341 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
342
343         * input/test/fill-a4.ly: removed.
344
345         * lily/parser.yy (output_def): push scope of parent_ Output_def
346         too.
347
348 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
349
350         * scm/output-gnome.scm: Update info.
351
352 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
353
354         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
355
356         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
357         than 1 module.
358
359         * lily/include/ly-module.hh (ly_use_module): rename is_module to
360         ly_c_module_p.
361
362         * scm/page-layout.scm (default-book-title): move Scheme titling
363         functions to here.
364
365         * lily/parser.yy (book_paper_block): remove scope too.
366
367         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
368
369         * lily/rest.cc: add direction to rest properties.
370
371         * lily/include/output-def.hh: new file, move from
372         music-output-def.hh
373
374 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
375
376         * scm/output-gnome.scm: Describe feta-cork hack.
377
378 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
379
380         * lily/include/book-paper-def.hh: derive from Output_def 
381
382         * lily/include/paper-def.hh: move all functionality out of class.
383         Junk header.
384
385         * lily/include/music-output-def.hh: rename Music_output_def to
386         Output_def.
387
388         * input/wilhelmus.ly: only set space for Paper formatting. 
389
390         * lily/include/midi-def.hh: remove file, remove class.
391         Move functions to Music-output-def.
392
393         * lily/music-output-def.cc (Music_output_def): remove separate
394         translator table. Lookup translators in scope directly. This
395         obviates Context suffix for context identifiers, i.e.
396
397         \context {
398           \Staff
399           .. 
400           }
401
402
403         will work.
404         
405
406         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
407
408         * Documentation/user/changing-defaults.itely (Horizontal spacing):
409         document spacing override hack.
410
411 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
412
413         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
414         installation info.  Support point-and-click.  Add +/- zoom
415         keybindings.
416
417 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
418
419         * VERSION: 2.3.2 released
420         
421         * lily/parser.yy (book_body): set default bookpaper.
422
423         * scm/output-tex.scm (header): kludge: hard code linewidth. 
424
425         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
426
427 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
428
429         * lily/score.cc (default_rendering): scale outputdef before
430         starting.
431
432 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
433
434         * scm/fret-diagrams.scm: Add header.
435
436         * scm/output-gnome.scm: Hello world :-)
437
438 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
439
440         * scripts/lilypond.py (run_dvips): only add papersize if present.
441
442         * lily/accidental-engraver.cc (update_local_key_signature): new
443         function, fold code from initialize() and process_music().
444         (update_local_key_signature): use deep copy. This fixes one
445         problem from custom-key-signatures.ly.
446         (number_accidentals_from_sig): tighter check for
447         accidental-too-old.
448
449         * ly/engraver-init.ly: remove localKeySignature
450         definition from ChoirStaff, StaffGroup, Score.
451         
452         * lily/percent-repeat-engraver.cc (try_music): add moments for
453         barlines too. Fixes: skipbars-percent-repeat.ly.
454
455 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
456
457         * lily/context-def.cc (filter_performers): don't go to cdrloc if
458         skipping last pair. Fixes: crash-bar-number.
459
460         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
461         D. Sorensen)
462
463         * input/test/fret-diagram.ly: new file.
464
465         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
466         (scale-paper): divide by scale.
467
468 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
469
470         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
471         case.
472
473 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
474
475         * scm/stencil.scm (fontify-text): reinstate function
476
477         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
478
479         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
480
481         * lily/parser.yy (book_paper_head): \bookpaper {} 
482
483         * python/midi.c: remove config.h
484
485 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
486
487         * scm/output-gnome.scm: Update.
488
489 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
490
491         * scm/output-gnome.scm: New file.
492
493         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
494
495 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
496
497         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
498         (find_scaled_font): move from Paper_def
499
500 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
501
502         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
503         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
504
505         * po/fr.po: update po.
506
507         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
508
509         * lily/book-paper-def.cc (print_smob): new file.
510
511 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
512
513         * buildscripts/lilypond-words.py: search words also from
514         music-functions-init.ly.
515
516 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
517
518         * ly/music-functions-init.ly (def-music-function): new helper
519         macro for defining music functions. \addlyrics \appoggiatura
520         \acciaccatura \grace \partcombine \autochange \applycontext
521         \applyoutput and \breathe are now defined here thanks to it.
522
523         * lily/parser.yy: 
524         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
525         \grace \partcombine \autochange \applycontext \applyoutput and
526         \breathe keywords removed from the parser.
527
528         * lily/parser.yy: 
529         * lily/music-function.cc (ly_make_music_function): 
530         * lily/lexer.ll (music_function_type): added a case for 0-arg
531         music functions.
532
533 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
534
535         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
536         refering to a music expression can be used in lily-inside-scheme:
537         #{ $music #}
538
539         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
540         and ly:parser-define, and change ly:parser-parse-string in order
541         to make #{ $music #} work.
542
543         * scm/new-markup.scm (compile-markup-expression): when an argument
544         is a string, use `make-simple-markup'.
545
546 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
547
548         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
549
550 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
551
552         * scripts/convert-ly.py (FatalConversionError.func): handle + in
553         font-size. (backportme)
554
555 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
556
557         * lily/paper-outputter.cc (output_stencil): dump font definitions
558         before each stencil.
559
560         * lily/include/paper-book.hh (struct Score_lines): new
561         struct. Collect info per Paper-score.
562
563         * lily/include/page.hh (class Page): to_stencil() returns Stencil
564         everywhere.
565
566         * lily/stencil.cc (find_expression_fonts): new function
567
568         * lily/paper-outputter.cc (output_stencil): use
569         interpret_stencil_expr
570
571         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
572         (interpret_stencil_expr): new function. Generic stencil
573         interpretation.
574
575         * lily/paper-def.cc (find_scaled_font): divide lookup
576         magnification by outpuscale for non-virtual fontmetrics. This
577         fixes ludicrously long font definitions for text
578         fonts. (backportme)
579
580         * lily/score-engraver.cc: remove
581         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
582
583 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
584
585         * input/test/markup-score.ly: Remove \notes.
586
587         * lily/parser.yy (book_body): Grok Composite_music and \header.
588         (markup): Push NOTES mode before score_block.
589
590         * VERSION: release 2.3.1
591         
592         * mf/feta-klef.mf: 
593         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
594
595         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
596
597         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
598
599 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
600
601         * scm/output-tex.scm (output-tex-string): tighten safe security.
602
603         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
604
605         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
606         allowed ly functions.
607
608         * lily/ly-module.cc (ly_module_define): only define variable if
609         bound.
610         (ly_make_anonymous_module): take safe option.
611
612 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
613
614         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
615
616 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
617
618         * input/regression/newaddlyrics.ly: Fix.
619
620         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
621         \score \notes.
622
623 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
624
625         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
626
627 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
628
629         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
630
631         * lily/paper-line.cc (Paper_line): don't store list of stencils,
632         but convert to single Stencil immediately.
633
634         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
635
636 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
637
638         * scm/output-sodipodi.scm: Resurrect sodipodi output.
639
640 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
641
642         * elisp/lilypond-mode.el: Changed the way defaults are created for
643         LilyPond-command-master.  LilyPond-mode will now check the
644         timestamps of the files to see which command has to run next.
645
646 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
647
648         * scm/bass-figure.scm (format-bass-figure): don't set
649         number-markup for strings. This fixes string in bass
650         figure. (backportme)
651
652         * lily/parser.yy (bass_number): insert number-markup into figure
653         definition.
654
655         * scm/define-music-properties.scm (all-music-properties): make
656         'figure a markup.
657
658         * scripts/convert-ly.py (conv): \apply -> \applymusic
659
660 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
661
662         * elisp/lilypond-mode.el: changed the order of some commands
663         ("Midi" after "2Midi"), use the user-defined
664         LilyPond-command-default as default instead of "LilyPond"
665
666         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
667         to set the master file for the next command.
668
669         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
670         with font-lock-reference-face.
671
672 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
673
674         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
675
676         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
677
678 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
679
680         * ly/music-functions-init.ly (TODO): new file.
681
682         * lily/parser.yy (Generic_prefix_music_scm): add more
683         music_function symbols.
684         (Prefix_composite_music): change \apply to music-function   
685
686         * lily/include/music-function.hh: rename to music-function
687
688 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
689
690         * lily/music-head.cc (LY_DEFINE): change order of args.
691
692         * input/regression/music-head.ly (texidoc): new file.
693
694         * lily/parser.yy (Generic_prefix_music): allow generic
695         music-transformation functions. 
696
697         * lily/include/music-head.hh (is_music_head): new file.
698
699         * lily/music-head.cc (get_music_head_transform): new file.
700
701 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
702
703         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
704         empty extent. This fixes ottava brackets on rests. (backportme)
705
706         * make/lilypond.redhat.spec.in (Group): ln png files for info.
707
708         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
709
710         * cygwin/lily-wins.py: update for the lily-wins.py script.
711
712 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
713
714         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
715         code. This will obviate typeset_grob () in the future.  The effect
716         of this is that improperly written spanner handling will result in
717         invalid spanner bounds.
718         (announce_grob): add to elems_ from here
719         (typeset_grob): comment out.  
720
721         * lily/include/engraver.hh (make_spanner): new calling interface
722         for make_{item,spanner}. This obviates most calls to
723         announce_grob().
724                 
725         * scm/music-functions.scm (set-accidental-style): use GrandStaff
726         iso. PianoStaff for piano styles.
727
728 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
729
730         * Documentation/user/music-glossary.tely: add segno after d.s.
731
732 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
733
734         * lily/include/audio-column.hh: remove unused variables.
735         (patch by Michael Welsh Duggan)
736
737         * flower/include/axes.hh (other_axis): inline Axes function
738         (thanks to David Brandon).
739
740 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
741
742         * cygwin/mknetrel: Install image links (backportme).
743
744         * Documentation/user/GNUmakefile (local-install-info): Activate
745         actual installing of image links (backportme).
746
747 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
748
749         * Documentation/user/notation.itely (Measure repeats): Removed
750         unnecessary (and confusing) \context Voice{.
751
752 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
753
754         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
755
756         * lily/page.cc (Page): Do not use ly_scheme_function for
757         volatile/configurable variables (FIXME: better name).
758
759         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
760         get_scmvar).
761
762 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
763
764         * scripts/convert-ly.py (FatalConversionError.subst): use
765         \transposition.
766
767 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
768
769         * lily/include/page.hh (class Page): Declare left_margin ().
770
771         * lily/page.cc: Remove paper var caching.
772
773 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
774
775         * Documentation/user/music-glossary.tely: Add name to @top node.
776         Remove comment from @table definitions (workaround for makinfo
777         bug).
778
779         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
780         ly:stencil-get-expr).  Update callers.
781         (ly:stencil-align-to!):  Return stencil too.
782
783         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
784         stencil.  Remove looped line-based page output.
785         (output_line): Use line stencil.  Remove looped stencil-based line
786         output.
787
788         * lily/page.cc (ly:page-paper-lines): New function.
789
790         * input/test/markup-score.ly: New file.
791
792         * scm/define-markup-commands.scm (stencil): New markup.
793
794         * lily/book.cc (to_stencil): New method.
795
796         * lily/parser.yy (markup): Use it to grok \score.
797
798 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
799
800         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
801
802         * lily/paper-book.cc (pages): Change signature.  Update callers.
803
804         * lily/include/page.hh:
805         * lily/page.cc: New file.
806
807         * lily/paper-line.cc (to_stencil): New method.
808         
809         * lily/paper-outputter.cc (output_stencil): New method.
810
811         * lily/paper-outputter.cc (output_line): Use them.
812
813         * lily/warn.cc: Remove.
814
815         * lily/my-lily-parser.cc (distill_inname): Remove.
816
817         * flower/include/file-name.hh: 
818         * flower/file-name.cc: New file.  Update users.
819
820         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
821         (find): New method of same name.
822
823         * lily/my-lily-parser.cc (ly:parse-file): Use it.
824
825         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
826         constant error message.
827
828 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
829
830         * input/test/{blank-notes.ly,staff-container.ly}: typos.
831
832 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
833
834         * Documentation/user/music-glossary.tely: @table @strong' replaced
835         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
836         (backportme).
837
838 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
839
840         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
841
842         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
843         #{ lily music expression #} that returns an equivalent scheme
844         music expression by parsing the string.
845
846 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
847
848         * lily/my-lily-parser.cc:
849         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
850         SCM string (foo.ly/toto.scm support).
851
852 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
853
854         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
855
856 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
857
858         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
859
860         * scripts/lilypond-book.py: LY code that includes \header is
861         not assumed to be a fragment.
862
863 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
864
865         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
866         tremolo beams up.
867
868         * lily/stem.cc (chord_start_y): Return 0 if no heads.
869         (get_default_stem_end_position): No tremolo head juggling if no
870         heads.  Fixes tremolo crash on rests (backportme).
871
872         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
873
874 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
875
876         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
877         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
878
879         * lily/lexer.ll: Allow \encoding in NOTES mode.
880
881         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
882         for lyrics, not for commands.
883
884         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
885         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
886
887         * input/regression/newaddlyrics.ly: New file.
888
889         * Documentation/topdocs/NEWS.texi: Update.
890
891         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
892         (Music_list): Allow embedded scm.
893
894         * lily/score.cc (ly:score-bookify): New function.
895
896         * lily/music.cc (ly:music-scorify): Idem.
897
898         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
899         (ly:parser-print-score): Idem.
900
901         * scm/lily.scm (default-toplevel-book-handler): Idem.
902         (default-toplevel-music-handler): Idem.
903         (default-toplevel-score-handler): Idem.
904
905         * ly/declarations-init.ly: Set default toplevel handlers.
906
907         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
908
909         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
910         printer for score at toplevel.
911
912 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
913
914         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
915         Fix for simple case: input/simple-song.ly, more complex stuff
916         does not work yet.
917
918 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
919
920         * lily/parser.yy (Prefix_composite_music): split Composite_music
921         in Prefix_composite_music and Grouped_music_list.
922         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
923
924 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
925
926         * scm/lily.scm (toplevel-expression): New define.
927
928         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
929
930         * lily/parser.yy (toplevel_expression): Use it.
931
932         * lily/include/my-lily-parser.hh: Smobbify.
933
934         * lily/my-lily-parser.cc (parse_string): New method.
935         
936         * lily/my-lily-parser.cc (ly:parse-string): New function.
937
938         * Documentation/user/lilypond.tely: Add comment and workaround for
939         gs-8.01 crash.  Fixes make web.
940
941         Simplification of toplevel music.
942         
943         * lily/lexer.ll, lily/parser.yy:
944
945         * In LYRICS mode, return LYRICS_STRING.  This fixes one
946         shift/reduce problem.
947
948         * Use NOTES mode at start of maininput.
949
950         * Grok toplevel composite music expression, put in score and book.
951
952         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
953
954         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
955
956         * input/simple.ly: New file.
957         
958         * input/simple-song.ly: Idem.
959
960 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
961
962         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
963         Sandberg.
964
965 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
966
967         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
968
969 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
970
971         * input/regression/accidental-octave.ly: doc automatic showing
972         of note names.
973
974 2004-04-16  Heikki Junes <janneke@gnu.org>
975
976         * po/fi.po: do "make po && make -C po po-update" at top-level,
977         then "cp po/out/fi.po po/fi.po" and update fields.
978
979         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
980
981 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
982
983         * Documentation/user/introduction.itely (About this manual): Fix
984         templates and regression urls (backportme).
985
986 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
987
988         * ly/engraver-init.ly (Score:graceSettings): Increase
989         beamed-lengths, especially for 32nd notes.
990
991         * Documentation/user/notation.itely (Grace notes): Correct the
992         syntax for add-grace-property example.
993
994 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
995
996         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
997         `Generated' tag.
998
999         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1000         Severely broken (the Debian package, at least).
1001
1002 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1003
1004         * lily/context.cc (find_create_context): assign to lvalue.
1005
1006 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1007
1008         * lily/include/translator.hh (class Translator): rename
1009         get_parent_context() to context () to avoid confusion.
1010
1011         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1012
1013         * lily/lexer.ll: change is_string -> ly_c_string_p 
1014
1015         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1016
1017         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1018
1019         * VERSION: release 2.3.0
1020
1021         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1022
1023         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1024         if nonempty.
1025
1026         * lily/include/context.hh (class Context): make members protected.
1027         (children_contexts): new accessor function.
1028
1029         * lily/include/translator.hh (class Translator): make
1030         daddy_context_ protected.
1031         (class Translator): clean up. 
1032
1033         * lily/include/context.hh (class Context): make daddy_context_
1034         private.
1035
1036         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1037         higher for finding Voice. (backportme)  
1038
1039         * lily/include/context.hh (class Context): remove
1040         find_context_below() as a method.
1041
1042         * Documentation/user/notation.itely (The Lyrics context): add note
1043         about manual durations
1044
1045         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1046         encoding.
1047
1048         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1049
1050 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1051
1052         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1053         \usepackage{inputenc}
1054
1055         * lily/paper-book.cc (classic_output): don't advance Offset for
1056         TeX output.
1057
1058         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1059         ec-sauter.map in rules
1060
1061         * mf/ecb.mf (font_identifier): new file, based on ecbx
1062
1063         * mf/ecb10.mf (gensize): new file.
1064
1065         * Documentation/topdocs/NEWS.texi (Top): document some more new
1066         features.
1067
1068         * ly/declarations-init.ly: run convert-ly
1069
1070         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1071         from input-file-results. Remove input-file-results.* 
1072
1073 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1074
1075         * scm/output-ps.scm (font-command): Fix, again.
1076
1077         * input/test/title-markup.ly: Add \noPagebreak test.
1078
1079         * lily/score-engraver.cc (try_music): Bugfix.
1080
1081 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1082
1083         * lily/main.cc (main_with_guile): excise dependency options -M and
1084         --dep-prefix
1085
1086         * lily/input-file-results.cc: excise Makefile dependency code
1087
1088         * Documentation/user/invoking.itexi (Invoking the lilypond
1089         binary): remove dep doco
1090         
1091         * lily/main.cc (main_with_guile): call lilypond-main
1092         
1093         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1094
1095         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1096         exception.
1097
1098         * lily/my-lily-parser.cc: remove paper_description function
1099
1100         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1101         new function.
1102
1103         * lily/main.cc: remove global_score_count.
1104
1105         * lily/book.cc (process): don't take header from global_input_file.
1106
1107         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1108
1109         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1110
1111         * lily/music-output-def.cc (LY_DEFINE): new function
1112         ly_output_description. This function does the bulk for  setting,
1113         parsing and breaking down of an input file.
1114
1115         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1116         anonymous modules globally. Let's hope they get GCd
1117
1118         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1119
1120 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1121
1122         * scm/output-ps.scm (header): Papersize from paper.
1123
1124         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1125         for classic output.
1126
1127         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1128         lilypondclassic is defined.
1129         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1130
1131         * input/regression/between-systems.ly: Remove.
1132
1133         * python/lilylib.py (get_bbox): Fix regular expression
1134         for bounding box.
1135
1136         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1137
1138         * scm/output-tex.scm (stop-page): Use it.
1139
1140         * scm/output-ps.scm (define-fonts): Bugfix.
1141
1142         * lily/grob.cc: Add penalty to interface.
1143
1144         * lily/include/paper-line.hh (class Paper_line): New member
1145         var penalty_.
1146
1147         * lily/system.cc (get_line): Initialise Paper_line with
1148         page-penalty's from original grobs.
1149
1150         * scm/define-music-properties.scm (all-music-properties): Add
1151         page-penalty.
1152
1153         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1154
1155         * lily/score-engraver.cc (try_music): Handle page-penalty.
1156
1157         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1158
1159 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1160
1161         * ly/declarations-init.ly (melismaEnd): typo
1162
1163         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1164
1165         * scm/output-ps.scm (text): split string into spaces, use moveto
1166         for setting space. 
1167         
1168 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1169
1170         * po/nl.po: Update.
1171
1172         * scm/font.scm (add-cmr-fonts): Typo.
1173
1174 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1175
1176         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1177         font-encoding.
1178
1179         * scm/define-grobs.scm (all-grob-descriptions): idem.
1180
1181         * lily/time-signature.cc (numbered_time_signature): idem.
1182
1183         * scm/font.scm (add-cmr-fonts): use real encoding names for
1184         font-encoding.
1185
1186 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1187
1188         * lily/paper-book.cc (classic_output): 
1189         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1190         Fixes classic output.
1191         (lilypondstart):
1192         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1193         kludge.
1194
1195         * scripts/old-lilypond-book.py: Remove.
1196
1197         Page layout for SCOREs enclosed in a BOOK:
1198
1199         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1200         layout tweaking.
1201
1202         * input/les-nereides.ly (theScore): Add \book.
1203         
1204         * input/test/title-markup.ly: Add \book.
1205
1206         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1207         only if 'verbose.
1208
1209         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1210
1211         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1212
1213         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1214         * scm/output-tex.scm (start-system): Update for page layout by
1215         LilyPond.
1216
1217         * scm/output-ps.scm (start-system): Previously (new-start-system).
1218
1219         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1220         passed to define-fonts.
1221
1222         * lily/paper-column.cc: 
1223         * lily/system.cc (get_line):
1224         * ly/property-init.ly (newpage): 
1225         * scm/define-grob-properties.scm:
1226         * scm/output-ps.scm: 
1227         * scm/output-tex.scm: Remove between-system-string kludge.
1228
1229         * scm/output-ps.scm (define-fonts, font-command,
1230         font-load-encoding): Handle ENCODING = #f.
1231
1232         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1233
1234         * scm/define-markup-commands.scm (fill-line): Use
1235         make-simple-markup (WAS: unexisting make-word-markup).
1236
1237         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1238         ENCODING, MARKUP parameters for interpret_string.
1239
1240         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1241
1242         * lily/score.cc (book_rendering): New method.
1243         (default_rendering): Create Paper_book helper locally, dump
1244         output.
1245
1246         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1247
1248         * lily/parser.yy: Handle \book.
1249
1250         * lily/include/book.hh: 
1251         * lily/book.cc: New file.
1252
1253 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1254
1255         * lily/text-item.cc (interpret_string): new file, select font with
1256         encoding.
1257
1258         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1259
1260         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1261
1262         * lily/parser.yy (markup): take encoding from lexer.
1263
1264 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1265
1266         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1267
1268         * scm/output-ps.scm: Remove some cruft.
1269
1270 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1271
1272         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1273
1274         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1275
1276 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1277
1278         * scm/font.scm (add-century-schoolbook-fonts):
1279         (make-century-schoolbook-tree): New function.
1280
1281         * input/test/title-markup.ly: Use Century Schoolbook font.
1282
1283 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1284
1285         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1286         to Erik Sandberg) 
1287
1288         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1289
1290         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1291
1292         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1293
1294         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1295
1296 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1297
1298         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1299         solo-state (at end of solo), we can set the solo status
1300         too. (backportme.)
1301
1302         * input/regression/part-combine-solo-end.ly: new file.
1303
1304 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1305
1306         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1307         flavour abc files.  Really ignore unknown keys (backportme).
1308
1309 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1310
1311         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1312         magnification_ when looking up in orig_.
1313
1314         * scm/output-tex.scm (text): switch off char-mapping.
1315
1316         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1317         because AFM's encoding field cannot have spaces.
1318
1319 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1320
1321         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1322
1323 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1324
1325         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1326
1327         * mf/cmr.enc: new file, without hi-bit ascii info. 
1328
1329         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1330         width. This removes the 'hook' at the end of a long slur.
1331
1332         * buildscripts/mf-to-table.py (parse_logfile): don't append
1333         encoding to fontname.
1334
1335 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1336
1337         * scm/output-ps.scm (define-fonts): Load .enc only once.
1338
1339         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1340         too.
1341
1342 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1343
1344         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1345         encoding field.
1346
1347         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1348
1349         * ly/portuges.ly (pitchnames): new file.
1350
1351         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1352         Michael Welsh Duggan
1353
1354         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1355
1356         * ly/nederlands.ly: add comment about digits.
1357
1358         * lily/scaled-font-metric.cc (derived_mark): idem.
1359
1360         * scm/encoding.scm (make-encoding-mapping): change permutation to
1361         mapping.
1362
1363         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1364         (Modified_font_metric): make alist for coding_description_
1365         (LY_DEFINE): remove coding-name.
1366
1367         * scm/output-tex.scm (text): remove debugging code.
1368
1369         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1370
1371         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1372         from infile.
1373
1374         * mf/feta-generic.mf: move fet_beginfont into generic code.
1375         use fetaMusic (without space) as encoding
1376
1377         * mf/feta-autometric.mf: take encoding argument
1378
1379         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1380
1381         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1382         use.
1383
1384         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1385         name.
1386
1387 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1388
1389         * input/test/title-markup.ly: Set inputencoding.
1390
1391         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1392
1393         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1394
1395         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1396         function.
1397         (coding-alist): Also hold filename, command.
1398         (read-encoding-file): Return symbols.
1399
1400 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1401
1402         * scm/output-tex.scm: remove fontify; text and char take a font
1403         argument.
1404
1405         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1406
1407         * lily/scaled-font-metric.cc (text_dimension): init
1408         coding_{permutation,table}_ too 
1409         (LY_DEFINE): ly:font-encoding, new function return
1410
1411         * lily/paper-def.cc (find_scaled_font): take input coding from
1412         inputcoding paper var.
1413
1414         * lily/performance.cc (output): remap modulo 16.
1415
1416         * lily/text-item.cc (interpret_markup): whoops, variable
1417         shadowing fixed.
1418
1419 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1420
1421         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1422         symbols, not symbols to strings.
1423         
1424         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1425         symbols, not symbols to strings.
1426
1427 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1428
1429         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1430         (ly:kpathsea-gulp-file): New function.
1431
1432         * scm/encoding.scm (read-encoding-file): Use it.
1433
1434 2004-04-06  Werner Lemberg  <wl@gnu.org>
1435
1436         * scm/encoding.scm (coding-alist): Fix typo.
1437
1438 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1439
1440         * lily/scaled-font-metric.cc (text_dimension): move function from
1441         Font_metric
1442         (make_scaled_font_metric): init coding_scheme_ to TeX
1443         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1444
1445         * lily/include/scaled-font-metric.hh (struct
1446         Modified_font_metric): rename from Scaled_font_metric
1447
1448         * scm/encoding.scm (read-encoding-file): split up large function,
1449         leave caching to (delay)
1450
1451         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1452
1453 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1454
1455         * lily/my-lily-lexer.cc (set_encoding): New method.
1456
1457         * lily/lexer.ll: Grok \encoding.
1458
1459         * lily/font-metric.cc (get_encoded_index): New function.
1460
1461         * lily/include/font-metric.hh (coding_scheme): New method.
1462
1463         * scm/encoding.scm: New file.
1464
1465         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1466
1467 2004-04-05  Werner Lemberg  <wl@gnu.org>
1468
1469         * Documentation/user/tutorial.itely: Revised (finished).
1470
1471         * Documentation/user/macros.itexi (@separate): Removed.
1472
1473 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1474
1475         * scm/output-ps.scm (define-fonts): fix scaling.
1476
1477         * lily/scaled-font-metric.cc (design_size): add function.
1478
1479         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1480         partial cut&paste of ly:font-magnification.
1481
1482 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1483
1484         * scm/output-ps.scm (define-fonts):
1485         (fontify): Update.
1486
1487 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1488
1489         * po/fr.po: update. (backportme).
1490
1491         * po/nl.po: update. (backportme). 
1492
1493         * mf/feta-beugel.mf: document why design size is not fixed.
1494
1495         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1496
1497 2004-04-04  Werner Lemberg  <wl@gnu.org>
1498
1499         * Documentation/user/tutorial.itely: Revised (continued).
1500
1501 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1502
1503         * po/nl.po: Update (backportme).
1504
1505 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1506
1507         * po/de.po: update. (backportme).
1508
1509         * scm/output-tex.scm (font-command): use ly: functions to
1510         construct name.
1511         (define-fonts): don't use alist, just dump \font definitions.
1512         (font-load-command): calculate proper scaling by taking
1513         outputscale from paper argument.
1514
1515         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1516         expression.
1517
1518         * lily/paper-outputter.cc (output_header): pass paper arg to
1519         define-fonts
1520
1521         * lily/paper-def.cc (font_descriptions): dump list of
1522         Scaled_font_metrics
1523         (find_scaled_font): take Font_metric argument, store
1524         Scaled_font_metrics in hash-table containing (size ->
1525         Scaled_font_metrics) alist.
1526         (get_dimension): rename from get_realvar
1527
1528         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1529         ly:font-magnification, ly:font-name: new functions
1530
1531 2004-04-03  Werner Lemberg  <wl@gnu.org>
1532
1533         * Documentation/user/dedication.itely,
1534         Documentation/user/preface.itely,
1535         Documentation/user/introduction.itely,
1536         Documentation/user/tutorial.itely: Revised.
1537         Removing leading spaces which distorts output if info files are read
1538         with stand-alone info.
1539         Removing superfluous inter-word spaces which also distorts output
1540         for stand-alone info.
1541         Using ` and ' instead of `` and '' everywhere to improve
1542         legilibility with stand-alone info
1543         Using @samp for single-letter input items and data which contains
1544         spaces, @code for other things.
1545
1546         * lily/grob-interface.cc: Adding copyright.
1547         (check_interfaces_for_property): Improve format of warning message.
1548
1549 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1550
1551         * lily/include/font-metric.hh (struct Font_metric): add
1552         design_size () method.
1553
1554         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1555
1556         * lily/afm.cc (read_afm_file): read design size.
1557
1558         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1559
1560         * scm/music-functions.scm (unfold-repeats): handle dots too.
1561
1562 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1563
1564         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1565         (backportme)
1566
1567 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1568
1569         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1570         lyric indent.  Revert melismaBusyProperties using \unset.
1571
1572 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1573
1574         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1575
1576         * lily/parser.yy (command_element): allow redefinition of |
1577         meaning.
1578
1579         * lily/break-align-engraver.cc (acknowledge_grob): construct
1580         LeftEdge where the first cause for alignment is coming from.
1581         This makes \override Staff.LeftEdge work as expected.
1582
1583         
1584         * lily/slur-performer.cc (Slur_performer): add inits
1585
1586         * lily/beam-performer.cc (Beam_performer): add inits
1587
1588 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1589
1590         * VERSION (PACKAGE_NAME): release 2.2.0
1591
1592         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1593
1594 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1595
1596         * lily/cluster.cc (height): Fix warning.
1597
1598         * lily/parser.yy: Janitorial cleanups.
1599
1600         * Documentation/user/tutorial.itely (Tutorial): Typo.
1601
1602 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1603
1604         * lily/change-iterator.cc (process): search at multiple context
1605         levels. This fixes 
1606
1607         
1608         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1609         not voice-state index for tie state. This fixes a partcombine
1610         problem with ties.
1611
1612         * Documentation/user/tutorial.itely (Commenting input files): add
1613         note about convert-ly.
1614
1615         * input/test/cadenza-skip.ly:  new file.
1616
1617 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1618
1619         * po/nl.po: Spelling fixes.
1620
1621         * autogen.sh (srcdir): Regenerate.
1622
1623         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1624         autogen.sh.
1625
1626         * configure.in: Use C++ to check for C++ header.
1627
1628         * po/nl.po: Update.
1629
1630         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1631
1632         * lily/event.cc (to_relative_octave): Translatable sentence should
1633         be one string.
1634
1635         * python/lilylib.py (warranty): Year range is not translatable.
1636         It's 2004 already!
1637
1638         * flower/warn.cc (non_fatal_error, warning, programming_error):
1639         Remove whitespace from translated string.
1640
1641 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1642
1643         * VERSION: release 2.1.37.
1644
1645 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1646
1647         * configure.in: check for C language.
1648
1649         * lily/source-file.cc: include strstream without h.
1650
1651         * scm/documentation-generate.scm (string-append): use name without
1652         .texi.
1653
1654         * autogen.sh (srcdir): SUSE fix.
1655
1656         * Documentation/user/notation.itely (Ancient clefs): idem.
1657
1658         * Documentation/user/lilypond-book.itely (Integrating HTML and
1659         music): idem.
1660
1661         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1662
1663         * lily/change-iterator.cc (process): use find_existing_context().
1664
1665         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1666
1667         * input/regression/repeat-unfold-tremolo.ly: new file.
1668
1669         * scm/music-functions.scm (unfold-repeats): undo music compression
1670         too.
1671
1672         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1673         (LY_DEFINE): ly:music-compress new function.
1674
1675         * scm/part-combiner.scm (determine-split-list): split for voice
1676         crossings
1677
1678         * input/regression/part-combine-cross.ly: new file.
1679
1680         * scm/part-combiner.scm (make-part-combine-music): don't do
1681         relative inside partcombine arguments.
1682
1683         * scm/music-functions.scm (make-non-relative-music): new function.
1684
1685         * Documentation/user/notation.itely (Automatic part combining):
1686         add note about \relative.
1687
1688         * lily/part-combine-iterator.cc (construct_children): add
1689         start_moment_ member.
1690
1691         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1692         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1693
1694         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1695
1696         * Documentation/user/changing-defaults.itely (Which properties to
1697         change): fixes.
1698
1699 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1700
1701         * po/fr.po: update.
1702
1703 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1704
1705         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1706
1707         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1708         Reinstate old code that issues warning.  Fixes --srcdir build.
1709
1710 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1711
1712         * input/wilhelmus.ly: New file.
1713
1714         * Documentation/user/notation.itely: 
1715         * Documentation/user/introduction.itely:
1716         * Documentation/user/tutorial.itely: Use quote ly-option instead
1717         of explicit @quotation.  This fixes too long lilypond linewidths
1718         resulting in overful hboxes.
1719
1720         * scripts/lilypond-book.py: Add ly-option: `quote'.
1721
1722 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1723
1724         * tex/titledefs.tex: Avoid that the first score line is extra
1725         indented if instrument is defined but not piece.
1726
1727 2004-03-30  Werner Lemberg  <wl@gnu.org>
1728
1729         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1730         `lilypond/' to info file name.
1731         (@usermanref) [info]: New variant.
1732
1733         * scm/documentation-generate.scm: Fix definition of @usermanref
1734         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1735         to info file name.
1736
1737 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1738
1739         * VERSION: release 2.1.36
1740         
1741         * Documentation/user/changing-defaults.itely (Interpretation
1742         contexts): rewrite introduction.
1743
1744 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1745
1746         * scm/define-markup-commands.scm: Use TeX accents instead of
1747         straight iso-8859-1 encoding in the doc string.
1748
1749 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1750
1751         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1752         space after dotted duration.
1753
1754 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1755
1756         * Documentation/user/introduction.itely: 
1757         * Documentation/user/notation.itely:
1758         * Documentation/user/tutorial.itely: Up all relative examples.
1759         Enclose @lilypond displays in @quotation.  Typos and corrections.
1760
1761         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1762
1763 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1764
1765         * scm/music-functions.scm (make-voice-props-revert): Revert also
1766         MultiMeasureRest staff-position in oneVoice.
1767
1768 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1769
1770         * Documentation/user/changing-defaults.itely, 
1771         Documentation/user/lilypond.tely: few fixes. Place no comma between
1772         two options: a and b, but commas between three options: a, b, and c.
1773         By this manner, grouping is possible: a and b, and c and d.
1774
1775 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1776
1777         * Documentation/user/GNUmakefile: add rule for .nexi
1778
1779 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1780
1781         * Documentation/user/music-glossary.tely: move glossary direntry
1782
1783         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1784         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1785
1786 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1787
1788         * stepmake/aclocal.m4: Verify that gettext configure check with
1789         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1790
1791 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1792
1793         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1794         glob.glob for .png filenames. This catches multipage pngs.  
1795
1796         * Documentation/user/changing-defaults.itely (Determining the grob
1797         property): fix references.
1798
1799         * lily/staff-symbol.cc (print): only add extent if non empty.
1800         This fixes staff-container.ly.
1801
1802         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1803         starting with a mmrest also works.
1804
1805         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1806         PNG for texinfo too.
1807
1808         * po/lilypond.pot: update translation strings.
1809
1810         * VERSION: 2.1.35 released
1811         
1812         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1813         context argument too.
1814
1815         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1816
1817         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1818
1819         * python/lilylib.py (command_name): don't return 1st path
1820         component.
1821
1822         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1823         .png case separately.
1824
1825         * python/lilylib.py (system): typo.
1826         
1827 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1828
1829         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1830         run indent-region.
1831
1832         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1833         Fixes compile.
1834
1835         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1836         Add header.
1837
1838 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1839
1840         * vim/lilypond-indent.vim: small fixes.
1841
1842 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1843
1844         * Documentation/user/notation.itely (Entering lyrics): Add example
1845         with correct english double quotes (at least for LaTeX output,
1846         maybe not a good idea if we switch to PS as the default output
1847         format).
1848
1849 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1850
1851         * lily/staff-performer.cc (create_audio_elements): play instrument
1852         changes before notes arrive. This fixes instrument of the first
1853         note in a score.
1854
1855         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1856         to 1.9.0 conversion.
1857
1858         * lily/mark-engraver.cc: doc string.
1859
1860         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1861
1862         * Documentation/user/introduction.itely (Introduction): new node.
1863
1864 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1865
1866         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1867
1868         * input/regression/spacing-ragged-last.ly: new file.
1869
1870         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1871         spacing.
1872
1873         * scm/font.scm: rewrite using GOOPS.
1874         
1875         * lily/context-def.cc (filter_engravers): derefence pointer.
1876
1877         * lily/lily-guile.cc (type_check_assignment): use
1878         ly_scheme_function iso. scm_primitive_eval where possible.
1879
1880         * lily/performance.cc (output): limit channels at 15. This fixes
1881         percussion inadvertently showing up in large scores.
1882
1883 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1884
1885         * input/regression/tuplet-gap.ly: new file.
1886
1887         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1888         (print): compute gap length from number size, include italic
1889         correction.
1890
1891         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1892         tuplet-bracket
1893
1894         * scm/paper.scm (set-default-paper-size): new function, to be
1895         called at toplevel.
1896         (set-paper-size): new function, to be called inside \paper {}
1897         (set-default-paper-size): new function, to be called at toplevel.
1898
1899         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1900
1901         * lily/beam-performer.cc (process_music): idem.
1902
1903         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1904         
1905         * tex/titledefs.tex: remove scshape for piece.
1906
1907         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1908         font-family
1909
1910         * lily/time-signature.cc (special_time_signature): font-encoding
1911         not family.
1912
1913         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1914         dynamic to head. This fixes p placement in morgenlied.
1915
1916 2004-03-23  Werner Lemberg  <wl@gnu.org>
1917
1918         * stepmake/stepmake/generic-targets.make (help): Improve text.
1919
1920 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1921
1922         * VERSION: 2.1.34 released
1923         
1924         * lily/main.cc (main_with_guile): switch debugging.
1925
1926         * lily/system.cc (get_line): plug leak.
1927
1928         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1929         and contents.
1930         (stencil2line): plug leak.
1931
1932         * Documentation/user/changing-defaults.itely (Determining a grob
1933         property):  new node.
1934         (Layout interfaces): new node.
1935         (Navigating the program reference): new node.
1936
1937         * lily/accidental-engraver.cc (acknowledge_grob): add property
1938         harmonicAccidentals
1939
1940         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1941         general cleanups.
1942         
1943         * input/les-nereides.ly (middleDynamics): resurrect Les
1944         nereides. Remove pedal hack.
1945
1946 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1947
1948         * input/regression/property-grace-polyphony.ly: new file.
1949
1950         * lily/translator-property.cc (execute_pushpop_property): only pop
1951         one instance of the property. This fixes << \\ >> together with
1952         \grace.
1953
1954         * lily/break-align-interface.cc (ordered_elements): we cannot
1955         modify the #'elements property, so return reordered array.
1956
1957 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1958
1959         * buildscripts/lilypond.words.py: remove.
1960         * buildscripts/lilypond-words.py: add new, renamed file. 
1961         Give generated targets and dirs explicitly in arguments.
1962
1963         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1964         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1965         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1966         
1967         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1968
1969         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1970
1971         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1972         orders.
1973
1974         * vim/GNUmakefile: add local-uninstall target.
1975
1976         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1977         
1978         * vim/vimrc: add a one-liner file.
1979
1980         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1981         vimrc in EXTRA_DIST_FILES.
1982
1983         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1984
1985 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1986
1987         * config.make.in: add vimdir.
1988
1989         * vim/GNUmakefile: add local-install.
1990
1991 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1992
1993         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1994         with \lilypondifundefined{blabla}. Solves problem with multiple
1995         titles in the same lilypond-book document.
1996
1997 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1998
1999         * scm/document-backend.scm (interface-doc): sort grob list for
2000         interface.
2001
2002         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2003         pre/post break align-order.
2004
2005         * spelling patch courtesy Edward Sutton.
2006
2007         * Documentation/user/changing-defaults.itely (Changing context
2008         default settings): new node.
2009         (Defining new  contexts): new node.
2010
2011         * scripts/lilypond-book.py (is_derived_class): use numbers
2012         iso. booleans.
2013
2014         * python/lilylib.py (make_ps_images): add margin to PS images.
2015
2016         * scripts/lilypond-book.py (is_derived_class): new function. Take
2017         class arg iso. object.
2018         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2019         for bug in GS/dvips.
2020
2021         * lily/text-item.cc (interpret_markup): idem.
2022
2023         * scm/define-markup-commands.scm: remove split around-space hack.
2024
2025         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2026         function, fold WL's fixes into one function.
2027
2028 2004-03-22  Werner Lemberg  <wl@gnu.org>
2029
2030         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2031         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2032         (Note_column::head_position_interval): Do proper rounding for
2033         calls to Staff_symbol_referencer::get_position.
2034
2035 2004-03-21  Werner Lemberg  <wl@gnu.org>
2036
2037         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2038         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2039         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2040         (My_lily_parser::parse_file): Improve formatting progress indication
2041         sent to stdout.
2042
2043 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2044
2045         * VERSION: 2.1.33 released.
2046
2047         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2048
2049         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2050
2051         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2052         warning is issued about dummy.dep.
2053
2054         * scm/new-font.scm: fix design sizes of nummer
2055
2056 2004-03-21  Werner Lemberg  <wl@gnu.org>
2057
2058         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2059         some annoying warnings from mkdir during `make install'.
2060
2061 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2062
2063         * lily/performer-group-performer.cc (do_announces): call
2064         Performer_group_performer::create_audio_elements () too.
2065
2066         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2067
2068         * scm/define-grobs.scm (all-grob-descriptions): add property
2069         break-align-orders
2070
2071         * lily/global-context.cc (get_default_interpreter): new
2072         function. Override from base class, so no new Score contexts are
2073         created.
2074
2075         * lily/include/stencil.hh (class Stencil): document origin field.
2076
2077         * lily/staff-symbol.cc (print): span staff-symbol on column
2078         extents for non-broken columns. 
2079
2080         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2081         key-signature.
2082
2083         * tex/titledefs.tex: don't use smallcaps for piece.
2084
2085         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2086         translated stencils in the output.
2087
2088         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2089
2090 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2091
2092         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2093         and init ties_created_
2094
2095         * VERSION: release 2.1.32
2096
2097         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2098         doc string from IMPLEMENT_CTOR_CALLBACK().
2099
2100         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2101         that engraver is in a performer hierarchy.
2102
2103 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2104
2105         * vim/lilypond-ftdetect.vim: new file.
2106
2107 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2108
2109         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2110         (compose_ly): default octave should be middle C.
2111
2112         * Documentation/user/changing-defaults.itely (Layout tunings
2113         within contexts): new node.
2114
2115         * lily/include/smobs.hh: document C++ smob interface.
2116
2117         * lily/function-documentation.cc: don't doc functions without
2118         docstring.
2119
2120 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2121
2122         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2123         direntry, so that `info lilypond' goes to Top.
2124
2125         * scm/output-ps.scm (polygon): Fix: add spaces.
2126
2127         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2128         solutions are now optimal too.
2129
2130         * input/test/page-breaks.ly: New file.
2131
2132         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2133         functions into safe module.
2134
2135         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2136         end, prepend zeros.
2137
2138         * scm/output-*.scm: Use ly:number->string rather than
2139         number->string.  Makes for saner output.
2140
2141         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2142         Fixes feta-nummer, feta-din scaling.
2143
2144 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2145
2146         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2147
2148         * scm/music-functions.scm (descend-to-context): new
2149         function. Similar to context-spec-music.
2150         (make-time-signature-set): specify Score as descend-only. This
2151         fixes the polymetric.ly example.
2152
2153         * lily/context-specced-music-iterator.cc (construct_children): add
2154         support for descend-only context spec.
2155
2156         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2157         determine ez-notation letter. 
2158
2159         * lily/system.cc (get_line): start with dumping layer 3. This
2160         fixes ez notation.
2161
2162 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2163
2164         * input/test/title-markup.ly: Stress breaking harder.
2165
2166         * scm/page-layout.scm (height-score): Overfull page scores twice
2167         as bad as underfull (was: by a power).
2168         (walk-lines): Omit first walk-path round (breaking after new node,
2169         without lines).
2170
2171         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2172         diff values are negative.
2173         (output): Bugfix: treat negative vfill differently.
2174
2175         * Documentation/user/lilypond.tely (direntry): Add note about why
2176         `info lilypond' brings up `Invoking LilyPond' node.
2177
2178 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2179
2180         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2181
2182         * lily/paper-book.cc: Remove cruft.
2183         (output): Bugfix: put vfill between lines.
2184         (pages): Bugfix: set page vars needed for filling.
2185
2186         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2187         (was: @ar).
2188
2189         * scm/page-layout.scm: Further development.
2190
2191         * ly/declarations-init.ly (paper): Define page-breaking.
2192
2193 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2194
2195         * lily/note-head.cc (brew_ez_stencil): add note-names
2196         property. Provides internationalization for note names.
2197
2198         * Documentation/user/changing-defaults.itely (Creating contexts):
2199         new node.
2200
2201         * lily/grace-iterator.cc (process): descend to child for \grace.
2202
2203         * lily/timing-translator.cc (initialize): Timing_translator adds
2204         Timing alias by itself.
2205
2206         * lily/context.cc (add_alias): new function.
2207
2208         * scm/lily.scm (tex-output-expression): new function, eval within
2209         drawing API. Guards against eval vulnerabilities.
2210
2211         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2212
2213         * scm/output-ps.scm (scm): export lily drawing API.
2214
2215         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2216         throughout.
2217
2218 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2219
2220         * scm/page-layout.scm (optimal-page-breaking): New function.
2221         
2222         * lily/paper-book.cc (pages): Use it.
2223
2224 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2225
2226         * lily/include/paper-line.hh (class Paper_line): Full smob.
2227
2228 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2229
2230         * lily/global-context.cc (run_iterator_on_me): fix grace note
2231         nesting by initting measurePosition.
2232
2233         * lily/timing-translator.cc (initialize): do no init
2234         measurePosition
2235         
2236         * lily/include/music-output-def.hh (class Music_output_def): add
2237         input_origin_ field.
2238
2239         * Documentation/user/changing-defaults.itely (Changing context
2240         properties on the fly): new node.
2241
2242         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2243         function. Only have smobbed_copy (), and do not provide
2244         smobbed_copy() for non-simple smobs. Changes throughout.
2245
2246 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2247
2248         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2249         start_moment_. Fix by Doug A. Linhardt.
2250
2251 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2252
2253         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2254         accidentals for harmonic notes.
2255
2256         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2257         of different style. (Thanks to Doug Linhardt).
2258
2259         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2260         new node.
2261
2262 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2263
2264         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2265
2266         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2267         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2268         vim/lilypond-indent.vim: doc targets and deps in comments.
2269
2270 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2271
2272         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2273
2274         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2275
2276         * lily/include/paper-line.hh:
2277         * lily/include/paper-line.cc: New file.
2278
2279 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2280
2281         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2282
2283         * GNUmakefile.in: remove stray make out=www
2284
2285         * input/test/bagpipe.ly (gcdg): octave fixes.
2286
2287         * scm/define-markup-commands.scm (number): use font-encoding
2288         iso. font-family
2289
2290         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2291         font-encoding.
2292         
2293 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2294
2295         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2296         `output_format_global' and `PAGE_LAYOUT'.
2297
2298 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2299
2300         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2301         lily functions in safe mode.
2302
2303         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2304         Print filename for HTML, LATEX, before texidoc.
2305
2306         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2307         instructions in output-ps module.
2308
2309         * scm/lily.scm: Do not load output-ps module.
2310
2311         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2312         safe mode.
2313
2314 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2315
2316         * lily/span-dynamic-performer.cc (process_music): remove spurious
2317         warning.
2318
2319         * lily/context-def.cc (Context_def): init name to ""
2320
2321         * lily/font-interface.cc: add font-encoding property.
2322
2323         * scm/lily.scm (chain-assoc-get): bugfix.
2324
2325         * lily/paper-book.cc (stencil2line): protect static SCM.
2326
2327         * lily/font-interface.cc (text_font_alist_chain): rename function,
2328         and use text-font-defaults. 
2329
2330         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2331
2332         * scm/paper.scm (paper-set-staff-size): use new function.
2333
2334         * scm/new-font.scm (make-font-tree): new function.
2335
2336 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2337
2338         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2339
2340         * scm/lily.scm (get-output-module): New function.
2341         (output-alist): Remove ,ps-output-expression.
2342
2343         * scm/output-tex.scm (ps-output-expression): New function.
2344
2345         * scm/output-ps.scm (ps-output-expression): Remove.
2346         (header, start-page): Output page metadata.
2347
2348         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2349         initialise output_module_.  Do not write part of header.
2350         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2351         (output_header): Output full header.
2352
2353         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2354         FIXME.
2355
2356 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2357
2358         * scm/new-font.scm: new file. Tree based font lookup.
2359
2360         * scm/lily.scm (assoc-get): take default argument. Remove
2361         assoc-get-default.
2362         (chain-assoc-get): use chain-assoc-get everywhere.
2363
2364         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2365         autobeamsettings conversion bug.
2366
2367         * lily/include/global-context.hh (Context): clean-up data hiding.
2368
2369         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2370         data hiding.
2371
2372         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2373
2374         * input/regression/stem-shorten.ly: add chord case.
2375
2376         * lily/stem.cc (get_default_stem_end_position): shorten stems
2377         triggered by note-head positions, not by forced-direction. This
2378         fixes a bug with too short stems.  
2379  
2380 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2381
2382         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2383         Lilypond_snippet.output_latex): Always call output_print_filename.
2384
2385         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2386         expand pages.
2387
2388 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2389
2390         * scm/part-combiner.scm (make-autochange-music): switch rests
2391         before switched notes too.
2392
2393         * lily/figured-bass-engraver.cc (process_music): change calling
2394         convention.
2395
2396         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2397
2398         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2399         command.
2400
2401         * lily/include/stencil.hh (class Stencil): add origin field.
2402
2403         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2404         function.
2405
2406         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2407
2408         * lily/lexer.ll: remove support for \$ and $ in identifiers
2409
2410         * lily/sequential-iterator.cc: remove copy_grace_fixups
2411         (get_grace_fixup): slight abstraction of fixup code.
2412
2413         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2414
2415 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2416
2417         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2418         in insert-mode. add indenting rules.
2419
2420 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2421
2422         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2423         protect hack.
2424
2425         * scm/page-layout.scm:
2426         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2427         layout and titling should now match external latex based version.
2428
2429         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2430         header fields.
2431
2432         * ps/lilyponddefs.ps: Remove automatic page layout.
2433
2434         * scm/output-ps.scm (new-start-system): New interface function.
2435
2436         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2437
2438         * lily/paper-book.cc (output): Bugfix.
2439
2440 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2441
2442         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2443         
2444 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2445
2446         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2447         direntries.
2448
2449         * ps/lilyponddefs.ps: Bugfix.
2450
2451         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2452
2453 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2454
2455         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2456         cause. This should fix warnings.
2457
2458         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2459
2460         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2461         prevent aligned 6ths.
2462
2463         * lily/custos.cc (print): remove adjust-if-on-staffline.
2464
2465 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2466
2467         * lily/paper-book.cc: Do header and footer.
2468
2469 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2470
2471         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2472
2473         * scm/paper.scm (lineheight): Remove
2474         (head-sep, foot-sep): Add.
2475
2476 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2477
2478         * mf/feta-schrift.mf: reduce portato thickness.
2479
2480         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2481
2482         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2483         programming_error ().
2484
2485         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2486         bracket to last command column.
2487
2488         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2489         continues on next/prev system.
2490
2491         * input/regression/pedal-end.ly: new file.
2492
2493 2004-03-10  Werner Lemberg  <wl@gnu.org>
2494
2495         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2496         Remove pmx2ly stuff.
2497         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2498
2499 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2500
2501         * scm/page-layout.scm: New file.
2502
2503         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2504         settings.
2505         (Lilypond_snippet.is_outdated): Also check for PNG file.
2506         Workaround for interrupted (web) builds.
2507
2508         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2509
2510         * ps/lilyponddefs.ps: Use only very small top-marging.
2511         (init-paper): Also pop page size string.
2512         (start-page, stop-page): New function.
2513
2514         * scm/output-ps.scm (header-end): Remove stray exec commands.
2515
2516 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2517
2518         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2519
2520         * lily/score.cc (default_rendering): clean protection.
2521
2522         * lily/paper-book.cc (mark_smob): implement smob marking.
2523
2524         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2525
2526         * Documentation/user/*.itely: user manual edits. 
2527
2528 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2529
2530         * Documentation/user/converters.itely (Invoking musedata2ly):
2531         remove pmx2ly.
2532
2533         * scripts/pmx2ly: remove script.
2534         
2535 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2536
2537         * lily/score.cc (default_rendering): Protect paper-book members.
2538
2539         * lily/paper-def.cc (smobbed_copy): New method.
2540
2541         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2542         switch runtime.
2543
2544         * lily/include/music-output.hh (process): Change signature to
2545         return SCM.
2546
2547         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2548         method.
2549
2550         * lily/paper-score.cc (process): Return stencils rather than
2551         outputting directly.  Remove paper-book kludge.  Delete grobs.
2552         (output): Remove.
2553
2554         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2555
2556         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2557
2558         * lily/score.cc (default_rendering)
2559         (ly_render_output): Move adding paper-score two levels up.
2560
2561         * lily/system.cc (get_line):
2562         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2563
2564 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2565
2566         * scm/font.scm (paper20-font-vector): add more design sizes for
2567         number.
2568
2569         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2570         feta-nummber{5,7,11,13}.
2571
2572         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2573         for 12pt design size. 
2574
2575 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2576
2577         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2578
2579 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2580
2581         * lily/font-select.cc (properties_to_font_size_family): Fix
2582         warning message.
2583
2584         * Experimental PostScript latin1 encoding:
2585         
2586         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2587
2588         * scm/output-ps.scm: Experimental encoding using reencode-font.
2589         * scm/font.scm: Add latin1 `font-shape'.
2590         
2591         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2592
2593         * ps/lilyponddefs.ps (reencode-font): New function.
2594
2595         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2596
2597         * scm/output-tex.scm (start-page):
2598         (stop-page): New interface function.
2599
2600 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2601
2602         * lily/paper-outputter.cc (output_expr):
2603         (output_header):
2604         (output_line): New method.
2605
2606         * lily/system.cc (get_line):
2607         (get_lines): New method.
2608         (output_scheme):
2609         (output_line): Remove.
2610
2611         * scm/lily.scm (make-title): New function.
2612
2613         * lily/paper-book.cc: 
2614         * lily/include/paper-book.hh: New file.
2615
2616         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2617         ly-modules.hh).
2618
2619         * lily/ly-module.cc (ly_modules_lookup): New function.
2620
2621         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2622
2623         * scm/output-ps.scm (make-title): Remove.
2624         (output-scopes): Junk header-title test.
2625
2626 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2627
2628         * mf/feta-schrift.mf: thicker dot for portato.
2629
2630         * lily/accidental-placement.cc (position_accidentals): bugfix in
2631         offset, this fixes right-padding of AccidentalPlacement.
2632
2633         * lily/[h-z]*.cc: () formatting.
2634
2635         * Documentation/user/tutorial.itely (An orchestral part): more
2636         fixes for the tutorial.
2637
2638         * scm/translation-functions.scm (fraction-tuplet-formatter):
2639         reverse fraction.
2640
2641         * lily/parser.yy (context_def_spec_block): use \context instead of
2642         \translator.
2643
2644         * lily/[a-g].cc: () style cleanup.
2645
2646         * Documentation/user/tutorial.itely (Automatic and manual beams):
2647         editing of tutorial.
2648
2649 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2650
2651         * buildscripts/mf-to-table.py (base): write encoding name.
2652
2653 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2654
2655         * Documentation/user/GNUmakefile (local-install-info): Issue
2656         warning (for packager, ie, if not installing in /usr or /usr/local).
2657
2658         * lily/stencil-scheme.cc: 
2659         * lily/staff-symbol-referencer.cc: 
2660         * lily/script-column.cc: 
2661         * lily/pitch.cc: 
2662         * lily/music.cc: 
2663         * lily/grob-pq-engraver.cc: 
2664         * lily/font-interface.cc: 
2665         * lily/music-output-def.cc: 
2666         * lily/duration.cc: 
2667         * lily/grob-scheme.cc:
2668         * lily/context-scheme.cc: Put scheme name on first line in
2669         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2670         style cleanups.
2671
2672         * stepmake/stepmake/scm-vars.make: 
2673         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2674         Rename and split TAGS_FILES.
2675
2676         * GNUmakefile.in (ALL-TAGS): Remove.
2677         
2678         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2679         deeper TAGS files.  Fixes regexp tags in TOP dir.
2680
2681 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2682
2683         * VERSION: 2.1.29 released.
2684         
2685         * Documentation/user/changing-defaults.itely (Changing defaults):
2686         new file.
2687
2688         * Documentation/user/notation.itely (Notation manual): rename from 
2689         refman.itely
2690
2691         * Documentation/user/notation-appendices.itely (The Feta font):
2692         new file.
2693
2694         * Documentation/user/advanced.itely: add aborted attempt for
2695         advanced topics manual.
2696
2697 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2698
2699         * scm/new-markup.scm: display Markups in sane format. Patch by
2700         Nicolas Sceaux.
2701
2702 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2703
2704         * lily/main.cc: Cleanups.
2705         (setup_localisation): New function.
2706         (sane_putenv): Remove.
2707         (main_with_guile): New name (Was: main_prog).  Remove musings
2708         about possible preparation for GUILE heavy memory usage and
2709         practical uselessness.  Do not set environment variables
2710         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2711         name juggling.
2712         (parse_argv): New function.
2713         (copyright): New function.  It's 2004 already.
2714
2715         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2716         (distill_inname): Move from main.
2717
2718 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2719
2720         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2721
2722         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2723
2724         * Documentation/user/running.itely: new file.
2725
2726         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2727
2728         * lily/score-performer.cc (finish): call Translator::finalize ().
2729
2730 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2731
2732         * lilypond-ftpplugin.vim: renamed to the following file.
2733         * lilypond-ftplugin.vim: new file.
2734
2735         * GNUmakefile.in: update VIM_FILES.
2736
2737 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2738
2739         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2740         props.
2741
2742         * input/test/tie-sparse.ly: remove.
2743
2744         * lily/tie-performer.cc (try_music): copy & paste from
2745         Tie_engraver.
2746
2747         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2748         variable_ref twice.
2749
2750         * lily/key-performer.cc (create_audio_elements): use
2751         alterations-in-key.
2752
2753         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2754
2755 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2756
2757         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2758         handle also quarter tones (not shown as tests). test also flats.
2759
2760         * Documentation/index.html.in: small fixes.
2761
2762 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2763
2764         * input/regression/new-markup-scheme.ly: Typo.
2765
2766         * scm/define-markup-commands.scm (fill-line): New markup.
2767
2768         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2769         (output-paper-def): Fix alignment.
2770         (make-title): Fix height/width scaling.
2771
2772         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2773
2774         * input/test/title-markup.ly: Add remaining titles.  Layout and
2775         font size fixes.  Add simplistic latin1 test.
2776
2777 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2778
2779         * input/test/nested-groups.ly: remove. move content (to next). 
2780         * input/test/staff-bracket.ly: replace content (from prev), this 
2781         has been already in templates.
2782
2783 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2784
2785         * stepmake/autogen.sh: Only issue warning about running configure
2786         without arguments when autogen.sh will actually be running
2787         configure.
2788
2789 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2790
2791         * scm/new-markup.scm (stack-stencil-line): robustness.
2792
2793         * scm/define-markup-commands.scm (simple): robustification of
2794         simple-markup.
2795
2796         * Documentation/user/music-glossary.tely (Top): change central C
2797         to middle C.
2798
2799         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2800
2801 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2802
2803         * input/test/title-markup.ly (spaceTest): Add.
2804
2805         * lily/text-item.cc (interpret_markup): Make line markup from
2806         multi word markup.
2807
2808         * scm/define-markup-commands.scm (word): New markup command.
2809         (simple): Use it.
2810
2811         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2812
2813 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2814
2815         * vim/ftplugin/lilypond.vim:
2816         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2817         show matching paren in insert mode.
2818
2819 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2820
2821         * scm/output-ps.scm (make-title, output-scopes): Further
2822         development.
2823
2824         * input/test/title-markup.ly: New file.
2825
2826         * ps/lilyponddefs.ps: Disable PostScript titling.
2827
2828         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2829
2830 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2831
2832         * lily/arpeggio.cc (width_callback): remove padding.
2833  
2834         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2835
2836         * scm/define-music-types.scm: remove make-music-by-name.
2837
2838         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2839
2840 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2841
2842         * lily/paper-score.cc (process): Output titles using make-title.
2843
2844         * scm/output-ps.scm (output-stencil): Display directly instead of
2845         constructing string.
2846         (make-title): New function.
2847
2848 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2849
2850         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2851         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2852         Move documentation of LaTeX packages for latin1 characters to the
2853         lilypond-book manual.
2854
2855 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2856
2857         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2858
2859         * vimrc: add menu in console and shortcut <F10> for it.
2860
2861         * vim/:
2862         * vim/compiler/:
2863         * vim/syntax/:
2864         * vim/indent/:
2865         * vim/ftplugin/: new directories.
2866         
2867         * vim/filetype.vim: new file.
2868
2869         * lilypond.vim: remove files (see next).
2870         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2871
2872         * vimrc: remove file (see next).
2873         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2874
2875         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2876         add header. apply bindings only locally.
2877
2878         * vim/indent/lilypond.vim: new file.
2879
2880         * vim/ftplugin/lilypond.vim: remove errorformat.
2881         * vim/compiler/lilypond.vim: new file for errorformats.
2882
2883         * Documentation/topdocs/INSTALL.texi: give easier orders.
2884
2885         * ROADMAP: add vim/
2886
2887 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2888
2889         * Documentation/user/introduction.itely (Introduction): Use @image
2890         iso @html <img...>.  Add workaround for images in columns in info.
2891
2892         * stepmake/aclocal.m4: Store computed version in variable.
2893
2894         * configure.in: Export MAKEINFO_VERSION.
2895
2896         * config.make.in (MAKEINFO_VERSION): Add.
2897
2898         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2899
2900         * Documentation/user/GNUmakefile: Only build info with images when
2901         building web.
2902
2903         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2904
2905         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2906         stuff from documentation-targets.make
2907
2908 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2909
2910         * VERSION: 2.1.28 released
2911         
2912         * scripts/convert-ly.py (conv): 
2913
2914 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2915
2916         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2917         \arpeggioBoth. redefine \arpeggioBracket.
2918
2919         * Documentation/user/refman.itely: document new arpeggio
2920         functions.
2921
2922         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2923
2924         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2925
2926         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2927
2928 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2929
2930         * Documentation/user/introduction.itely (Automated engraving):
2931         rewrite introduction using website text.
2932
2933 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2934
2935         * scm/*.scm: make-music-by-name is replaced by make-music, which
2936         also accept music property settings, eg:
2937           (make-music 'TextScriptEvent 'direction DOWN 'text
2938               (make-simple-markup x))
2939
2940         Patch courtesy Nicolas Sceaux
2941
2942         * lily/beam-quanting.cc: cleanup, separate counts for left and
2943         right beam ends.
2944
2945         * lily/side-position-interface.cc (quantised_position): also
2946         quantize staccato position for forced stem directions. 
2947
2948 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2949
2950         * scm/*.scm: Patch by Nicolas Sceaux: 
2951
2952         * scm/music-functions.scm: ly:grob-property and ly:music-property
2953         are made procedure with setters.
2954
2955         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2956         
2957 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2958
2959         * input/test/[t-v]*.ly: finish rewriting texidocs.
2960
2961         * input/test/vaticana.ly: remove.
2962         * input/test/ligature-vaticana.ly: new, renamed file name.
2963
2964         * input/test/stem-centered.ly: remove.
2965         * input/test/mensural-note-heads.ly: new file. take content from
2966         removed file stem-centered.ly.
2967
2968         * input/test/scales-greek.ly: simplify.
2969
2970         * input/test/s*.ly: reformulate texidocs.
2971         
2972         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2973         of missing features.
2974
2975 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2976
2977         * input/test/[j-o]*.ly: update texidocs.
2978
2979 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2980
2981         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2982
2983         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2984         images.
2985
2986         * Documentation/user/lilypond.tely (@direntry): Update.
2987
2988         * stepmake/stepmake/documentation-targets.make
2989         (install-info,uninstall-info): Install into $(package_infodir).
2990         Install images.  Run install-info to update dir.
2991
2992         * config.make.in (package_infodir): Add.
2993
2994         * Documentation/user/GNUmakefile (info-with-images,
2995         local-install-info, local-uninstall-info): New target.
2996
2997 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2998
2999         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3000         gap/threshold.
3001
3002         * lily/beam-quanting.cc (score_slopes_dy): remove
3003         ROUND_TO_ZERO_SLOPE kludge.
3004
3005         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3006
3007         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3008
3009         * lily/global-context.cc (Global_context): alway accept Score
3010         (run_iterator_on_me): cast Context to Score_context, not
3011         Context_def.
3012
3013         * Documentation/user/refman.itely: documentation patch by Edward
3014         Sanford Sutton.
3015
3016         * mf/GNUmakefile: unset sauter-fonts.
3017
3018 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3019
3020         * scripts/lilypond-book.py (output_texinfo): Output @image
3021         descriptions for info too.
3022
3023         * input/test/chord-names-jazz.ly: 
3024         * input/test/embedded-scm.ly: Clarify.
3025
3026         * input/test/cautionaries.ly: Typo.
3027
3028         * lily/input-smob.cc (ly_input_location): Compile fix.
3029
3030 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3031
3032         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3033
3034         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3035         fixes problems with system defaults being reverted with \override
3036         on Score level.
3037
3038         * lily/global-context.cc (Global_context): apply property-ops to
3039         Global_context too. 
3040
3041 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3042
3043         * scm/output-ps.scm (stencil->string): Rewrite.
3044
3045 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3046
3047         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3048         impersonal style.
3049
3050 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3051
3052         * lily/input-smob.cc (ly_input_location: New function.
3053
3054         * scm/define-markup-commands.scm (upright): New markup command.
3055
3056         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3057
3058         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3059
3060         * scm/output-ps.scm (output-stencil): New function.
3061
3062         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3063         of snippet types; fixes @ignore and @verbatim blocks.
3064
3065 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3066
3067         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3068         to a file in printed documentation, instead, refer either to a 
3069         syntax or to an output.
3070
3071 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3072
3073         * input/regression/beam-center-slope.ly: Add test.
3074
3075 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3076
3077         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3078         (SAUTER_FONTS): Reinstate.
3079
3080         * scm/define-markup-commands.scm (caps): New markup command.
3081
3082         * scm/output-ps.scm (output-scopes): Experimental markup output.
3083
3084         * scm/: Add missing headers.
3085
3086         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3087
3088         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3089
3090 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3091
3092         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3093         Stray style cleanups.
3094
3095 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3096
3097         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3098         no dot combination.
3099
3100         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3101         substitute \override Staff.autoBeamSettings too
3102
3103         * Documentation/user/tutorial.itely: proofreading fixes by David
3104         Bobroff
3105
3106 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3107
3108         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3109
3110         * ps/music-drawing-routines.ps: 
3111         * ps/lilyponddefs.ps: Add end markers.
3112
3113 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3114
3115         * VERSION: 2.1.27 released.
3116         
3117         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3118
3119         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3120         obey documentation.
3121
3122 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3123
3124         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3125
3126         * scm/output-ps.scm: Resurrect.
3127         
3128         * scm/output-tex.scm: Minimal cleanups.
3129
3130         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3131
3132         * make/ly-rules.make: Remove any broken lily-*.tex files before
3133         lilypond-book run.
3134
3135         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3136         comment.
3137
3138         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3139         Enabled by default, may save 10% compile time.
3140
3141 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3142
3143         * lily/lyric-phrasing-engraver.cc: remove
3144         
3145         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3146         longer necessary. 
3147
3148         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3149         so lyric-phrasing-engraver is no longer necessary.
3150
3151         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3152         Grob_pq_engraver from Staff.
3153
3154         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3155         busyGrobs directly.
3156
3157         * input/regression/quote-transposition.ly: new file.
3158
3159         * lily/recording-group-engraver.cc (stop_translation_timestep):
3160         store instrumentTuning too. 
3161
3162         * lily/quote-iterator.cc (process): transpose events using
3163         instrumentTuning.
3164
3165         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3166         -> \tuning <pitch>
3167
3168         * lily/parser.yy (command_req): add \tuning command for setting
3169         instrument tuning of staff.
3170
3171         * Documentation/user/GNUmakefile
3172         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3173
3174         * Documentation/user/refman.itely (Customized accidental rules):
3175         typo.
3176
3177 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3178
3179         * Documentation/user/music-glossary.tely: remove the missing norwegian
3180         translation; they can be put in later properly.
3181
3182 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3183
3184         * lily/recording-group-engraver.cc (start_translation_timestep):
3185         init Recording_group_engraver twice.
3186
3187 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3188
3189         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3190         stray style cleanups:
3191
3192         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3193         -Wmissing-prototypes.
3194
3195         * flower/include/killing-cons.tcc (Killing_cons): Add template
3196         specifier for car_.
3197
3198         * flower/include/parray.hh (binsearchs): Add template specifier
3199         for maxkey.
3200
3201         * flower/include/interval.hh: Declare elem () with template specfier.
3202
3203 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3204
3205         * elisp/lilypond-indent.el (get-buffer-size): add customization
3206         groups for several variables (Reuben Thomas).
3207
3208 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3209
3210         * Documentation/user/invoking.itexi (Point and click): add index
3211         entry.
3212
3213         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3214         go under beam.
3215
3216         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3217         sarabande beam. 
3218
3219         * flower/warn.cc (programming_error): cross fingers not thumbs.
3220
3221         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3222         staff-position is set.
3223
3224         * VERSION: release 2.1.26 
3225         
3226         * scm/chord-entry.scm (construct-chord): process transposition
3227         after processing explicit-11.  
3228
3229 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3230
3231         * lily/parser.yy (add_quote): add syntax for adding quotes:
3232         \addquote "id-string" Music
3233
3234         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3235
3236         * scripts/convert-ly.py (conv): add rules for name changes.
3237
3238         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3239         music/context/grob property functions. Internally, use
3240         get_property() and set_property() for both.
3241
3242 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3243
3244         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3245         for Emacs <= 20 (Laurent Martelli).
3246
3247 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3248
3249         * lily/parser.yy (command_element): extract quoted vector in
3250         parser.
3251
3252         * input/regression/quote.ly: new file.
3253
3254         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3255
3256         * lily/parser.yy (command_element): \quote DURATION NAME: support
3257         cue notes. 
3258
3259         * lily/quote-iterator.cc (class Quote_iterator): new file.
3260
3261 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3262
3263         * lily/auto-beam-engraver.cc (try_music): accept and process
3264         beam-forbid-event.
3265
3266         * input/regression/auto-beam-no-beam.ly: new file.
3267
3268 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3269
3270         * lily/accidental.cc (print): Change font-relative-size ->
3271         font-size. Fixes cautionary-style = smaller.
3272
3273 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3274
3275         * lily/system-start-delimiter.cc (staff_brace): remove
3276         font-relative-size
3277
3278         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3279         forgotten with scm_list_n. Fixes spurious coredumps.
3280
3281         * lily/accidental-engraver.cc (stop_translation_timestep): move
3282         update of localKeySignature to stop_translation_timestep (). This
3283         makes sure that all ties are noticed at the right moment.
3284         (stop_translation_timestep): clear tie only when right-side
3285         notehead was seen.
3286         (number_accidentals_from_sig): cleanup. 
3287
3288         * input/regression/accidental-tie.ly (mus): new file
3289
3290         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3291         these longish tests.
3292
3293 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3294
3295         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3296
3297         * THANKS: update bugreporter list.
3298
3299         * lily/beam.cc (print): broken beams last until end of staff.
3300         (print): broken beams start from prefatory matter.
3301
3302         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3303
3304         * lily/paper-score.cc (process): dump header only once.
3305
3306         * lily/paper-outputter.cc (Paper_outputter): move logic into
3307         Scheme.
3308
3309         * scm/output-tex.scm (output-scopes): new function.
3310         (output-paper-def): new function
3311         (tex-string-def): new function
3312         (symbol->tex-key): new function
3313
3314         * scripts/convert-ly.py (conv): add rule for | ~
3315
3316 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3317
3318         * input/regression/{many}.ly: refresh, trying to guess how
3319         it was designed.
3320
3321 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3322
3323         * VERSION: release 2.1.25
3324
3325         * scm/define-translator-properties.scm
3326         (all-user-translation-properties): add printOctaveNames
3327
3328         * ly/engraver-init.ly: remove Note_event_swallower from
3329         NoteNamesContext.
3330
3331         * lily/note-name-engraver.cc (process_music): new property
3332         printOctaveNames
3333
3334         * lily/context.cc (find_existing_context): remove support for
3335         Current.
3336
3337         * scm/music-functions.scm (set-accidental-style): new function;
3338         duplicate accidental macros.
3339
3340         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3341
3342         * lily/note-name-engraver.cc (process_music):
3343         process_acknowledged_grobs () -> process_music ()
3344
3345         * scm/part-combiner.scm (determine-split-list): robustification.
3346
3347 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3348
3349         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3350         lines for falling into beam-gap.
3351         (score_forbidden_quants): check all staff lines for falling in
3352         beam gaps.
3353
3354         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3355         key/clef/time signatures. 
3356
3357         * input/test/ossia.ly: revise example.
3358
3359         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3360         cleanup.
3361         
3362         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3363         comply to Scheme standard.  Remove ly:get-paper-variable
3364
3365 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3366
3367         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3368
3369 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3370
3371         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3372         properties from Voice context. This fixes accidental size for
3373         staff-switches during grace contexts.
3374
3375         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3376         if necessary. Else, simply wipe dots.
3377
3378         * input/test/beam-alternate.ly: new file
3379
3380         * input/test/piano-staff-distance.ly: new file.
3381
3382         * lily/translator-group.cc (recurse_down_translators): use
3383         Direction for bottom-up/top-down.
3384
3385         * lily/include/translator.hh (class Translator): add
3386         process_music() and do_announces(). This obviates
3387         recurse_down_{engravers,performers}.
3388
3389         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3390         \melisma and \melismaEnd
3391
3392         * lily/melisma-engraver.cc (process_music): change to
3393         Melisma_translator, unify with performer. Accept
3394         ManualMelismaEvent.
3395
3396         * ly/engraver-init.ly: add Font_size_engraver.
3397
3398 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3399
3400         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3401         it hara-kiri.
3402
3403         * input/regression/{many}.ly: improve descriptions trying to figure
3404         out what is tested.
3405
3406 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3407
3408         * lily/slur.cc (broken_trend_offset): robustness fix.
3409
3410         * VERSION: release 2.1.24
3411
3412         * lily/context.cc (find_create_context): go to Score if it exists.
3413
3414         * lily/context-scheme.cc: new file.
3415
3416         * lily/score-translator.cc (get_output): new file.
3417
3418         * lily/include/grob-info.hh: origin_contexts() now does not
3419         include the originating engraver
3420
3421         * lily/translator-group.cc (translator_each): clean up contents,
3422         remove superfluous stubs. Engraver_group_engraver and
3423         Performer_group_performer are the only classes using multiple
3424         inheritance.
3425
3426         * lily/include/score-context.hh (class Score_context): interface
3427         between Score_{engraver,performer} and Global_context.
3428
3429         * lily/include/global-context.hh (Context): change from
3430         global-translator. This is the entry point for contexts; it is not
3431         tweakable using \translator{}. Score is no longer the top context,
3432         but sits underneath Global.
3433
3434         * lily/include/context.hh (class Context): brain surgery: split
3435         out Context functionality from Translator_group. Context is now a
3436         separate type from Translator.
3437
3438 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3439
3440         * lily/include/translator.hh (class Translator): make
3441         get_score_context() and get_global_translator (), and use the one
3442         which is appropriate.
3443
3444         * lily/context.cc: partially put functionality of Translator_group
3445         into Context.
3446
3447         * lily/include/context.hh (Translator): new class: put between
3448         Translator and Translator_group. 
3449
3450         * lily/new-accidental-engraver.cc: remove file.
3451
3452 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3453
3454         * input/regression/{many}.ly: improve descriptions: use complete 
3455         sentences, try to describe what is tested, avoid `we´, do not use 
3456         don't, ... 
3457
3458 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3459
3460         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3461         is at EOL.
3462
3463         * Documentation/user/lilypond.tely: declare the topmost node only
3464         once; removes empty line in @contents.
3465
3466         * Documentation/user/music-glossary.tely: really add Finnish author.
3467         Draw more beatiful `->´ arrow in html: &rarr;
3468
3469 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3470
3471         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3472
3473         * scripts/convert-ly.py (conv): add ly:music-list  change.
3474
3475         * lily/grob.cc: edit doc string.
3476
3477         * scm/define-grob-properties.scm (all-user-grob-properties):
3478         proofreading, editing of doc strings.
3479
3480         * input/regression/tablature-string-tunings.ly: new file.
3481
3482         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3483         listen to stringTunings
3484
3485         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3486         for self-alignment-[XY] code.
3487  
3488 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3489
3490         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3491         cond) into function. Cleanup.
3492
3493         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3494         
3495         * VERSION (PACKAGE_NAME): 2.1.23 released
3496
3497 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3498
3499         * Documentation/user/{refman,internals}.itely: small fixes.
3500
3501 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3502
3503         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3504         accidentals for harmonic notes
3505
3506         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3507         for harmonic notes.
3508
3509         * scm/document-backend.scm (interface-doc): prune Grob
3510         documentation: don't duplicate interface information.
3511
3512         * lily/*.cc: lots of updates of doc strings.
3513
3514 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3515
3516         * input/test/ac-extra-voice.ly (accompany): remove file.
3517
3518         * input/test/maximum-rest-count.ly: remove file.
3519
3520         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3521         conversion rule for \translator { }. Apply everywhere.  
3522
3523         * lily/parser.yy (music_property_def): set property for \once in
3524         the PropertyMusic itself, not the ContextSpec.
3525         (property_operation): change syntax within \translator { }
3526
3527         * scm/define-music-properties.scm (all-music-properties): clean up.
3528
3529         * lily/auto-beam-engraver.cc (test_moment): use
3530         updated_grob_properties() to retrieve autoBeam settings.
3531
3532         * lily/spacing-spanner.cc: bound shortest_playing_len by
3533         measure_length
3534
3535         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3536         multi-measure events for spacing computation.
3537
3538         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3539         elliptical, to 1.49.
3540
3541         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3542         vertical positioning for polyphony, without RestCollision object.
3543
3544         * lily/note-column.cc (add_head): prevent rests & note heads on
3545         one stem.
3546
3547         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3548         (do_shift): rewrite only-rests case: use common refpoints: the
3549         routine will have sensible results when other rest-translations
3550         have taken place.
3551
3552         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3553         < 0 case. 
3554
3555         * VERSION: 2.1.22 released
3556         
3557         * input/GNUmakefile (SUBDIRS): remove ascii-art
3558
3559 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3560
3561         * input/: Convert ly files that still had \property.  Fixes make
3562         web.  Remove exta spaces around '='. 
3563
3564         * scripts/convert-ly.py (conv): Redundant space fixes.
3565
3566         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3567
3568 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3569
3570         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3571         create scalable PS and PDFs  for input/{test,template,regression}.
3572
3573         * lily/context.cc (is_alias): move function.
3574         (is_alias): add Bottom as context alias. 
3575         (find_create_translator): add Bottom as a context alias for creation.
3576
3577         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3578
3579         * lily/parser.yy (music_property_def): new syntax for property
3580         assignments:
3581
3582         \set A.B = #C , \unset A.B
3583         \override A.B #C = #D, \revert A.B #C 
3584
3585         * lily/my-lily-lexer.cc: remove \property
3586
3587 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3588
3589         * Documentation/user/refman.itely: add dots after seealso refs.
3590
3591         * input/template/{many}.ly: harmonise descriptions.
3592
3593         * Documentation/user/music-glossary.itely: add Finnish author.
3594
3595 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3596
3597         * VERSION (PACKAGE_NAME): release 2.1.21
3598
3599 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3600
3601         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3602
3603         * scripts/lilypond-book.py (snippet_res): @include filename must
3604         not be empty.
3605
3606 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3607
3608         * scm/documentation-generate.scm (markup-doc-string): dump
3609         markup-commands.tely
3610
3611         * scm/define-markup-commands.scm (override): new file.
3612         Move documentation from refman into doc-strings. 
3613
3614         * input/test/staff-container.ly: fix example.
3615
3616         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3617         StaffContainer
3618
3619         * lily/grob.cc: remove point_dimension_callback
3620         (Grob): read forced dimensions from X-extent and Y-extent.
3621         (get_paper): remove preset_extent.
3622
3623         * scm/define-grobs.scm (all-grob-descriptions): remove
3624         point_dimension_callback. 
3625
3626         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3627         textscript to head. This makes no-spacing-rods work on
3628         DynamicText.
3629
3630         * lily/chord-name.cc: remove props chord, bass, inversion.
3631
3632         * Documentation/user/appendices.itely: add Scheme functions,
3633         context-properties and layout properties to manual.
3634
3635         * scm/part-combiner.scm (determine-split-list): include rests in a
3636         solo1/2 sequence.
3637
3638         * lily/new-part-combine-iterator.cc (substitute_both): new
3639         function.
3640         (class New_pc_iterator): add separate Voice=solo context, fixes
3641         autobeams going from chords to solo.
3642
3643 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3644
3645         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3646
3647         * Documentation/user/tutorial.itely:
3648         * Documentation/user/refman.itely: Add short note about being part
3649         of lilypond.tely.
3650
3651         * COPYING: Make note more clear with respect to files that are
3652         explicitely licenced otherwise (Documention/user/ comes to mind).
3653         
3654         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3655         comment about barfing of @c,{}.
3656
3657         * Documentation/user/music-glossary.tely: Add list of authors.
3658
3659         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3660         source (was: also in build log).
3661
3662 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3663
3664         * lily/side-position-interface.cc (general_side_position): if
3665         staff-padding is set, then include staff in support too.
3666
3667         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3668         module workbook
3669
3670         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3671
3672         * lily/tuplet-engraver.cc: remove tupletInvisible
3673
3674         * scm/define-translator-properties.scm: cleanup, separate in
3675         internal and user props. 
3676
3677         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3678         LyricsVoice -> Lyrics
3679
3680         * lily/new-part-combine-iterator.cc (process): only print warning
3681         for symbols.
3682
3683 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3684
3685         * scm/part-combiner.scm: Add proper header.
3686
3687         * All but lily/*: The great --2003 --2004 replace; the missing
3688         `bits'.
3689
3690         * TODO: Fix outline mode.  Add book notes.
3691
3692         * ROADMAP: Update.
3693
3694 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3695
3696         * scm/part-combiner.scm (make-autochange-music): use
3697         accumulator. Fixes stack overflow.
3698
3699         * lily/*: rename brew_molecule -> print , molecule-callback ->
3700         print-function
3701
3702         * scm/define-grob-properties.scm: cleanup. Separate into internal
3703         and user properties.
3704
3705         * lily/translator-property.cc (updated_grob_properties): new
3706         function
3707         (execute_pushpop_property): change to new convention:
3708         object property inits are stored as (cons ALIST BASED-ON). This
3709         storage format allows concurrent tweaks in different contexts.
3710
3711 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3712
3713         * TODO: new file.
3714
3715 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3716
3717         * debian/: Late Debian update (sorry Anthony).
3718
3719         * scripts/lilypond-book.py (do_file): Look for input_file in
3720         include path, or ask kpathsea if LATEX.
3721
3722         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3723         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3724         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3725         --header=texidoc.
3726
3727         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3728         relative.
3729
3730         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3731         only when filtering, default to input_base otherwise.  Coding
3732         style fixes.
3733
3734 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3735
3736         * lily/include/translator.hh (class Translator): add virtual
3737         qualifier.
3738
3739 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3740
3741         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3742
3743 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3744
3745         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3746
3747         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3748         (fixes make web).
3749
3750         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3751         live in $(out)-www).
3752
3753         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3754         dependencies.  Add link to .ly source in HTML output.
3755         (Lilypond_snippet.output_html): Handle multiple page picture
3756         output.
3757         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3758         Make usable for output_texinfo again.
3759
3760         * Documentation/user/GNUmakefile: Add static dependency for
3761         lilypond.tely includes.
3762
3763         * Documentation/user/tutorial.itely: Add some lost `relative'
3764         ly-options.
3765
3766 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3767
3768         * lily/include/translator-group.hh: move Music_output_def member
3769         to Global_translator.
3770
3771         * scripts/lilypond-book.py (do_file):  fix latex output.
3772
3773         * VERSION: release 2.1.20
3774         
3775         * scm/part-combiner.scm (determine-split-list): robustness fix 
3776
3777         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3778
3779         * lily/parser.yy (music_output_def_body): plug memory leak.
3780
3781         * lily/translator-group.cc (add_fresh_group_translator): plug
3782         memory leak: unprotect Translator_group once added.   
3783
3784         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3785
3786         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3787         write .dep file.
3788         (Lilypond_snippet.ly): add \renameinput.
3789
3790 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3791
3792         * Documentation/user/refman.itely (Markup command definition): Doc
3793         by Nicolas Sceaux. Rewrite by Han-Wen
3794
3795         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3796         thing of the line.
3797         (brew_molecule): only remove if hyphen is not at the end of line.
3798         (set_spacing_rods): new function: minimum-length specifies
3799         distance between syllables.
3800
3801         * scm/define-grobs.scm (all-grob-descriptions): add
3802         Hyphen_spanner::set_spacing_rods to LyricHyphen
3803
3804         * input/regression/lyric-hyphen-break.ly: new file.
3805
3806         * input/test/lyric-hyphen-retain.ly: new file.
3807
3808         * lily/new-part-combine-iterator.cc (construct_children):
3809         add Rest direction.
3810
3811 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3812
3813         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3814
3815         * Documentation/bibliography/engraving.bib (donemus1982):
3816         update entry.
3817
3818 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3819
3820         * scripts/lilypond-book.py (Substring.__init__): new class.
3821         (Snippet.output_texinfo): add texidoc option.
3822         (Include_snippet.replacement_text): new class.
3823         (Lilypond_snippet.__init__): new class
3824         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3825
3826         * Documentation/user/refman.itely (Sound): 
3827         note about number of channels.
3828
3829         * scm/music-functions.scm (voicify-music): add \context Staff for
3830         << \\ >> polyphony.
3831
3832         * lily/parser.yy (verbose_command_req): \skip now creates
3833         SkipMusic, and does not lead to spurious staves.
3834
3835         * scm/define-music-types.scm (music-descriptions): rename
3836         NonEventSkip to SkipMusic
3837
3838         * input/no-notation/midi-lyric-barcheck.ly: new file.
3839
3840         * input/regression/collision-dots-invert.ly: new file.
3841
3842         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3843         case.
3844
3845         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3846         die if melody died too.
3847
3848 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3849
3850         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3851         with reading from stdin.
3852
3853         * lily/slur-performer.cc (try_music): new file.
3854
3855         * lily/melisma-performer.cc (try_music): new file. Handle
3856         melismata to help lyrics.
3857
3858         * lily/beam-performer.cc (try_music): new file. Handle beam events
3859         to help lyrics.
3860
3861         * lily/score-performer.cc (one_time_step): reinstate
3862         process_music().
3863
3864         * lily/performer.cc (process_music): add to interface.
3865
3866         * lily/performer-group-performer.cc (process_music): new function.
3867
3868         * lily/dot-column.cc (do_shifts): do collision resolution before
3869         dot positioning.
3870         
3871         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3872         file, process printfilename option.
3873         (Snippet.__init__): rewrite: do not use global variables h or
3874         index.
3875         (main): really support -I option.
3876         (find_toplevel_snippets): new code.
3877         (find_toplevel_snippets): reinstate old version, without global
3878         variables.
3879
3880         * tex/texinfo.tex: really add file.
3881         
3882 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3883
3884         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3885         compatibility.
3886
3887 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3888
3889         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3890
3891         * scm/define-translator-properties.scm (drumPitchTable): add
3892         property.
3893
3894         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3895         function.
3896         (help_summary): docstrings.
3897         (do_file): strip the dir of input_base too.
3898
3899 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3900
3901         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3902
3903         * Documentation/user/lilypond-book.itely: Update.
3904
3905         * make/ly-rules.make: Update lilypond-book commands.
3906
3907         * Documentation/user/GNUmakefile: Update makeinfo commands,
3908         lilypond-book flags.
3909
3910         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3911         
3912         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3913
3914         * scripts/filter-lilypond-book.py: Remove.
3915
3916         * Documentation/user/*tely: Update options for new lilypond-book.
3917
3918         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3919         with @macros in @includes.
3920
3921 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3922
3923         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3924         make rest-collision only.
3925
3926         * lily/break-substitution.cc (substitute_one_mutable_property):
3927         clear all-elements using scm_assq_remove_x(). 
3928
3929         * lily/rest-collision.cc (do_shift): shift single rests
3930
3931         * flower/include/array.hh (class Array): rename to is_empty ()
3932
3933         * lily/drum-note-performer.cc: new file: perform drum notes.
3934
3935         * VERSION (PACKAGE_NAME): release 2.1.19.
3936         
3937 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3938
3939         * scripts/filter-lilypond-book.py
3940         (classic_lilypond_book_compatibility): New function.
3941
3942 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3943
3944         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3945
3946         * Grand 2003 -> 2004 search replace. 
3947
3948         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3949         (i.e. < > )
3950
3951         * ly/performer-init.ly: add DrumStaff
3952
3953         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3954         lyric-interface; this prevents lines with only extender lines from
3955         being junked.
3956  
3957         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3958
3959         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3960         extenders right, for once and for all (hopefully).
3961         
3962         * lily/break-substitution.cc (substitute_one_mutable_property):
3963         clear old 'all-elements for System grobs.
3964
3965         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3966         that associatedVoiceContext is always assigned when music & lyrics
3967         are found. 
3968
3969         * ly/engraver-init.ly: remove Lyrics context.
3970         (TabVoice): add noteheads engraver
3971
3972         * input/test/improv.ly: update: do not use Thread switching. 
3973
3974         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3975         squashedPosition is a number  
3976
3977         * Documentation/user/refman.itely (Automatic note splitting):
3978         remove Thread references.
3979
3980         * input/no-notation/pc-direction.ly: remove file.
3981
3982         * ly/engraver-init.ly: remove Thread
3983
3984         * input/regression/tie-chord-partial.ly: remove file.
3985
3986         * scripts/convert-ly.py (conv): \harmonic rule
3987
3988         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3989         notation for harmonic notes: <c' g''\harmonic>
3990
3991         * lily/lily-guile.cc (alist_to_hashq): new function
3992
3993         * scm/lily.scm (alist->hash-table): new function.
3994
3995         * Documentation/user/refman.itely (Percussion staves): update doco.
3996
3997         * input/regression/drums.ly (timb): updates
3998
3999         * lily/note-performer.cc (create_audio_elements): robustness fix.
4000
4001         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4002
4003 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4004
4005         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4006         discard valid matches.
4007
4008 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4009
4010         * lily/drum-note-engraver.cc: new file.
4011
4012         * ly/drumpitch-init.ly: move drum definitions
4013
4014         * scm/drums.scm: remove file.
4015
4016         * lily/*.cc: remove abort-event everywhere.
4017
4018         * lily/note-heads-engraver.cc (process_music): robustification.
4019
4020         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4021         robustification.
4022
4023         * lily/parser.yy (simple_element): add \drums mode.
4024         (simple_element): remove \pitchnames , \chordmodifiers. Use
4025         variables to store this. 
4026
4027         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4028         outside \notes.
4029
4030         * VERSION: release 2.1.18.
4031         
4032         * input/test: remove octave-duplicate.ly
4033
4034 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4035
4036         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4037
4038 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4039
4040         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4041         constructor from Music_iterator. Changes throughout.
4042
4043         * lily/include/music-iterator.hh (class Music_iterator): remove
4044         Music_iterator::skip and Music_iterator::get_pending_events from
4045         interface. Rename report_to -> get_outlet 
4046
4047         * lily/auto-change-iterator.cc: move contents from
4048         new-auto-change-iterator.cc from
4049
4050         * scm/part-combiner.scm: determine split-list from Scheme. 
4051
4052         * lily/new-auto-change-iterator.cc (process): new file.
4053
4054         * lily/parser.yy (part_combined_music): remove old PC cruft.
4055
4056         * ly/engraver-init.ly: remove old
4057         PC cruft.
4058
4059         * Documentation/user/refman.itely (The Lyrics context): note about
4060         extender lines.
4061
4062         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4063         to allow 0-length mmrest events.
4064
4065         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4066
4067         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4068
4069         * lily/spacing-engraver.cc (finalize): robustifications.
4070
4071         * input/regression/new-part-combine-solo-global.ly: new file.
4072
4073         * scm/part-combiner.scm: rewrite.
4074
4075 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4076
4077         * Documentation/user/refman.itely, input/puer-fragment.ly,
4078         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4079         updated for proper use of lyricsto; replaced "(" and ")" ->
4080         "\melisma" and "\melismaEnd"
4081
4082         * input/test/ancient-font.ly: small updates to reduce compile
4083         warnings (TODO: junk this file)
4084
4085         * input/test/gregorian-scripts.ly: added comment about bug
4086
4087         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4088         tiny robustness fix
4089
4090         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4091         recent changes in the feta code); temporarily mapped mensural g
4092         clef to a copy of petrucci g clef until mensural g clef will have
4093         been rewritten
4094
4095         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4096         between mensural and neo-mensural heads (this broke quite a while
4097         ago)
4098
4099         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4100
4101 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4102
4103         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4104         indication.  Fixes for verbatim, multi line comments.
4105
4106 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4107
4108         * input/regression/new-part-combine-solo.ly: more cases.
4109
4110         * lily/slur.cc (height): robustness fix.
4111
4112         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4113
4114         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4115         stemUp/stemDown.
4116
4117         * scm/music-functions.scm (determine-split-list): further analysis.
4118
4119         * lily/script-engraver.cc (try_music): discard duplicate
4120         articulations.
4121
4122         * input/regression/new-part-combine-solo.ly: new file
4123
4124         * input/regression/new-part-combine-a2.ly: new file.
4125
4126         * ly/performer-init.ly: add Devnull
4127
4128         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4129         for \musicglyph #"accidental-*"
4130         (conv): \newpartcombine rule.
4131
4132 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4133
4134         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4135
4136 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4137
4138         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4139         textwidth, --output.
4140
4141 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4142
4143         * scm/new-markup.scm (doubleflat): add accidental markups.
4144
4145         * VERSION: release 2.1.17
4146         
4147         * Documentation/user/refman.itely (Automatic part combining):
4148         revise documentation of the part-combiner.
4149
4150         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4151         
4152         * input/test/part-combine-{moment,staff}.ly: remove file.
4153
4154         * input/regression/pc-mmrest.ly (two): remove file.
4155
4156         * scm/define-music-types.scm (music-descriptions): add
4157         Solo{One,Two}Event and UnisonoEvent
4158
4159         * lily/new-part-combine-iterator.cc (unisono): add state_
4160         variable, signal changes with part-combine-event.
4161
4162         * input/regression/new-part-combine-text.ly: new file.
4163
4164         * lily/part-combine-engraver.cc: new file.
4165
4166 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4167
4168         * scripts/filter-lilypond-book.py: Handle snippet options.
4169
4170 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4171
4172         * scm/music-functions.scm (determine-split-list): detect solo1/2
4173         and unisono.
4174
4175         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4176         revert fix, document why.
4177
4178         * lily/tie-performer.cc (process_music): new function. Set melisma
4179         property.
4180
4181         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4182         always smaller than bracket size.
4183         (make_bracket): oops. Size of the gap was off by factor 2
4184
4185         * input/test/text-rotate.ly: new file.
4186
4187         * scm/new-markup.scm (markup): a macro that provides a
4188         LilyPond-like syntax in scheme for building markups, in order to
4189         help markup command definition. (Nicolas Sceaux)
4190
4191         * input/test/lyrics-skip-notes.ly: new example.
4192
4193         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4194
4195         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4196         use is_alias() iso. == . This fixes lyrics on
4197         GregorianTranscriptions. 
4198
4199 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4200
4201         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4202         \thispagestyle{lastpage} to avoid that it's printed on the second
4203         last page when there's only a single score line on the last page.
4204         (The page breaking mechanism in TeX played some ugly tricks to us.)
4205
4206 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4207
4208         * scripts/filter-lilypond-book.py: Further development.
4209
4210         * input/regression/collision-dots-move.ly: New test.
4211
4212         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4213         hand side note head of non-merged collision to the right.
4214
4215         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4216         Construct children before accessing property from emtpy
4217         lyrics_context_.
4218         (construct_children): Find thread before finding LyricsVoice.
4219         Create LyricsVoice one if none found, fixes crash (thanks Erik
4220         Sandberg).
4221
4222 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4223
4224         * cygwin/: Forward port.
4225
4226 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4227
4228         * buildscripts/install-info-html.sh: Use Bash.
4229
4230         * cygwin/mknetrel: Patch from Bert.
4231
4232 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4233
4234         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4235
4236         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4237         try to copy *png, index.html (Bertalan Fodor).
4238
4239         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4240
4241 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4242
4243         * lily/note-collision.cc (check_meshing_chords): Do not remove
4244         dots (from down head) when merging similar heads (thanks Matthias
4245         Kilian).  Simplify merge_possible tests and other cleanups
4246
4247         * input/regression/collision-merge-differently-dotted.ly: Add test
4248         for disappearing dots on similar heads for both voices.
4249
4250 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4251
4252         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4253         that tagline overrides copyright for single page scores. Correct
4254         the default tagline value.
4255
4256 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4257
4258         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4259
4260 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4261
4262         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4263         TEXMF if it's previously unset.
4264
4265 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4266
4267         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4268
4269         * input/test/trills.ly: fix the unfolding of lineprall.
4270
4271         * input/test/figured-bass-alternative.ly: fix accidental.
4272
4273 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4274
4275         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4276         
4277         * input/no-notation/dos-guile.ly: 
4278         * input/no-notation/dos-ps.ly: 
4279         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4280         
4281         * input/no-notation/safe-include.ly:
4282         * input/no-notation/safe-guile.ly:
4283         * input/no-notation/safe-ps.ly: 
4284         * input/no-notation/safe-tex.ly: New file.
4285
4286         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4287         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4288         options now.
4289         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4290         When in --safe-mode, set environment openout_any=p[aranoid].
4291
4292         * tex/ltest.tex: 
4293         * tex/lilyponddefs.tex: Add \nofiles.
4294
4295         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4296         options.
4297
4298         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4299         This allows building the user manual using a binary installation
4300         and a matching unpacked source tree.
4301
4302         * scm/lily.scm (safe-module): New variable. 
4303
4304         * lily/includable-lexer.cc (new_input): Fix error messages.
4305
4306         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4307         If SAFE, evaluate in safe-module.  Change callers.
4308
4309         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4310
4311         * lily/lexer.ll (embedded_scm): While processing main-input,
4312         invoke ly_parse_scm with safe mode if running in safe-mode.
4313         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4314         in init.ly for safe-mode.
4315
4316 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4317
4318         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4319         compatibility with old versions of geometry.sty (compat2
4320         already implied includehead).
4321         Change the page layout slightly so bottom + footskip = top +
4322         headheight + headsep = 16mm, the remaining paperheight-32mm
4323         are used for the music. Increase footskip to 5mm, so the top of
4324         the footer text doesn't touch the music.
4325
4326 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4327
4328         * VERSION: release 2.1.16
4329         
4330         * scm/music-functions.scm (determine-split-list): bugfix: only use
4331         new-active for both voices if both indexes advance. This fixes the
4332         biggest outstanding problem with new-pc. 
4333
4334         * lily/new-part-combine-iterator.cc (construct_children): set more
4335         directions.
4336
4337 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4338
4339         * scripts/convert-ly.py (conv): add instrument rule.
4340
4341         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4342
4343         * lily/side-position-interface.cc: remove add_staff_support ()
4344         Change all callers to use staff-padding.
4345
4346         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4347         make_spanner().
4348
4349         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4350
4351         * lily/text-engraver.cc: remove scriptHorizontal property.
4352
4353         * lily/beam.cc (least_squares): also set least-squares-dy for
4354         special case of slanted 2-stem beam to center.
4355
4356         * lily/side-position-interface.cc (out_of_staff): move contents of
4357         out_of_staff into aligned_side.
4358         remove out_of_staff().
4359
4360         * input/regression/measure-grouping.ly: fix warning.
4361
4362         * lily/side-position-interface.cc: add staff-padding support to
4363         Side_position_interface::aligned_side.
4364
4365         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4366         one get_property too many.
4367
4368         * flower/include/drul-array.hh (linear_combination): new function
4369         (scale_drul): new function
4370
4371         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4372         operations on empty intervals are silly.
4373
4374 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4375
4376         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4377         (iso gh_scm2int), fixes crash in new part-combiner.
4378
4379         * configure.in: Up mftrace to 1.0.27.
4380
4381 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4382
4383         * VERSION: release 2.1.15
4384         
4385         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4386         align all stanza numbers.
4387
4388 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4389
4390         * Documentation/user/{introduction.itely,refman.itely,
4391         converters.itely}: fix some text inside parentheses; text should
4392         be readable (even) if parentheses are either replaced with commas 
4393         or dropped out.
4394
4395 2004-01-25  Werner Lemberg  <wl@gnu.org>
4396
4397         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4398         input/test/vaticana.ly, input/test/ancient-font.ly,
4399         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4400         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4401         ly/params-as-init.ly, scm/define-grobs.scm,
4402         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4403
4404         * ly/params-as-init.ly: Removed.  Obsolete.
4405         * buildscripts/lilypond.words.py: Updated.
4406
4407 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4408
4409         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4410
4411         * mf/feta-din{4,5,7,9}.mf: remove.
4412         
4413         * lily/engraver.cc (internal_make_item): centralize item/spanner
4414         factory.
4415
4416         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4417         do correct chord conversion for ^"sim."  (backportme)
4418         (FatalConversionError.sub_articulations): substitute ^"foo" in
4419         chords too. (backportme)
4420
4421         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4422         for Fingering.
4423
4424         * lily/side-position-interface.cc (out_of_staff): don't do
4425         anything if staff-padding not defined. 
4426
4427         * mf/feta-params.mf (stafflines): introduce linethickness as
4428         general blackness of the font.
4429
4430         * lily/stem.cc (position_noteheads): rounding error robustness.
4431
4432         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4433         from beam-collision.ly 
4434
4435         * lily/beam.cc (rest_collision_callback): remove direction.
4436
4437         * scm/define-grobs.scm (all-grob-descriptions): remove
4438         enclose-bounds in OttavaBracket and PianoPedalBracket
4439
4440         * scm/new-markup.scm (def-markup-command) new macro, which takes
4441         care of defining the COMMAND-markup and make-COMMAND-markup
4442         procedures, setting markup-signature and keyword-signature object
4443         properties, and pushing the markup command in
4444         markup-function-list.
4445
4446         All markup commands are defined thanks to it.  Users may also use
4447         it to define their own markup commands. (Nicolas Sceaux)
4448
4449         * scm/new-markup.scm: Scheme style clean-up: there should be no
4450         parenthesis alone on a line; LET* should not be used where LET is
4451         enough. (Nicolas Sceaux)
4452
4453 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4454
4455         * scripts/filter-lilypond-book.py: Add script.
4456
4457 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4458
4459         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4460
4461 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4462
4463         * Documentation/user/refman.itely (Fingering instructions): add
4464         single note chords. 
4465
4466         * lily/multi-measure-rest-engraver.cc: use a single
4467         MultiMeasureEvent for mm rests. This prevents problems with the
4468         new part combiner.
4469
4470         * scm/music-functions.scm (determine-split-list): analysis has
4471         global effect: a difference halfway a phrase makes the entire
4472         phrase be typeset as apart.
4473         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4474
4475 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4476
4477         * ly/performer-init.ly: add Devnull.
4478
4479         * Documentation/user/refman.itely (Font selection): remove paper20
4480         ref.
4481         
4482 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4483
4484         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4485
4486 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4487
4488         * scm/music-functions.scm (determine-split-list): bugfixes.
4489
4490         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4491
4492         * input/test/scales-greek.ly: use C as base, results in different
4493         alterations at the clef.
4494
4495         * input/regression/pedal-ped.ly: new file.
4496
4497         * input/regression/pedal-bracket.ly: new file.
4498
4499         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4500         replace after_line_breaking()
4501
4502         * lily/line-interface.cc (line): read thickness.
4503         (line): dash-fraction = 0 always for dotted-line style.
4504
4505         * input/test/staff-lines.ly (lower): bugfix.
4506
4507         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4508         \accepts Devnull into Score.
4509
4510         * scm/lily.scm: remove bla.scm load.
4511
4512 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4513
4514         * VERSION: release 2.1.14
4515         
4516         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4517
4518         * lily/side-position-interface.cc (general_side_position): add
4519         Staff_symbol_referencer::staff_space ().
4520
4521         * lily/include/context-def.hh: rename from translator-def.hh
4522
4523 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4524
4525         * input/template/piano-dynamics.ly (pedal): Updated definition of
4526         Dynamics such that \cresc works, for example.
4527
4528 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4529
4530         * lily/stem.cc (calc_stem_info): use
4531         Staff_symbol_referencer::staff_space
4532
4533         * lily/beam-quanting.cc (quanting): scale Stem_info 
4534
4535         * lily/beam.cc (rest_collision_callback): use minimum-distance
4536         property for rest/beam collisions.
4537         (rest_collision_callback): bugfixes.
4538
4539         * lily/system.cc (post_processing): extra-offset is now relative
4540         to the size of the current staff.
4541
4542         * scm/music-functions.scm (notice-the-events-for-pc): record all
4543         voices, only analyze "one" and "two".
4544
4545         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4546         not parent. 
4547
4548         * lily/new-part-combine-iterator.cc (construct_children): create
4549         Devnull from Voice context
4550
4551         * scm/music-functions.scm (determine-split-list): bugfixes.
4552
4553         * lily/lily-guile.cc (robust_scm2int): new function
4554
4555         * lily/staff-symbol-referencer.cc (line_thickness): new
4556         function. Use throughout.
4557
4558         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4559         in its own context.  Add to preset font-size.
4560
4561         * lily/stem.cc (thickness): new function.
4562
4563         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4564         compute thickness from ledger-line-thickness.
4565
4566         * lily/note-head.cc (brew_ledger_lines): use
4567         Staff_symbol::get_ledger_line_thickness ().
4568
4569         * lily/beam.cc (rest_collision_callback): use
4570         Staff_symbol_referencer::staff_space().
4571
4572         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4573         Mus1 Mus2
4574
4575         * lily/include/translator.hh (class Translator): add accepts_list_
4576         so  \with { \denies / \accepts } also works.
4577
4578         * scm/music-functions.scm (determine-split-list): determine split
4579         list from music events.
4580
4581         * lily/new-part-combine-iterator.cc: more states.
4582
4583         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4584
4585 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4586
4587         * lily/system.cc (set_loose_columns): use the right prebroken cols
4588         for interpolating loose column position.
4589
4590         * lily/text-spanner.cc (brew_molecule): default to no vertical
4591         lines.
4592
4593         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4594         take space.
4595
4596         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4597
4598 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4599
4600         * scripts/convert-ly.py: Do not test filename when processing
4601         stdin.
4602
4603         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4604
4605 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4606
4607         * lily/axis-group-engraver.cc (finalize): extra check; if
4608         process_music () is never called, then staffline_ == 0.
4609
4610         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4611         check run_always ().
4612         
4613         * VERSION: release 2.1.13
4614
4615         * input/regression/note-head-style.ly (pattern): cleanup.
4616
4617         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4618         downloading.
4619
4620         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4621         kludge rehearsalmark placement.
4622
4623         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4624         , ly:spanner?
4625
4626         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4627         close to note head for accidentals.
4628
4629         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4630         tuplet direction.
4631
4632         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4633
4634 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4635
4636         * lily/include/music-iterator.hh (class Music_iterator): add
4637         substitute_outlet() to iterator API.
4638
4639         * lily/new-part-combine-iterator.cc (construct_children):
4640         New_pc_iterator: new class, better part combining.
4641
4642         * lily/tie-column.cc (werner_directions): new function
4643
4644         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4645
4646         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4647         empty objects group spanner as parent
4648
4649         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4650         slope against graphical slope.
4651
4652         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4653         for ottava bracket.
4654
4655         * lily/side-position-interface.cc (general_side_position):
4656         opps. reinstate *dir.
4657
4658         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4659         parser run.
4660
4661         * lily/tuplet-bracket.cc: remove calc_dy ().
4662
4663         * Documentation/user/refman.itely (Balloon help): document balloon
4664         help
4665
4666 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4667
4668         * scm/document-backend.scm (check-dangling-properties): Grob
4669         properties are defined define-grob-properties.scm.
4670         
4671 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4672         
4673         * VERSION: release 2.1.12
4674
4675         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4676         ChordName
4677
4678         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4679         relation to surroundings.
4680
4681         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4682         Y-extent to the note-extents: stay clear of the staff.
4683
4684 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4685
4686         * Documentation/user/GNUmakefile
4687         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4688         iso. copy.
4689
4690         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4691
4692         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4693
4694         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4695
4696         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4697
4698         * lily/line-interface.cc (line): remove thickness from calling interface.
4699
4700         * lily/hairpin.cc: use Line_interface
4701
4702         * lily/line-interface.cc: new file. Line_interface for everything
4703         with dotted/dashed lines.
4704         
4705
4706         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4707
4708         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4709         for constructing ottava brackets.
4710         
4711         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4712         the note heads.
4713
4714         * Documentation/user/internals.itely (Engravers and performers):
4715         fix broken link.
4716
4717         * scm/music-functions.scm (make-mark-set): new function.
4718
4719         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4720         functionally identical to beam.
4721
4722         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4723         () with beam (). 
4724
4725         * Documentation/user/refman.itely (Rehearsal marks): document new
4726         functionality.
4727
4728         * input/regression/rehearsal-mark-number.ly: new file.
4729
4730         * input/regression/rehearsal-mark-letter.ly: new file.
4731
4732         * scm/translation-functions.scm (number->mark-string): new function
4733         (format-mark-letters): new function
4734         (format-mark-numbers): new function
4735
4736         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4737         integer; formatting is done through markFormatter property.
4738         
4739         * scm/define-translator-properties.scm: fold all *-done properties
4740         into positioning-done.
4741
4742         * lily/beam.cc (position_beam): new function
4743         (brew_molecule): make sure that positions are calced before making
4744         the molecule.
4745
4746         * scm/output*.scm (beam):  take 4th argument for function.
4747
4748         * ps/music-drawing-routines.ps: take blot as 4th argument.
4749
4750         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4751         stem to avoid small dents.
4752         
4753 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4754
4755         * VERSION: release 2.1.11
4756
4757         * input/regression/balloon.ly: new file.
4758
4759         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4760         objects, and make help texts. 
4761
4762         * scm/new-markup.scm (parse-simple-duration): parse duration
4763         string to log & dots. (Thanks Nicolas!)
4764
4765         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4766         rule.
4767
4768 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4769
4770         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4771         Lemberg).
4772
4773         * THANKS: alphabetic order.
4774
4775 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4776
4777         * input/regression/note-head-harmonic.ly: new file.
4778
4779         * Documentation/user/internals.itely (Technical manual): explain
4780         difference between music, translation, layout.
4781
4782         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4783
4784         * scm/output-ascii-script.scm (bracket): rounding bfs.
4785
4786         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4787
4788         * ly/paper*.ly: remove files. 
4789         
4790         * scm/paper.scm (set-staff-size): new function: set default
4791         staff-size.
4792
4793         * scripts/convert-ly.py (conv): add conversion rule.
4794
4795         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4796         function.
4797
4798         * scm/paper.scm: new file.
4799         (set-staff-size): new function 
4800         (set-paper-size): new function
4801
4802         * lily/parser.yy (music_output_def_body): restructure definition,
4803         so first Scheme statement in \paper also happens in new scope. 
4804
4805         * lily/system.cc (post_processing): move uniquify_list () to
4806         dumping molecule stage.
4807
4808         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4809         this will mess up scores that use barchecks to shorten measures.
4810
4811         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4812         at 20pt too.
4813
4814         * Documentation/user/tutorial.itely (Printing lyrics): document
4815         \lyricsto
4816
4817         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4818
4819         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4820
4821         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4822         if Voice is not found.
4823
4824         * VERSION: release 2.1.10
4825         
4826         * input/{test,regression}/: remove old-relative 
4827
4828         * lily/lexer.ll: add empty markup signature. 
4829
4830         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4831         strut markup
4832
4833         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4834
4835         * scm/define-translator-properties.scm: update melismata property
4836         doco.
4837
4838         * lily/system.cc (output_lines): revert uniquify_list() patch,
4839         strange side effects seen.
4840         
4841         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4842         dash-period < 0.
4843
4844         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4845         for flute. 
4846
4847 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4848
4849         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4850
4851         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4852
4853         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4854         of line breaks.
4855         (brew_molecule): add padding to left, not right.
4856
4857         * lily/system.cc (uniquify_list): new function
4858         (output_lines): uniquify_list () on all-elements. This fixes
4859         double symbols in the output.
4860
4861         * lily/beam.cc (rest_collision_callback): don't move anything if
4862         staff-position is set.
4863
4864         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4865
4866         * lily/system.cc (typeset_grob): warn if adding twice.
4867
4868         * lily/sequential-iterator.cc (run_always): implement run_always().
4869         (also in other files.)
4870         
4871         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4872
4873         * lily/event.cc (to_relative_octave): add octave-check.
4874
4875         * Documentation/user/refman.itely (Line breaking): add noBreak.
4876
4877         * scm/new-markup.scm (normalsize-markup): add function.
4878         (sans-markup): new function.
4879
4880         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4881         come earlier nowadays.  This fixes beams on grace notes.
4882         
4883         * scm/music-functions.scm (direction-polyphonic-grobs): new
4884         variable, share between override and revert. This fixes script
4885         directions in polyphonic sections. (backportme)
4886
4887 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4888
4889         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4890         breakpoints.
4891
4892         * lily/break-align-interface.cc: add doco
4893
4894         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4895
4896 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4897
4898         * VERSION: release 2.1.9
4899
4900         * scm/document-markup.scm (markup-doc-node): add note about naming.
4901
4902         * scm/new-markup.scm (left-align-markup): bugfix. 
4903
4904         * Documentation/user/refman.itely (Ottava brackets): more doco for
4905         ottava.
4906
4907         * lily/side-position-interface.cc (out_of_staff): also do
4908         out_of_staff() correctly for d == DOWN.
4909
4910         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4911         horizontal line if they move to the right.
4912         
4913         * scm/define-grobs.scm (all-grob-descriptions): set
4914         text-repeat-if-broken for ottava spanner
4915
4916         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4917         property.
4918
4919         * mf/feta18.mf: design size is 18 not 22.5
4920
4921         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4922         Add a single LyricsVoice to a melody. Melismata may be set
4923         individually.
4924
4925         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4926
4927         * lily/dot-column.cc: add stdio.h
4928
4929 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4930
4931         * lily/item.cc: documentation for break-visibility (Thanks, John).
4932
4933 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4934
4935         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4936
4937         * lily/translator-def.cc: rename Translator_def to Context_def.
4938
4939         * Documentation/user/internals.itely (Lexical details): clarify
4940         string def.
4941
4942         * Documentation/user/refman.itely (Rhythmic music): add link to
4943         RhythmicStaff 
4944
4945 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4946
4947         * lily/translator.cc: document start_translation_timestep()
4948
4949         * scm/output-tex.scm (tex-encoded-fontswitch): use
4950         round for rounding (inexact->exact yields rationals)
4951
4952         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4953
4954         * lily/translator-group.cc (get_simple_trans_list): 
4955         new function; construct simple_trans_list_ lazily.
4956         
4957 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4958
4959         * lily/paper-outputter.cc (output_scope): Check if number before
4960         checking exact (guile cvs).
4961
4962         * scm/*: Escape backslashes in scheme strings (guile cvs).
4963
4964 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4965
4966         * Documentation/user/refman.itely (Tablatures basic): annotate
4967         seealso sections.
4968
4969         * lily/*.cc: cleanup of engraver initialize() functions.
4970
4971         * lily/repeat-acknowledge-engraver.cc
4972         (start_translation_timestep): remove first_b_
4973
4974         * lily/tab-note-heads-engraver.cc: listen to string number events
4975         inside < > too. (backportme).
4976
4977         * Documentation/user/refman.itely (Text scripts): add fatText to
4978         index.
4979
4980 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4981
4982         * VERSION: 2.1.8
4983
4984         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4985         footer.
4986
4987         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4988
4989         * lily/bar-check-iterator.cc (process): only warn if
4990         barCheckLastFail was changed.
4991
4992         * scm/define-translator-properties.scm (barCheckLastFail): add
4993         property.
4994
4995         * lily/main.cc (main_prog): print summary of failed files.
4996
4997         * lily/axis-group-engraver.cc: move all spanner creation to
4998         process_music (). Now staffs can be adjusted with \override too.
4999         (Jan, you are a brilliant programmer!)
5000         
5001         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5002
5003 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5004
5005         * Documentation/user/tutorial.itely (Integrating text and music):
5006         Show the commands to produce a PDF as well.
5007
5008 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5009
5010         * lily/translator-def.cc (get_translator_names): accept user
5011         tweaks too. 
5012
5013         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5014         as big as normal heads. 
5015
5016         * input/*ly: run convert-ly
5017         
5018         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5019         () if dependencies are fluked.
5020
5021         * scm/document-translation.scm (engraver-doc-string): update on
5022         latest string/symbol conventions.
5023
5024         * lily/translator-ctors.cc: use Scheme_hash_table.
5025
5026         * lily/translator-def.cc (get_translator_names): new function
5027         (add_context_mod): new function
5028         (get_accepted): new function
5029
5030         * lily/parser.yy (context_mod): put all modifications of
5031         \translator { } in a single production, encode as SCM.
5032
5033         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5034         to use read-only lists, so additions to the definition can be
5035         prepended easily.  
5036
5037         * Documentation/user/invoking.itexi (Editor support): add node on
5038         editor support.
5039
5040         * Documentation/user/refman.itely (Bar check): add lyrics example
5041         of bar checks. 
5042
5043         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5044
5045         * scripts/convert-ly.py (conv): add conversion rule.
5046
5047         * lily/parser.yy: use \change iso. \translator for staff switch.
5048
5049         * lily/my-lily-lexer.cc: add \change.
5050
5051         * scm/define-translator-properties.scm
5052         (default-melisma-properties): add definition.
5053
5054 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5055
5056         * Documentation/user/refman.itely (Bar lines): clarification of
5057         systemStartDelimiter. 
5058
5059         * input/test/slur-shape.ly (x): remove file.
5060
5061         * lily/translator-group.cc (apply_property_operations): new function.
5062
5063 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5064
5065         * lily/parser.yy (optional_prop_ops): allow \with {
5066         PROPERTYSETTINGS } following \context or \new.
5067
5068         * lily/my-lily-lexer.cc: add \with.
5069
5070         * lily/parser.yy (property_operation): clean up definition of
5071         property operations.
5072         (property_op_to_music): new function.
5073         (context_spec_music): new function
5074
5075         * VERSION: 2.1.7 released.
5076         
5077         * input/regression/collision-merge-dots.ly: new file.
5078
5079         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5080         then kill the dots too. 
5081
5082         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5083         set/unset breakableSeparationItem
5084
5085         * lily/separation-item.cc (relative_width): add function.
5086
5087         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5088         only-prebreak-interface
5089
5090         * lily/system.cc (output_lines): only junk only-prebreak-interface
5091         grobs.
5092
5093         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5094         read breakableSeparationItem
5095
5096         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5097
5098         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5099
5100         * lily/dot-column.cc (dot_config_badness): new function:
5101         select the best scoring dot configuration: dots should go close to
5102         the note heads, but be shifted up or down according to conventions.
5103         (print_dot_configuration): idem.
5104         (shift_one): idem
5105         (remove_collision): idem.
5106
5107         * input/regression/dots.ly: add more test cases.
5108
5109 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5110
5111         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5112
5113         * flower/include/interval.hh: rename elem_b to contains 
5114
5115         * lily/tie.cc: change 'heads to 'head-pair.
5116
5117         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5118         fill in 'heads field.
5119
5120         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5121         minimum-length for short ones, and shorten so collisions with the
5122         next syllable are avoided.
5123
5124         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5125         near-zero slopes.
5126         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5127
5128         * lily/dots.cc: remove quantized_position callback. All Y
5129         positioning is done by dot-column.cc
5130
5131         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5132         exhaustive test of all dot positions. This fixes disappearing dots
5133         in dotted chords.
5134
5135 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5136
5137         * mf/feta-klef.mf (test_staff): fatten up G clef
5138         (test_staff): fatten up f clef.
5139         
5140
5141 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5142
5143         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5144         * input/les-nereides.ly: Use latin1 characters for title, like
5145         Morgenlied.
5146
5147 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5148
5149         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5150         cmb10).
5151
5152         * lily/lyric-extender.cc (brew_molecule): add little space before
5153         extender line.
5154
5155         * lily/beam-quanting.cc (score_forbidden_quants): check if
5156         outer stafflines fall in any beam gaps.
5157
5158         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5159         for lyric texts.
5160
5161 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5162
5163         * VERSION: 2.1.6 released.
5164
5165         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5166         this shows the demerits of a user-defined beam position pair.
5167
5168         * scm/define-grobs.scm (all-grob-descriptions): set
5169         beamed-extreme-minimum-free-lengths to a different value.
5170
5171         * lily/scm-option.cc: add debug-beam scm-option
5172
5173         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5174
5175 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5176
5177         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5178
5179         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5180         space after barline.
5181
5182         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5183
5184         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5185         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5186         the other case, take standard column-breakable spacing. Do not
5187         warn about "no spacing wishes".
5188
5189         This fixes wide spaces after barlines in very loose lines.
5190
5191         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5192
5193 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5194
5195         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5196         acknowledge_grob lyric-syllable, not lyric-text.
5197
5198         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5199         dashes of length #'length separated by #'dash-period. 
5200
5201         * lily/lyric-extender.cc (brew_molecule): idem
5202
5203         * lily/multi-measure-rest.cc (big_rest): idem
5204
5205         * lily/system-start-delimiter.cc (simple_bar): idem
5206
5207         * lily/bar-line.cc (simple_barline): use rounded box
5208
5209         * VERSION: release 2.1.5
5210
5211         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5212         music): move note about dvips to more visible place.
5213
5214         * lily/lyric-phrasing-engraver.cc: move from
5215         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5216         lyric-phrasing-engraver.hh)
5217         
5218         * lyric-align.ly: remove file
5219         
5220         * scripts/convert-ly.py (FatalConversionError.func): add removal
5221         rule for automaticMelismata
5222
5223         * ly/engraver-init.ly (ScoreContext): switch on
5224         New_phrasing_engraver by default.
5225
5226         * lily/slur-engraver.cc (class Slur_engraver):
5227         process_acknowledged_grobs -> process_music.
5228         (try_music): signal melismata correctly.
5229
5230         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5231         word-space, right-trim-amount, and extend past right bound only
5232         for note heads.
5233
5234         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5235         lyric-extender support: add note-heads to the extender
5236         automatically.
5237
5238         * lily/parser.yy: extender is now post_event. 
5239
5240         * lily/accidental-engraver.cc (number_accidentals): remove
5241         spurious warning about non-parent contexts.
5242
5243         * lily/music-output-def.cc (assign_translator): \translator { }
5244         for a Foo context implicitly redefines \FooContext.
5245
5246         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5247         fixes.
5248
5249         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5250         doubly in slur weight. 
5251
5252         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5253         combination.
5254
5255         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5256         staffbar distance.
5257
5258         * scripts/lilypond.py (global_latex_preamble): crank down size of
5259         the margins. Now there is a 12 mm top and bottom margin, which
5260         should correspond with the printable area of modern printers.
5261
5262         This enlarges the music height of the printable page a little.
5263
5264         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5265         signs. Use \markup instead.
5266         (accreg_pen): tweak for accordeon asterisk.
5267
5268 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5269
5270         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5271
5272         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5273
5274         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5275
5276         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5277
5278         * scm/define-grobs.scm (all-grob-descriptions): change
5279         StanzaNumber description: make side support, i.s.o. breakable.
5280         use Instrument_name_engraver for texts in the margin.
5281
5282         * scm/define-translator-properties.scm: remove
5283         melismaEngraverBusy, stz property.
5284
5285         * *.cc: naming: change empty_b () into is_empty ()
5286
5287         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5288
5289         * input/regression/lyric-phrasing-new.ly: new file.
5290
5291         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5292         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5293         melismata are now left-aligned.
5294
5295 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5296
5297         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5298
5299         * mf/feta19.mf: remove.
5300         
5301         * mf/feta-klef.mf (test_staff): more tweaks
5302
5303         * mf/feta-toevallig.mf: more small size tweaks.
5304
5305         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5306         rests for smaller sizes.
5307
5308         * mf/feta-bolletjes.mf: fix cross heads.
5309
5310         * VERSION: release 2.1.4
5311         
5312         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5313         deprecated #'ancient font family
5314
5315         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5316         it is a string or number.
5317
5318         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5319         change calling convention of stem-attachment function. 
5320
5321         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5322
5323         * mf/feta-autometric.mf: dump WX/WY fields too
5324         
5325         * mf/parmesan-heads.mf: idem.
5326
5327         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5328         attachment coordinates.
5329
5330         * lily/note-head.cc (stem_attachment_coordinate): read stem
5331         attachment from the notehead glyphs WX/WY fields.
5332
5333         * lily/include/font-metric.hh (struct Font_metric): add methods
5334         get_indexed_wxwy (), make a distinction between looking up by
5335         index and ASCII  
5336
5337         * mf/feta-bolletjes.mf: rewrite note head MF code.
5338         (test_outlines): make heads more rotund for smaller sizes. 
5339
5340 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5341
5342         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5343         throughout. Font scaling fixes throughout.
5344
5345         * mf/feta-sleur,slur.mf: remove. 
5346
5347         * mf/feta-slag.mf: rewrite.
5348
5349 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5350
5351         * VERSION: release 2.1.3
5352
5353         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5354
5355         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5356
5357         * lily/mark-engraver.cc (process_music): fix mark
5358         \default. (backportme)
5359
5360         * stepmake/stepmake/automatically-generated.sub.make (default):
5361         use -n for head/tail commands. 
5362
5363         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5364         heads with the same pitch.
5365
5366 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5367
5368         * lily/recording-group-engraver.cc (finalize): set protected_scm
5369         member to '() before finalizing.
5370
5371         * lily/translator-group.cc (finalize): remove removal_processing () 
5372
5373         * lily/recording-group-engraver.cc: new engraver: record
5374         synchronized start & end times for each music object.
5375
5376         * lily/parser.yy (toplevel_expression): execute score rendering
5377         during parsing. Cleanup output-filename handling; this is no
5378         longer done with global variables.
5379         (translator_spec_body): allow \type modification too.
5380
5381         * lily/score.cc:  ly:run-translator: new function
5382         (LY_DEFINE): ly:render-output new function.
5383
5384         Separate interpreting and rendering, and make available as
5385         functions at Scheme level.
5386
5387 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5388
5389         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5390         (musicxml-node->string):
5391         (xml-node->string):
5392         (music-to-musicxml): New function.
5393
5394 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5395
5396         * VERSION: 2.1.2 released
5397
5398         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5399
5400         * scm/font.scm (paper20-font-vector): discouple font design sizes
5401         from sizes specified in .ly file: store all design sizes of a font
5402         in a single vector.
5403
5404         * lily/font-select.cc (get_font_by_design_size): new function
5405
5406         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5407         add parmesan,feta in sizes 14 and 18.
5408         
5409         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5410
5411         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5412         of fontSize: this now sets font-size
5413
5414 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5415
5416         * VERSION: 2.1.1 released
5417         
5418         * Documentation/user/refman.itely (Tuning objects): add note about
5419         concurrent tweaks in different contexts. 
5420
5421         * lily/tie-engraver.cc (acknowledge_grob): use
5422         Staff_symbol_referencer::get_position iso. reading staff-position
5423         directly.
5424
5425         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5426         currentMusicalColumn as left span-point for bracket. The bracket
5427         is too long when there are accidentals.
5428
5429 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5430
5431         * buildscripts/lilypond-profile.sh,
5432         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5433         Thanks to Reuben Thomas <rrt@mupsych.org>
5434
5435 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5436
5437         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5438         Wurbel <wurbel@univ-tln.fr>.
5439
5440 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5441
5442         * scripts/midi2ly.py: Add space after chords.
5443
5444 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5445
5446         * input/regression/{many}: add few @code{ ... }.
5447
5448 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5449
5450         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5451         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5452         Removed cmbx5, cmbx6 (which are included in teTeX)
5453         and cmbxti14 which is not used in fonts.scm.
5454
5455 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5456
5457         * lily/midi-item.cc: fine tune quarter tones.
5458
5459 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5460
5461         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5462         new function, warn how many cents are missing in fine tuning.
5463
5464 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5465
5466         * input/bugs/rhytmicstaff-tie.ly: add file.
5467
5468         * THANKS: Create skeleton for 2.1.
5469
5470 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5471
5472         * input/test/bar-lines.ly (TODO): dashed "|".
5473
5474 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5475
5476         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5477         input/regression/tie-chord.ly: Fix spell for tying.
5478
5479         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5480
5481         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5482         new file (renamed, see above).
5483
5484         * Documentation/user/lilypond-book.itely
5485         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5486         * input/example-1.ly input/example-2.ly input/example-3.ly
5487         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5488         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5489         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5490         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5491         * scripts/lilypond-book.py scripts/lilypond.py
5492         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5493         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5494
5495         * Documentation/user/lilypond.tely: update version.
5496
5497         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5498         Remove extra spaces in each @node, fixes spaces.
5499
5500 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5501
5502         * scripts/lilypond-book.py (output_dict): Add definition of
5503         \lilypondbook also for LaTeX output. Solves several bug reports.
5504
5505 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5506
5507         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5508
5509 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5510
5511         * input/test/transposition.ly: Fix key signatures, given in comments.
5512
5513 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5514
5515         * scm/midi.scm (instrument-names-alist),
5516         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5517
5518 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5519
5520         * input/test/temporary-stave.ly (texidoc): New example based on an
5521         email question from Ralph Little.
5522
5523 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5524
5525         * VERSION: release 2.1.0
5526         
5527         * lily/note-performer.cc (try_music): accept busy-playing-event.
5528
5529         * lily/swallow-perf.cc (try_music): return false for
5530         busy-playing-event and melisma-playing-event.
5531
5532 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5533
5534         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5535         >> in \score.
5536
5537 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5538
5539         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5540         that articulation_substitute will not move beam start again.
5541         (articulation_substitute): Bugfix: remove stray space so that new
5542         old chords ending '>>' does not get broken up.
5543         (sub_chord): Use TAB for indentation (not spaces).
5544         
5545         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5546         Bugfix for startup: Use ?^ instead of ?\^.
5547
5548 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5549
5550         * lily/lyric-combine-music-iterator.cc
5551         (Lyric_combine_music_iterator): change init order, to prevent GC
5552         segfaults.
5553
5554         * lily/context-specced-music-iterator.cc (construct_children): 
5555         only change  translator if found. This fixes a core dump problem.
5556
5557 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5558
5559         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5560         comparison.
5561
5562         * mf/feta-bolletjes.mf: make hole in half note little
5563         smaller for stem attachment.
5564
5565         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5566
5567         * mf/feta-banier.mf: don't draw stem with flag, just small square
5568         attachment.
5569
5570         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5571
5572         * mf/feta-banier.mf: remove upstem/downstem characters.
5573
5574         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5575
5576         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5577         stafflinethickness (in the default)
5578
5579         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5580
5581         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5582
5583         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5584
5585         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5586
5587         * lily/include/directional-element-interface.hh:
5588         junk class, make {get,set}_grob_direction functions.
5589
5590         * lily/slur.cc (get_attachment): do something sensible when
5591         attaching to stem without heads (eg. a rest).
5592
5593         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5594         forcing up to staff.  remove #'support-head property
5595         (brew_molecule): small cleanup.
5596         (flag): remove #'grace property.
5597
5598 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5599
5600         * cygwin/postinstall-lilypond.sh: 
5601         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5602         (Volker Zell).
5603
5604 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5605
5606         * scripts/lilypond-book.py: resurrect 'eps' option. 
5607         (TexiPaper.to_eps): use -Ppdf for EPS files.
5608
5609         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5610
5611         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5612
5613         * VERSION: release 2.0.1
5614
5615         * lily/bezier.cc (get_other_coordinate): change assert into
5616         warning.
5617
5618         * lily/note-head.cc (internal_brew_molecule): make left protusion
5619         smaller, to accomodate for natural sign.
5620         (internal_brew_molecule): only do this when the accidental is
5621         close enough.
5622         (extent): new function
5623
5624         * lily/skyline.cc (merge_skyline): new function
5625         (heighten_skyline): new function
5626
5627         * lily/accidental-placement.cc (position_accidentals) 
5628         (position_accidentals): fix todo.
5629
5630 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5631
5632         * input/test/+.ly (texidoc): put version number inline.
5633
5634         * GNUmakefile.in: remove rsync-web target.
5635         
5636         * input/regression/bar-scripts.ly (onestaff): raggedright
5637
5638 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5639
5640         * lily/*.cc: remove #if 0'd code in couple of places.
5641
5642         * lily/midi-stream.cc (operator <<): rewrite.
5643
5644         * lily/note-head.cc (internal_brew_molecule): 
5645         only make ledgers when the Staff symbol has lines.
5646
5647         * ly/property-init.ly (arpeggioBracket): simplify
5648
5649         * lily/translator-group.cc (execute_pushpop_property): use
5650         SCM_EQ_P for comparing keys. This fixes reverting
5651         auto-beam-settings.
5652
5653 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5654 *
5655         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5656         midi_debug_global_b.
5657         (operator <<): Normalise loop.
5658
5659 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5660
5661         * scripts/lilypond.py (escape_path): revise.
5662
5663         * scm/music-functions.scm (set-output-property): new function.
5664         
5665 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5666
5667         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5668         use addmakeflags again.
5669
5670         * cygwin/lily-wins.py (escape_shell): New function; use it.
5671
5672         * scripts/lilypond.py (escape_shell): Escape quotes and other
5673         spaces too.  Do not escape escaping backslashes.
5674
5675         * make/srcdir.make.in (web-install): Must call install-WWW now.
5676
5677         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5678         dependency
5679
5680 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5681
5682         * scripts/lilypond.py (escape_path): escape quotes too. 
5683
5684         * Documentation/user/lilypond.tely (Unified index): rename Index
5685         to accomodate Windows breakage.
5686
5687         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5688
5689         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5690         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5691         target not a source.
5692
5693 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5694
5695         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5696         addmakeflags.  Build and install doc and web also when building on
5697         Cygwin.
5698
5699         * mf/GNUmakefile: Bugfix.
5700
5701         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5702         target web.
5703
5704         * cygwin/lily-wins.py: Quote filename.
5705
5706 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5707
5708         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5709
5710 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5711
5712         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5713         settings.
5714
5715         * configure.in: Require g++ > 3.0.4.
5716
5717         * mf/GNUmakefile: Bugfix: Add list.ly target.
5718         
5719         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5720
5721         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5722         make omf directory, add uninstall targets.
5723
5724 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5725
5726         * lily/tie-performer.cc (initialize): init prev_event
5727
5728         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5729
5730         * lily/script-engraver.cc (make_script_from_event): don't crash on
5731         non-string articulation-type.
5732
5733         * lily/new-fingering-engraver.cc (add_script): don't crash on
5734         0 scripts 
5735         (acknowledge_grob): warn about text script events.
5736
5737 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5738
5739         * buildscript/lilypond.words: fix path for drums.scm.
5740
5741 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5742
5743         * lily/spacing-spanner.cc (note_spacing): don't make longer
5744         durations than measure-length.
5745
5746         * VERSION: release 2.0.0
5747
5748         * GNUmakefile.in (rsync-web): version independent rsync target.
5749
5750         * input/test/+.ly (texidoc): idem.
5751
5752         * input/regression/+.ly: print version number.
5753
5754         * input/regression/accidentals.ly (mel): shorten.
5755
5756         * input/regression/accidental-octave.ly (texidoc): shorten.
5757
5758         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5759
5760         * input/regression/completion-heads-polyphony.ly: octave
5761
5762         * input/regression/beam-manual.ly: remove
5763
5764         * input/regression/beam-chord.ly: remove
5765
5766         * input/regression/grace-dynamic.ly: remove
5767         
5768         * input/regression/grace-volta-repeat.ly: octave fixes.
5769
5770         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5771
5772         * lily/parser.yy (step_number): semitones for chord entry too.
5773         (make_chord_step): more robust code, semitones. 
5774
5775         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5776
5777         * input/regression/breathing-sign.ly (texidoc): split ancient and
5778         normal breathing signs.
5779
5780         * scm/define-grobs.scm (all-grob-descriptions): swap
5781         beamed-extreme-minimum-free-lengths and
5782         beamed-minimum-free-lengths; the 'extreme' case should allow
5783         shorter stems. This fixes forced directions on beamed 32nd and
5784         shorter notes.
5785
5786         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5787         quartertones, not semitones.
5788         (NoteNamesContext): swallow more event types
5789
5790         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5791
5792         * VERSION (PACKAGE_NAME): release 1.9.10
5793
5794 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5795
5796         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5797         set note head as cause of note-column.  This gives a better error
5798         message.
5799
5800 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5801
5802         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5803
5804 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5805
5806         * mf/GNUmakefile (pfa_warning): instruct 
5807
5808         * stepmake/aclocal.m4: typo.
5809
5810         * Documentation/user/cheatsheet.itely: more verbose examples.
5811
5812         * input/regression/clefs.ly: remove bogus docstring.
5813
5814 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5815
5816         * GNUmakefile.in (SUBDIRS): Add elisp.
5817
5818         * elisp/lilypond-mode.el: 
5819         * elisp/lilypond-init.el: 
5820         * elisp/lilypond-indent.el: 
5821         * elisp/lilypond-font-lock.el: Move from top dir.
5822
5823         * stepmake/stepmake/elisp-vars.make: New file.
5824
5825         * config.make.in (elispdir): Add.
5826
5827         * Documentation/topdocs/INSTALL.texi: Typo.
5828
5829         * make/ly-rules.make: Test for files instead of touching void and
5830         ignoring errors.
5831
5832         * GNUmakefile.in:
5833         * make/lilypond.redhat.spec.in:
5834         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5835         <builddir>, adding
5836         
5837              (push "<builddir>/share/lilypond/elisp" load-path)
5838
5839         to your ~/.emacs.el should give you LilyPond-mode again.
5840
5841         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5842         regexp for DOS/Windows, we are too paranoid to fix others.
5843
5844 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5845
5846         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5847
5848         * input/test/chord-names-jazz.ly (banterProperties): fix
5849
5850         * lily/parser.yy (bass_mod): bass figure alterations are semi
5851         tones, not quarter tones
5852
5853         * lily/beam.cc (set_stem_lengths): only lengthen stems
5854         for gapped beams.
5855
5856         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5857         by beamcount.
5858
5859         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5860         a warning that the warning may erroneous.
5861
5862         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5863         target.
5864
5865         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5866         targets.
5867
5868         * GNUmakefile.in ($(config_h)): config.h should depend on
5869         config.hh.in .
5870         (lilypond.words): remove fontball stuff.
5871
5872         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5873
5874         * configure.in: remove pktrace reference.
5875
5876         * GNUmakefile.in (rsync-web): permissions and ownership for
5877         website.
5878
5879         * lily/volta-engraver.cc (staff_eligible): new function.
5880         (stop_translation_timestep): kill off spanners if not eligible.
5881
5882         * VERSION (PATCH_LEVEL): release 1.9.9
5883
5884         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5885
5886         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5887         length is more important than forbidden quants.
5888         
5889 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5890
5891         * buildscripts/lilypond.words: order words in search order,
5892         add lilypond.words.vim to be generated.
5893
5894         * lilypond.vim: use lilypond.words.vim for keyword matching.
5895
5896         * lilypond-mode.el: use search order. fix word selection rules.
5897
5898         * lilypond-font-lock.el: fix fontifying long durations.
5899
5900         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5901
5902 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5903
5904         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5905
5906         * stepmake/stepmake/generic-targets.make:
5907         * stepmake/stepmake/bin/make-version.py: 
5908         * stepmake/aclocal.m4:
5909         * make/stepmake.make:
5910         * make/toplevel-version.make: Build fixes: remove last traces of
5911           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5912
5913         * lily/beam.cc: Add gap-count property.
5914
5915 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5916
5917         * scm/define-grob-properties.scm (gap-count): add gap-count
5918
5919         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5920
5921 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5922
5923         * cygwin/mknetrel.doc: Typo.
5924
5925         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5926
5927         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5928
5929 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5930
5931         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5932         sizes. Remove support for 'ledger'(=tabloid+landscape).
5933
5934 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5935
5936         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5937         sauter PFAs.
5938
5939         * configure.in: remove VERSION stuff once again.
5940
5941         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5942
5943         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5944         for chord names.
5945
5946         * mf/GNUmakefile: always trace pfa fonts.
5947         (SAUTER_FONTS): add cmss[567] too fonts
5948
5949         * configure.in: require mftrace. 
5950
5951         * lily/staff-performer.cc (new_instrument_string): don't look at
5952         instrument property.
5953
5954         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5955         is_direction is the C++ one. Similar for ly_axis_p and
5956         ly_number_pair_p
5957
5958 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5959
5960         * lily/beam.cc (brew_molecule): read gap-count to determine
5961         number of tremolo (gapped) beams.
5962
5963         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5964         shorter than 1/8
5965
5966         * flower/include/array.hh (default_compare): new function
5967
5968         * cygwin/mknetrel: Native fixes.
5969
5970         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5971
5972 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5973
5974         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5975         feature for Windows.
5976
5977         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5978
5979         * cygwin/mknetrel: Updates for native use on Cygwin.
5980
5981         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5982
5983         * stepmake/stepmake/help2man-rules.make: 
5984         * cygwin/mknetrel: Bugfix for manpages.
5985
5986         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5987         $(builddir).  Stepmake is a normal subdirectory now, that is not
5988         configured.  Another srcdir build fix.
5989
5990         * Documentation/topdocs/INSTALL.texi,
5991         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5992         lilypond-init.el, lilypond-mode.el, debian/rules,
5993         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5994         rename generated file lilypond.words to lilypond.words.el.
5995
5996 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5997
5998         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5999
6000         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6001         GNUmakefile.in.
6002
6003 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6004
6005         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6006         when cross building.
6007
6008         * configure.in: srcdir build fix.
6009
6010         * cygwin/GNUmakefile:
6011         * cygwin/lily-wins.py:
6012         * cygwin/postremove-lilypond.sh: 
6013         * cygwin/postinstall-lilypond.sh: Merge from stable.
6014
6015         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6016         s/ly2dvi/lilypond/.
6017
6018 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6019
6020         * lily/slur.cc (after_line_breaking): only set control points if
6021         none supplied yet.
6022
6023         * input/test/slur-manual.ly: new file.
6024
6025         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6026         <<  >> chords too.
6027
6028         * VERSION (PACKAGE_NAME): release 1.9.8
6029
6030         * scripts/lilypond.py (escape_path): escape spaces in directory names
6031
6032         * input/test/text-spanner.ly: fixes.
6033
6034 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6035
6036         * buildscripts/lilypond.words.py: add drum names as note names to
6037         Emacs-mode.
6038
6039 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6040
6041         * input/regression/hairpin-dashed.ly: new file.
6042
6043         * scripts/convert-ly.py (conv): warn about dash-length.
6044
6045         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6046         automatically if we get a new one.
6047
6048         * lily/lookup.cc (dashed_line): new function
6049
6050         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6051         dash-fraction.
6052
6053 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6054
6055         * buildscripts/lilypond.words.py: extract note names.
6056
6057         * lilypond-mode.el: take note names from lilypond.words -file.
6058         small fix in the use of string-match.
6059
6060         * lilypond-font-lock.el: use lilypond.words for note names, add 
6061         maxima to note a duration.
6062
6063 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6064
6065         * lily/breathing-sign.cc: remove railtracks() function. 
6066
6067         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6068
6069         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6070         (brew_molecule): bugfix don't make arpeggio shorter when
6071         arpeggio-direction is set.
6072
6073         *  debian/rules: small corrections in the (Pedro K)
6074
6075         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6076         examples.
6077
6078         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6079         special (repeat) bar comes along.
6080
6081         * input/regression/auto-beam-bar.ly: update.
6082
6083         * scripts/lilypond-book.py (output_dict): remove support for the
6084         EPS option.
6085
6086         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6087         VerticalAlignment and VerticalAxisGroup this fixes the size
6088         computations for the entire system.
6089  
6090         * input/les-nereides.ly (bass): remove superfluous fontSize.
6091
6092         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6093         causes directory of file to be added to include path.
6094
6095         * input/regression/beam-break.ly: test single stem beams.
6096
6097         * input/regression/system-start-bracket.ly: fix.
6098
6099         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6100
6101         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6102
6103         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6104         (score_stem_lengths): do something sensible for single stem beams.
6105
6106         * lily/beam.cc (least_squares): add kludge for single stem beams.
6107
6108         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6109         keySignature to list of broken things.
6110
6111         * input/regression/keys.ly: fix.
6112
6113         * VERSION (PACKAGE_NAME): release 1.9.7
6114
6115         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6116
6117         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6118
6119         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6120         (quartertone_pitch): new function
6121
6122         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6123         flat. WARNING: FONT CHANGED.
6124
6125         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6126
6127         * lily/accidental-placement.cc (add_accidental): support for
6128         quarter tones.
6129
6130         * ly/LANGUAGEs.ly: use symbols for alterations.
6131
6132         * mf/feta-toevallig.mf: change accidental codes. 
6133
6134         * scm/lily.scm (ly:get-option): switch on debugging only for
6135         --verbose.
6136
6137         * lily/lily-guile.cc: remove ly:verbose?
6138
6139         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6140
6141         * lily/parser.yy (TODO): only do gh_call() for apply with
6142         procedure argument.
6143
6144         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6145         stuff in accordance with new timing of tie-events.
6146
6147         * lily/my-lily-lexer.cc: remove \outputproperty
6148
6149         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6150
6151         * scm/define-translator-properties.scm (melismaBusyProperties):
6152         add melismaBusyProperties property.
6153
6154 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6155
6156         * input/test/ambitus-mixed.ly (texidoc): new file.
6157
6158         * buildscripts/mutopia-index.py (find): prune debugging
6159
6160         * lily/side-position-interface.cc: doc updates
6161
6162         * Documentation/user/refman.itely: updates, tweaks.
6163
6164         * lily/parser.yy (Simple_music): remove outputproperty
6165
6166         * make/stepmake.make: use VERSION again; importing VERSION via
6167         autoconf dependencies is too hairy.
6168
6169 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6170
6171         * lilypond-mode.el: allow `-' for keywords and identifiers.
6172
6173 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6174
6175         * VERSION: release 1.9.6
6176         
6177         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6178         iso. ly2dvi.
6179
6180         * Documentation/user/*.itely: fixes everywhere
6181
6182         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6183         produce ties from the engraver itself, do not broadcast TieEvent.
6184
6185         * lily/my-lily-lexer.cc: remove pitch & duration.
6186
6187         * lily/parser.yy (TODO): remove \pitch and \duration
6188
6189         * input/test/explicit.ly: remove file.
6190
6191         * Documentation/user/refman.itely (Pitches): remove \pitch 
6192         \duration command.
6193
6194 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6195
6196         * buildscripts/lilypond.words.py: add all slur types to Emacs
6197         insertion menu, suppose everything is postfixed by dropping 
6198         unnecessary `-' -marks.
6199
6200 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6201
6202         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6203         tremoloed stems.
6204
6205         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6206         head for flagged stems.
6207
6208         * lily/stem.cc (get_default_stem_end_position): futz with extra
6209         stem length if there is a stem tremolo.
6210
6211         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6212         it would be too small.
6213
6214         * lily/font-metric.cc: return #f for non-existent glyph.
6215         
6216         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6217         exported through config.make.
6218
6219         * input/regression/clef-oct.ly: new file.
6220
6221         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6222         transposition.
6223
6224         * input/template/*.ly: remove old relative.
6225
6226         * ly/english.ly: add X names for double sharp.
6227
6228 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6229
6230         * lily/font-select.cc: new file handle font selection routines.
6231
6232         * lily/parser.yy: add ; (Patrick Atamaniuk)
6233
6234         * input/test/time-signature-double.ly: use markups for double time
6235         sigs.
6236
6237         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6238         ChordNames.SeparationItem #'padding for adjusting space after chords.
6239         
6240         * lily/music-output-def.cc (LY_DEFINE): 
6241         new function ly:paper-lookup.
6242         
6243         * mf/parmesan-clefs.mf: use # quantities for char_box
6244         offsets. Fixes overflow errors in the PFA. 
6245
6246         * scm/new-markup.scm (strut-markup): change calling interface for
6247         markup. Pass paper-def, not grob. This would allow \markup to be
6248         used separately from grobs.
6249
6250         * lily/paper-def.cc: new function ly:paper-font; this function
6251         replaces ly:get-font.
6252
6253         * lily/include/font-interface.hh (struct Font_interface): take
6254         Paper_def iso. Grob for get_font().
6255
6256 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6257
6258         * Documentation/user/ tutorial.itely, refman.itely: add warning
6259         about \key and accidentals.
6260
6261 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6262
6263         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6264
6265         * Documentation/user/*.itely: manual tweaks
6266
6267 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6268
6269         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6270         cleanup; bugfix: exact_center
6271
6272         * Documentation/user/refman.itely: added more documentation on
6273         ambitus according to recent questions on lilypond-user list
6274
6275 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6276
6277         * input/regression/ottava.ly (texidoc): demo 15ma too.
6278
6279         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6280
6281         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6282         octave fixes.
6283
6284 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6285
6286         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6287         problems on older Mac editors.
6288
6289 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6290
6291         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6292
6293 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6294
6295         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6296         mf/parmesan-clefs.mf: added comments on character alignment and
6297         set_char_box() conventions
6298
6299         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6300         set_char_box()'s
6301
6302         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6303
6304 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6305
6306         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6307
6308 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6309
6310         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6311         shortened to avoid almost-collision with staff line; code cleanup;
6312         other custodes: fixed char boxes; code cleanup
6313
6314 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6315
6316         * configure.in: release 1.9.5
6317         
6318         * scripts/lilypond.py (global_latex_preamble): only set
6319         twosideshift if 'twoside' is in latexoptions 
6320
6321         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6322
6323         * VERSION: remove
6324
6325         * scripts/*2ly.py: update <> syntax
6326
6327 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6328
6329         * lily/chord-name-engraver.cc (process_music): add origin for
6330         chord name.
6331
6332         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6333
6334         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6335         bass notes for exceptions too.
6336
6337         * scm/define-grobs.scm (all-grob-descriptions): rename
6338         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6339
6340         * scm/define-grob-properties.scm (remove-first): add remove-first
6341         property for orchestral scores.
6342
6343         * Documentation/user/*.itely: switch <<>> and <> 
6344
6345         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6346         last_line only once. This fixes the two consecutive glissandi problem.
6347
6348 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6349
6350         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6351         error message "flexa-width undefined"
6352
6353         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6354         lily/include/gregorian-ligature.hh: print warning when ignoring
6355         head prefixes on flexa shapes
6356
6357         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6358         space before a series of inclinatum heads
6359
6360         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6361         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6362         cleanups
6363
6364         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6365         and char_box
6366
6367 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6368
6369         * input/regression/breathing-sign.ly: tiny fixes
6370
6371         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6372         semantical collision with vaticana ligatures
6373
6374         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6375         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6376         now consistent with mensural ligatures
6377
6378         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6379         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6380         context pitches and staff position; dto. for virga stem; removed
6381         obsolete virga and clivis characters from parmesan font (WARNING:
6382         font changed)
6383
6384         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6385         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6386
6387         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6388         scm/define-grob-properties.scm: consistency fix: renamed
6389         join_left->add_cauda
6390
6391         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6392         appendix length; bugfix: yoffs_bt for reverse direction punctum
6393         characters
6394
6395         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6396         small cleanups; added more docu
6397
6398         * lily/mensural-ligature-engraver.cc,
6399         lily/vaticana-ligature-engraver.cc,
6400         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6401         computation to CoherentLigatureEngraver
6402
6403         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6404         scm/define-grob-properties.scm: bugfix: added missing linea and
6405         cavum properties; bugfix: removed dead semivocalis property
6406
6407         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6408         length; redesigned quilisma, stropha and auctum
6409
6410         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6411         line thickness
6412
6413         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6414         Documentation/user/refman.itely: bugfix: introduced shifted
6415         epiphonus head to avoid collision with adjacent plica
6416
6417 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6418
6419         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6420
6421         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6422
6423 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6424
6425         * Documentation/user/tutorial.itely (A lead sheet): remove
6426         duplicate chords.
6427
6428         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6429
6430 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6431
6432         * Documentation/bibliography/computer-notation.bib (isbn): add
6433         xivcim publication.
6434
6435 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6436
6437         * GNUmakefile.in: drop lilypond.words for generation.
6438
6439 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6440
6441         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6442
6443         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6444
6445 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6446
6447         * input/test/figured-bass-alternate.ly (fl): new file.
6448
6449         * Documentation/topdocs/README.texi (Top): clarifications.
6450
6451         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6452         theses of Gieseking and Renz.
6453
6454         * GNUmakefile.in (README_FILES): remove README.mandrake.
6455
6456 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6457
6458         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6459         from source files and search patterns listed in the script.
6460
6461         * GNUmakefile.in: add target `lilypond.words'.
6462
6463         * lilypond.words: remove file, generated by `make lilypond.words'.
6464
6465         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6466
6467 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6468
6469         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6470
6471 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6472
6473         * VERSION: 1.9.4 released
6474
6475         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6476         rule for < > <-> << >> substitution
6477
6478         * lily/lexer.ll: exchange meaning of << >> and < > 
6479
6480         * VERSION (PACKAGE_NAME): 1.9.3 released
6481
6482         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6483         pages unconditionally.
6484
6485 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6486
6487         * Documentation/user/music-glossary.tely (Top): small syntax
6488         fixes.
6489
6490         * scm/music-functions.scm (remove-tag): filter \tagged music
6491         expressions.
6492
6493         * input/regression/tag-filter.ly (texidoc): new file.
6494
6495         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6496         symbol2 .. ) etc. 
6497
6498         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6499         convert rule.
6500
6501         * Documentation/user/refman.itely (Fingering instructions): adjust
6502         manual.
6503
6504         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6505         for borderline cases (e.g. 1 fingering.)
6506         (position_scripts): revise interface, use fingerOrientations to
6507         set fingering positions.
6508
6509         * scm/document-translation.scm (context-doc): add aliases to
6510         automated documentation.
6511
6512         * make/lilypond-vars.make: remove stepmake compat glue.
6513
6514         * make/generic-vars.make: remove cruft.
6515
6516         * lily/main.cc (main): don't identify binary.
6517
6518 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6519
6520         * lily/include/translator.hh (class Translator): remove
6521         type_string_ , use symbol for context name throughout.
6522         Changes through whole source tree.
6523
6524         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6525         set PDF as default, and always make PDF.
6526
6527         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6528
6529 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6530
6531         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6532         Documentation/user/refman.itely input/regression/allfontstyle.ly
6533         input/regression/grace-types.ly:
6534         fix spelling for acciaccatura (Webster's 1913).
6535
6536 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6537
6538         * lily/main.cc (usage): adjust blurb, include url.
6539
6540         * input/regression/breathing-sign.ly (texidoc): transpose up
6541
6542 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6543
6544         * input/regression/breathing-sign.ly: changed ancient examples to
6545         be relevant (by request of Han-Wen); updated BreathingSign text
6546         property according to new syntax.
6547
6548         * ly/gregorian-init.ly: updated BreathingSign text property
6549         according to new syntax
6550
6551 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6552
6553         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6554         (Clef): index entries for clefs.
6555
6556         * python/lilylib.py (system): remove errorlog files.
6557         
6558 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6559
6560         * lilypond.words: add \new and new graces. Add dynamics to menus
6561         keeping 1.8.x compatibility; after all the engraving relating to 
6562         notes becomes postfixed `-' marks will be removed.
6563
6564 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6565
6566         * lily/molecule.cc (align_to): idem.
6567
6568         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6569         
6570         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6571         accacciatura everywhere.
6572
6573         * VERSION (PACKAGE_NAME): released 1.9.2
6574
6575         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6576
6577         * scm/document-markup.scm (markup-doc-node): sort markup function
6578         list.
6579
6580         * lily/paper-outputter.cc (output_version): change "Lily was here"
6581         into  "Engraved by LilyPond"
6582
6583         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6584         on unquoted strings before \notenames.
6585
6586         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6587         increases the number of s/r reductions to 4.
6588
6589         * scm/new-markup.scm (fraction-markup): \fraction command.
6590
6591         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6592         mode
6593
6594         * lily/lookup.cc (round_filled_box): rename function.
6595         (LY_DEFINE): round-filled-box: change signature.
6596
6597         * Documentation/user/refman.itely: revise section explaining grace
6598         notes.
6599
6600         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6601         ly:set-context-property
6602
6603         * input/*/*.ly (vmus): use \new everywhere.
6604
6605         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6606
6607         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6608         default
6609
6610         * scm/music-functions.scm (set-stop-grace-properties)
6611         (set-start-grace-properties, add-grace-property): new functions
6612         for modular grace tweak control.
6613
6614         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6615         
6616 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6617
6618         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6619
6620         * GNUmakefile.in (install-pfa-fonts):
6621         (get-pfa-fonts): New target.
6622
6623         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6624         install-pfa-fonts help.
6625
6626 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6627
6628         * lily/translator-scheme.cc (LY_DEFINE):
6629         ly:context-pushpop-property new function.
6630         (LY_DEFINE): new function ly:translator-find  
6631         new function ly:translator?
6632         (LY_DEFINE): new function ly:context?
6633
6634         * lily/translator-def.cc: remove
6635         Translator_def::apply_pushpop_property().
6636
6637         * python/lilylib.py (read_pipe): only store and display error log
6638         if verbose not set.
6639         (read_pipe): only display log if it contains something.
6640
6641 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6642
6643         * Documentation/misc/GNUmakefile: Re-add.
6644         (TEXTS): Add CHANGES.
6645
6646 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6647
6648         * lilypond.words: add \newcontext.
6649
6650 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6651
6652         * lily/tie-performer.cc (stop_translation_timestep): only flush
6653         tied_notes when we have actually made a tie. Fixes bugs with ties
6654         in polyphonic scores.
6655
6656 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6657
6658         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6659         they do not exist.
6660
6661 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6662
6663         * VERSION (PACKAGE_NAME): released 1.9.1 
6664
6665         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6666         Instrument_name_engraver
6667
6668         * lily/tie-performer.cc (create_audio_elements): bugfix
6669
6670         * Documentation/user/music-glossary.tely (Top): comment out
6671         font-style statements.
6672
6673         * input/test/force-hshift.ly: revise example.
6674
6675         * Documentation/bibliography/engraving.bib (note): typos.
6676
6677         * configure.in: bump GCC requirements to 3.x
6678
6679         * lily/include/audio-item.hh (class Audio_tie): rename
6680         note_l_drul_ to note_drul_
6681
6682         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6683
6684         * lily/parser.yy (relative_music): whoops. All \relative were off
6685         by ...  a lot .... Ahem.
6686
6687         * scm/define-music-types.scm (music-descriptions): idem.
6688
6689         * lily/beam-engraver.cc: move new-beam-event to beam-event
6690
6691         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6692         to Tie_engraver
6693
6694         * input/regression/bar-number.ly: remove unnecessary old-relative
6695         options.
6696         
6697         * Documentation/user/internals.itely (Creating contexts): document
6698         \newcontext
6699
6700         * lily/parser.yy (Composite_music): add \newcontext
6701
6702         * Documentation/user/refman.itely (MIDI block): add note about
6703         dotted tempos.
6704
6705         * scm/font.scm: remove old markup legacy
6706
6707         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6708
6709         * lily/breathing-sign.cc (brew_molecule): remove function
6710
6711         * lily/text-item.cc: remove old-style markups.
6712         (interpret_markup): C++ version of markup function
6713         (brew_molecule): idem.
6714
6715         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6716         as Scheme variable.
6717
6718         * scripts/convert-ly.py (conv): dashes rule.
6719         Apply rule.
6720
6721         * Documentation/user/lilypond-book.itely: syntax fixes. 
6722
6723 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6724
6725         * VERSION (PACKAGE_NAME): release 1.9.0
6726
6727         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6728         note about dvips. (Should backport.)
6729
6730         * scripts/convert-ly.py
6731         (FatalConversionError.articulation_substitute): add
6732         convert-new-chords code. Remove convert-new-chords.py
6733
6734         * Documentation/user/refman.itely (Octave check): document
6735         \octave.
6736
6737         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6738         \relative changes.
6739
6740         * lily/parser.yy (command_element): octave check:
6741
6742            \octave PITCH
6743
6744         checks that PITCH (without octave) yields PITCH (with octave) in
6745         \relative
6746
6747         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6748
6749         * lily/scm-option.cc: ly:set-option now has the default argument
6750         #t.
6751
6752         * lily/lexer.ll: add \renameinput
6753
6754         * python/lilylib.py (command_name): robustifications.
6755
6756         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6757         /dev/stderr. This is ash compatible.
6758
6759         * ly/init.ly: add warning if compatibility was not necessary.
6760
6761         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6762
6763         * flower/include/string-handle.icc: formatting cleanups, rename
6764         references by ref_count_.
6765
6766 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6767
6768         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6769         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6770         package libs separately, fix conflicting php variable out=/dev/vc/
6771         invoking `unset out', declare menus, use only one icon-file, fix
6772         doc-path in menu.
6773
6774 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6775
6776         * scripts/convert-ly.py (FatalConversionError.conv): typo
6777
6778         * Documentation/misc/GNUmakefile: restore misc directory.
6779
6780         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6781
6782         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6783         Petites-Preludes 
6784
6785         * input/test/partial-blank.ly (quickmeasure): syntax
6786
6787         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6788         attachment property.
6789
6790         * Documentation/user/refman.itely: remove superfluous -'s 
6791         (Grace notes): ) fixes.
6792
6793         * lily/music.cc: generic compress(), transpose() functions. Remove
6794         others.
6795
6796         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6797         style markup entry.
6798
6799         * lily/parser.yy: all articulations postfix; remove obligatory -
6800         for [,  ) and \!
6801         
6802         * lily/music.cc (to_relative_octave): write generic
6803         to_relative_octave function; various relative cleanups.
6804         Hmmm.
6805
6806         * lily/scm-option.cc: add options new-relative and old-relative
6807
6808         * po/sv.po: new po file.
6809
6810         * Documentation/user/refman.itely (Dynamics): website
6811         fixes. (should backport!)
6812
6813 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6814
6815         * make/lilypond.mandrake.spec.in: declare version only once.
6816
6817 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6818
6819         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6820         meaning for now.
6821
6822 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6823
6824         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6825
6826         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6827
6828         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6829
6830         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6831
6832         * lily/music.cc (var): add ly:music-transpose function.
6833
6834         * lily/parser.yy (pre_events): remove prefix articulations.
6835
6836         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6837
6838         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6839
6840         * Documentation/user/refman.itely (Text markup): add comment about
6841         markup in header.
6842
6843 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6844
6845         * lily/paper-outputter.cc (write_header_fields_to_file): 
6846         only dump value if it is a string.
6847
6848         * flower/include/dictionary.hh: remove.
6849         
6850         * Documentation/ChangeLog-1.5: add back old log.
6851
6852         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6853         .pfas from a .deb.
6854
6855 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6856
6857         * Documentation/bibliography/engraving.bib: add entry for
6858         Jaschinski's Notation
6859
6860 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6861
6862         * Documentation/user/refman.itely (Beaming): add note about
6863         allowBeamBreak
6864
6865 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6866
6867         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6868         GregorianTranscription contexts
6869
6870         * ly/engraver-init.ly: vaticana contexts: minor fixes
6871
6872         * Documentation/user/refman.itely (Ancient notation): added note
6873         on appendix length bug
6874
6875         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6876         input/test/vaticana.ly: use vaticana contexts; small fixes
6877
6878 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6879
6880         * flower/hash.cc: Remove.
6881
6882         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6883         to (nonexistent?) hash_func_ identifier.
6884
6885         * python/midi.c (midi_error, midi_warning): Use char const* for
6886         __FUNCTION__ argument.
6887
6888         * python/gettext.py: Remove.  We already require python 2.1, which
6889         includes gettext.py.
6890
6891         * configure.in: Require python 2.1, as INSTALL.texi says.
6892         it.
6893
6894         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6895         versions 1.50 and 1.75.  Remove note about lexer patch.
6896
6897 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6898
6899         * Documentation/topdocs/INSTALL.texi: Update type1 font
6900         description to actual situation.  Add comment about new font ball
6901         layout.
6902
6903         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6904         in $LILYPONDPREFIX suffices for installation.
6905
6906 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6907
6908         * debian/control (Build-Depends): Add flex-old as alternative to
6909         flex.  Deprecate bison 1.75.
6910
6911 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6912
6913         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6914         Vaticana contexts
6915
6916         * Documentation/user/refman.itely (Ancient notation): documented
6917         some bugs; tiny fixes; added docu on Vaticana contexts
6918
6919         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6920         scripts
6921
6922 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6923
6924         * Documentation/user/refman.itely (Ancient notation): added some
6925         introductory words; added section on ancient time signatures;
6926         added some @seealso and @refcommands; small fixes and
6927         beautifications
6928
6929 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6930
6931         * input/regression/note-head-style.ly: many fixes and updates
6932
6933         * Documentation/user/refman.itely: added small sections on ancient
6934         accidentals, rests and flags; revised ancient note head section;
6935         small wording/spelling fixes
6936
6937         * input/test/rests.ly: layout fixes
6938
6939 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6940
6941         * input/puer-fragment.ly: bugfix: central C position of do clef
6942
6943         * ly/gregorian-init.ly: workaround: add small padding space before
6944         divisiones (the correct fix would be the spacing engine to handle
6945         this)
6946
6947 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6948
6949         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6950         cue-notes.ly: minor fixes.
6951
6952 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6953
6954         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6955         input/test/custos-style.ly
6956
6957         * Documentation/index.html.in: bugfix: link to Tutorial.html
6958
6959         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6960         to neumes; bugfix: "et": epiphonus, not just a simple pes
6961
6962 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6963
6964         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6965
6966         * lilypond.words: add new features: markup, column, center, \[ \].
6967         
6968 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6969
6970         * Documentation/topdocs/NEWS.texi, DEDICATION,
6971         stepmake/bin/add-html-footer.py
6972         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6973         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6974         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6975         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6976         added (only) after a sentence which is complete; if the sentence is 
6977         not ended a comma `,' or nothing is used. fix also spaces.
6978
6979 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6980
6981         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6982         requirements to plain 1.6.
6983
6984         * buildscripts/mutopia-index.py (read_lilypond_header): update
6985         mutopia-index.py to 1.4 syntax [sic]
6986
6987 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6988
6989         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6990
6991 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6992
6993         * Documentation/index.html.in: url for regression pdf
6994
6995         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6996
6997         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6998
6999         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7000
7001         * VERSION: 1.8.0 released
7002         
7003         * GNUmakefile.in (local-WWW-post): footify build fix.
7004
7005         * configure.in: require GUILE 1.6.4
7006
7007         * Documentation/user/GNUmakefile: don't copy *.png for
7008         lilypond-internals
7009
7010         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7011         local-WWW-post target.
7012         (rsync-web): add rsync-web target
7013
7014         * Documentation/user/introduction.itely (Music notation and
7015         engraving): add neume example
7016
7017         * input/puer-fragment.ly (cantus): add puer-fragment
7018
7019 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7020
7021         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7022         to notes, so that equalizer is actualy being used.
7023
7024         * scm/midi.scm (instrument-equalizer-alist):
7025         (absolute-volume-alist): Define public, so that user can copy or
7026         override.
7027
7028         * lily/key-performer.cc (create_audio_elements): Check for minor
7029         key.  Only if key is minor, set MIDI key to minor.
7030
7031 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7032
7033         * Documentation/user/refman.itely (Hiding staffs): fixes.
7034
7035         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7036
7037         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7038         vertical extents to deal with Hara kiri correctly.
7039
7040         * input/regression/hara-kiri-short.ly: remove
7041
7042         * input/regression/hara-kiri-pianostaff.ly: update test.
7043
7044         * Documentation/user/*.tely: remove WEBTITLE
7045
7046         * scm/output-tex.scm (comment): idem.
7047
7048         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7049
7050         * scm/music-functions.scm (make-lyric-event): new function
7051
7052         * scm/lily.scm (lilypond-version): new function
7053
7054         * input/test/version-output.ly: new file.
7055
7056         * Documentation/user/lilypond.tely: add version number to
7057         front-page.
7058
7059 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7060
7061         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7062
7063 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7064
7065         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7066
7067         * Documentation/user/refman.itely (Hiding staffs): rename node.
7068
7069 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7070
7071         * input/regression/new-markup-syntax.ly (texidoc): remove
7072         molecule-callback override.
7073
7074 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7075
7076         * input/les-nereides.ly: Mark tweaks with %tweak.
7077
7078         * Debian patch, see debian/changelog (Anthony Fok).
7079
7080 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7081
7082         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7083         problem.
7084
7085 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7086
7087         * Documentation/user/refman.itely (Text markup): Fix language bug.
7088
7089 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7090
7091         * input/* : postfix syntax fixes.
7092
7093         * Documentation/user/refman.itely (Text markup): add note about
7094         raise/lower with ^ or _ .
7095         
7096         * po/fi.po: fix \\apply strings.
7097
7098         * lily/parser.yy (open_event): warn for prefix articulations.
7099
7100 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7101
7102         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7103         fix also on parmesan font.
7104
7105 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7106
7107         * VERSION 1.7.30 released
7108         
7109         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7110
7111         * buildscripts/mutopia-index.py (headertext): rewording
7112
7113 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7114
7115         * scm/new-markup.scm (strut-markup): new markup function.
7116
7117         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7118         space also when no accidental is there.
7119
7120 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7121
7122         * input/les-nereides.ly: Updates.
7123
7124 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7125
7126         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7127         which repeats the tag insertion selected from "Insert tag" menu.
7128
7129 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7130
7131         * lily/all-font-metrics.cc (find_font): load AFM files first only
7132         for feta fonts. This fixes problems with TeXlive and other TeX
7133         distros that include AFM files for the CM fonts. 
7134
7135         * scm/font.scm (qualifiers-to-font-name): remove.
7136
7137         * lily/paper-def.cc: remove get_var.
7138
7139         * input/trip.ly: remove file.
7140         
7141         * input/regression/spacing-note-flags.ly (raggedright): remove
7142         stafflinethickness
7143
7144         * input/les-nereides.ly: update to new syntax, cleanups.
7145
7146 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7147
7148         * Documentation/user/refman.itely: Clarify shortest-note problem
7149         of autobeamer.
7150
7151 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7152
7153         * lilypond-mode.el: Add each word to regexps only once.
7154
7155         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7156         is based on the syntax definitions in lilypond.words. Remove all 
7157         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7158         LilyPond->Insert menu is generated by the entries in lilypond.words 
7159         to which have been given a syntax definition.
7160
7161         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7162         \notes, \relative, \score, \simultaneous, \transpose.
7163
7164         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7165
7166         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7167         
7168         * lilypond-mode.el: add menu keywords separately.
7169
7170         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7171
7172 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7173
7174         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7175         current ugly installation method for PFA fonts.
7176
7177 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7178
7179         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7180         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7181
7182         * Documentation/user/music-glossary.tely: update legato.
7183
7184 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7185
7186         * lexer-gcc-3.0.patch: Remove.
7187
7188         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7189
7190 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7191
7192         * debian/rules (binary-arch): remove NEWS.
7193
7194 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7195
7196         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7197         stepmake/bin{ many }: polish the `--help's of different scripts;
7198         model taken from the core-utils of Linux.
7199
7200         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7201
7202 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7203
7204         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7205
7206         * flower/libc-extension.cc: idem.
7207
7208         * flower/include/libc-extension.hh: protect against isinf macros.
7209
7210 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7211
7212         * { many }: Use two uppercase letters in LilyPond.
7213
7214         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7215
7216         * VERSION: 1.7.29 released.
7217         
7218 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7219
7220         * lily/tie.cc: add TODO comment.
7221
7222         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7223
7224         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7225         linejoins and linecaps. This fixes problems with occasional spikes
7226         on slur/tie endings.
7227         
7228         * input/regression/font-name.ly: don't use PS fonts for
7229         compatibility reasons. 
7230
7231         * mutopia/claop.py (accents): update to 1.8
7232
7233         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7234
7235         * Documentation/user/macros.itexi: don't color glossary links.
7236
7237         * Documentation/user/invoking.itexi (Error messages): new section
7238
7239 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7240
7241         * input/regression/font-name.ly: add file.
7242
7243         * scm/document-backend.scm (grob-doc): remove <hr> from
7244         lilypond-internals
7245
7246         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7247         reqd version to 1.6.4 
7248
7249         * lily/font-interface.cc (get_font): bugfix: take font-name from
7250         alist chain too. This fixes font-name override for \markup.
7251
7252 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7253
7254         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7255
7256         * input/test/polymetric-differing-notes.ly: Compile fix.
7257
7258 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7259
7260         * Documentation/user/refman.itely: fixed typo
7261
7262         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7263         before flexa
7264
7265 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7266
7267         * input/test/{ many }: search & fix some typos.
7268
7269 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7270
7271         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7272         images.
7273
7274         * scm/music-functions.scm (make-voice-props-set): set Script /
7275         TextScript dir for polyphony too.
7276
7277         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7278         before clef.
7279
7280         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7281
7282 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7283
7284         * Documentation/user/refman.itely (Percussion): Small
7285         clarifications and fixes.
7286
7287         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7288         threads. This fixes different heads playing simultaneously.
7289
7290 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7291
7292         * Documentation/user/{ many }: increase readability (read through 
7293         User manual from `one big page').
7294
7295 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7296
7297         * input/test/polymetric-differing-notes.ly: add example with
7298         disparate note values.
7299
7300         * input/test/polymetric.ly: rename from poly-metric
7301
7302         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7303         iso. outname.
7304
7305         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7306         G-clef bbox to real char extents. This fixes the G-clef being
7307         offset too much to the right.
7308         document perc clef offset.
7309
7310         WARNING: FONT CHANGED.
7311
7312         * Documentation/user/tutorial.itely (Tutorial): move menu.
7313
7314 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7315
7316         * buildscripts/lilypond-profile.sh (Error): trim error message.
7317
7318         * Documentation/user/invoking.itexi (Invoking the lilypond
7319         binary): add note about path.
7320
7321         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7322         suppresses superfluous spaces.
7323
7324 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7325
7326         * buildscripts/lilypond-profile.sh: Add documentation to error
7327         message.
7328
7329         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7330
7331 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7332
7333         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7334         <mike@ossmann.com>)
7335
7336         * Documentation/bibliography/computer-notation.bib (pages): prune
7337         unscientific language.
7338
7339         * Documentation/user/GNUmakefile: copy unsplit file to
7340         lilypond.html (idem for lilypond-internals).
7341
7342         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7343
7344         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7345
7346         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7347
7348         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7349         fix.
7350         
7351 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7352
7353         * Documentation/user/{ various }: bind text snippets with their
7354         examples, e.g. by punctuation: This is an example.
7355
7356 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7357
7358         * ly/performer-init.ly (VoiceContext): Typos.
7359
7360         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7361         builds, leave final-install to toplevel srcdir makefile.
7362
7363         * make/srcdir.make.in (install): New target.
7364
7365 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7366
7367         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7368         This fixes core dump on MIDI output (Simon Weatherill).
7369
7370         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7371         on local-WWW-post.
7372
7373 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7374
7375         * make/lilypond.redhat.spec.in: add dvips to reqs.
7376
7377 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7378
7379         * make/srcdir.make.in (web): Add special web target.
7380
7381         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7382         from inner $(LOOP).
7383
7384         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7385
7386         * stepmake/stepmake/generic-targets.make (www-targets-help):
7387         * GNUmakefile.in (web-install): Install in $(webdir).
7388
7389         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7390
7391         * cygwin/changelog: 
7392         * cygwin/mknetrel: Update.
7393
7394         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7395         (html-doc): Remove (use: web).
7396
7397         * stepmake/stepmake/script-rules.make: 
7398         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7399         Fix $(config_make) dependencies for srcdir build.
7400
7401         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7402         target for srcdir build.
7403
7404         * stepmake/make/stepmake.make: 
7405         * make/srcdir.make.in: 
7406         * GNUmakefile.in:
7407         * make/stepmake.make (config_make): Rename variable (was:
7408         configuration).
7409
7410 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7411
7412         * Documentation/user/internals.itely (Manipulating music
7413         expressions): run lilypond on example too.
7414
7415         * flower/include/libc-extension.hh: move lrint define to
7416         header. bugfix.
7417         
7418 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7419
7420         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7421         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7422         do we recurse whole tree?).
7423
7424         * GNUmakefile.in (html-doc): Resurrect.
7425
7426         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7427         obsolete $(package-icon) dependency.
7428
7429 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7430
7431         * Documentation/user/refman.itely (Automatic staff changes):
7432         add seealso 
7433
7434         * Documentation/index.html.in: link to bigpage.
7435
7436         * Documentation/user/tutorial.itely (Tutorial): streamline.
7437
7438         * Documentation/index.html.in: url typo.
7439
7440         * VERSION (PACKAGE_NAME): release 1.7.28
7441
7442         * python/lilylib.py (error_log): remove '/' from name.
7443
7444         * input/regression/pedal.ly: remove; dups input/test/
7445         
7446         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7447
7448         * Documentation/index.html.in: python style doco index.
7449
7450         * Documentation/{footer,header}.html.in (src): remove, 
7451
7452         * Documentation/pictures: remove all but lelie-logo.xpm.
7453
7454         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7455         before running makeinfo.
7456
7457         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7458         @code{}
7459
7460 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7461
7462         * input/test/bar-number-regular-interval.ly: rename.
7463
7464         * Documentation/user/*: various fixes. 
7465
7466 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7467
7468         * Documentation/{ many }: polish for update-all-menus. typos.
7469
7470         * po/fi.po: fixes.
7471
7472         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7473
7474         * buildscripts/mutopia-index.py: polish.
7475
7476         * input/regression/{ many }, input/test{ many }: polish texidocs.
7477
7478 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7479
7480         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7481         pedal-style
7482
7483         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7484         iso. edge-widen.
7485
7486         * lily/piano-pedal-engraver.cc (process_music): change from
7487         process_acknowledged ()
7488
7489         * lily/piano-pedal-bracket.cc: new file. Change
7490         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7491         cleaned up.
7492
7493         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7494
7495         * input/regression/tuplets.ly (texidoc): rename file.
7496
7497         * po/fr.po: update
7498
7499         * buildscripts/lilypond-profile.sh: error message if script is not
7500         sourced.
7501
7502         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7503         bracket-flare
7504         (make_bracket): simplify code.
7505
7506         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7507         argument.
7508
7509         * python/lilylib.py (lilypond_version_check): new function
7510
7511         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7512
7513         * scripts/ly2dvi.py (run_lilypond): add version check.
7514
7515         * scripts/lilypond-book.py (option_definitions): typo
7516
7517         * scripts/ly2dvi.py (include_path): typo
7518
7519         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7520
7521         * lily/parse-scm.cc (parse_handler): typo
7522
7523         * Documentation/user/macros.itexi: use @heading for headings.
7524
7525         * Documentation/user/refman.itely: updates, fixes.
7526
7527 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7528
7529         * po/fi.po: add Finnish translations. fixes.
7530
7531         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7532
7533         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7534         from lily/glissando-engraver.cc.
7535
7536 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7537
7538         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7539         for non-first _broken_ bracket.
7540
7541         * Documentation/user/refman.itely: corrections.
7542
7543 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7544
7545         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7546         support of the fingerings.
7547
7548         * po/fr.po: French translation update.
7549
7550         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7551         strings.
7552
7553 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7554
7555         * Documentation/user/introduction.itely: Small fixes.
7556
7557 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7558
7559         * Documentation/topdocs/AUTHORS.texi: polish.
7560
7561 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7562
7563         * Documentation/user/introduction.itely: revise
7564
7565         * Documentation/user/tutorial.itely: reorganise.
7566
7567         * Documentation/topdocs/index.tely: remove.
7568
7569         * Documentation/header.html.in: prune.
7570
7571         * GNUmakefile.in: clean up web building.
7572
7573         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7574         target.
7575
7576 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7577
7578         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7579
7580         * lilypond-mode.el: turn on blink-matching-paren.
7581
7582 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7583
7584         * scm/output-sodipodi.scm (svg-header): Fix typo.
7585
7586 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7587
7588         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7589         fixes a security hole.
7590
7591         * scripts/lilypond-book.py (original_dir): remove temp_dir
7592
7593         * scm/document-translation.scm: use @code tags.
7594
7595 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7596
7597         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7598
7599         * lilypond-mode.el: add a buffer-local post-command-hook to set
7600         context dependent syntax-table after each cursor event. Remove old
7601         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7602
7603         * lilypond-indent.el: update comments.
7604
7605         * Documentation/footer.html.in: add period.
7606
7607 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7608
7609         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7610
7611         * scm/document-translation.scm (document-property-operation): add
7612         @code{} tags.
7613
7614         * VERSION (PACKAGE_NAME): release 1.7.27
7615
7616         * config.make.in: add PAPER variable
7617
7618         * buildscripts/new-chords.py (help): add help text
7619
7620         * Documentation/user/introduction.itely (Typography and program
7621         architecture):  fixes.
7622
7623         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7624         for texinfo and dvips. This fixes problems with PDF output of the
7625         wrong size.
7626
7627         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7628         DVIPS_PAPERSIZE variable
7629
7630         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7631         TEXINFO_PAPERSIZE variable 
7632
7633 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7634
7635         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7636
7637         * mf/feta-toevallig.mf: lowres fixes.
7638
7639 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7640
7641         * NEWS: Typo and fill-paragraph fixes.
7642
7643         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7644         cast #define.
7645
7646         * configure.in: 
7647         * config.hh.in: Check for lrint.
7648
7649 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7650
7651         * VERSION: 1.7.26 released
7652
7653         * lily/separation-item.cc: add padding property.
7654
7655         * input/test/*.ly: various fixes, remove solo-a2.ly
7656
7657         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7658         bugfix. Fixes old-style markup compatibility.
7659
7660         * Documentation/user/introduction.itely (Introduction): historical
7661         elucidations
7662
7663         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7664
7665         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7666
7667         * Documentation/index.texi (Top): cleanup.
7668
7669         * Documentation/user/introduction.itely (Introduction): rewrite
7670         introduction, 
7671         (Music notation and  engraving): about notation. Add flat-picture
7672
7673 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7674
7675         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7676         separation items. This keeps lyrics from bumping into each other.
7677
7678 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7679
7680         * GNUmakefile.in (topdocs-web): New target.
7681         (local-web): Depend on topdocs-web; fixes html-doc.
7682
7683 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7684
7685         * po/lilypond.pot: run po-replace
7686
7687         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7688
7689         * scm/drums.scm (reset-drum-kit): new function.
7690
7691         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7692
7693         * scripts/update-lily.py: remove
7694         
7695         * VERSION: release 1.7.25
7696         
7697         * Documentation/user/introduction.itely (Introduction): rewrite
7698         start of introduction.
7699
7700 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7701
7702         * lily/all-font-metrics.cc: fixed typo
7703
7704 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7705
7706         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7707         LilyPond-mode-context-set-syntax-table): new functions to define
7708         the syntax table according to context.
7709
7710         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7711
7712 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7713
7714         * Documentation/user/refman.itely (Figured bass): 
7715         language nit courtesy http://www.vocabula.com
7716
7717         * GNUmakefile.in: remove no kpathsea hack.
7718
7719         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7720         doco.
7721
7722         * GNUmakefile.in: remove web-doc target.
7723
7724         * lily/all-font-metrics.cc (find_afm): add message about
7725         buildscripts/clean-fonts.sh 
7726
7727         * scm/define-music-properties.scm (figure): use string for 'figure
7728
7729         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7730
7731         * input/regression/ : add raggedright = ##t where applicable. 
7732         
7733         * scm/bass-figure.scm (make-bass-figure-markup): add
7734         alignBassFigureAccidentals property.
7735
7736         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7737         bracket.
7738
7739         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7740         syllables widths into account for minimum-length.
7741
7742         * input/test/staff-container.ly: update file
7743
7744         * input/test/stem.ly: remove
7745
7746         * lily/event.cc (LY_DEFINE): add ly: prefix.
7747
7748         * input/test/clef-manual-control.ly: from manual-clef
7749
7750         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7751
7752         * input/test/different-time-signatures.ly: move to poly-metric.ly
7753
7754         * input/test/hara-kiri*,scales.ly: remove
7755         
7756         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7757         with chord-names-jazz.ly)
7758
7759         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7760         get scalable cm fonts too.
7761
7762         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7763         --encoding for mftrace if present.
7764
7765         * input/regression/slur-area.ly: move from test/
7766
7767         * input/test/: remove simple-slur-endings slur-attachment
7768         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7769         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7770         slur-symmetry slur-symmetry tie-broken.ly
7771
7772         * scm/drums.scm (set-drum-kit): add function.
7773
7774         * Documentation/user/refman.itely (Percussion staves): use
7775         set-drum-kit
7776
7777         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7778         too
7779         (Global_measure.set_timesig): handle 3/8 time sig too.
7780
7781         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7782         note about triangle note heads.
7783
7784         * scm/drums.scm: use alist for instrument-settings. This fixes the
7785         bug with assigning to drums in the .ly file.
7786
7787         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7788         CHANGED.
7789
7790         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7791         cluster-beacon-interface
7792
7793         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7794
7795         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7796
7797         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7798
7799         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7800         to get positions.
7801
7802         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7803         make ClusterSpannerBeacon to record Y positions. This removes the
7804         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7805         make cluster-note-events.
7806
7807 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7808
7809         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7810
7811         * configure.in: Use lily/main.cc as identifying source file.
7812
7813         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7814
7815         * config.hh.in: 
7816         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7817
7818         * configure.in: Require PYTHON >= 2.0.
7819
7820         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7821           $PYTHON for include dir location.
7822         (STEPMAKE_PYTHON): New function.  Use
7823         
7824             PYTHON=foo ./configure
7825
7826           to override.
7827
7828 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7829
7830         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7831         something.
7832
7833         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7834         ftp.lilypond.org everywhere.
7835
7836 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7837
7838         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7839         detected.
7840
7841         * Documentation/user/refman.itely (Grace notes): note on explicit
7842         contexts
7843
7844 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7845
7846         * lilypond-font-lock.el: add a comment about LilyPond specific
7847         escape characters: ^, - and _, in the syntax table.
7848
7849         * Documentation/user/appendices.itely: a majuscule fix.
7850
7851 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7852
7853         * input/test/trills.ly (endHorizScript): fixes.
7854
7855         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7856         notation, move from regression.
7857
7858         * input/test/script-stack.ly: change name from stacked-scripts
7859
7860         * input/test/ossia.ly: octave errors.
7861
7862         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7863         for midi-volume-equaliser
7864
7865 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7866
7867         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7868         cm fonts.
7869
7870         * mf/feta-beugel.mf: don't multiply font_count by 10.
7871
7872         * lily/lookup.cc (horizontal_line): new function. Use
7873         horizontal-line in output backends.
7874
7875         * Documentation/user/tutorial.itely (An orchestral part): new
7876         section on orchestral stuff and identifiers.
7877
7878 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7879
7880         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7881         some interference to other modes.
7882
7883 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7884
7885         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7886         not maximum of spacing wishes in polyphonic situations.
7887
7888         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7889         number
7890
7891         * lilypond-indent.el: remove paren matching. 
7892
7893         * lily/text-item.cc (interpret_new_markup): new function
7894         use iso. text2molecule.
7895
7896         * lily/main.cc (notice): change FSF address 
7897
7898         * po/de.po: update PO file to 1.6.
7899
7900 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7901
7902         * Documentation/user/ {many}: Add periods and remove spaces.
7903         
7904 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7905
7906         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7907         Disable buffer-locally default paren hook and make a new one. 
7908
7909         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7910         locally LilyPond-paren-mode. Add todo for mouse double-click.
7911
7912 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7913
7914         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7915         Disable buffer-locally default paren idle timer and make a new one. 
7916
7917         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7918         locally LilyPond-show-paren-mode. Add to menu a toggle for
7919         LilyPond-show-paren-function.
7920
7921 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7922
7923         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7924
7925 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7926
7927         * Documentation/user/refman.itely: spelling fix.
7928
7929         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7930         paren highlight function definitions. add todo for
7931         LilyPond-show-paren-mode.
7932
7933 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7934
7935         * input/template/jazz-combo.ly: new file.
7936
7937 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7938
7939         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7940         lo-res fixes.
7941
7942         * mf/feta-schrift.mf: bugfix in varcoda sign.
7943         WARNING: FONT CHANGED
7944
7945         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7946         in accordance with lexer.ll.   
7947
7948 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7949
7950         * Documentation/user/tutorial.itely: Edit introduction.
7951
7952 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7953
7954         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7955         ly:grob-staff-position
7956
7957 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7958
7959         * scm/to-xml.scm: import srfi-1
7960
7961         * VERSION (MAJOR_VERSION):  release 1.7.24
7962
7963         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7964
7965         * scripts/lilypond-book.py (do_file): put texidoc before image.
7966         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7967
7968         * input/regression/*.ly: fix snippet octaves 
7969
7970         * input/test/spanner-after-break-tweak.ly: import
7971         broken-spanner-adjustment
7972
7973         * input/no-notation/midi-transposing.ly: move from input/test/
7974
7975         * input/test/: remove chord-markup
7976
7977         * input/regression/instrument-name-partial.ly: move from input/test.
7978
7979         * input/test/vertical-text.ly: remove
7980
7981         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7982         space above lyrics lines.
7983
7984         * input/test/uniform-breaking.ly: remove file.
7985
7986         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7987         uniform spacing density. 
7988
7989         * input/test/chords.ly (keys): remove file.
7990
7991         * scm/documentation-lib.scm (oop): use srfi-1 too.
7992
7993         * input/regression/*.ly: add \version
7994
7995         * Documentation/user/*.itely: various fixes.
7996
7997         * buildscripts/mf-to-table.py (base): break table every three
7998         symbols.
7999
8000         * input/:  remove %% new-chords-done %% .
8001
8002         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8003         os-music.ly
8004         
8005 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8006
8007         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8008
8009         * scm/new-markup.scm (box-markup): new function.
8010         (box-markup): new function. Contributed by Dick Schoeller
8011         <schoeller@attbi.com>
8012
8013         * scm/lily.scm: remove reduce-no-unit 
8014         (list-insert-separator): use fold-right
8015
8016         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8017         of arguments. 
8018
8019         * NEWS: more neutral language for ancient notation 
8020
8021         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8022         inside pointing beaming for chord tremolo.
8023
8024         * Documentation/user/lilypond-book.itely: minor editing
8025
8026 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8027
8028         * NEWS: added news for 1.8 regarding ancient notation
8029
8030         * Documentation/user/refman.itely (Gregorian square neumes
8031         ligatures): fixed typo
8032
8033         * lily/vaticana-ligature-engraver.cc,
8034         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8035         lower/upper head of Pes only when heads are stacked
8036
8037         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8038         scm/define-grob-properties.scm: cleanup: make "join-left" a
8039         boolean grob property and save delta pitch in grob property
8040         "delta-pitch" instead
8041
8042         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8043
8044 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8045
8046         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8047         completely borked
8048
8049         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8050         (try_music): bug fix: beam multiplicity was completely borked.
8051
8052         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8053         first-n, butfirst-n in favor of srfi-1 functions.
8054         remove string-join, string-pad in favor of srfi-13 functions.
8055
8056         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8057
8058         * NEWS: use complete sentences.
8059
8060         * Documentation/user/introduction.itely (Example applications):
8061         add note about databases and lilypond-book.
8062
8063         * input/test/volta.ly: remove file
8064
8065         * input/regression/volta-broken-left-edge.ly: simplify file
8066
8067 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8068
8069         * Documentation/user/refman.itely (Constructing a tweak): new
8070         subsection.
8071
8072         * Documentation/user/tutorial.itely (Fine tuning layout): add
8073         common tweaks.
8074
8075         * scm/define-grobs.scm (TextScript): use new brewer.
8076
8077 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8078
8079         * VERSION: release 1.7.23
8080
8081         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8082
8083         * python/lilylib.py (make_ps_images): bugfixes.
8084
8085         * input/regression/volta-multi-staff.ly: new file.
8086
8087         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8088
8089         * Documentation/user/tutorial.itely (Piano staffs): new section.
8090         (Setting variables): new section
8091         (Fine tuning layout): new section
8092
8093         * input/just-friends.ly: remove file. Superseeded by
8094         input/test/chords-without-melody.ly
8095
8096         * ly/property-init.ly: add all commands to refman.
8097
8098         * scm/define-translator-properties.scm: remove
8099         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8100
8101         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8102         name. Underscores botch up PS output.
8103
8104         * scm/define-translator-properties.scm: remove
8105         textNonEmpty, oneBeat, regularSpacingDelta
8106
8107         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8108         rule for automaticBars.
8109
8110         * lily/timing-engraver.cc (start_translation_timestep): change
8111         barNonAuto to automaticBars
8112
8113 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8114
8115         * input/test/perform-tie.ly: delete file.
8116
8117 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8118
8119         * Documentation/user/refman.itely (Gregorian square neumes
8120         ligatures): bugfix: do not show ledger lines in neumes table
8121         (fixed by setting staff symbol to transparent rather than removing
8122         it from staff context)
8123
8124 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8125
8126         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8127         glue into brew-new-markup-molecule.
8128
8129         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8130
8131         * Documentation/user/introduction.itely (Computerized typography):
8132         new section
8133
8134         * Documentation/user/tutorial.itely (An orchestral part): remove
8135         pc example from tutorial.
8136
8137         * input/tutorial/lilbook.tex: use screech-boink
8138
8139         * scripts/lilypond-book.py (compile_all_files): split formatting
8140         output body and scheduling lilypond compilation.
8141         (format_lilypond_output_bodies): new function
8142         (format_lilypond_block): new function
8143         (html_pages): allow multi-page images in HTML
8144
8145         * python/lilylib.py (make_ps_images): rename function from
8146         make_preview, merge with make_page_images
8147
8148 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8149
8150         * input/test/key-clefs.ly: moved to regression.
8151
8152         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8153
8154         * input/no-notation/README: added note about midi-*.ly files.
8155
8156         * input/test/two-key.ly: moved to no-notation/parse5.ly
8157
8158         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8159         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8160
8161         * input/test/ {various}: modified comments, marked some for deletion.
8162
8163         * input/test/lines.ly: deleted file; duplicate of
8164         embedded-postscript.ly
8165
8166         * input/test/mmrest-collision: moved to regression.
8167
8168 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8169
8170         * scm/chord-name.scm (note-name->markup): don't superscript root
8171         alterations in chordnames.
8172
8173 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8174
8175         * Documentation/user/refman.itely (Multi measure rests): more
8176         index/cross-referencing.
8177
8178         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8179
8180         * scm/font.scm: remove properties-to-font-name code.
8181
8182         * scm/define-grob-properties.scm: remove 'type
8183
8184         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8185         conversion
8186
8187         * lily/text-spanner.cc: change 'type grob prop to 'style 
8188
8189         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8190         "first" flag to decide whether to make a start-repeat
8191
8192         * input/regression/grace-volta-repeat-2.ly: new file.
8193
8194 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8195
8196         * lilypond-indent.el: rename generic functions to LilyPond-*
8197
8198 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8199
8200         * input/test/thumb.ly: delete, merged into refman.
8201
8202         * Documentation/user/refman.itely: added thumb info to Fingering.
8203
8204         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8205         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8206         vertical-align.ly : deleted files.
8207
8208 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8209
8210         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8211
8212         * lily/line-spanner.cc (broken_trend_offset): remove function.
8213         (get_broken_offset): idem.
8214         (brew_molecule): rewrite the line-break case.
8215
8216         * input/regression/follow-voice-break.ly:  new file.
8217
8218         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8219         start of a system.
8220
8221 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8222
8223         * input/test/tuplet-rest.ly: moved to regression.
8224
8225         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8226         deleted file.
8227
8228         * input/test/ {many} : marked file for possible deletion.
8229
8230 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8231
8232         * input/regression/beam-funky.ly: add note about (disputed)
8233         correct beaming.
8234
8235         * ly/engraver-init.ly (ScoreContext): put key-signature after
8236         staff-bar
8237         
8238 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8239
8240         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8241
8242         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8243
8244         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8245
8246         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8247         stem-extend was deleted (it was duplicate example, and not as
8248         good).
8249
8250         * input/test/[s-z]*.ly: add texidoc index.
8251
8252 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8253
8254         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8255         get_first_notecolumn_y
8256
8257         * lily/spanner.cc (broken_spanner_index): new function.
8258
8259 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8260
8261         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8262         lyric-hyphen.ly : moved to regression.
8263
8264         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8265         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8266
8267         * input/test/instrument-name-mmrest.ly: moved to
8268         ../regression/multi-measure-rest-instr-name.ly
8269
8270         * input/test/knee-sym.ly: moved to
8271         ../regression/beam-knee-symmetry.ly.
8272
8273         * input/test/hymn.ly: change comments.
8274
8275         * input/test/[p-r]*.ly: add texidoc index.
8276
8277 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8278
8279         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8280         to postfix syntax
8281         
8282         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8283         syntax.
8284
8285         * VERSION: release 1.7.22
8286
8287 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8288
8289         * input/test/[h-k]*.ly: added texidoc index.
8290
8291         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8292
8293         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8294
8295         * input/test/ various : mark files for deletion or moving to
8296         regression.
8297
8298         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8299
8300         * input/test/[l-o]*.ly: added texidoc index.
8301
8302 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8303
8304         * scm/music-functions.scm (make-ottava-set): 
8305         only do ottavation if centralCPosition is set.
8306
8307         * lily/translator-scheme.cc (ly:context-property-where-defined):
8308         return '() if not found.
8309
8310 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8311
8312         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8313         Use one command for both commenting and uncommenting.
8314
8315         * lilypond-indent.el (LilyPond-comment-region): new function,
8316         (un)comments each line separately.
8317
8318         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8319         
8320         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8321         imenu is not added by default; adapted from f90.el,
8322         makes Help-menu, which does not fit, visible in XEmacs.
8323         
8324 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8325
8326         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8327         show-paren-mode sets blink-matching-paren-on-screen local.
8328         Try to make show-paren-function to paren-highlight local.
8329
8330         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8331         Copy definitions of Emacs' show-paren-function and
8332         XEmacs' paren-highlight and make minimal changes;
8333         add comments about locality. 
8334         Fix matching first open-paren-char in '<< .. >>'.
8335
8336 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8337
8338         * input/test/g*: added texidoc index.
8339
8340         * input/test/[a-g]*: added raggedright==#t when it
8341          seemed appropiate.
8342
8343         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8344
8345         * Documentation/topdoc/INSTALL.texi: removed false warnings
8346         about gcc 3.3.
8347
8348 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8349
8350         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8351
8352         * input/test/chords-without-melody.ly (texidoc): add from
8353         input/just-friends.ly
8354
8355         * input/regression/size{13--26}.ly: move from input/
8356
8357         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8358         input/{star-spangled-banner,twinkle}.ly: remove 
8359         
8360         * lily/slur.cc: remove slur over rest warnings.
8361
8362         * lily/note-spacing.cc (get_spacing): include left part of right
8363         object in fixed space. This fixes stretched space before
8364         accidentals.
8365
8366         * input/regression/spacing-accidental-stretch.ly: new file.
8367
8368 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8369
8370         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8371         Reduce to 16pt.
8372
8373 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8374
8375         * input/regression/spacing-knee.ly: docstring
8376
8377         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8378
8379         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8380         input/tutorial/{test,solar,flowing}.ly: remove
8381
8382         * input/rhythm.ly: remove
8383
8384         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8385
8386         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8387         update syntax. 
8388
8389         * scm/define-grobs.scm (all-grob-descriptions): set
8390         knee-spacing-correction to 1.0
8391
8392         * lily/note-spacing.cc (stem_dir_correction): compute knee
8393         correction using stem-thickness and head width.
8394
8395         * input/regression/beam-quanting-horizontal.ly: update texidoc
8396
8397         * scm/define-grobs.scm (all-grob-descriptions): set
8398         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8399         This fixes 32nd beams for noteheads in spaces quants.
8400
8401         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8402
8403 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8404
8405         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8406
8407 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8408
8409         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8410
8411         * VERSION (PACKAGE_NAME): release 1.7.21
8412
8413         * input/regression/stem-shorten.ly: new file.
8414
8415         * lily/stem.cc (get_default_stem_end_position): revise stem
8416         shortening code.
8417
8418         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8419
8420         * input/test/{scripts,volta-start,sleur}.ly: remove
8421         
8422         * input/regression/span-bar.ly: smaller file.
8423
8424         * input/regression/spacing-{natural,tight,loose}.ly: remove
8425
8426         * input/test/markup.ly: remove
8427
8428         * scripts/lilypond-book.py: put printfilename in separate chunk,
8429         so texidoc is printed after the filename.  
8430
8431 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8432
8433         * make/lilypond.mandrake.spec.in: fix docdirs.
8434
8435 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8436
8437         * input/regression/beam-french.ly: bugfix.
8438
8439         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8440
8441         * input/regression/(various).ly: add raggedright = #t.
8442
8443         * input/regression/auto-beam.ly: move from abe.ly
8444
8445 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8446
8447         * input/test/f*.ly: added texinfo index.
8448         
8449         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8450
8451 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8452
8453         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8454         quant penalty for beam just outside staff.
8455
8456         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8457         from beam-pos.ly,  remove non-horizontal tests. 
8458
8459         * input/test/(various): cleanup header info. 
8460
8461         * input/test/tchaikovsky.ly: remove file.
8462
8463         * scm/chord-generic-names.scm: move from
8464         double-plus-new-chord-name.scm
8465
8466         * input/test/orchestscore.ly: remove file
8467
8468         * Documentation/user/refman.itely (Vocal music): update documentation.
8469
8470         * scm/define-translator-properties.scm (chordNoteNamer): remove
8471         chordNameStyle, use chordNameFunction
8472
8473         * scm/chord-name.scm (set-chord-name-style): remove
8474         set-chord-name-style. Use \property chordNameFunction.
8475
8476 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8477
8478         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8479         music): remove @TeX{} command.
8480
8481 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8482
8483         * lilypond-indent.el (scan-sexps): Renamed to
8484         aargh-this-breaks-other-emacs-modes-scan-sexps.
8485
8486 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8487
8488         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8489         closing slurs: '()', etc. Add comments.
8490
8491         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8492
8493         * lilypond-font-lock.el: match unending string at eof.
8494
8495         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8496         
8497 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8498
8499         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8500         input/test/beam-dir.ly input/test/beam-position.ly    
8501         input/test/beam-suspect.ly input/test/beam-trend.ly    
8502         input/test/beams.ly input/test/crescendo-text.ly : deleted
8503         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8504         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8505         * input/test/default-bars.ly: moved to bar-always.ly
8506         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8507
8508 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8509
8510         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8511
8512 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8513
8514         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8515
8516 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8517
8518         * lilypond-indent.el: Match better slurs in scheme expressions.
8519         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8520
8521         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8522
8523 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8524
8525         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8526
8527         * input/ac-extra-voice.ly: Add texidoc.
8528
8529         * ly/chord-modifiers-init.ly: 
8530         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8531         and chordNameExceptionsPartial for new chord names.
8532
8533         * input/test/chord-names-dpnj.ly: 
8534         * input/test/dpncnt.ly: Update.
8535
8536         * scm/chord-name.scm: 
8537         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8538         chord selection and options.
8539
8540         * ly/chord-modifiers-init.ly: Add exceptions 
8541
8542         * scm/define-translator-properties.scm (chordNameStyle) 
8543         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8544
8545 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8546
8547         * ly/property-init.ly (germanChords): Added.
8548         (semiGermanChords): Added.
8549         
8550         * input/test/chord-names-german.ly: Use new macros
8551         
8552 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8553
8554         * lilypond-indent.el: Use similar parenthesis highlighting for 
8555         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8556         functions; removed LilyPond-show-paren-function. Fix indenting.
8557         Turn paren-matching on also in XEmacs.
8558
8559         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8560         as needed by parenthesis highlighting functions (in scan-sexp).
8561
8562 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8563
8564         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8565         function.
8566         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8567
8568 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8569
8570         * lilypond-indent.el: tune regexp for show-paren-function.
8571
8572 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8573
8574         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8575         for all LilyPond-produced tex snippets.
8576
8577         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8578         fixes one line --preview output of ly2dvi.
8579
8580 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8581
8582         * lilypond-indent.el: match only one type of slurs in
8583         LilyPond-show-paren-function.
8584
8585 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8586
8587         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8588         * debian/lilypond1.7.dirs: 
8589         * debian/lilypond1.7-doc.dirs: New file.
8590
8591         * input/regression/chord-name-exceptions.ly: Add parameter for
8592         ignatzekExceptions.  Quote hash in docstring.
8593
8594 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8595
8596         * lilypond-indent.el (show-paren-function): define show-paren-function
8597         as LilyPond-blink-matching-open and use it for closing parens.
8598         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8599
8600         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8601         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8602         LilyPond-blink-matching-paren in order to match both open and close
8603         brackets.
8604         
8605 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8606
8607         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8608         testing by modifying the code from FSF Emacs paren.el. Add comments.
8609
8610 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8611
8612         * input/test/dpncnt.ly: Transpose example to match new
8613         default \chords octave.  Add comment.
8614         
8615         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8616         comment about octave change.
8617
8618 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8619
8620         * input/test/[d,e]: added texinfo index tags.
8621         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8622
8623 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8624
8625         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8626
8627 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8628
8629         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8630         as in blink-matching-open.
8631
8632 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8633
8634         * input/test/[a-c]: more comments in files.
8635         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8636         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8637         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8638         mark file for proposed deletion.
8639         * input/test: renaming files:
8640         auto-beam-4-8.ly to beam-auto-4-8.ly
8641         auto-beam-override.ly to beam-auto-override.ly
8642         auto-beam.ly to beam-auto.ly
8643         blank.ly to blank-paper.ly
8644         absolute-volume.ly to dynamic-absolute-volume.ly
8645
8646 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8647
8648         * input/test/dpncnt.ly: 
8649         * input/test/chord-names-dpnj.ly: Resurrect.
8650
8651         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8652
8653         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8654
8655         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8656         Better docstring, add parameter OMIT-ROOT, tidy up.
8657
8658 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8659
8660         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8661
8662 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8663
8664         * scm/output-ascii-script.scm (as-font-alist-alist):
8665         (as-properties-to-font-name):
8666         (as-make-style-sheet): Remove.
8667
8668         * scm/font.scm (as-make-font-list): New function.
8669         (as-font-sheet-alist): New variable.
8670
8671         * ly/paper-as9-init.ly: 
8672         * ly/paper-as5-init.ly: Update.
8673
8674         * ly/paper-as5.ly:
8675         * ly/paper-as9.ly: New file.
8676
8677 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8678
8679         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8680
8681 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8682         * input/sondag-morgen/*: removed due to copyright concerns.
8683         * input/[a,b]*.ly: added a newline at the end of the texinfo
8684         doc string (produces better output in HTML version).
8685         * input/c*.ly: added texinfo index and added comments to
8686         aid in future changes to input/test/ files.
8687
8688 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8689         
8690         * Documentation/user/refman.itely: fixed build problem (missing
8691         file) caused by previous renaming.
8692
8693 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8694         
8695         * input/test/[a,b]*.ly: added texinfo index and added comments to
8696         aid in future changes to input/test/ files.
8697         * input/test/bar-number-every-5-reset.ly: renamed to
8698         bar-number-every-five-reset.ly
8699         * input/test/bar-script-visibility.ly: renamed to
8700         bar-number-show-all.ly
8701
8702 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8703
8704         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8705         to Voice.
8706
8707         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8708         out note-line and glissando functionality.
8709         
8710         * lily/line-spanner.cc (brew_molecule): cleanup.
8711
8712 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8713
8714         * scripts/as2text.scm: Use rdelim module.
8715         (start-system): Rename from start-line.
8716         (stop-system): Rename from stop-line.
8717         (af-gulp-file): Use string iso symbol for getenv.
8718
8719         * scm/output-ascii-script.scm: Add guile and lily modules.
8720         (font-name-alist): New variable.
8721         (draw-line): New function.
8722
8723         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8724         (Were these silently removed, without ChangeLog entry?)
8725
8726 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8727
8728         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8729         process 2nd ottava correctly.
8730
8731 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8732
8733         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8734
8735 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8736
8737         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8738
8739 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8740
8741         * VERSION: release 1.7.20
8742         
8743         * lily/text-spanner.cc (brew_molecule): clean up function. This
8744         fixes bugs with broken 8va spanners.
8745
8746         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8747         This prevents spurious line-breaks with raggedright
8748         
8749 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8750
8751         * lily/key-performer.cc (create_audio_elements): always use major
8752         key
8753
8754         * Documentation/user/internals.itely: updates
8755
8756         * input/regression/beam-break.ly: new file.
8757
8758         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8759         beams if starting or terminating stems have 'beaming set.)
8760
8761         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8762         property.
8763
8764         * lily/parser.yy (verbose_command_req): add comment about scales.
8765
8766 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8767
8768         * lilypond-indent.el: adjust regexps in bracket-matching.
8769
8770 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8771
8772         * Documentation/user/refman.itely: more tiny fixes
8773
8774         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8775         "Chord names"; added table with input syntax for solesmes neumes
8776         table; added some words about rationale on input syntax design
8777
8778         * lily/gregorian-ligature-engraver.cc,
8779         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8780         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8781         alignment of Pes Initio Debilis
8782
8783         * Documentation/user/refman.itely,
8784         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8785         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8786         bugs in the solesmes neumes table
8787
8788 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8789
8790         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8791         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8792
8793         * lilypond-mode.el: fix tag-score. small improvements.
8794
8795 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8796
8797         * .cvsignore: Add aclocal.m4.
8798
8799         * lily/music-constructor.cc: Include <assert.h>.
8800
8801 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8802
8803         * ly/engraver-init.ly (HaraKiriStaffContext): use
8804         RemoveEmptyStaffContext instead.
8805
8806         * Documentation/user/refman.itely: updates
8807
8808 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8809
8810         * Documentation/user/refman.itely: added solesmes neumes table;
8811         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8812         bugfix: "Ornaments" -> "Articulations"
8813
8814         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8815
8816 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8817
8818         * lilypond-indent.el: Add a message about trying to match \] or \).
8819         
8820 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8821         
8822         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8823         obsolete "arithmetic_*"
8824
8825         * input/bugs/ligatures.ly: removed (will be put into a different
8826         directory later)
8827
8828 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8829
8830         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8831         libkpathsea (Maurizio Tomasi).
8832
8833 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8834
8835         * input/regression/repeat-slash.ly (texidoc): new file
8836
8837         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8838         slash repeats separately. Slash repeats and %
8839         repeats can now be nested.
8840
8841 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8842
8843         * lilypond-indent.el: Add preliminary test for closing \] and \).
8844         
8845 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8846
8847         * lily/gregorian-ligature-engraver.cc,
8848         lily/vaticana-ligature-engraver.cc,
8849         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8850         mf/parmesan-heads.mf: various semivocalis related bugfixes
8851
8852         * input/bugs/ligatures.ly: new file demonstrating problems with
8853         ligatures
8854         
8855 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8856
8857         * lilypond-mode.el,
8858         lilypond-font-lock.el,
8859         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8860
8861 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8862
8863         * lilypond-mode.el: Remove outdated code. Stress the difference 
8864         between Emacs and XEmacs definitions.
8865
8866         * lilypond-mode.el,
8867         lilypond-indent.el: Define a function interactive only when necessary.
8868
8869 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8870
8871         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8872         Use inactive regions also in XEmacs.
8873
8874 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8875
8876         * Documentation/user/refman.itely (Repeat syntax): more updates
8877
8878         * lily/simple-spacer.cc (solve): move solution process into
8879         solve(). This fixes a bug with collisions and raggedright = ##t.
8880  
8881         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8882
8883         * ly/engraver-init.ly: remove GraceContext. Update examples.
8884
8885 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8886
8887         * GNUmakefile.in (fonts): Also make fontball.
8888
8889         * Website fixes:
8890
8891         * ly/engraver-init.ly (GraceContext): Add.
8892
8893         * run:
8894
8895             convert-ly $(find . -name *.ly)
8896
8897         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8898         new chords.
8899
8900 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8901
8902         * VERSION: 1.7.19 released
8903         
8904         * scm/music-functions.scm (set-octavation): new function.
8905
8906         * input/regression/ottava.ly: new file
8907
8908         * lily/translator-scheme.cc (LY_DEFINE): new function
8909         ly:unset-context-property
8910         (LY_DEFINE) new function ly:context-property-where-defined: 
8911
8912 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8913
8914         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8915
8916         * lilypond.words: add few.
8917
8918         * input/test/script-chart.ly: fix typo.
8919
8920 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8921
8922         * scm/define-grobs.scm: uniform naming for definitions and output
8923         routine files. 
8924
8925         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8926         scm/context-description.scm
8927
8928         * lily/parser.yy (translator_spec_body): add \description to the
8929         \translator{} body syntax.
8930
8931         * lily/ottava-engraver.cc: new file.
8932
8933         * scm/chord-name.scm (natural-chord-alteration): replace old
8934         chord stuff. 
8935
8936         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8937
8938         * Documentation/user/refman.itely (Metronome marks): update doco.
8939
8940         * input/regression/markup-note.ly: new file
8941
8942         * input/regression/metronome-marking.ly: new file
8943
8944         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8945
8946         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8947         metronome marks.
8948
8949 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8950
8951         * Documentation/user/GNUmakefile: Compatibility fix for new
8952         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8953         for making binary packages; info splitting bug has been fixed.
8954
8955         * Documentation/user/refman.itely: Compile fixes.
8956
8957 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8958
8959         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8960         Count \midi -keywords also for a region.
8961
8962 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8963
8964         * lily/lookup.cc (LY_DEFINE): new function
8965
8966         * Documentation/user/tutorial.itely: updates
8967
8968 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8969
8970         * lilypond-mode.el: Allow Midi on buffer.
8971         Use only '.ly'-extension, remove '.sly' and '.fly'.
8972         Allow use of inactive regions. Invoke next Command on Master file, 
8973         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8974
8975 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8976
8977         * Documentation/user/tutorial.itely: updates.
8978
8979 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8980
8981         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8982
8983 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8984
8985         * lily/coherent-ligature-engraver.cc: fixed typo
8986
8987         * lily/coherent-ligature-engraver.cc,
8988         lily/gregorian-ligature-engraver.cc,
8989         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8990         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8991         lily/vaticana-ligature-engraver.cc,
8992         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8993         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8994         removed all ligature specific stuff from NoteHead code
8995
8996         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8997         ligatures now use regular noteheads
8998
8999         * lily/vaticana-ligature.cc: tiny code cleanups
9000
9001         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9002         space between two adjacent noteheads of the same pitch
9003
9004         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9005         description; cleanup: removed obsolete font-family settings
9006
9007 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9008
9009         * lily/coherent-ligature-engraver.cc,
9010         lily/gregorian-ligature-engraver.cc,
9011         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9012         lily/mensural-ligature-engraver.cc,
9013         lily/vaticana-ligature-engraver.cc,
9014         lily/include/gregorian-ligature-engraver.hh: updated for new
9015         Coherent_ligature_engraver; added comments that describe the basic
9016         design ideas of the ligature implementation
9017
9018         * lily/coherent-ligature-engraver.cc,
9019         lily/include/coherent-ligature-engraver.hh: new file: shared code
9020         between mensural ligatures and Gregorian chant notation ligatures
9021
9022 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9023
9024         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9025         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9026         use only two arguments in sit-for, use no arguments in
9027         read-char-exclusive, backspace is not a character (127) in XEmacs.
9028
9029         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9030
9031 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9032
9033         * lilypond-mode.el: un-commenting works after syntax-table fix.
9034
9035         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9036         group, verbose commenting for syntax table.
9037
9038         * lilypond-indent.el: add TODO for ligature slurs.
9039
9040 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9041
9042         * lilypond-mode.el: Move comments of parenthesis matching away,
9043         (blink-matching-paren-on-screen) fix blinking in Emacs.
9044
9045         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9046         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9047
9048         * lilypond-indent.el: Add TODO for parenthesis matching.
9049
9050 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9051
9052         * lilypond-mode.el: Fix XEmacs: 
9053         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9054         invoke explicitly easy-menu-add (in Emacs done automatically).
9055         
9056         * lilypond.words: Add few words from input/*/*.ly.
9057
9058 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9059
9060         * VERSION (PATCH_LEVEL): release 1.7.18
9061
9062         * scripts/lilypond-book.py: only print basename for printfilename
9063         option
9064
9065         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9066         and syntax updates.
9067
9068 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9069
9070         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9071         better parametrisation. Move fatness of bulb downward.
9072
9073         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9074         glyph names. Underscores are not allowed .ps encoding files.
9075
9076 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9077
9078         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9079         variable "packed" for packed right-ragged mode
9080
9081         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9082         unused variable ragged; fixed indentation
9083
9084         * Documentation/user/refman.itely: tiny cleanups in ancient
9085         clef and custos section
9086
9087 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9088
9089         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9090         \applyoutput PROCEDURE
9091
9092         * lily/my-lily-lexer.cc: add \applyoutput.
9093
9094         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9095
9096         * lily/text-item.cc: clean text-interface description
9097
9098 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9099
9100         * input/{regression,test}/: use postfix for slur endings and beam
9101         begins.
9102
9103         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9104         style beams too. 
9105
9106         * input/regression/lyrics-melisma-beam.ly: new file.
9107
9108         * lily/lyric-engraver.cc (process_music): change from
9109         process_acknowledged_grobs()
9110
9111         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9112         functions to set and revert auto-beam settings.
9113
9114 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9115
9116         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9117
9118 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9119
9120         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9121         Documentation/user/lilypond.tely: fixed some typos; updated author
9122         info
9123
9124         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9125         #"" -> #'flag-style = #'()
9126
9127         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9128         cleanup: removed dead #includes
9129
9130         * lily/gregorian-ligature-engraver.cc,
9131         lily/include/gregorian-ligature.hh,
9132         scm/grob-property-description.scm: small cleanups, small spacing
9133         fixes
9134
9135         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9136         lily/vaticana-ligature.cc,
9137         lily/include/gregorian-ligature-engraver.hh,
9138         scm/grob-property-description.scm, scm/music-types.scm:
9139         "porrectus" -> "pes or flexa"
9140
9141         * ly/engraver-init.ly, scm/grob-description.scm,
9142         scm/grob-property-description.scm: junked porrectus, now handled
9143         by ligature code
9144
9145         * scm/grob-description.scm: bugfix: added space-alist entry for
9146         breathing sign/custos
9147
9148 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9149
9150         * Another grand 2003 update.
9151         
9152         * Remove mentioning of `mudela'; There's no such thing.
9153
9154 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9155
9156         * Documentation/user/preface.itely (Preface to version 1.8): update
9157
9158         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9159
9160         * Documentation/user/converters.itely (Invoking convert-ly): revise
9161
9162         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9163
9164         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9165
9166 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9167
9168         * Documentation/user/internals.itely: more updates.
9169
9170 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9171
9172         * Documentation/user/refman.itely: revise 
9173
9174         * Documentation/user/internals.itely: revise
9175
9176         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9177
9178 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9179
9180         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9181         beautification: reformatted ancient clefs section; cleanup: small
9182         wording fixes
9183
9184 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9185
9186         * lilypond.words: added words for chant notation, sorted
9187         alphabetically through "sort lilypond.words"
9188
9189 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9190
9191         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9192         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9193         chant notation
9194
9195 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9196
9197         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9198         prevent TeX from interpreting them as long dash
9199
9200         * input/test/vaticana.ly: updated
9201
9202         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9203         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9204         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9205         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9206         fixes
9207
9208         * mf/parmesan-heads.mf: ledger endings: removed dead code
9209
9210 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9211
9212         * VERSION: 1.7.17 released
9213         
9214         * Documentation/user/GNUmakefile
9215         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9216         files too.
9217
9218         * scm/document-markup.scm: new file: document all markup
9219         functions.
9220
9221         * scm/documentation-generate.scm: rename all documentation modules
9222         to document-*.scm
9223
9224         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9225         .png
9226
9227         * input/test/divisiones.ly: added
9228
9229         * input/regression/output-property.ly: new file
9230
9231         * lily/cluster.cc: change cluster-interface to use style property
9232
9233 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9234
9235         * input/test/chord-names-german.ly: modified.
9236
9237         * scm/chords-ignatzek.scm:
9238           chord-name->german-markup: Added
9239           note-name->german-markup: Changed (now producing lowercase notenames)
9240
9241         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9242         
9243 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9244
9245         * scripts/convert-ly.py (FatalConversionError.conv):
9246         divisiominima -> divisioMinima, etc.
9247
9248         * ly/engraver-init.ly (FiguredBassContext): add
9249         Separating_line_group_engraver to Figured bass context.
9250
9251         * ly/german-chords-init.ly: remove file
9252
9253         * input/test/chord-names-german.ly (scm): new file.
9254
9255         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9256
9257         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9258         Chord_name_engraver
9259
9260         * Documentation/user/refman.itely: lots of updates.
9261
9262         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9263         new file
9264
9265         * input/test/bar-number-every-5-reset.ly: new file.
9266
9267 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9268
9269         * input/regression/chord-name-major7.ly: new file
9270
9271         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9272         if specced explicitly.
9273
9274         * input/regression/chord-name-entry-11.ly: new file.
9275
9276         * input/test/slur-beautiful.ly: new file.
9277
9278         * Documentation/user/refman.itely: updates.
9279
9280         * input/regression/collisions.ly (threevoice): cleanup.
9281
9282         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9283
9284 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9285
9286         * Documentation/user/*.itely: various updates.
9287
9288         * ly/spanners-init.ly: enddecr/ endcr.
9289
9290         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9291         of tutorial
9292
9293 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9294
9295         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9296
9297         * lily/new-chord-name-engraver.cc (process_music): use octavation
9298         (a number) instead of original-pitch to store inversions. This
9299         fixes a problem with transposed chords with inversions.  
9300
9301 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9302
9303         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9304         used in includable-lexer.hh.
9305
9306         * lily/includable-lexer.cc: Bugfix: include config.h.
9307
9308         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9309         circumvention of Debian packaging bug.
9310
9311 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9312
9313         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9314         
9315         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9316
9317         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9318         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9319
9320         * lily/include/includable-lexer.hh: 
9321         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9322
9323         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9324
9325         * aclocal.m4: Regenerate.
9326
9327         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9328         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9329
9330         * scm/pdf.scm (use-modules): Include lily.
9331
9332         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9333         Noordkamp).
9334         (use-modules): Include lily.
9335         (lily-def): Bugfix: include tex-val in let.
9336
9337 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9338
9339         * lilypond-mode.el: sensible error if lilypond.words not found.
9340
9341         * lilypond.words: add few words.
9342
9343 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9344
9345         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9346
9347         * mf/parmesan-scripts.mf: fixed typo in char name
9348
9349 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9350
9351         * VERSION: 1.7.16 released
9352
9353         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9354         (this is a security vulnerability).
9355
9356         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9357
9358         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9359         add staff support.
9360
9361 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9362
9363         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9364         ly/script-init.ly, scm/script.scm: bugfix: renamed
9365         fermata->signumcongruentiae to fix naming clash with feta font
9366
9367 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9368
9369         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9370
9371         * lily/multi-measure-rest-engraver.cc
9372         (start_translation_timestep): use grace timing too for determining
9373         when to make mmrest.
9374         (start_translation_timestep): clear numbers too.
9375
9376 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9377
9378         * scm/music-types.scm: compile fix: escape braces
9379
9380         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9381         work around font selection problem
9382
9383         * Documentation/user/refman.itely: BreathingSign: added docu for
9384         property "text"
9385
9386 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9387
9388         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9389         information.
9390
9391 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9392
9393         * lily/multi-measure-rest-engraver.cc (class
9394         Multi_measure_rest_engraver): make multiple Number objects, one
9395         for each MultiMeasureTextEvent.
9396
9397         * scm/music-functions.scm (glue-mm-rest-texts): use
9398         MultiMeasureTextEvent
9399
9400         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9401
9402         * Documentation/user/refman.itely (Multi measure rests): update.
9403
9404 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9405
9406         * lily/ly-module.cc (ly_copy_module_variables): use
9407         scm_internal_hash_fold() for iterating modules.
9408
9409 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9410
9411         * Documentation/user/refman.itely: Section Custodes: added more
9412         example code
9413
9414         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9415         neo-mensural rests to parmesan font
9416
9417         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9418         header
9419
9420 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9421
9422         * Documentation/user/macros.itexi: @fileref macro.
9423
9424         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9425         each file. 
9426
9427 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9428
9429         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9430         Documentation/topdocs/AUTHORS.texi: updated my email address
9431
9432         * Documentation/user/refman.itely: updated custos documentation;
9433         beautified divisiones example; beautified articulations table
9434
9435         * lily/breathing-sign.cc: bugfix: finalis molecule
9436
9437 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9438
9439         * Documentation/user/refman.itely: added docu for
9440         contemporary fermata symbols, gregorian breathing signs; small fixes
9441
9442         * ly/gregorian-init.ly: removed obsolete #'type props
9443
9444 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9445
9446         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9447         minimum-length property correctly.
9448
9449 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9450
9451         * scm/music-functions.scm (make-multi-measure-rest): set input
9452         locations for multimeasure rests.
9453
9454 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9455
9456         * input/regression/breathing-sign.ly: updated to for ancient
9457         notation
9458
9459 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9460
9461         * scripts/ly2dvi.py: Add newline.
9462
9463 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9464
9465         * scripts/ly2dvi.py (dependency_files): Compile fix.
9466
9467 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9468
9469         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9470         (make_html_menu_file): --html menu. 
9471
9472 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9473
9474         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9475
9476 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9477
9478         * input/screech-boink.ly: new file.
9479
9480 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9481
9482         * scripts/lilypond-book.py (make_lilypond_file): convert
9483         lilypond-file to lilypond block directly, without going through
9484         begin/end lilypond text.
9485         
9486
9487 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9488
9489         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9490         scm/grob-description.scm: moved Michael's original breathing sign
9491         code in brew_molecule() to divisio_minima(); provided new
9492         brew_molecule() that effectively replaces the
9493         Text_item::brew_molecule callback (with additional fallback to
9494         Michael's original code); added callbacks for brewing divisio
9495         maior/maxima and finalis
9496
9497         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9498         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9499
9500         * script-init.ly: added shortfermata, longfermata,
9501         verylongfermata, varcoda
9502
9503         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9504         longfermata, verylongfermata, varcomma, varcoda
9505
9506 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9507
9508         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9509           Remove all noquote and insert a few quote.
9510         
9511         * Documentation/user/lilypond-book.itely (Music fragment options),
9512           scripts/lilypond-book.py: Don't include quotation blocks by
9513           default. Introduce option quote instead of noquote
9514
9515 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9516
9517         * VERSION: 1.7.15 released
9518         
9519         * Documentation/user/lilypond.tely: omf updates.
9520
9521         * buildscripts/texi2omf.py (omf_vars): include version.date
9522
9523         * make/lilypond.redhat.spec.in: fixes for spec file. 
9524
9525         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9526         by function definition: lily now requires a recent GNU Make.
9527
9528         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9529         writing.
9530
9531         * make/ly-rules.make: remove .ly -> .tex rule
9532
9533         * Documentation/user/refman.itely (Figured bass): revised figured
9534         bass example.
9535
9536 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9537
9538         * stepmake/stepmake/omf-targets.make (local-install): add
9539         scrollkeeper-update message.
9540
9541         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9542         to binary.
9543         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9544
9545         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9546
9547         * Documentation/user/converters.itely (Invoking midi2ly): add
9548         track/channel notice.
9549
9550 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9551
9552         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9553
9554         * lily/parser.yy (scalar): DIGIT is also a scalar.
9555
9556         * Documentation/user/music-glossary.tely: add @omf tags
9557
9558         * Documentation/user/lilypond.tely: add @omf tags
9559
9560         * scm/generate-documentation.scm (string-append): add @omf tags.
9561
9562         * stepmake/stepmake/omf-*: new files 
9563
9564         * input/regression/multi-measure-rest.ly (texidoc): add doco
9565
9566         * GNUmakefile.in (web-doc-install): add web-doc-install target
9567
9568         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9569         fixes crashes while dumping MIDI.
9570
9571         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9572         midi
9573
9574 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9575
9576         * buildscripts/texi2omf.py: new file.
9577
9578         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9579         font-name
9580
9581 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9582
9583         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9584
9585         * lily/sequential-iterator.cc (descend_to_child): call
9586         descend_to_child() for all types of music.
9587
9588 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9589
9590         * scm/translator-property-description.scm: Add
9591         bassFigureFormatFunction.  Replace some entries.
9592
9593 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9594
9595         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9596         clean out.
9597
9598 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9599
9600         * scripts/midi2ly.py (Note.dump): never dump duration for
9601         dump_dur=0.
9602
9603         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9604         new function
9605
9606         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9607         figures using new markups. Much simpler, and should improve layout
9608         a little.
9609
9610         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9611
9612 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9613
9614         * ly/engraver-init.ly: use Hara kiri by default for 
9615         ChordNames, FiguredBass and Lyrics(Voice) context. 
9616
9617         * lily/axis-group-engraver.cc (acknowledge_grob): use
9618         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9619
9620         * scm/new-markup.scm (markup-function-list): add bracket,
9621         vbracket.
9622
9623         * ly/engraver-init.ly (ChordNamesContext): set
9624         minimumVerticalExtent
9625
9626 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9627
9628         * input/test/time-signature-double.ly: new file 
9629
9630         * input/regression/collision-head-chords.ly (texidoc): new file.
9631
9632         * lily/type-swallow-translator.cc: add note swallow translator 
9633
9634         * input/test/time-signature-double.ly: new file.
9635
9636         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9637
9638         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9639         (FiguredBassContext): idem.
9640
9641         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9642
9643         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9644
9645         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9646
9647         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9648         .afm dependency
9649
9650         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9651
9652         * python/lilylib.py (make_page_images): add function.
9653
9654         * scripts/ly2dvi.py (run_latex): include title in preview image.
9655
9656         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9657         from lilypond-book for <ly2dvifile> tags in HTML.
9658
9659         * scripts/ly2dvi.py (option_definitions): add --debug option to
9660         print out environment.
9661
9662         * input/regression/tie-chord-partial.ly: new file.
9663
9664 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9665
9666         * lilypond.words: add 3
9667
9668 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9669
9670         * scm/new-markup.scm (markup-function-list): add finger-markup
9671
9672         * input/tutorial/brahms-tweaked.ly: new markup 
9673
9674         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9675
9676         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9677         crash when processing '() markup
9678
9679         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9680
9681         * lily/breathing-sign.cc (railtracks): another caesura.
9682
9683         * mf/feta-schrift.mf: caesura symbol. 
9684
9685 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9686
9687         * scripts/convert-ly.py (FatalConversionError.conv): add
9688         ly:molecule-XXX conversions.
9689
9690         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9691
9692         * input/regression/multi-measure-rest-text.ly: new file.
9693
9694         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9695         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9696
9697         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9698         ScoreContext
9699
9700         * scm/new-markup.scm (center-markup): \center markup.
9701
9702         * scm/music-functions.scm: remove pitchify scripts.
9703
9704         * lily/music.cc (print_smob): display music name if available 
9705
9706 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9707
9708         * Documentation/user/refman.itely (Instrument names): remove
9709         \turnOff doco.
9710
9711 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9712
9713         * lily/score.cc (mark_smob): bugfix.
9714
9715         * input/regression/rehearsal-mark.ly: new file.
9716
9717         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9718         report error at the current token again.
9719
9720 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9721
9722         * cygwin/mknetrel: Exit if doc build fails.
9723
9724         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9725
9726 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9727
9728         * scm/music-types.scm (music-descriptions): add doc strings
9729
9730 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9731
9732         * lily/lexer.ll: 
9733         * lily/include/my-lily-lexer.hh: 
9734         * lily/include/includable-lexer.hh: Add flex kludge.
9735
9736         * config.hh.in: 
9737         * config.make.in: 
9738         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9739         cruft.
9740         
9741         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9742         code.
9743
9744 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9745
9746         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9747
9748         * lily/parser.yy (new_chord): Compile fix.
9749
9750 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9751
9752         * Documentation/user/refman.itely (Tuning groups of objects):
9753         remove documentation for \turnOff. 
9754
9755         * lily/percent-repeat-engraver.cc (try_music): add correct
9756         processing moments for double-measure percents as well.
9757
9758         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9759
9760         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9761         grob prop type. 
9762
9763         * Documentation/user/refman.itely (Printing named chords): add
9764         chord name tweak doco.
9765
9766         * input/template/gregorian-transcription.ly: new file.
9767
9768 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9769
9770         * VERSION: 1.7.13 released
9771         
9772         * input/test/*: lots of cleanups/comment-outs/removals in chord
9773         examples
9774         
9775         * input/regression/*: lots of cleanups/comment-outs/removals in
9776         chord examples
9777         
9778         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9779         options
9780
9781         * lily/new-chord-name-engraver.cc (process_music): give original
9782         inversion pitch to chord name routine.
9783
9784         * input/tutorial/os-score.ly: update to new markup
9785
9786         * Documentation/user/appendices.itely: simply include
9787         chords-ignatzek. 
9788
9789         * Documentation/user/refman.itely (Chords mode): add documentation
9790         for chord mode.
9791
9792         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9793         not present in chord.
9794         (construct-chord): add inversion and bass support.
9795
9796         * lily/chord.cc: junk contents.
9797
9798 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9799
9800         * Documentation/user/refman.itely:
9801         * Documentation/user/music-glossary.tely: fix. 
9802
9803 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9804
9805         * scm/chord-entry.scm (construct-chord): move chord construction
9806         to Scheme.
9807
9808         * lily/parser.yy (new_chord): new setup for chord entry.
9809
9810 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9811
9812         * lilypond.words:
9813         * Documentation/user/music-glossary.tely: add ambitus.
9814
9815 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9816
9817         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9818
9819         * lily/include/*.hh: string() -> to_string()
9820
9821         * scm/chords-ignatzek.scm: new file.
9822
9823         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9824         standard chord name exceptions.
9825
9826         * scm/translator-property-description.scm (chordNameSeparator):
9827         add property.
9828         (majorSevenSymbol): add property
9829
9830         * lily/translator-scheme.cc (ly:context-properties): new function
9831         (ly:context-parent): new function.
9832         (print_smob): print context name.
9833
9834         * lily/music.cc (ly:get-music-length): new function
9835         (print_smob): don't print properties.
9836
9837         * lily/duration.cc (duration<?): new function
9838
9839         * input/regression/chords-funky-ignatzek.ly: new file.
9840
9841         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9842         jazz chords.
9843
9844         * lily/pitch.cc (ly:pitch-diff): new function.
9845
9846         * input/regression/chords-ignatzek.ly: new file.
9847
9848 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9849
9850         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9851         pitches for jazz chords.
9852
9853 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9854
9855         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9856
9857 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9858
9859         * lilypond.words: add 1
9860
9861 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9862
9863         * Documentation/topdocs/AUTHORS.texi: refine.
9864
9865 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9866
9867         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9868         
9869         * lilypond.words: add one.
9870
9871 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9872
9873         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9874         Fontify bass note in chords, e.g., e in c1/e.
9875         
9876 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9877
9878         * Documentation/user/music-glossary.tely: Dutch updates and
9879         additions (Arent Storm).
9880
9881 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9882
9883         * input/regression/ambitus.ly:  move file.      
9884
9885         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9886
9887         * lily/event.cc (transpose): add tonic property to Key_change_req
9888         and to Key_engraver.
9889
9890 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9891
9892         * Documentation/user/refman.itely: fix typo.
9893
9894         * lilypond.words: removed wrong identifiers.
9895
9896 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9897
9898         * mf/feta-toevallig.mf: make flat stem shorter 
9899
9900 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9901
9902         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9903
9904         * lilypond.words: add from Phrasing slur.
9905         
9906 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9907
9908         * lilypond-mode.el: allow launching multiple ViewPS processes.
9909         
9910         * lilypond.words: add from Text markup.
9911
9912 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9913
9914         * input/test/ossia.ly (texidoc): add comment.
9915
9916         * input/regression/voice-follower.ly: new file.
9917
9918         * mf/feta-toevallig.mf: make flat heavier.
9919
9920         * lily/cluster-engraver.cc: clean up Cluster engraver
9921
9922         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9923         Engraver. Use Note_column to compute Y positions and deal with
9924         line break stuff.
9925
9926 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9927
9928         * lily/stem.cc: move french-beaming to stem.
9929
9930 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9931
9932         * lilypond-font-lock.el: fontify all durations in chords.
9933
9934         * lilypond.words: add from lily/my-lily-lexer.cc
9935
9936 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9937
9938         * VERSION: release 1.7.12
9939
9940         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9941
9942         * lily/gregorian-ligature.cc: new file
9943
9944         * lily/*: the Great 2003 search & replace.
9945
9946         * Documentation/user/refman.itely (Manual repeat commands): add
9947         note about font selection.
9948
9949 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9950
9951         * lilypond-mode.el: propose recompiling midi while invoking playing,
9952         not while stopping playing.
9953
9954 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9955
9956         * lilypond.words: add one.
9957
9958         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9959         and expressional note grouping. Fontify chord modes.
9960
9961 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9962
9963         * Documentation/user/music-glossary.tely (Top): translate melisma.
9964
9965 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9966
9967         * Documentation/user/music-glossary.tely (Top): add melisma.
9968
9969 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9970
9971         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9972         interfaces for (abstract) grob GregorianLigature
9973
9974         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9975         renamed head* -> glyph_name*, x-shift* -> x-offset*
9976
9977         * scm/grob-property-description.scm: bugfix: added missing descriptions
9978
9979 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9980
9981         * input/test/chord-names-dpnj.ly: New file.
9982
9983         * scm/double-plus-new-chord-name.scm: Implement full and partial
9984         exceptions.
9985
9986         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9987
9988         * scm/double-plus-new-chord-name.scm
9989         (double-plus-new-chord->markup): Fix sub->markup.
9990
9991
9992 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9993
9994         * lily/custos-engraver.cc: added TODO; editorial changes
9995
9996         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9997         consistency with other ligature engravers; removed access on (now)
9998         private variable _ligature of Ligature_engraver
9999
10000         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10001         renamed last_bound -> last_bound_; issue programming_error on
10002         abstract method calls; moved primitives code from
10003         Mensural_bracket_engraver to here (because almost ligature
10004         engravers will need it); renamed try_stop_ligature () ->
10005         typeset_ligature (); bugfix: store primitives of finished ligature
10006         in separate variable finished_primitives_ to avoid clash on input
10007         like "\] \["; added current_ligature () to enable access on
10008         private variable _ligature
10009
10010         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10011         (now in super class); renamed try_stop_ligature () ->
10012         typeset_ligature ()
10013
10014         * lily/mensural-ligature.cc: issue programming_error on abstract
10015         method calls
10016
10017         * lily/note-heads-engraver.cc: added TODO comment upon bool
10018         in_ligature
10019
10020         * mf/parmesan-heads.mf: fixed some of set_char_box()
10021
10022         * scm/grob-description.scm: added VaticanaLigature
10023
10024         * scm/grob-property-description.scm: added neume prefix properties
10025
10026         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10027         lily/include/gregorian-ligature-engraver.hh,
10028         lily/include/gregorian-ligature.hh: new files; framework for
10029         gregorian ligature engravers such as vaticana
10030
10031         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10032         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10033         vaticana style ligature implementation (still somewhat uncomplete)
10034
10035 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10036
10037         * VERSION: release 1.7.11
10038
10039         * scripts/convert-ly.py: add ly:pitch-transpose rule
10040
10041 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10042
10043         * input/test/dpncnt.ly: New file.
10044
10045         * lily/my-lily-lexer.cc: Add chordnames keyword.
10046
10047         * lily/parser.yy (chordnames_block): Parse chord name exception
10048         lists, see input/test/dpncnt.ly.
10049
10050         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10051         function.
10052
10053         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10054         filter-out too.
10055
10056         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10057         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10058         pitch functions (except for ly:make-pitch, but that's apparently
10059         some sort of scheme naming standard?).
10060
10061         * scm/lily.scm (!=): define-public.
10062
10063         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10064
10065 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10066
10067         * scm/double-plus-new-chord-name.scm
10068         (double-plus-new-chord-name->markup): New file.
10069
10070 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10071
10072         * python/lilylib.py (make_preview): don't suppress progress for
10073         bbox extraction.
10074
10075 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10076
10077         * Documentation/user/appendices.itely (scheme): update for new syntax.
10078
10079         * input/regression/chord-name-styles.ly: new file
10080
10081         * lily/instrument-name-engraver.cc: create instrument names
10082         without barline too.  Allows instrument name on ChordNames  
10083
10084         * scm/new-markup.scm (interpret-markup): allow simple strings as
10085         markup too.
10086
10087 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10088
10089         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10090         (step->markup-accidental): Fix: add accidental.
10091         (chord::inner-name-american): 
10092         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10093         append stray '/' if last superscript addition was 'o'.
10094
10095         * scm/new-markup.scm (normal-size-sub-markup) 
10096         (normal-size-super-markup): New function.
10097
10098         * lily/source-file.cc (Source_file): Add warning for possibly
10099         intentional but suspicious initialization.
10100
10101         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10102         add comments about cut-and-paste programming.
10103
10104         * flower/rational.cc (lcm): Not used; comment out.
10105
10106 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10107
10108         * lily/new-fingering-engraver.cc (position_scripts): use
10109         fingerHorizontalDirection to determine fingering horizontal
10110         directions.
10111  
10112         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10113         fingering support.
10114
10115         * scripts/convert-ly.py (FatalConversionError.conv): add style
10116         conversion rule. 
10117
10118         * scm/chord-name.scm (set-chord-name-style): new function.
10119         (new-chord-name-brew-molecule): revise to interpret markup only
10120         (new-chord->markup): cleanuppish rewrite. To be called from the
10121         new engraver.
10122
10123         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10124         Markup earlier, during interpreting.
10125
10126         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10127         style settings. Rename to chord-names-*.ly
10128
10129 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10130
10131         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10132         markup code and update to new markup.  Most probably broke some of
10133         it.
10134         
10135 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10136
10137         * Documentation/user/refman.itely: added docu for ambitus and
10138         clusters
10139
10140         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10141         ly_quote_scm() in lookup.cc
10142
10143         * mf/parmesan-clefs.mf: set_char_box fix
10144
10145         * lily/cluster-engraver.cc: junk implicit protection; use
10146         Protected_scm instead
10147
10148 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10149
10150         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10151         throughout.
10152
10153         * scm/new-markup.scm: Turn-off error-triggering test code.
10154
10155 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10156
10157         * scm/new-markup.scm (markup-thrower-typecheck) 
10158         (markup-typecheck?):  add full typechecking functions.
10159         (make-markup-maker): add make-FOO-markup functions.
10160         (markup-argument-list-error): nice error checking messages.
10161         (make-markup): better function: less quoting escapades.
10162
10163 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10164
10165         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10166
10167 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10168
10169         * cygwin/lilypond.hint (requires): Add cygwin.
10170
10171         * .cvsignore: Remove stepmake (huh!?!), add lib.
10172
10173         * GNUmakefile.in: Add libdir links for builddir runs.
10174
10175         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10176         instead of datadir.
10177
10178         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10179         local_lilypond_libdir.
10180
10181         * config.make.in (lilypond_libdir): Add.
10182
10183         * stepmake/stepmake/substitute-rules.make: 
10184         * stepmake/stepmake/script-rules.make: 
10185         * stepmake/stepmake/python-module-rules.make:
10186         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10187         lilypond-python-module patch.
10188
10189 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10190
10191         * Documentation/user/refman.itely (Graphical interfaces): add note
10192         about xml2ly.
10193
10194 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10195
10196         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10197
10198 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10199
10200         * VERSION: released 1.7.10
10201
10202         * scripts/musedata2ly.py (): idem
10203
10204         * scripts/midi2ly.py (dump_chord): idem
10205
10206         * scripts/etf2ly.py (version): idem 
10207
10208         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10209
10210         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10211
10212         * scm/tex.scm (tex-output-expression): remove eval compat
10213         glut. Other output files too.
10214
10215         * scm/chord-name.scm: don't export anything from chord module.
10216
10217         * input/test/american-chords.ly: idem
10218
10219         * input/test/banter-chords.ly (texidoc): idem
10220
10221         * input/test/Cc-chords.ly: add breakage notes.
10222
10223         * Documentation/user/refman.itely (Text markup): rewrite manual
10224         section.
10225
10226         * lily/parser.yy (scalar): allow \markup { } as property value. 
10227
10228         * scm/chord-name.scm: complete new markup usage
10229
10230         * scm/grob-description.scm (all-grob-descriptions): use new markup
10231         texts by default
10232
10233 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10234
10235         * scm/chord-name.scm: partial move to new markup texts.
10236
10237 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10238
10239         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10240
10241         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10242         settable.
10243
10244 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10245
10246         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10247         invoked for old midi, wait for killing.
10248
10249 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10250
10251         * Documentation/user/music-glossary.tely: Finnishing.
10252
10253 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10254
10255         * mf/feta-nummer-code.mf: some kerning pairs.
10256
10257 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10258
10259         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10260         Added.
10261
10262         * Documentation/user/refman.itely (Bar numbers):
10263         set-bar-number-visibility added, modulo-bar-number removed again
10264         (sorry).
10265
10266 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10267
10268         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10269
10270         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10271
10272         * Documentation/user/music-glossary.tely: translate into Finnish.
10273
10274 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10275
10276         * lilypond-mode.el: add shortcut for 2midi
10277
10278         * lilypond-font-lock.el: fontify lyrics
10279
10280 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10281
10282         * scm/drums.scm : use 1.7.x names.
10283
10284         * input/regression/drums.ly : Don't use << chords >>
10285
10286 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10287
10288         * lilypond-mode.el: tidy, add TODO
10289
10290         * make/lilypond.mandrake.spec.in: install-info quietly.
10291
10292 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10293
10294         * input/test/markup.ly: use new syntax.
10295
10296 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10297
10298         * ly/params-init.ly (interscoreline): add word-space
10299
10300         * input/test/metronome.ly (eighthNote): idem.
10301
10302         * input/test/script-priority.ly: use new markup
10303
10304         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10305
10306         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10307
10308         * lily/parser.yy (gen_text_def): bugfix.
10309         (full_markup): allow markup identifier.
10310
10311 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10312
10313         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10314         jobs at the same time. Add horizontal lines to Command menu.
10315         Allow one compiling job -- propose killing others before a new one.
10316
10317         * lilypond.words: add markup, teeny, etc.
10318
10319 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10320
10321         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10322         Allow only one type of midi process; launching Midi either stops
10323         midis or plays the current midi and launching MidiAll stops midis
10324         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10325         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10326
10327 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10328
10329         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10330         markup  for new markup texts.
10331
10332         * lily/mark-engraver.cc (process_music): idem
10333         
10334         * lily/instrument-name-engraver.cc (create_text): idem
10335
10336         * scm/new-markup.scm (magnify-markup): new function.
10337
10338         * scm/molecule.scm (stack-lines): bugfix.
10339
10340         * lily/font-interface.cc (get_font): take font-magnification from
10341         alist chain.
10342
10343 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10344
10345         * lily/molecule-scheme.cc: move scheme functions to separate file.
10346
10347         * lily/font-metric.cc  (ly_get_glyph): new function. 
10348         
10349         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10350         (italic-markup, dynamic-markup): new functions
10351         (font-markup): new function
10352
10353         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10354         padding and minimum
10355
10356 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10357
10358         * lily/accidental-engraver.cc:
10359         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10360
10361 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10362
10363         * lilypond.vim:
10364         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10365         [a-zA-Z] for user defined identifiers. Separate note cases 
10366         with and without a duration (allow cis\longaX).
10367
10368         * lilypond.words: Add words from Info.
10369
10370 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10371
10372         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10373
10374 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10375
10376         * lilypond-mode.el: Propose reverting buffer before a command if
10377         it was edited with an another editor.
10378
10379 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10380
10381         * lily/molecule.cc (ly_translate_molecule): new function
10382
10383         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10384         into libdir
10385
10386         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10387
10388         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10389
10390 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10391
10392         * lilypond.words: take \words from Info-index.
10393
10394 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10395
10396         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10397
10398 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10399
10400         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10401
10402 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10403
10404         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10405         and lilypond-documentation.
10406
10407 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10408
10409         * lily/parser.yy: Compile fix (bison 1.75).
10410
10411 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10412
10413         * VERSION: 1.7.9 released
10414
10415         * scm/music-functions.scm (shift-one-duration-log): refactor.
10416         Use music-map.
10417
10418         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10419
10420         * NEWS: update.
10421
10422         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10423         argument
10424         
10425         * scm/music-functions.scm (display-music): new function
10426         (music-map): change arg order.
10427
10428         * input/regression/new-markup-syntax.scm: new file
10429
10430         * lily/parser.yy (markup): add \markup { .. } syntax.
10431
10432         * scm/new-markup.scm (override-markup): new function
10433         (lookup-markup): new function
10434         (music-markup): new function
10435         (lookup-markup-command): use markup-signature to store argument
10436         format for parser.
10437
10438         * lily/lexer.ll: preliminary \markup syntax. 
10439
10440 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10441
10442         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10443         add pre/post-dependencies and menus with icons from source.
10444
10445         * Documentation/pictures/lilypond-48x48.xpm:
10446         * Documentation/pictures/lilypond-32x32.xpm:
10447         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10448         transparent.
10449
10450         * stepmake/stepmake/generic-targets.make:
10451         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10452
10453 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10454
10455         * input/regression/music-map.ly (texidoc): new file.
10456
10457         * scm/music-functions.scm (music-map): new function
10458
10459 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10460
10461         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10462
10463 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10464
10465         * input/test/to-xml.ly:
10466         * lily/ligature-engraver.cc: Fixes documentation.
10467
10468         * lilypond.mandrake.spec.in:
10469         * lilypond.redhat.spec.in: Add lilypond.words.
10470
10471         * Documentation/user/refman.itely: Mention Info inside emacs.
10472         
10473         * lilypond.suse.spec.in:
10474         * lilypond.redhat.spec.in:
10475         * lilypond.mandrake.spec.in: Set root-owner for doc
10476         (tobbe@nyvalls.se).
10477
10478 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10479
10480         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10481         os.popen.read ().
10482
10483 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10484
10485         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10486
10487         * python/lilylib.py (error): add space
10488
10489 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10490
10491         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10492         distribution.
10493
10494 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10495
10496         * lily/paper-outputter.cc (Paper_outputter): close port when
10497         finishing score.
10498
10499 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10500
10501         * scm/sodipodi.scm: Fixes.
10502
10503 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10504
10505         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10506
10507         * buildscripts/make-font-dir.py: Fix. 
10508
10509 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10510
10511         * lilypond-mode.el: Add support for Info inside Emacs.
10512
10513 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10514
10515         * buildscripts/make-font-dir.py: 
10516         * mf/GNUmakefile: Make sodipodi font map.
10517
10518         * scm/sodipodi.scm: Add more output functions.
10519
10520         * mf/feta-nummer.mf: 
10521         * mf/feta-beugel.mf: Add font_coding_scheme.
10522
10523         * lily/paper-outputter.cc (output_header): Fix creator string.
10524
10525 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10526
10527         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10528         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10529
10530         * lilypond.words: add two (Everybody can add/remove words now!).
10531
10532         * debian/rules:
10533         * make/lilypond.suse.spec.in:
10534         * make/lilypond.mandrake.spec.in:
10535         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10536
10537         * Documentation/user/refman.itely: Mention autocompletion.
10538
10539 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10540
10541         * scripts/ly2dvi.py: Add paper sizes.
10542
10543         * lily/timing-engraver.cc: 
10544         * lily/time-signature.cc: 
10545         * lily/span-bar.cc: 
10546         * lily/grob-scheme.cc: Code formatting fixes.
10547
10548         * scm/sodipodi.scm: 
10549         * scm/sketch.scm:
10550         * buildscripts/mf-to-table.py: 
10551         * buildscripts/make-font-dir.py: Font testing.
10552
10553 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10554
10555         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10556         inserts try-completion and shows all-completions.
10557
10558         * lilypond.words: '\' -> '\\'
10559
10560         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10561         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10562         
10563         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10564         and LilyPond-reserved-words.
10565         
10566 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10567
10568         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10569         from load-path.
10570         
10571         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10572         the mini-buffer with Control-Shift-c.
10573         
10574 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10575
10576         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10577         duration. This fixes \tempo taking time.
10578
10579 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10580
10581         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10582         Allow for text markup in repeatCommands. 
10583
10584 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10585
10586         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10587         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10588         Get rid of skeleton.el-dependency.
10589
10590         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10591
10592 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10593
10594         * lily/beam-engraver.cc (stop_translation_timestep): reset
10595         now_stop_ev_
10596
10597         * lily/scm-option.cc: add parse-protect to ly:set-option
10598
10599         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10600
10601 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10602
10603         * lily/include/ligature-bracket.hh: removed
10604         * lily/ligature-bracket.cc: removed
10605
10606         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10607         .tex
10608
10609         * lily/beam.cc (set_beaming): don't change beam count on rests.
10610         (brew_molecule): always set flag-width > 0.
10611
10612 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10613
10614         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10615         chars, remove instructions; instead, refer to lilypond-init.el and
10616         Documentation/topdocs/INSTALL.texi.
10617
10618         * lilypond.words: add identifiers and reserved words.
10619
10620         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10621         files and adding a load-path.
10622
10623         * lilypond-init.el: Instructions, extracted from 
10624         Documentation/topdocs/INSTALL.texi. 
10625         
10626 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10627
10628         * VERSION: 1.7.8 released 
10629
10630         * lily/grob.cc (warning): better robustness fix.
10631
10632 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10633
10634         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10635
10636         * lily/cluster-engraver.cc: stick better to variable naming
10637         conventions
10638
10639         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10640         until stop_translation_timestep()
10641
10642         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10643         min/max coordinates to backend, but no musical info such as
10644         pitches
10645
10646         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10647
10648         * lily/grob.cc: robustness fix: warning(): do not crash if
10649         cause is not set
10650
10651         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10652         the much more elaborated tuplet brackets than the very naive and
10653         simple ligature bracket grob
10654
10655 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10656
10657         * Documentation/user/refman.itely (Analysis brackets): add
10658         horizontal bracket doco.
10659
10660         * ly/property-init.ly (setMmRestFermata): added.
10661
10662         * Documentation/user/refman.itely (Multi measure rests): fermatas
10663         on mm rests.
10664
10665         * input/regression/apply-context.ly (texidoc): new file
10666
10667         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10668         code to be executed during interpretation. Possible applications:
10669         smart octavation, more advanced bar checks. 
10670
10671         * lily/apply-context-iterator.cc: new file.
10672
10673 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10674
10675         * input/test/new-markup.ly: new file.
10676
10677         * lily/text-item.cc (text_to_molecule): new function
10678
10679         * scm/new-markup.scm (lambda): new file
10680
10681         * lily/function-documentation.cc (ly_add_function_documentation):
10682         add proc property as well
10683
10684 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10685
10686         * Documentation/user/music-glossary.tely (Top): add custos.
10687
10688 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10689
10690         * Documentation/topdocs/INSTALL.texi: advise how to include source
10691         path to Emacs load-path and improve language.
10692
10693 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10694
10695         * GNUmakefile.in: config.h message fix.
10696
10697         * autogen.sh:
10698         * aclocal.m4: Regenerate.
10699
10700         * configure.in: 
10701         * config.make.in: 
10702         * stepmake/config.make.in: 
10703         * stepmake/configure.in: 
10704         * stepmake/autogen.sh: 
10705         * stepmake/aclocal.m4: Update for autoconf 2.56.
10706
10707 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10708
10709         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10710         to install Emacs-mode. Instructions how to use vim-mode.
10711
10712 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10713
10714         * scm/music-types.scm (music-descriptions): no length for tempo event.
10715
10716         * input/*.ly: add \version everywhere.
10717         
10718         * input/*.ly: update syntax to 1.7 + new-chords.
10719
10720         * VERSION: 1.7.7 released.
10721         
10722         * Documentation/user/*.tely: new chord syntax.
10723
10724         * input/regression/[bc]*.ly (texidoc): syntax updates.
10725         
10726 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10727
10728         * lilypond.words: add vocabulary to be used in auto-completion
10729
10730         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10731
10732         * lilypond.vim: allow note name at EOF
10733
10734 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10735
10736         * buildscripts/new-chords.py (edit): -e option: inline editing.
10737
10738         * input/regression/a*.ly (texidoc): syntax updates.
10739
10740         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10741         music): elucidations. 
10742
10743 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10744
10745         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10746         ly/spanners-init.ly, scm/grob-description.scm,
10747         scm/grob-property-description.scm, scm/music-types.scm,
10748         lily/cluster-engraver.cc, lily/cluster.cc,
10749         lily/include/cluster.hh, input/test/cluster.ly: cluster
10750         implementation
10751
10752         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10753         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10754         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10755
10756         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10757
10758         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10759
10760         * scm/grob-description.scm: bugfix: by default, use default note
10761         head style when engraving ligatures
10762
10763         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10764
10765         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10766         events
10767
10768         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10769
10770         * input/test/ancient-font.ly: bugfix: style -> flag-style
10771
10772         * lily/ligature-engraver.cc: indentation fix
10773
10774         * lily/parser.yy: indentation fixes
10775         
10776 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10777
10778         * input/regression/measure-grouping.ly: more elaborate example.
10779
10780         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10781         ly:div-moment. New functions 
10782
10783         * scm/music-functions.scm (set-time-signature): new function,
10784         allow inline time sig settings with measure grouping.
10785
10786         * lily/parser.yy (command_element): move time sig construction
10787         into Scheme.
10788
10789         * lily/side-position-interface.cc (out_of_staff): new function,
10790         like padding, but keep minimum distance from staff. Easier than
10791         linespanners (dynamics, pedals), but roughly the same effect.
10792
10793 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10794
10795         * emacs-mode.el: Added spanish-note-replacements 
10796         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10797
10798         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10799
10800 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10801
10802         * lilypond.vim: Do not fontify cises, desis, etc.
10803
10804         * vimrc: view dvi with <S-F6>
10805
10806 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10807
10808         * lily/lookup.cc (triangle): new function.
10809
10810         * input/regression/measure-grouping.ly (texidoc): new file: show
10811         triangles and brackets for beat groups of 3 and 2.
10812
10813         * lily/include/measure-grouping-spanner.hh (class
10814         Measure_grouping): new file.
10815
10816         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10817
10818         * lily/measure-grouping-engraver.cc (class
10819         Measure_grouping_engraver): new file.
10820
10821 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10822
10823         * Merge from stable:
10824
10825             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10826         
10827         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10828         stylesheet.
10829
10830         * ly/paper19.ly: Include paper19-init.ly.
10831
10832         * ly/paper19-init.ly: New file.
10833
10834         * Documentation/user/tutorial.itely (First steps): Fix first
10835         example for font test.
10836
10837         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10838
10839         * ChangeLog: Add 1.7.6 release marker (see below).
10840
10841         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10842         Add .py files.
10843
10844 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10845
10846         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10847
10848         * input/tutorial/*.ly: update to new syntax.
10849
10850         * lily/parser.yy (Composite_music): new transpose syntax,
10851         \transpose FROM TO MUSIC. 
10852
10853 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10854
10855         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10856         latex progress/error output to stderr (by default this goes to
10857         stdout).  Show lilypond progress, even when not verbose.
10858
10859         * python/lilylib.py (system): New optional parameter to control
10860         showing of progress.
10861
10862         * scm/backend-documentation-lib.scm (check-dangling-properties):
10863         Fix error message.
10864
10865         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10866         axis, extent.
10867
10868         * scm/grob-property-description.scm (magnify): Remove.
10869         (extent, axis): Add.
10870
10871 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10872
10873         * VERSION: Release 1.7.6.
10874
10875         * scripts/convert-ly.py: more uniformization substitutions.
10876
10877         * buildscripts/new-chords.py (sub_chords): new file.
10878
10879 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10880
10881         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10882         lilypond.map.  Include sauter fonts too.  Cleanups.
10883
10884 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10885
10886         * Documentation/user/tutorial.itely (First steps): change to new
10887         chord/tie/slur/beam notation.
10888
10889         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10890         ties.
10891
10892         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10893         engraver. Process ties in postfix notation, i.e. c8-~ c
10894
10895         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10896
10897         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10898
10899         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10900
10901         * lily/beam-engraver.cc (try_music): accept new-beam-events
10902
10903         * input/regression/chord-scripts.ly (texidoc): new file
10904
10905         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10906         script-events.
10907
10908         * scm/script.scm (default-script-alist): cleanup.
10909
10910         * lily/script-engraver.cc (make_script_from_event): cleanup.
10911
10912         * lily/lyric-combine-music-iterator.cc
10913         (Lyric_combine_music_iterator): remove superfluous events.
10914         (melisma_busy): new function. Fix broken melismas.
10915
10916 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10917
10918         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10919         Remove nonvalid settings. Use descriptive key names.
10920         Use <Return> to indicate the pressing of that key.
10921
10922 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10923
10924         * scripts/lilypond-book.py (option_definitions): Typo.
10925
10926         * scripts/ly2dvi.py: Updates.
10927
10928         * python/lilylib.py (setup_environment, print_environment)
10929         (get_bbox, make_preview): Merge and remove from ly2dvi and
10930         lilypond-book.
10931
10932         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10933
10934         * .cvsignore: Remove some cruft.
10935
10936         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10937         path.
10938
10939         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10940         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10941         throughout.
10942
10943         * python/lilylib.py (quiet_system): Junk
10944         (system): Display error log upon failure.
10945         (read_pipe): New function.  Cleanups and fixes.
10946
10947         * python/*.py: Rename from *.py.in.
10948         
10949         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10950
10951         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10952
10953 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10954
10955         * python/GNUmakefile: Bugfix: handle modules.
10956
10957         * stepmake/stepmake/python-module-targets.make (default): Add
10958         compiled modules. 
10959
10960         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10961         compiling modules.
10962
10963         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10964         Bugfix.  (OUT_PYC_MODULES): Add.
10965
10966 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10967
10968         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10969         Use default paths. Refresh description.
10970
10971 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10972
10973         * VERSION: 1.7.5 released
10974
10975         * input/regression/finger-chords.ly (texidoc): new file.
10976
10977         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10978         support
10979
10980         * lily/fingering-engraver.cc (process_music): remove kludgy
10981         scriptHorizontal stuff.
10982
10983         * lily/script.cc: remove staff-support property.
10984
10985         * lily/new-fingering-engraver.cc (add_fingering): new
10986         file. Fingering engraver for new style chords.
10987
10988 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10989
10990         * lily/parser.yy (bare_number): allow 4 \cm (without
10991         decimal dot). (should backport to 1.6?)
10992
10993         * ly/declarations-init.ly: use Scheme for dimension defs.
10994
10995         * lily/parser.yy (TODO): remove hard coded dimensions, add
10996         REAL NUMBER_IDENTIFIER production.
10997
10998         * lily/rest-collision.cc (force_shift_callback): rewrite using
10999         -done property.
11000
11001         * scm/grob-property-description.scm (rest-collision-done): add
11002         property.
11003         
11004         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11005
11006 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11007
11008         * input/regression/multi-measure-rest-center.ly: new file.
11009
11010         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11011         off horizontally by 0.05 ss. Fixed.
11012
11013 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11014
11015         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11016
11017         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11018
11019 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11020
11021         * lily/tie.cc (get_control_points): also avoid staff lines on the
11022         just outside the outer staff lines
11023
11024 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11025
11026         * ly/params-init.ly: Just define style-alist, no need to
11027         define-public.
11028
11029         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11030         (thanks Han-Wen).
11031
11032         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11033         (FET_FILES): = FONT_FILES.
11034
11035         * Merge from stable:
11036
11037             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11038
11039 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11040
11041         * VERSION: 1.7.4 released.  
11042         
11043         * scm/generate-documentation.scm (string-append): add macro
11044         definitions.
11045
11046         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11047         normal texts.
11048
11049         * lily/multi-measure-rest-engraver.cc: make separate
11050         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11051
11052         * lily/multi-measure-rest.cc: remove text handling. Remove
11053         number-threshold.
11054
11055 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11056
11057         * scm/music-types.scm: doc patch by Graham Percival
11058
11059 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11060
11061         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11062         encoding part.
11063         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11064         (sketch_p): Sketch wants only first four elements of X11 font spec.
11065
11066         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11067
11068         * mf/feta-autometric.mf: Write foundry and family to log.
11069
11070         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11071         font translation table.
11072
11073         * buildscripts/mf-to-table.py: Better font info into afm.
11074
11075         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11076         1.0.9 required.
11077
11078         * configure.in: Whine for mftrace 1.0.9.
11079
11080 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11081
11082         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11083
11084         * lily/main.cc (main_prog): don't try to load init.EXT when
11085         processing foo.EXT.
11086
11087 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11088
11089         * scm/tex.scm (zigzig-line): added.
11090
11091         * scm/ps.scm (zigzag-line): added.
11092
11093         * ps/music-drawing-routines.ps (subvec): added.
11094         (draw_zigzag_line): added.
11095         
11096         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11097         grob properties zigzag-width and zigzag-length.
11098
11099         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11100
11101 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11102
11103         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11104         svg output, including font.
11105
11106 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11107
11108         * scm/lily.scm: Register sodipodi output module.
11109
11110         * scm/sodipodi.scm: New file.
11111
11112         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11113
11114         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11115         comment, after header.
11116         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11117         FullName.  Fix FontName key.
11118
11119 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11120
11121         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11122         and breve rests.
11123         
11124         * input/test/blank-notes.ly: bugfix
11125
11126         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11127         rests. (Kim Shrier)
11128
11129         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11130         
11131 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11132
11133         * scm/tex.scm: 
11134         * scm/ps.scm: Cleanup and remove obsolete junk.
11135
11136         * Documentation/user/internals.itely:
11137         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11138
11139         * lily/parser.yy: Identify shift/reduce problems.
11140
11141         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11142         make-style-sheet.  Too specific for convert-ly?
11143
11144 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11145
11146         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11147
11148         * input/test/*.ly: various fixes.
11149
11150         * lily/music.cc (name): bugfix
11151
11152         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11153
11154         * lily/input-file-results.cc (code): set-point-and-click! ->
11155         set-point-and-click
11156         
11157 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11158
11159         * Use uniform ly: prefix for exported scheme primitive functions.
11160
11161         * scm/music-types.scm: junk compat glue
11162
11163         * scripts/convert-ly.py: add rules for stuff below, junk
11164         compatibility glue for spanrequest.
11165
11166         * lily/parser.yy (verbose_event): remove \spanrequest,
11167         \commandspanrequest, \script. 
11168         
11169         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11170
11171         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11172         for \penalty, \glissando.
11173
11174         * VERSION: release 1.7.3
11175         
11176 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11177
11178         * lily/accidental-engraver.cc: Fix
11179         grace-in-the-beginning-of-measure bug caused by the resent
11180         partial-measure fix.
11181
11182         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11183         overlap looks too crowded)
11184         
11185 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11186
11187         * lily/parser.yy (assignment): allow SCM expression as assignment.
11188
11189         * lily/include/music-output-def.hh (class Music_output_def):
11190         * lily/music-output-def.cc: 
11191         * lily/paper-def.cc: 
11192         * scm/font.scm (markup-to-properties):
11193         * lily/parser.yy (music_output_def_body): 
11194         remove style_sheet_
11195
11196 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11197
11198         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11199         length.
11200
11201         * input/regression/spacing-to-grace.ly: new file.
11202
11203         * input/regression/spacing-end-of-line.ly: new file.
11204
11205         * lily/note-spacing.cc (get_spacing): take into account breakable
11206         stuff sticking out at the left (time sig change at line break).
11207
11208         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11209         raggedright code.
11210
11211         * scm/music-functions.scm (make-voice-props-set): add
11212         staff-position for mm rests.
11213  
11214         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11215         before grace notes a little.
11216
11217         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11218
11219         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11220         key adds space at the end of line. 
11221
11222 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11223
11224         * scm/sketch.scm: Fix beams.
11225
11226         * buildscripts/mf-to-table.py: Add EncodingScheme.
11227
11228         * scm/sketch.scm: Resurrect.
11229
11230 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11231
11232         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11233         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11234
11235 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11236
11237         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11238
11239         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11240
11241 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11242
11243         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11244         token for origin information.
11245
11246         * lily/parser.yy (My_lily_lexer): do identifier location and
11247         cloning from lexer.
11248
11249         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11250         logic out of the parser. Add bar checks on both ends.
11251
11252         * Documentation/user/refman.itely (Multi measure rests): add more
11253         notes about mm rests.
11254
11255 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11256
11257         * input/regression/bar-scripts.ly: Re-enable.
11258
11259         * lily/parser.yy:
11260         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11261         released rsn.  Bison 1.50 has a crucial bug and won't work.
11262
11263         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11264
11265
11266 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11267
11268         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11269
11270 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11271
11272         * Actually merge changes since 1.6.4 besides ChangeLog, and
11273         resolve conflicts.  Lots of updates, hope all is well.
11274         
11275         * cygwin/lilypond.hint (requires): Add ghostscript.
11276
11277         * scm: Update some (c).
11278         
11279 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11280
11281         * input/test/{various}.ly: add \header fields and texidoc strings.
11282
11283 2002-10-05  Werner Lemberg  <wl@gnu.org>
11284
11285         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11286         renamed to `output_latex_quoted'.
11287         Added `output_latex_noquote'.
11288         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11289         mode.
11290
11291 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11292
11293         * ChangeLog: Add 1.6.6 release marker.  See below.
11294
11295         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11296
11297         * scripts/midi2ly.py: Fix global syntax warnings.
11298
11299         * GNUmakefile.in: Generate builddir locale tree too.
11300
11301         * scripts/ly2dvi.py:
11302         * scripts/midi2ly.py: 
11303         * scripts/mup2ly.py: 
11304         * scripts/update-lily.py:
11305         * lily/main.cc (setup_paths): Fix for locales setup.
11306
11307 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11308
11309         * Documentation/windows/installing.texi: Soften wording about
11310         necessity of becoming Administrator.  tommie@iae.nl reports this
11311         does not seem to be necessary for his flavour of Windows 2000.
11312         Explicitely discourage text mode mounts.
11313
11314 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11315
11316         * lily/rest.cc (after_line_breaking): backport dot position fix.
11317
11318         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11319         rests. Thanks to Klaus Zimmermann for finding this bug.
11320
11321 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11322
11323         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11324
11325 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11326
11327         * Documentation/user/music-glossary.tely: fix links.
11328
11329 2002-10-21  Werner Lemberg  <wl@gnu.org>
11330
11331         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11332         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11333         scaling factor) only once and use them in the definition of
11334         \embeddedps.
11335         * ps/music-drawing-routines.ps (skeel): Removed.
11336
11337 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11338
11339         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11340         Solaris7, as we don't use nested $( ) constructs.
11341
11342 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11343
11344         * VERSION: Release 1.6.6.
11345         
11346 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11347
11348         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11349         as workaround for /bin/sh problems on Solaris7.
11350
11351 2002-10-19  Werner Lemberg  <wl@gnu.org>
11352
11353         * GNUmakefile.in (web-doc): Fix typos.
11354         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11355         `music-drawing-routines.ps' but emit \special{header=...} once.
11356         * scm/tex.scm (header-end): Updated.
11357
11358 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11359
11360         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11361         undefined tremolo. 
11362
11363 2002-10-15  Werner Lemberg  <wl@gnu.org>
11364
11365         * scripts/lilypond-book.py (g_make_html): New global variable.
11366         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11367         if `g_make_html' isn't set.
11368         [main]: Add format `texi-html'.
11369         (option_definitions): Updated.
11370         * Documentation/user/lilypond-book.itely: Updated.
11371
11372         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11373         * make/ly-rules.make (%.texi, %.nexi): Use it.
11374         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11375         format to lilypond-book.
11376         * GNUmakefile.in (web-doc): Ditto.
11377
11378 2002-10-14  Werner Lemberg  <wl@gnu.org>
11379
11380         Further improve TeX output.  The produced files are about 40%
11381         smaller.  `lilyponddefs.tex' is now read only once.
11382
11383         * tex/lilyponddefs.tex: Remove footer stuff.
11384         (\ifundefined): Renamed to...
11385         (\lilypondundefined): This.  Use LaTeX's definition to
11386         make it nestable and make it global.
11387         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11388         output.
11389         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11390         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11391         them global.
11392         (\placebox): Renamed to...
11393         (\lyitem): This.
11394         Make it global and call \outputscale by itself.
11395         (\lybox, \lyvrule): New macros to reduce input data.
11396         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11397         New auxiliary macros.
11398         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11399         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11400         to...
11401         (\lilypondspace): This and made it global.
11402         (\turnOnPostScript): Renamed to...
11403         (\lilypondpostscript): This and made it global.
11404         (\turnOnExperimentalFeatures): Renamed to...
11405         (\lilypondexperimentalfeatures): This and made it global.
11406         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11407         (\lilypondsetdimen): This and made it global.
11408         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11409         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11410         (all, $(outdir)/music-drawing-routines.ps): New rules.
11411         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11412         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11413         start-system, stop-system, stop-last-system, filledbox): Updated to
11414         use the changed macros from lilyponddefs.tex.
11415         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11416
11417 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11418
11419         * Documentation/windows/installing.texi: Update.
11420
11421 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11422
11423         * VERSION: 1.6.5 released
11424
11425         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11426
11427 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11428
11429         * scm/translator-property-description.scm (voltaOnThisStaff): add
11430         property.
11431
11432 2002-09-28  Werner Lemberg  <wl@gnu.org>
11433
11434         * scm/tex.scm (header-end): Suppress page numbering.
11435
11436         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11437         Fix quotation for HTML output.
11438
11439 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11440         
11441         * Documentation/user/refman.itely: grammar and phrasing
11442           fixes to "Note Entry" section.  Also adds a few new examples.
11443
11444 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11445
11446         * flower/include/string-data.icc: include string.h
11447
11448 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11449
11450         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11451
11452 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11453
11454         * Documentation/user/GNUmakefile (extra-local-help): Add.
11455
11456         * stepmake/stepmake/www-targets.make (local-help): Add.
11457
11458 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11459
11460         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11461         packages.
11462
11463         * Documentation/topdocs/README.texi (Top): building documentation
11464         (not website.)
11465
11466 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11467
11468         * Documentation/user/refman.itely: 
11469         * Documentation/user/tutorial.itely: 
11470         * Documentation/user/music-glossary.tely: Merge changes.
11471
11472         * Documentation/user/glossary.html.in: 
11473         * Documentation/index.texi: 
11474         * Documentation/header.html.in: Accomodate renaming of glossary.
11475         
11476         * Documentation/user/tutorial.itely: Add some glossary references.
11477         
11478         * Documentation/user/refman.itely: Minor fixes.
11479         
11480         * Documentation/user/lilypond.tely: Add glossary do direntry.
11481
11482         * Documentation/user/music-glossary.tely: Rename (previously:
11483         glossary.tely).  Fix anchor placement.
11484
11485         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11486
11487 2002-09-23  Werner Lemberg  <wl@gnu.org>
11488
11489         * scripts/lilypond-book.py (output_dict): Fix handling of
11490         various environments by avoid extraneous newlines.
11491         Rename `output-all' regexp for html to `output-html'.
11492         Replace `output-all' regexp for texi with `output-texi-quote'
11493         and `output-texi-noquote'.
11494         (compose_full_body): Don't override `linewidth' user option
11495         for `singleline'.
11496         (schedule_lilypond_block): Don't indent text specified with
11497         `intertext' option.
11498         Add new option `noquote'.
11499         (compile_all_files): Use latex instead of tex to compile ly
11500         files directly.
11501
11502         * Documentation/user/lilypond-book.itely: Updated and revised.
11503         Improve layout.
11504
11505         * Documentation/user/glossary.tely,
11506         Documentation/user/introduction.itely,
11507         Documentation/user/tutorial.itely,
11508         Documentation/user/refman.itely,
11509         Documentation/user/appendices.itely: Fix overfull LilyPond
11510         boxes caused by the new lilypond-book code.  Other minor
11511         fixes.
11512
11513         * Documentation/user/macros.itexi (@texiflat): Don't emit
11514         trailing space.
11515
11516         * scm/tex.scm (end-output, header-end): Add preamble and
11517         postamble to make lilypond output directly compilable with
11518         latex.
11519
11520         
11521 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11522
11523         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11524         instructions.
11525
11526 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11527
11528         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11529
11530 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11531
11532         * lily/beam.cc (connect_beams): don't crash if there are quarter
11533         notes in beams.
11534
11535 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11536
11537         * Documentation/user/refman.itely: corrected ancient clef
11538         docu; added docu on ligatures
11539
11540 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11541
11542         * Documentation/user/glossary.tely,
11543         Documentation/user/refman.itely, input/les-nereides.ly,
11544         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11545         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11546         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11547         Stem properties: flag-style -> stroke-style, style -> flag-style.
11548
11549
11550 2002-09-22  Werner Lemberg  <wl@gnu.org>
11551
11552         * scripts/lilypond-book.py: Add option `notime' to suppress
11553         printing of a time signature.  Specify default indentation of 0pt
11554         if single line fragment.  Don't emit redundant `\paper{ }'.
11555
11556         * Documentation/user/lilypond-book.itely: Updated.
11557
11558         * Documentation/user/glossary.tely: Completely reformatting.
11559
11560 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11561
11562         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11563
11564 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11565
11566         * Documentation/user/tutorial.itely: Fix links.
11567         
11568         * Documentation/topdocs/index.tely:
11569         * Documentation/index.texi:
11570         * Documentation/header.html.in: Small website fixes and updates.
11571
11572         * debian/: Debian patch by Anthony Fok.
11573
11574 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11575
11576         * Documentation/footer.html.in: How time flies: It's already 2002!
11577
11578         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11579         more descriptive link names than 'here'.
11580
11581 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11582
11583         * VERSION: 1.7.2 released
11584         * VERSION: 1.6.4 released
11585         
11586         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11587
11588         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11589         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11590
11591         * mf/feta-din.mf (test): add x-height and space.
11592
11593         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11594         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11595
11596         * ly/grace-init.ly: add-to-grace-init: function to portably add
11597         settings to \grace. 
11598
11599         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11600         if we get an absolute dynamic event.
11601  
11602         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11603
11604         * lily/source-file.cc (get_line): oops. All line numbers were off
11605         by 2. Fix that. 
11606
11607         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11608         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11609
11610         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11611
11612         * lily/parser.yy (number_factor): remove (number) as number
11613         expression. ("Let them eat Lisp").
11614
11615 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11616
11617         * lily/horizontal-bracket.cc: new file.
11618
11619         * lily/horizontal-bracket-engraver.cc: new file.
11620
11621         * input/regression/note-group-bracket.ly: new file. Support
11622         horizontal note brackets for music analysis.
11623
11624         * lily/stem.cc (flag): new flag-style: no-flag.
11625
11626         * input/test/stem-cross-staff.ly: new file
11627         
11628         * Documentation/user/internals.itely: Improved formatting, fixing
11629         typos.  Added a section `Output details' to describe how the TeX
11630         code looks like.
11631
11632         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11633
11634         * lily/parser.yy: remove \dynamicscript.
11635
11636         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11637         definitions. 
11638
11639         * python/midi.c (midi_error): take two arguments.
11640
11641         * Merge 1.6.5 changes:
11642         
11643 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11644
11645         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11646         staff-space.  Previous 1.5 was probably meant as half-spaces.
11647         (cautionary-style): parentheses (was: smaller).  This is what doco
11648         says, and it seems more logical.
11649
11650         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11651         for 2nd sentence.
11652
11653 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11654
11655         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11656
11657 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11658
11659         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11660
11661 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11662
11663         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11664
11665 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11666
11667         * scm/translator-property-description.scm (voltaOnThisStaff): add
11668         property.
11669
11670 2002-09-28  Werner Lemberg  <wl@gnu.org>
11671
11672         * scm/tex.scm (header-end): Suppress page numbering.
11673
11674         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11675         Fix quotation for HTML output.
11676
11677 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11678         
11679         * Documentation/user/refman.itely: grammar and phrasing
11680           fixes to "Note Entry" section.  Also adds a few new examples.
11681
11682 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11683
11684         * flower/include/string-data.icc: include string.h
11685
11686 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11687
11688         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11689
11690 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11691
11692         * Documentation/user/GNUmakefile (extra-local-help): Add.
11693
11694         * stepmake/stepmake/www-targets.make (local-help): Add.
11695
11696 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11697
11698         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11699         packages.
11700
11701         * Documentation/topdocs/README.texi (Top): building documentation
11702         (not website.)
11703
11704 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11705
11706         * Documentation/user/refman.itely: 
11707         * Documentation/user/tutorial.itely: 
11708         * Documentation/user/music-glossary.tely: Merge changes.
11709
11710         * Documentation/user/glossary.html.in: 
11711         * Documentation/index.texi: 
11712         * Documentation/header.html.in: Accomodate renaming of glossary.
11713         
11714         * Documentation/user/tutorial.itely: Add some glossary references.
11715         
11716         * Documentation/user/refman.itely: Minor fixes.
11717         
11718         * Documentation/user/lilypond.tely: Add glossary do direntry.
11719
11720         * Documentation/user/music-glossary.tely: Rename (previously:
11721         glossary.tely).  Fix anchor placement.
11722
11723         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11724
11725 2002-09-23  Werner Lemberg  <wl@gnu.org>
11726
11727         * scripts/lilypond-book.py (output_dict): Fix handling of
11728         various environments by avoid extraneous newlines.
11729         Rename `output-all' regexp for html to `output-html'.
11730         Replace `output-all' regexp for texi with `output-texi-quote'
11731         and `output-texi-noquote'.
11732         (compose_full_body): Don't override `linewidth' user option
11733         for `singleline'.
11734         (schedule_lilypond_block): Don't indent text specified with
11735         `intertext' option.
11736         Add new option `noquote'.
11737         (compile_all_files): Use latex instead of tex to compile ly
11738         files directly.
11739
11740         * Documentation/user/lilypond-book.itely: Updated and revised.
11741         Improve layout.
11742
11743         * Documentation/user/glossary.tely,
11744         Documentation/user/introduction.itely,
11745         Documentation/user/tutorial.itely,
11746         Documentation/user/refman.itely,
11747         Documentation/user/appendices.itely: Fix overfull LilyPond
11748         boxes caused by the new lilypond-book code.  Other minor
11749         fixes.
11750
11751         * Documentation/user/macros.itexi (@texiflat): Don't emit
11752         trailing space.
11753
11754         * scm/tex.scm (end-output, header-end): Add preamble and
11755         postamble to make lilypond output directly compilable with
11756         latex.
11757
11758         
11759 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11760
11761         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11762         instructions.
11763
11764 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11765
11766         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11767
11768 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11769
11770         * lily/beam.cc (connect_beams): don't crash if there are quarter
11771         notes in beams.
11772
11773 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11774
11775         * Documentation/user/refman.itely: corrected ancient clef
11776         docu; added docu on ligatures
11777
11778 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11779
11780         * Documentation/user/glossary.tely,
11781         Documentation/user/refman.itely, input/les-nereides.ly,
11782         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11783         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11784         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11785         Stem properties: flag-style -> stroke-style, style -> flag-style.
11786
11787 2002-09-22  Werner Lemberg  <wl@gnu.org>
11788
11789         * scripts/lilypond-book.py: Add option `notime' to suppress
11790         printing of a time signature.  Specify default indentation of 0pt
11791         if single line fragment.  Don't emit redundant `\paper{ }'.
11792
11793         * Documentation/user/lilypond-book.itely: Updated.
11794
11795         * Documentation/user/glossary.tely: Completely reformatting.
11796
11797 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11798
11799         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11800
11801 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11802
11803         * Documentation/user/tutorial.itely: Fix links.
11804         
11805         * Documentation/topdocs/index.tely:
11806         * Documentation/index.texi:
11807         * Documentation/header.html.in: Small website fixes and updates.
11808
11809         * debian/: Debian patch by Anthony Fok.
11810
11811 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11812
11813         * Documentation/footer.html.in: How time flies: It's already 2002!
11814
11815         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11816         more descriptive link names than 'here'.
11817
11818 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11819
11820         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11821
11822 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11823
11824         * lily/part-combine-music-iterator.cc (get_state): cleanup
11825         (get_music_info): cleanup.
11826
11827 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11828
11829         * scm/backend-documentation-lib.scm (interface-doc-string):
11830         crosslinks between interfaces and grobs. Headings for interfaces
11831         in grob explanation.
11832
11833 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11834
11835         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11836         dtd).  Add preliminary dtd.
11837         (re-sub-alist): Robustify.
11838
11839 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11840
11841         * lily/include/event-chord-iterator.hh,
11842         lily/context-specced-music-iterator.cc,
11843         lily/event.cc, lily/event-chord-iterator.cc: add
11844
11845 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11846
11847         * lily/: some (c) header fixes.
11848         
11849         * lily/request-chord.cc: Remove.
11850         
11851         * lily/include/event-chord-iterator.hh:
11852         * lily/include/event.hh:
11853         * lily/event-chord.cc: New file.
11854         
11855         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11856         requested.
11857
11858 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11859
11860         * lily/ : rename Request to Event
11861
11862         * lily/parser.yy (command_element): move clef stuff into Scheme.
11863
11864         * lily/:  rename length_mom () to get_length()
11865
11866         * lily/part-combine-music.cc: removed file and class.
11867
11868         * lily/context-specced-music-iterator.cc (class
11869         Context_specced_music_iterator): new file. Obsoletes the
11870         Context_specced_music type.
11871
11872         * scm/music-types.scm (make-repeated-music): put different kinds
11873         of repeated music into music-type table.
11874
11875         * VERSION: 1.7.1 released.
11876
11877         * scm/to-xml.scm: new file.
11878
11879         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11880         new Input representation: dump music as XML.
11881
11882         * scm/engraver-documentation-lib.scm
11883         (engraver-accepts-music-types?): add links from music to engraver,
11884         from music-type to engraver.
11885
11886         * lily/include/command-request.hh: removed
11887         lily/include/musical-request.hh: removed. Removed all _req classes
11888         except Key_change_req. Changes throughout.
11889
11890 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11891
11892         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11893
11894 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11895
11896         * lily/*.cc: specify accepts for many engravers.
11897
11898         * scm/music-documentation-lib.scm: dump music expressions and
11899         music subtypes.
11900
11901         * scm/documentation-lib.scm: complete revision.
11902         Use GOOPS objects to store document tree explicitly. Cleaned up and
11903         sped up doco generation a lot.
11904
11905 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11906
11907         * input/trip.ly (fugaIILeft): add arpeggio
11908
11909         * lily/translator-group.cc (try_music_on_nongroup_children):
11910         oops. The name symbol is in the cdr of the assoc handle.
11911
11912         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11913         Hyphen_req, Glissando_req, Break_req, Mark_req 
11914
11915 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11916
11917         * lily/musical-request.cc (music-duration-length,
11918         music-duration-compress): new functions.
11919
11920         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11921         throughout. Warning doesn't work yet.
11922
11923         * lily/translator-group.cc (try_music_on_nongroup_children):
11924         new implementation: store candidate acceptors in a hashTable.
11925
11926 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11927
11928         * scm/music-types.scm (music-descriptions): change name to
11929         internal-class-name
11930
11931         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11932
11933 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11934
11935         * lily/beam.cc (connect_beams): don't crash if there are quarter
11936         notes in beams.
11937
11938 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11939
11940         * Documentation/user/refman.itely: corrected ancient clef
11941         docu; added docu on ligatures
11942
11943 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11944
11945         * Documentation/user/glossary.tely,
11946         Documentation/user/refman.itely, input/les-nereides.ly,
11947         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11948         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11949         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11950         Stem properties: flag-style -> stroke-style, style -> flag-style.
11951
11952 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11953
11954         * scm/music-functions.scm (music-separator?): don't use name music
11955         property.
11956
11957 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11958
11959         * stepmake/stepmake/generic-targets.make (help): Document check
11960         target.
11961
11962         * lily/new-accidental-engraver.cc: Compile fix.
11963
11964 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11965
11966         * scripts/convert-ly.py: Add rule.
11967
11968         * input/test/music-creation.ly:
11969         * input/test/add-staccato.ly:
11970         * input/test/add-text-script.ly: ly-make-music.
11971
11972         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11973         More ly-make-music renamings.
11974
11975         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11976
11977         * lily/music-constructor.cc (make_music): Add debugging info.
11978
11979         * scm/music-functions.scm (make-simultaneous-music,
11980         (make-sequential-music, context-spec-music):
11981         * scm/music-types.scm (music-descriptions): Get lily to run.
11982
11983 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11984
11985         * lily/command-request.cc (transpose_key_alist): new function.
11986
11987         * lily/key-performer.cc (create_audio_elements): cleanup. 
11988
11989 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11990
11991         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11992
11993         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11994         events-accepted field.
11995
11996         * scm/music-types.scm: new file.
11997
11998         * lily/parser.yy: put music type initialization into scheme,
11999         similar to grob initialization.  Changes throughout.
12000
12001 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12002
12003         * Documentation/user/tutorial.itely: Fix links.
12004         
12005         * Documentation/index.texi: 
12006         * Documentation/header.html.in: 
12007         * Documentation/topdocs/index.tely: Small website fixes and updates.
12008
12009         * debian/: Debian patch by Anthony Fok.
12010
12011 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12012
12013         * Documentation/footer.html.in: How time flies: It's already 2002!
12014
12015         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12016         more descriptive link names than 'here'.
12017
12018         * ROADMAP: Remove test stuff.
12019
12020         * scripts/update-lily.py: Allow auto-building of stable and
12021         development versions.  Bugfixes.
12022
12023 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12024
12025         * VERSION: released 1.7.0
12026
12027         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12028
12029         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12030         positive line widths.
12031
12032 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12033
12034         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12035         go.  Fix comments.
12036
12037         * cygwin: Cygwin updates.
12038
12039 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12040
12041         * Documentation/windows/installing.texi (Top): version for python,
12042         urls for ghostscript (thanks to John Potelle)
12043         
12044         * lily/simultaneous-music-iterator.cc
12045         (Simultaneous_music_iterator): init children_list_ before
12046         triggering GC.
12047
12048         * lily/*-iterator.cc: be even more careful with smobbed copy
12049         constructors. 
12050
12051         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12052         LeftEdge item.
12053
12054 2002-09-15  Werner Lemberg  <wl@gnu.org>
12055
12056         Improving LilyPond's output to make them ordinary TeX boxes with
12057         predictable dimensions.  System boxes are now vertically centered on
12058         the baseline; this offset can be further controlled with
12059         \lilypondscoreshift.
12060
12061         * lily/system.cc (System::post_processing): Pass length of current
12062         system to `start-system' (including any horizontal indentation).
12063
12064         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12065         prettier.
12066         (lily-def): Append `%'.
12067         (start-system): Add parameter `wd'.  Output more TeX code to specify
12068         box dimensions.
12069         (stop-system, stop-last-system): Complement changes in
12070         `start-system'.
12071         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12072         Updated.
12073
12074         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12075         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12076         Write final `\endinput'.
12077
12078         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12079         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12080         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12081         files and macro definitions don't produce spurious spaces and
12082         paragraphs (using \endlinechar).
12083         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12084
12085         * Documentation/user/internals.itely: Improved formatting, fixing
12086         typos.  Added a section `Output details' to describe how the TeX
12087         code looks like.
12088
12089 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12090
12091         * lily/accidental-engraver.cc: Also work with partial measures.
12092
12093 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12094
12095         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12096         spanner.
12097
12098 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12099
12100         * lily/identifier-smob.cc (unpack_identifier): new file.
12101
12102         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12103         pass off scheme expressions as music identifiers.
12104
12105         * scm/lily.scm: reorganisation, cleanups.
12106
12107         * lily/main.cc: small cleanups.
12108
12109 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12110
12111         * lily/ly-module.{cc,hh}: new file.
12112
12113 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12114
12115         * lily/accidental-engraver.cc: Also work with partial measures.
12116
12117 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12118
12119         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12120
12121 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12122
12123         * lily/my-lily-lexer.cc: use SCM module in stead of
12124         Scheme_hash_table. Changes throughout.  
12125
12126 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12127
12128         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12129