]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* buildscripts/guile-gnome.sh: New file.
[lilypond.git] / ChangeLog
1 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * buildscripts/guile-gnome.sh: New file.
4
5         * scm/output-gnome.scm: White background, better window size, sane
6         canvas size.  Cleanups.
7
8 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9
10         * scm/output-gnome.scm: set PATH in script.
11
12         * scm/page-layout.scm (default-page-make-stencil): don't stretch
13         if there is too few systems on a page.
14
15         * lily/parser.yy (relative_music): start at middle C without pitch
16         argument.
17
18         * Documentation/user/changing-defaults.itely (Page layout): new node.
19         (Paper size): rename node
20         (Page breaking): new node.
21         (Titling): move from invoking.
22         (File structure): new node.
23
24         * lily/parser.yy (score_body): allow \header and music anywhere in
25         \score body.
26
27 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
28
29         * scm/lily.scm (ly:load): Remove page-breaking.scm.
30
31 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
32
33         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
34
35         * lily/include/paper-line.hh: rename to Paper_system.
36
37         * lily/include/paper-book.hh: doc class.
38
39         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
40
41         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
42         (plain-header): add instrument-name.
43         (default-page-make-stencil): bugfixes.
44
45         * lily/parser.yy (book_body): allow \header anywhere in \book{}
46
47         * lily/paper-book.cc: remove copyright & tagline. Remove
48         interactions with Page
49
50         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
51         here, 
52         (default-page-make-stencil): new function
53         (default-page-music-height): new function
54         (page-headfoot): new function
55         (ly:optimal-page-breaks): generate stencils directly from here
56
57         * scm/titling.scm: new file, group titling functions
58
59 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
60
61         * scm/output-gnome.scm: Handle multiple pages.
62
63         * scm/framework-gnome.scm: Do not load output-gnome.
64         (framework-gnome): Invoke output-gnome::header and
65         output-gnome::end-output as faked stencils.  Fixes experimental
66         gnome output.
67
68 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
69
70         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
71         octavation compatibility fixes. Backportme. 
72
73         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
74         pages.
75         (ly:optimal-page-breaks): combine-penalties: no shortcut for
76         negative. Now we handle negative penalties (ie. \pageBreak)
77         correctly.
78
79         * lily/system.cc (get_line): extract page-penalty from the left
80         bound.
81
82         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
83
84 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
85
86         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
87
88 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
89
90         * scm/output-gnome.scm: Update script.  Move development to
91         lilypond_2_3_2 branch for now.
92
93 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
94
95         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
96         negative penalties.
97         cleanups.
98
99         * Documentation/user/changing-defaults.itely (Creating contexts):
100         index entries
101
102         * scm/page-breaking.scm (ly:optimal-page-breaks): new
103         file. Rewrite function. 
104
105         * lily/paper-book.cc (pages): new interface: page-breaking returns
106         list of line-list.
107
108         * lily/page.cc (Page): take lines argument.
109
110         * scm/document-translation.scm (all-engravers-doc): link to user man
111
112         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
113
114         * Documentation/user/notation.itely (Relative octaves): typo.
115
116         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
117
118 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
119
120         * scm/output-gnome.scm: Update build script.
121
122 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
123
124         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
125         gnome backend.
126
127         * scm/framework-gnome.scm: New file.
128
129         * scm/lily.scm: Use it.
130
131         * lily/paper-outputter.cc: Janitorial cleanups.
132         (ly:outputter-dump-string): Remove unreachable statement.
133
134         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
135         (ice-9): Bugfix: Add srfi-1.
136
137         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
138
139 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
140
141         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
142         in do_quit()
143         
144 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
145
146         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
147
148 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
149
150         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
151         override of Beam::position-callbacks. Why would grace beams not be
152         quantized? Fixes: weird-stem-size-grace. 
153
154         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
155         warning only once. Backportme.
156
157         * lily/accidental-engraver.cc (number_accidentals_from_sig):
158         bugfix, 2nd try. Backportme.
159
160         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
161
162 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
163
164         * Documentation/user/notation.itely (Instrument transpositions):
165         Correct the name of the instrumentTransposition property.
166
167 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
168
169         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
170
171 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
172
173         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
174         and postLilyPondExample are called when defined.
175
176 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
177
178         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
179         This fixes setting notenames with `\include "nederlands.ly" '
180
181         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
182         new function.
183
184 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
185
186         * scm/page-layout.scm: don't do piece, it should be in score-title
187         only.
188
189         * lily/lexer.ll: lex \score separately.
190
191         * lily/paper-book.cc: junk stencil2line.
192
193         * lily/paper-line.cc (Paper_line): construct from Stencil
194         directly. No futzing with the dimensions.
195
196         * lily/include/paper-line.hh (class Paper_line): 
197
198         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
199         takes arbitrary number of arguments.
200
201         * input/test/markup-score.ly (tuning): simplify example. 
202
203 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
204
205         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
206
207         * scm/define-markup-commands.scm (score): define score-markup
208
209         * lily/parser.yy (markup): use score-markup.
210
211         * lily/score.cc: add ly:score? 
212
213 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
214
215         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
216         fret-parse-string so it prepares for calls to fret-diagram-verbose
217         Changed display constants to props so they are available for
218         \override.
219         
220 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
221
222         * VERSION: release 2.3.3
223
224         * stepmake/stepmake/generic-vars.make: unset LANG.
225
226         * input/regression/tuplet-nest.ly: bugfix.
227
228         * lily/tie-performer.cc (stop_translation_timestep): reset
229         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
230
231         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
232         clear repeat_ directly after setting stem_tremolo_. Fixes:
233         tremolo-repeat.ly
234
235         * input/regression/span-bar-break.ly: new file.
236
237         * scm/define-grobs.scm (all-grob-descriptions): remove
238         break-visibility from SpanBar. Fixes: piano-repeat.ly
239
240 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
241
242         * python/lilylib.py (make_ps_images): only compute bbox when needed.
243
244         * scripts/lilypond-book.py (process_snippets): use lily -f ps
245         files for generating pngs. (failed experiment)
246
247         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
248         file with PFA fonts included.
249
250         * lily/score.cc (default_rendering): put header in too.
251
252         * lily/paper-line.cc (LY_DEFINE): change function to
253         ly:paper-line-extent
254
255         * scm/page-layout.scm (default-book-title): only add lines for
256         non-nil fields.
257         (default-score-title): idem.
258
259         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
260
261         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
262
263         * lily/include/paper-book.hh (class Paper_book): remove height_
264         member.
265
266         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
267
268         * lily/ly-module.cc (LY_DEFINE): bugfix.
269
270         * lily/paper-book.cc (book_title): separate function for the book
271         title.
272
273         * scm/page-layout.scm (default-book-title): only account for
274         markup fields.
275
276         * scm/framework-ps.scm: new file. Move high level interface from
277         output-ps.scm
278
279         * scm/music-functions.scm (def-grace-function): move macros from
280         ly/music-functions-init.ly
281
282         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
283         framework-tex.scm
284
285         * scm/framework-tex.scm (dump-line): new file. High level
286         interface for output (pages, systems, header). 
287
288         * lily/include/page.hh (class Page): add is_last_ field.
289
290         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
291
292         * lily/paper-book.cc (split_string): new function
293         (output): output multiple formats, i.e. --format=ps,tex
294
295         * scm/output-ps.scm (output-scopes): dump variables directly.
296         (define-fonts): rewrite for new interface
297
298         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
299
300         * lily/paper-outputter.cc (Paper_outputter): take format argument.
301
302         * lily/main.cc (parse_argv): don't set extension for output.
303
304         * lily/clef-engraver.cc (create_clef): remove
305         Staff_symbol_referencer::set_position() call. 
306
307 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
308
309         * ly/music-functions-init.ly (addlyrics): set the 'origin property
310         with the location argument in music function definitions.
311
312 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
313
314         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
315         staffsymbol dependency.
316
317         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
318         cleanups.
319
320         * lily/book.cc (process): return Paper_book
321         (to_stencil): use Book::process().
322
323         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
324         header_ field. Store in $globalheader
325
326         * lily/parser.yy (book_body): book header is initted to
327         $globalheader.
328         
329
330 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
331
332         * input/test/fill-a4.ly: removed.
333
334         * lily/parser.yy (output_def): push scope of parent_ Output_def
335         too.
336
337 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
338
339         * scm/output-gnome.scm: Update info.
340
341 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
342
343         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
344
345         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
346         than 1 module.
347
348         * lily/include/ly-module.hh (ly_use_module): rename is_module to
349         ly_c_module_p.
350
351         * scm/page-layout.scm (default-book-title): move Scheme titling
352         functions to here.
353
354         * lily/parser.yy (book_paper_block): remove scope too.
355
356         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
357
358         * lily/rest.cc: add direction to rest properties.
359
360         * lily/include/output-def.hh: new file, move from
361         music-output-def.hh
362
363 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
364
365         * scm/output-gnome.scm: Describe feta-cork hack.
366
367 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
368
369         * lily/include/book-paper-def.hh: derive from Output_def 
370
371         * lily/include/paper-def.hh: move all functionality out of class.
372         Junk header.
373
374         * lily/include/music-output-def.hh: rename Music_output_def to
375         Output_def.
376
377         * input/wilhelmus.ly: only set space for Paper formatting. 
378
379         * lily/include/midi-def.hh: remove file, remove class.
380         Move functions to Music-output-def.
381
382         * lily/music-output-def.cc (Music_output_def): remove separate
383         translator table. Lookup translators in scope directly. This
384         obviates Context suffix for context identifiers, i.e.
385
386         \context {
387           \Staff
388           .. 
389           }
390
391
392         will work.
393         
394
395         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
396
397         * Documentation/user/changing-defaults.itely (Horizontal spacing):
398         document spacing override hack.
399
400 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
401
402         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
403         installation info.  Support point-and-click.  Add +/- zoom
404         keybindings.
405
406 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
407
408         * VERSION: 2.3.2 released
409         
410         * lily/parser.yy (book_body): set default bookpaper.
411
412         * scm/output-tex.scm (header): kludge: hard code linewidth. 
413
414         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
415
416 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
417
418         * lily/score.cc (default_rendering): scale outputdef before
419         starting.
420
421 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
422
423         * scm/fret-diagrams.scm: Add header.
424
425         * scm/output-gnome.scm: Hello world :-)
426
427 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
428
429         * scripts/lilypond.py (run_dvips): only add papersize if present.
430
431         * lily/accidental-engraver.cc (update_local_key_signature): new
432         function, fold code from initialize() and process_music().
433         (update_local_key_signature): use deep copy. This fixes one
434         problem from custom-key-signatures.ly.
435         (number_accidentals_from_sig): tighter check for
436         accidental-too-old.
437
438         * ly/engraver-init.ly: remove localKeySignature
439         definition from ChoirStaff, StaffGroup, Score.
440         
441         * lily/percent-repeat-engraver.cc (try_music): add moments for
442         barlines too. Fixes: skipbars-percent-repeat.ly.
443
444 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
445
446         * lily/context-def.cc (filter_performers): don't go to cdrloc if
447         skipping last pair. Fixes: crash-bar-number.
448
449         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
450         D. Sorensen)
451
452         * input/test/fret-diagram.ly: new file.
453
454         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
455         (scale-paper): divide by scale.
456
457 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
458
459         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
460         case.
461
462 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
463
464         * scm/stencil.scm (fontify-text): reinstate function
465
466         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
467
468         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
469
470         * lily/parser.yy (book_paper_head): \bookpaper {} 
471
472         * python/midi.c: remove config.h
473
474 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
475
476         * scm/output-gnome.scm: Update.
477
478 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
479
480         * scm/output-gnome.scm: New file.
481
482         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
483
484 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
485
486         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
487         (find_scaled_font): move from Paper_def
488
489 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
490
491         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
492         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
493
494         * po/fr.po: update po.
495
496         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
497
498         * lily/book-paper-def.cc (print_smob): new file.
499
500 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
501
502         * buildscripts/lilypond-words.py: search words also from
503         music-functions-init.ly.
504
505 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
506
507         * ly/music-functions-init.ly (def-music-function): new helper
508         macro for defining music functions. \addlyrics \appoggiatura
509         \acciaccatura \grace \partcombine \autochange \applycontext
510         \applyoutput and \breathe are now defined here thanks to it.
511
512         * lily/parser.yy: 
513         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
514         \grace \partcombine \autochange \applycontext \applyoutput and
515         \breathe keywords removed from the parser.
516
517         * lily/parser.yy: 
518         * lily/music-function.cc (ly_make_music_function): 
519         * lily/lexer.ll (music_function_type): added a case for 0-arg
520         music functions.
521
522 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
523
524         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
525         refering to a music expression can be used in lily-inside-scheme:
526         #{ $music #}
527
528         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
529         and ly:parser-define, and change ly:parser-parse-string in order
530         to make #{ $music #} work.
531
532         * scm/new-markup.scm (compile-markup-expression): when an argument
533         is a string, use `make-simple-markup'.
534
535 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
536
537         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
538
539 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
540
541         * scripts/convert-ly.py (FatalConversionError.func): handle + in
542         font-size. (backportme)
543
544 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
545
546         * lily/paper-outputter.cc (output_stencil): dump font definitions
547         before each stencil.
548
549         * lily/include/paper-book.hh (struct Score_lines): new
550         struct. Collect info per Paper-score.
551
552         * lily/include/page.hh (class Page): to_stencil() returns Stencil
553         everywhere.
554
555         * lily/stencil.cc (find_expression_fonts): new function
556
557         * lily/paper-outputter.cc (output_stencil): use
558         interpret_stencil_expr
559
560         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
561         (interpret_stencil_expr): new function. Generic stencil
562         interpretation.
563
564         * lily/paper-def.cc (find_scaled_font): divide lookup
565         magnification by outpuscale for non-virtual fontmetrics. This
566         fixes ludicrously long font definitions for text
567         fonts. (backportme)
568
569         * lily/score-engraver.cc: remove
570         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
571
572 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
573
574         * input/test/markup-score.ly: Remove \notes.
575
576         * lily/parser.yy (book_body): Grok Composite_music and \header.
577         (markup): Push NOTES mode before score_block.
578
579         * VERSION: release 2.3.1
580         
581         * mf/feta-klef.mf: 
582         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
583
584         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
585
586         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
587
588 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
589
590         * scm/output-tex.scm (output-tex-string): tighten safe security.
591
592         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
593
594         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
595         allowed ly functions.
596
597         * lily/ly-module.cc (ly_module_define): only define variable if
598         bound.
599         (ly_make_anonymous_module): take safe option.
600
601 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
602
603         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
604
605 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
606
607         * input/regression/newaddlyrics.ly: Fix.
608
609         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
610         \score \notes.
611
612 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
613
614         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
615
616 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
617
618         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
619
620         * lily/paper-line.cc (Paper_line): don't store list of stencils,
621         but convert to single Stencil immediately.
622
623         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
624
625 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
626
627         * scm/output-sodipodi.scm: Resurrect sodipodi output.
628
629 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
630
631         * elisp/lilypond-mode.el: Changed the way defaults are created for
632         LilyPond-command-master.  LilyPond-mode will now check the
633         timestamps of the files to see which command has to run next.
634
635 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
636
637         * scm/bass-figure.scm (format-bass-figure): don't set
638         number-markup for strings. This fixes string in bass
639         figure. (backportme)
640
641         * lily/parser.yy (bass_number): insert number-markup into figure
642         definition.
643
644         * scm/define-music-properties.scm (all-music-properties): make
645         'figure a markup.
646
647         * scripts/convert-ly.py (conv): \apply -> \applymusic
648
649 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
650
651         * elisp/lilypond-mode.el: changed the order of some commands
652         ("Midi" after "2Midi"), use the user-defined
653         LilyPond-command-default as default instead of "LilyPond"
654
655         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
656         to set the master file for the next command.
657
658         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
659         with font-lock-reference-face.
660
661 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
662
663         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
664
665         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
666
667 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
668
669         * ly/music-functions-init.ly (TODO): new file.
670
671         * lily/parser.yy (Generic_prefix_music_scm): add more
672         music_function symbols.
673         (Prefix_composite_music): change \apply to music-function   
674
675         * lily/include/music-function.hh: rename to music-function
676
677 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
678
679         * lily/music-head.cc (LY_DEFINE): change order of args.
680
681         * input/regression/music-head.ly (texidoc): new file.
682
683         * lily/parser.yy (Generic_prefix_music): allow generic
684         music-transformation functions. 
685
686         * lily/include/music-head.hh (is_music_head): new file.
687
688         * lily/music-head.cc (get_music_head_transform): new file.
689
690 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
691
692         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
693         empty extent. This fixes ottava brackets on rests. (backportme)
694
695         * make/lilypond.redhat.spec.in (Group): ln png files for info.
696
697         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
698
699         * cygwin/lily-wins.py: update for the lily-wins.py script.
700
701 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
702
703         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
704         code. This will obviate typeset_grob () in the future.  The effect
705         of this is that improperly written spanner handling will result in
706         invalid spanner bounds.
707         (announce_grob): add to elems_ from here
708         (typeset_grob): comment out.  
709
710         * lily/include/engraver.hh (make_spanner): new calling interface
711         for make_{item,spanner}. This obviates most calls to
712         announce_grob().
713                 
714         * scm/music-functions.scm (set-accidental-style): use GrandStaff
715         iso. PianoStaff for piano styles.
716
717 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
718
719         * Documentation/user/music-glossary.tely: add segno after d.s.
720
721 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
722
723         * lily/include/audio-column.hh: remove unused variables.
724         (patch by Michael Welsh Duggan)
725
726         * flower/include/axes.hh (other_axis): inline Axes function
727         (thanks to David Brandon).
728
729 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
730
731         * cygwin/mknetrel: Install image links (backportme).
732
733         * Documentation/user/GNUmakefile (local-install-info): Activate
734         actual installing of image links (backportme).
735
736 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
737
738         * Documentation/user/notation.itely (Measure repeats): Removed
739         unnecessary (and confusing) \context Voice{.
740
741 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
742
743         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
744
745         * lily/page.cc (Page): Do not use ly_scheme_function for
746         volatile/configurable variables (FIXME: better name).
747
748         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
749         get_scmvar).
750
751 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
752
753         * scripts/convert-ly.py (FatalConversionError.subst): use
754         \transposition.
755
756 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
757
758         * lily/include/page.hh (class Page): Declare left_margin ().
759
760         * lily/page.cc: Remove paper var caching.
761
762 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
763
764         * Documentation/user/music-glossary.tely: Add name to @top node.
765         Remove comment from @table definitions (workaround for makinfo
766         bug).
767
768         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
769         ly:stencil-get-expr).  Update callers.
770         (ly:stencil-align-to!):  Return stencil too.
771
772         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
773         stencil.  Remove looped line-based page output.
774         (output_line): Use line stencil.  Remove looped stencil-based line
775         output.
776
777         * lily/page.cc (ly:page-paper-lines): New function.
778
779         * input/test/markup-score.ly: New file.
780
781         * scm/define-markup-commands.scm (stencil): New markup.
782
783         * lily/book.cc (to_stencil): New method.
784
785         * lily/parser.yy (markup): Use it to grok \score.
786
787 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
788
789         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
790
791         * lily/paper-book.cc (pages): Change signature.  Update callers.
792
793         * lily/include/page.hh:
794         * lily/page.cc: New file.
795
796         * lily/paper-line.cc (to_stencil): New method.
797         
798         * lily/paper-outputter.cc (output_stencil): New method.
799
800         * lily/paper-outputter.cc (output_line): Use them.
801
802         * lily/warn.cc: Remove.
803
804         * lily/my-lily-parser.cc (distill_inname): Remove.
805
806         * flower/include/file-name.hh: 
807         * flower/file-name.cc: New file.  Update users.
808
809         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
810         (find): New method of same name.
811
812         * lily/my-lily-parser.cc (ly:parse-file): Use it.
813
814         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
815         constant error message.
816
817 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
818
819         * input/test/{blank-notes.ly,staff-container.ly}: typos.
820
821 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
822
823         * Documentation/user/music-glossary.tely: @table @strong' replaced
824         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
825         (backportme).
826
827 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
828
829         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
830
831         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
832         #{ lily music expression #} that returns an equivalent scheme
833         music expression by parsing the string.
834
835 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
836
837         * lily/my-lily-parser.cc:
838         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
839         SCM string (foo.ly/toto.scm support).
840
841 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
842
843         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
844
845 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
846
847         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
848
849         * scripts/lilypond-book.py: LY code that includes \header is
850         not assumed to be a fragment.
851
852 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
853
854         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
855         tremolo beams up.
856
857         * lily/stem.cc (chord_start_y): Return 0 if no heads.
858         (get_default_stem_end_position): No tremolo head juggling if no
859         heads.  Fixes tremolo crash on rests (backportme).
860
861         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
862
863 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
864
865         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
866         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
867
868         * lily/lexer.ll: Allow \encoding in NOTES mode.
869
870         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
871         for lyrics, not for commands.
872
873         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
874         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
875
876         * input/regression/newaddlyrics.ly: New file.
877
878         * Documentation/topdocs/NEWS.texi: Update.
879
880         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
881         (Music_list): Allow embedded scm.
882
883         * lily/score.cc (ly:score-bookify): New function.
884
885         * lily/music.cc (ly:music-scorify): Idem.
886
887         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
888         (ly:parser-print-score): Idem.
889
890         * scm/lily.scm (default-toplevel-book-handler): Idem.
891         (default-toplevel-music-handler): Idem.
892         (default-toplevel-score-handler): Idem.
893
894         * ly/declarations-init.ly: Set default toplevel handlers.
895
896         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
897
898         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
899         printer for score at toplevel.
900
901 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
902
903         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
904         Fix for simple case: input/simple-song.ly, more complex stuff
905         does not work yet.
906
907 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
908
909         * lily/parser.yy (Prefix_composite_music): split Composite_music
910         in Prefix_composite_music and Grouped_music_list.
911         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
912
913 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
914
915         * scm/lily.scm (toplevel-expression): New define.
916
917         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
918
919         * lily/parser.yy (toplevel_expression): Use it.
920
921         * lily/include/my-lily-parser.hh: Smobbify.
922
923         * lily/my-lily-parser.cc (parse_string): New method.
924         
925         * lily/my-lily-parser.cc (ly:parse-string): New function.
926
927         * Documentation/user/lilypond.tely: Add comment and workaround for
928         gs-8.01 crash.  Fixes make web.
929
930         Simplification of toplevel music.
931         
932         * lily/lexer.ll, lily/parser.yy:
933
934         * In LYRICS mode, return LYRICS_STRING.  This fixes one
935         shift/reduce problem.
936
937         * Use NOTES mode at start of maininput.
938
939         * Grok toplevel composite music expression, put in score and book.
940
941         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
942
943         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
944
945         * input/simple.ly: New file.
946         
947         * input/simple-song.ly: Idem.
948
949 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
950
951         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
952         Sandberg.
953
954 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
955
956         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
957
958 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
959
960         * input/regression/accidental-octave.ly: doc automatic showing
961         of note names.
962
963 2004-04-16  Heikki Junes <janneke@gnu.org>
964
965         * po/fi.po: do "make po && make -C po po-update" at top-level,
966         then "cp po/out/fi.po po/fi.po" and update fields.
967
968         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
969
970 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
971
972         * Documentation/user/introduction.itely (About this manual): Fix
973         templates and regression urls (backportme).
974
975 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
976
977         * ly/engraver-init.ly (Score:graceSettings): Increase
978         beamed-lengths, especially for 32nd notes.
979
980         * Documentation/user/notation.itely (Grace notes): Correct the
981         syntax for add-grace-property example.
982
983 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
984
985         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
986         `Generated' tag.
987
988         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
989         Severely broken (the Debian package, at least).
990
991 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
992
993         * lily/context.cc (find_create_context): assign to lvalue.
994
995 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
996
997         * lily/include/translator.hh (class Translator): rename
998         get_parent_context() to context () to avoid confusion.
999
1000         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1001
1002         * lily/lexer.ll: change is_string -> ly_c_string_p 
1003
1004         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1005
1006         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1007
1008         * VERSION: release 2.3.0
1009
1010         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1011
1012         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1013         if nonempty.
1014
1015         * lily/include/context.hh (class Context): make members protected.
1016         (children_contexts): new accessor function.
1017
1018         * lily/include/translator.hh (class Translator): make
1019         daddy_context_ protected.
1020         (class Translator): clean up. 
1021
1022         * lily/include/context.hh (class Context): make daddy_context_
1023         private.
1024
1025         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1026         higher for finding Voice. (backportme)  
1027
1028         * lily/include/context.hh (class Context): remove
1029         find_context_below() as a method.
1030
1031         * Documentation/user/notation.itely (The Lyrics context): add note
1032         about manual durations
1033
1034         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1035         encoding.
1036
1037         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1038
1039 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1040
1041         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1042         \usepackage{inputenc}
1043
1044         * lily/paper-book.cc (classic_output): don't advance Offset for
1045         TeX output.
1046
1047         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1048         ec-sauter.map in rules
1049
1050         * mf/ecb.mf (font_identifier): new file, based on ecbx
1051
1052         * mf/ecb10.mf (gensize): new file.
1053
1054         * Documentation/topdocs/NEWS.texi (Top): document some more new
1055         features.
1056
1057         * ly/declarations-init.ly: run convert-ly
1058
1059         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1060         from input-file-results. Remove input-file-results.* 
1061
1062 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1063
1064         * scm/output-ps.scm (font-command): Fix, again.
1065
1066         * input/test/title-markup.ly: Add \noPagebreak test.
1067
1068         * lily/score-engraver.cc (try_music): Bugfix.
1069
1070 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1071
1072         * lily/main.cc (main_with_guile): excise dependency options -M and
1073         --dep-prefix
1074
1075         * lily/input-file-results.cc: excise Makefile dependency code
1076
1077         * Documentation/user/invoking.itexi (Invoking the lilypond
1078         binary): remove dep doco
1079         
1080         * lily/main.cc (main_with_guile): call lilypond-main
1081         
1082         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1083
1084         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1085         exception.
1086
1087         * lily/my-lily-parser.cc: remove paper_description function
1088
1089         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1090         new function.
1091
1092         * lily/main.cc: remove global_score_count.
1093
1094         * lily/book.cc (process): don't take header from global_input_file.
1095
1096         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1097
1098         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1099
1100         * lily/music-output-def.cc (LY_DEFINE): new function
1101         ly_output_description. This function does the bulk for  setting,
1102         parsing and breaking down of an input file.
1103
1104         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1105         anonymous modules globally. Let's hope they get GCd
1106
1107         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1108
1109 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1110
1111         * scm/output-ps.scm (header): Papersize from paper.
1112
1113         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1114         for classic output.
1115
1116         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1117         lilypondclassic is defined.
1118         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1119
1120         * input/regression/between-systems.ly: Remove.
1121
1122         * python/lilylib.py (get_bbox): Fix regular expression
1123         for bounding box.
1124
1125         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1126
1127         * scm/output-tex.scm (stop-page): Use it.
1128
1129         * scm/output-ps.scm (define-fonts): Bugfix.
1130
1131         * lily/grob.cc: Add penalty to interface.
1132
1133         * lily/include/paper-line.hh (class Paper_line): New member
1134         var penalty_.
1135
1136         * lily/system.cc (get_line): Initialise Paper_line with
1137         page-penalty's from original grobs.
1138
1139         * scm/define-music-properties.scm (all-music-properties): Add
1140         page-penalty.
1141
1142         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1143
1144         * lily/score-engraver.cc (try_music): Handle page-penalty.
1145
1146         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1147
1148 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1149
1150         * ly/declarations-init.ly (melismaEnd): typo
1151
1152         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1153
1154         * scm/output-ps.scm (text): split string into spaces, use moveto
1155         for setting space. 
1156         
1157 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1158
1159         * po/nl.po: Update.
1160
1161         * scm/font.scm (add-cmr-fonts): Typo.
1162
1163 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1164
1165         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1166         font-encoding.
1167
1168         * scm/define-grobs.scm (all-grob-descriptions): idem.
1169
1170         * lily/time-signature.cc (numbered_time_signature): idem.
1171
1172         * scm/font.scm (add-cmr-fonts): use real encoding names for
1173         font-encoding.
1174
1175 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1176
1177         * lily/paper-book.cc (classic_output): 
1178         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1179         Fixes classic output.
1180         (lilypondstart):
1181         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1182         kludge.
1183
1184         * scripts/old-lilypond-book.py: Remove.
1185
1186         Page layout for SCOREs enclosed in a BOOK:
1187
1188         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1189         layout tweaking.
1190
1191         * input/les-nereides.ly (theScore): Add \book.
1192         
1193         * input/test/title-markup.ly: Add \book.
1194
1195         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1196         only if 'verbose.
1197
1198         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1199
1200         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1201
1202         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1203         * scm/output-tex.scm (start-system): Update for page layout by
1204         LilyPond.
1205
1206         * scm/output-ps.scm (start-system): Previously (new-start-system).
1207
1208         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1209         passed to define-fonts.
1210
1211         * lily/paper-column.cc: 
1212         * lily/system.cc (get_line):
1213         * ly/property-init.ly (newpage): 
1214         * scm/define-grob-properties.scm:
1215         * scm/output-ps.scm: 
1216         * scm/output-tex.scm: Remove between-system-string kludge.
1217
1218         * scm/output-ps.scm (define-fonts, font-command,
1219         font-load-encoding): Handle ENCODING = #f.
1220
1221         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1222
1223         * scm/define-markup-commands.scm (fill-line): Use
1224         make-simple-markup (WAS: unexisting make-word-markup).
1225
1226         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1227         ENCODING, MARKUP parameters for interpret_string.
1228
1229         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1230
1231         * lily/score.cc (book_rendering): New method.
1232         (default_rendering): Create Paper_book helper locally, dump
1233         output.
1234
1235         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1236
1237         * lily/parser.yy: Handle \book.
1238
1239         * lily/include/book.hh: 
1240         * lily/book.cc: New file.
1241
1242 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1243
1244         * lily/text-item.cc (interpret_string): new file, select font with
1245         encoding.
1246
1247         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1248
1249         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1250
1251         * lily/parser.yy (markup): take encoding from lexer.
1252
1253 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1254
1255         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1256
1257         * scm/output-ps.scm: Remove some cruft.
1258
1259 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1260
1261         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1262
1263         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1264
1265 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1266
1267         * scm/font.scm (add-century-schoolbook-fonts):
1268         (make-century-schoolbook-tree): New function.
1269
1270         * input/test/title-markup.ly: Use Century Schoolbook font.
1271
1272 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1273
1274         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1275         to Erik Sandberg) 
1276
1277         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1278
1279         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1280
1281         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1282
1283         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1284
1285 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1286
1287         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1288         solo-state (at end of solo), we can set the solo status
1289         too. (backportme.)
1290
1291         * input/regression/part-combine-solo-end.ly: new file.
1292
1293 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1294
1295         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1296         flavour abc files.  Really ignore unknown keys (backportme).
1297
1298 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1299
1300         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1301         magnification_ when looking up in orig_.
1302
1303         * scm/output-tex.scm (text): switch off char-mapping.
1304
1305         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1306         because AFM's encoding field cannot have spaces.
1307
1308 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1309
1310         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1311
1312 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1313
1314         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1315
1316         * mf/cmr.enc: new file, without hi-bit ascii info. 
1317
1318         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1319         width. This removes the 'hook' at the end of a long slur.
1320
1321         * buildscripts/mf-to-table.py (parse_logfile): don't append
1322         encoding to fontname.
1323
1324 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1325
1326         * scm/output-ps.scm (define-fonts): Load .enc only once.
1327
1328         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1329         too.
1330
1331 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1332
1333         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1334         encoding field.
1335
1336         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1337
1338         * ly/portuges.ly (pitchnames): new file.
1339
1340         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1341         Michael Welsh Duggan
1342
1343         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1344
1345         * ly/nederlands.ly: add comment about digits.
1346
1347         * lily/scaled-font-metric.cc (derived_mark): idem.
1348
1349         * scm/encoding.scm (make-encoding-mapping): change permutation to
1350         mapping.
1351
1352         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1353         (Modified_font_metric): make alist for coding_description_
1354         (LY_DEFINE): remove coding-name.
1355
1356         * scm/output-tex.scm (text): remove debugging code.
1357
1358         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1359
1360         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1361         from infile.
1362
1363         * mf/feta-generic.mf: move fet_beginfont into generic code.
1364         use fetaMusic (without space) as encoding
1365
1366         * mf/feta-autometric.mf: take encoding argument
1367
1368         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1369
1370         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1371         use.
1372
1373         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1374         name.
1375
1376 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1377
1378         * input/test/title-markup.ly: Set inputencoding.
1379
1380         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1381
1382         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1383
1384         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1385         function.
1386         (coding-alist): Also hold filename, command.
1387         (read-encoding-file): Return symbols.
1388
1389 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1390
1391         * scm/output-tex.scm: remove fontify; text and char take a font
1392         argument.
1393
1394         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1395
1396         * lily/scaled-font-metric.cc (text_dimension): init
1397         coding_{permutation,table}_ too 
1398         (LY_DEFINE): ly:font-encoding, new function return
1399
1400         * lily/paper-def.cc (find_scaled_font): take input coding from
1401         inputcoding paper var.
1402
1403         * lily/performance.cc (output): remap modulo 16.
1404
1405         * lily/text-item.cc (interpret_markup): whoops, variable
1406         shadowing fixed.
1407
1408 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1409
1410         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1411         symbols, not symbols to strings.
1412         
1413         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1414         symbols, not symbols to strings.
1415
1416 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1417
1418         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1419         (ly:kpathsea-gulp-file): New function.
1420
1421         * scm/encoding.scm (read-encoding-file): Use it.
1422
1423 2004-04-06  Werner Lemberg  <wl@gnu.org>
1424
1425         * scm/encoding.scm (coding-alist): Fix typo.
1426
1427 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1428
1429         * lily/scaled-font-metric.cc (text_dimension): move function from
1430         Font_metric
1431         (make_scaled_font_metric): init coding_scheme_ to TeX
1432         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1433
1434         * lily/include/scaled-font-metric.hh (struct
1435         Modified_font_metric): rename from Scaled_font_metric
1436
1437         * scm/encoding.scm (read-encoding-file): split up large function,
1438         leave caching to (delay)
1439
1440         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1441
1442 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1443
1444         * lily/my-lily-lexer.cc (set_encoding): New method.
1445
1446         * lily/lexer.ll: Grok \encoding.
1447
1448         * lily/font-metric.cc (get_encoded_index): New function.
1449
1450         * lily/include/font-metric.hh (coding_scheme): New method.
1451
1452         * scm/encoding.scm: New file.
1453
1454         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1455
1456 2004-04-05  Werner Lemberg  <wl@gnu.org>
1457
1458         * Documentation/user/tutorial.itely: Revised (finished).
1459
1460         * Documentation/user/macros.itexi (@separate): Removed.
1461
1462 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1463
1464         * scm/output-ps.scm (define-fonts): fix scaling.
1465
1466         * lily/scaled-font-metric.cc (design_size): add function.
1467
1468         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1469         partial cut&paste of ly:font-magnification.
1470
1471 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1472
1473         * scm/output-ps.scm (define-fonts):
1474         (fontify): Update.
1475
1476 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1477
1478         * po/fr.po: update. (backportme).
1479
1480         * po/nl.po: update. (backportme). 
1481
1482         * mf/feta-beugel.mf: document why design size is not fixed.
1483
1484         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1485
1486 2004-04-04  Werner Lemberg  <wl@gnu.org>
1487
1488         * Documentation/user/tutorial.itely: Revised (continued).
1489
1490 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1491
1492         * po/nl.po: Update (backportme).
1493
1494 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1495
1496         * po/de.po: update. (backportme).
1497
1498         * scm/output-tex.scm (font-command): use ly: functions to
1499         construct name.
1500         (define-fonts): don't use alist, just dump \font definitions.
1501         (font-load-command): calculate proper scaling by taking
1502         outputscale from paper argument.
1503
1504         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1505         expression.
1506
1507         * lily/paper-outputter.cc (output_header): pass paper arg to
1508         define-fonts
1509
1510         * lily/paper-def.cc (font_descriptions): dump list of
1511         Scaled_font_metrics
1512         (find_scaled_font): take Font_metric argument, store
1513         Scaled_font_metrics in hash-table containing (size ->
1514         Scaled_font_metrics) alist.
1515         (get_dimension): rename from get_realvar
1516
1517         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1518         ly:font-magnification, ly:font-name: new functions
1519
1520 2004-04-03  Werner Lemberg  <wl@gnu.org>
1521
1522         * Documentation/user/dedication.itely,
1523         Documentation/user/preface.itely,
1524         Documentation/user/introduction.itely,
1525         Documentation/user/tutorial.itely: Revised.
1526         Removing leading spaces which distorts output if info files are read
1527         with stand-alone info.
1528         Removing superfluous inter-word spaces which also distorts output
1529         for stand-alone info.
1530         Using ` and ' instead of `` and '' everywhere to improve
1531         legilibility with stand-alone info
1532         Using @samp for single-letter input items and data which contains
1533         spaces, @code for other things.
1534
1535         * lily/grob-interface.cc: Adding copyright.
1536         (check_interfaces_for_property): Improve format of warning message.
1537
1538 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1539
1540         * lily/include/font-metric.hh (struct Font_metric): add
1541         design_size () method.
1542
1543         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1544
1545         * lily/afm.cc (read_afm_file): read design size.
1546
1547         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1548
1549         * scm/music-functions.scm (unfold-repeats): handle dots too.
1550
1551 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1552
1553         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1554         (backportme)
1555
1556 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1557
1558         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1559         lyric indent.  Revert melismaBusyProperties using \unset.
1560
1561 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1562
1563         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1564
1565         * lily/parser.yy (command_element): allow redefinition of |
1566         meaning.
1567
1568         * lily/break-align-engraver.cc (acknowledge_grob): construct
1569         LeftEdge where the first cause for alignment is coming from.
1570         This makes \override Staff.LeftEdge work as expected.
1571
1572         
1573         * lily/slur-performer.cc (Slur_performer): add inits
1574
1575         * lily/beam-performer.cc (Beam_performer): add inits
1576
1577 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1578
1579         * VERSION (PACKAGE_NAME): release 2.2.0
1580
1581         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1582
1583 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1584
1585         * lily/cluster.cc (height): Fix warning.
1586
1587         * lily/parser.yy: Janitorial cleanups.
1588
1589         * Documentation/user/tutorial.itely (Tutorial): Typo.
1590
1591 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1592
1593         * lily/change-iterator.cc (process): search at multiple context
1594         levels. This fixes 
1595
1596         
1597         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1598         not voice-state index for tie state. This fixes a partcombine
1599         problem with ties.
1600
1601         * Documentation/user/tutorial.itely (Commenting input files): add
1602         note about convert-ly.
1603
1604         * input/test/cadenza-skip.ly:  new file.
1605
1606 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1607
1608         * po/nl.po: Spelling fixes.
1609
1610         * autogen.sh (srcdir): Regenerate.
1611
1612         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1613         autogen.sh.
1614
1615         * configure.in: Use C++ to check for C++ header.
1616
1617         * po/nl.po: Update.
1618
1619         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1620
1621         * lily/event.cc (to_relative_octave): Translatable sentence should
1622         be one string.
1623
1624         * python/lilylib.py (warranty): Year range is not translatable.
1625         It's 2004 already!
1626
1627         * flower/warn.cc (non_fatal_error, warning, programming_error):
1628         Remove whitespace from translated string.
1629
1630 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1631
1632         * VERSION: release 2.1.37.
1633
1634 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1635
1636         * configure.in: check for C language.
1637
1638         * lily/source-file.cc: include strstream without h.
1639
1640         * scm/documentation-generate.scm (string-append): use name without
1641         .texi.
1642
1643         * autogen.sh (srcdir): SUSE fix.
1644
1645         * Documentation/user/notation.itely (Ancient clefs): idem.
1646
1647         * Documentation/user/lilypond-book.itely (Integrating HTML and
1648         music): idem.
1649
1650         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1651
1652         * lily/change-iterator.cc (process): use find_existing_context().
1653
1654         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1655
1656         * input/regression/repeat-unfold-tremolo.ly: new file.
1657
1658         * scm/music-functions.scm (unfold-repeats): undo music compression
1659         too.
1660
1661         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1662         (LY_DEFINE): ly:music-compress new function.
1663
1664         * scm/part-combiner.scm (determine-split-list): split for voice
1665         crossings
1666
1667         * input/regression/part-combine-cross.ly: new file.
1668
1669         * scm/part-combiner.scm (make-part-combine-music): don't do
1670         relative inside partcombine arguments.
1671
1672         * scm/music-functions.scm (make-non-relative-music): new function.
1673
1674         * Documentation/user/notation.itely (Automatic part combining):
1675         add note about \relative.
1676
1677         * lily/part-combine-iterator.cc (construct_children): add
1678         start_moment_ member.
1679
1680         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1681         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1682
1683         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1684
1685         * Documentation/user/changing-defaults.itely (Which properties to
1686         change): fixes.
1687
1688 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1689
1690         * po/fr.po: update.
1691
1692 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1693
1694         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1695
1696         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1697         Reinstate old code that issues warning.  Fixes --srcdir build.
1698
1699 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1700
1701         * input/wilhelmus.ly: New file.
1702
1703         * Documentation/user/notation.itely: 
1704         * Documentation/user/introduction.itely:
1705         * Documentation/user/tutorial.itely: Use quote ly-option instead
1706         of explicit @quotation.  This fixes too long lilypond linewidths
1707         resulting in overful hboxes.
1708
1709         * scripts/lilypond-book.py: Add ly-option: `quote'.
1710
1711 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1712
1713         * tex/titledefs.tex: Avoid that the first score line is extra
1714         indented if instrument is defined but not piece.
1715
1716 2004-03-30  Werner Lemberg  <wl@gnu.org>
1717
1718         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1719         `lilypond/' to info file name.
1720         (@usermanref) [info]: New variant.
1721
1722         * scm/documentation-generate.scm: Fix definition of @usermanref
1723         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1724         to info file name.
1725
1726 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1727
1728         * VERSION: release 2.1.36
1729         
1730         * Documentation/user/changing-defaults.itely (Interpretation
1731         contexts): rewrite introduction.
1732
1733 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1734
1735         * scm/define-markup-commands.scm: Use TeX accents instead of
1736         straight iso-8859-1 encoding in the doc string.
1737
1738 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1739
1740         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1741         space after dotted duration.
1742
1743 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1744
1745         * Documentation/user/introduction.itely: 
1746         * Documentation/user/notation.itely:
1747         * Documentation/user/tutorial.itely: Up all relative examples.
1748         Enclose @lilypond displays in @quotation.  Typos and corrections.
1749
1750         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1751
1752 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1753
1754         * scm/music-functions.scm (make-voice-props-revert): Revert also
1755         MultiMeasureRest staff-position in oneVoice.
1756
1757 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1758
1759         * Documentation/user/changing-defaults.itely, 
1760         Documentation/user/lilypond.tely: few fixes. Place no comma between
1761         two options: a and b, but commas between three options: a, b, and c.
1762         By this manner, grouping is possible: a and b, and c and d.
1763
1764 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1765
1766         * Documentation/user/GNUmakefile: add rule for .nexi
1767
1768 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1769
1770         * Documentation/user/music-glossary.tely: move glossary direntry
1771
1772         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1773         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1774
1775 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1776
1777         * stepmake/aclocal.m4: Verify that gettext configure check with
1778         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1779
1780 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1781
1782         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1783         glob.glob for .png filenames. This catches multipage pngs.  
1784
1785         * Documentation/user/changing-defaults.itely (Determining the grob
1786         property): fix references.
1787
1788         * lily/staff-symbol.cc (print): only add extent if non empty.
1789         This fixes staff-container.ly.
1790
1791         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1792         starting with a mmrest also works.
1793
1794         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1795         PNG for texinfo too.
1796
1797         * po/lilypond.pot: update translation strings.
1798
1799         * VERSION: 2.1.35 released
1800         
1801         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1802         context argument too.
1803
1804         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1805
1806         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1807
1808         * python/lilylib.py (command_name): don't return 1st path
1809         component.
1810
1811         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1812         .png case separately.
1813
1814         * python/lilylib.py (system): typo.
1815         
1816 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1817
1818         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1819         run indent-region.
1820
1821         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1822         Fixes compile.
1823
1824         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1825         Add header.
1826
1827 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1828
1829         * vim/lilypond-indent.vim: small fixes.
1830
1831 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1832
1833         * Documentation/user/notation.itely (Entering lyrics): Add example
1834         with correct english double quotes (at least for LaTeX output,
1835         maybe not a good idea if we switch to PS as the default output
1836         format).
1837
1838 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1839
1840         * lily/staff-performer.cc (create_audio_elements): play instrument
1841         changes before notes arrive. This fixes instrument of the first
1842         note in a score.
1843
1844         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1845         to 1.9.0 conversion.
1846
1847         * lily/mark-engraver.cc: doc string.
1848
1849         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1850
1851         * Documentation/user/introduction.itely (Introduction): new node.
1852
1853 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1854
1855         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1856
1857         * input/regression/spacing-ragged-last.ly: new file.
1858
1859         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1860         spacing.
1861
1862         * scm/font.scm: rewrite using GOOPS.
1863         
1864         * lily/context-def.cc (filter_engravers): derefence pointer.
1865
1866         * lily/lily-guile.cc (type_check_assignment): use
1867         ly_scheme_function iso. scm_primitive_eval where possible.
1868
1869         * lily/performance.cc (output): limit channels at 15. This fixes
1870         percussion inadvertently showing up in large scores.
1871
1872 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1873
1874         * input/regression/tuplet-gap.ly: new file.
1875
1876         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1877         (print): compute gap length from number size, include italic
1878         correction.
1879
1880         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1881         tuplet-bracket
1882
1883         * scm/paper.scm (set-default-paper-size): new function, to be
1884         called at toplevel.
1885         (set-paper-size): new function, to be called inside \paper {}
1886         (set-default-paper-size): new function, to be called at toplevel.
1887
1888         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1889
1890         * lily/beam-performer.cc (process_music): idem.
1891
1892         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1893         
1894         * tex/titledefs.tex: remove scshape for piece.
1895
1896         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1897         font-family
1898
1899         * lily/time-signature.cc (special_time_signature): font-encoding
1900         not family.
1901
1902         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1903         dynamic to head. This fixes p placement in morgenlied.
1904
1905 2004-03-23  Werner Lemberg  <wl@gnu.org>
1906
1907         * stepmake/stepmake/generic-targets.make (help): Improve text.
1908
1909 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1910
1911         * VERSION: 2.1.34 released
1912         
1913         * lily/main.cc (main_with_guile): switch debugging.
1914
1915         * lily/system.cc (get_line): plug leak.
1916
1917         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1918         and contents.
1919         (stencil2line): plug leak.
1920
1921         * Documentation/user/changing-defaults.itely (Determining a grob
1922         property):  new node.
1923         (Layout interfaces): new node.
1924         (Navigating the program reference): new node.
1925
1926         * lily/accidental-engraver.cc (acknowledge_grob): add property
1927         harmonicAccidentals
1928
1929         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1930         general cleanups.
1931         
1932         * input/les-nereides.ly (middleDynamics): resurrect Les
1933         nereides. Remove pedal hack.
1934
1935 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1936
1937         * input/regression/property-grace-polyphony.ly: new file.
1938
1939         * lily/translator-property.cc (execute_pushpop_property): only pop
1940         one instance of the property. This fixes << \\ >> together with
1941         \grace.
1942
1943         * lily/break-align-interface.cc (ordered_elements): we cannot
1944         modify the #'elements property, so return reordered array.
1945
1946 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1947
1948         * buildscripts/lilypond.words.py: remove.
1949         * buildscripts/lilypond-words.py: add new, renamed file. 
1950         Give generated targets and dirs explicitly in arguments.
1951
1952         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1953         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1954         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1955         
1956         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1957
1958         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1959
1960         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1961         orders.
1962
1963         * vim/GNUmakefile: add local-uninstall target.
1964
1965         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1966         
1967         * vim/vimrc: add a one-liner file.
1968
1969         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1970         vimrc in EXTRA_DIST_FILES.
1971
1972         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1973
1974 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1975
1976         * config.make.in: add vimdir.
1977
1978         * vim/GNUmakefile: add local-install.
1979
1980 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1981
1982         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1983         with \lilypondifundefined{blabla}. Solves problem with multiple
1984         titles in the same lilypond-book document.
1985
1986 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1987
1988         * scm/document-backend.scm (interface-doc): sort grob list for
1989         interface.
1990
1991         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1992         pre/post break align-order.
1993
1994         * spelling patch courtesy Edward Sutton.
1995
1996         * Documentation/user/changing-defaults.itely (Changing context
1997         default settings): new node.
1998         (Defining new  contexts): new node.
1999
2000         * scripts/lilypond-book.py (is_derived_class): use numbers
2001         iso. booleans.
2002
2003         * python/lilylib.py (make_ps_images): add margin to PS images.
2004
2005         * scripts/lilypond-book.py (is_derived_class): new function. Take
2006         class arg iso. object.
2007         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2008         for bug in GS/dvips.
2009
2010         * lily/text-item.cc (interpret_markup): idem.
2011
2012         * scm/define-markup-commands.scm: remove split around-space hack.
2013
2014         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2015         function, fold WL's fixes into one function.
2016
2017 2004-03-22  Werner Lemberg  <wl@gnu.org>
2018
2019         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2020         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2021         (Note_column::head_position_interval): Do proper rounding for
2022         calls to Staff_symbol_referencer::get_position.
2023
2024 2004-03-21  Werner Lemberg  <wl@gnu.org>
2025
2026         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2027         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2028         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2029         (My_lily_parser::parse_file): Improve formatting progress indication
2030         sent to stdout.
2031
2032 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2033
2034         * VERSION: 2.1.33 released.
2035
2036         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2037
2038         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2039
2040         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2041         warning is issued about dummy.dep.
2042
2043         * scm/new-font.scm: fix design sizes of nummer
2044
2045 2004-03-21  Werner Lemberg  <wl@gnu.org>
2046
2047         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2048         some annoying warnings from mkdir during `make install'.
2049
2050 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2051
2052         * lily/performer-group-performer.cc (do_announces): call
2053         Performer_group_performer::create_audio_elements () too.
2054
2055         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2056
2057         * scm/define-grobs.scm (all-grob-descriptions): add property
2058         break-align-orders
2059
2060         * lily/global-context.cc (get_default_interpreter): new
2061         function. Override from base class, so no new Score contexts are
2062         created.
2063
2064         * lily/include/stencil.hh (class Stencil): document origin field.
2065
2066         * lily/staff-symbol.cc (print): span staff-symbol on column
2067         extents for non-broken columns. 
2068
2069         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2070         key-signature.
2071
2072         * tex/titledefs.tex: don't use smallcaps for piece.
2073
2074         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2075         translated stencils in the output.
2076
2077         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2078
2079 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2080
2081         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2082         and init ties_created_
2083
2084         * VERSION: release 2.1.32
2085
2086         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2087         doc string from IMPLEMENT_CTOR_CALLBACK().
2088
2089         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2090         that engraver is in a performer hierarchy.
2091
2092 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2093
2094         * vim/lilypond-ftdetect.vim: new file.
2095
2096 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2097
2098         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2099         (compose_ly): default octave should be middle C.
2100
2101         * Documentation/user/changing-defaults.itely (Layout tunings
2102         within contexts): new node.
2103
2104         * lily/include/smobs.hh: document C++ smob interface.
2105
2106         * lily/function-documentation.cc: don't doc functions without
2107         docstring.
2108
2109 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2110
2111         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2112         direntry, so that `info lilypond' goes to Top.
2113
2114         * scm/output-ps.scm (polygon): Fix: add spaces.
2115
2116         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2117         solutions are now optimal too.
2118
2119         * input/test/page-breaks.ly: New file.
2120
2121         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2122         functions into safe module.
2123
2124         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2125         end, prepend zeros.
2126
2127         * scm/output-*.scm: Use ly:number->string rather than
2128         number->string.  Makes for saner output.
2129
2130         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2131         Fixes feta-nummer, feta-din scaling.
2132
2133 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2134
2135         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2136
2137         * scm/music-functions.scm (descend-to-context): new
2138         function. Similar to context-spec-music.
2139         (make-time-signature-set): specify Score as descend-only. This
2140         fixes the polymetric.ly example.
2141
2142         * lily/context-specced-music-iterator.cc (construct_children): add
2143         support for descend-only context spec.
2144
2145         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2146         determine ez-notation letter. 
2147
2148         * lily/system.cc (get_line): start with dumping layer 3. This
2149         fixes ez notation.
2150
2151 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2152
2153         * input/test/title-markup.ly: Stress breaking harder.
2154
2155         * scm/page-layout.scm (height-score): Overfull page scores twice
2156         as bad as underfull (was: by a power).
2157         (walk-lines): Omit first walk-path round (breaking after new node,
2158         without lines).
2159
2160         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2161         diff values are negative.
2162         (output): Bugfix: treat negative vfill differently.
2163
2164         * Documentation/user/lilypond.tely (direntry): Add note about why
2165         `info lilypond' brings up `Invoking LilyPond' node.
2166
2167 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2168
2169         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2170
2171         * lily/paper-book.cc: Remove cruft.
2172         (output): Bugfix: put vfill between lines.
2173         (pages): Bugfix: set page vars needed for filling.
2174
2175         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2176         (was: @ar).
2177
2178         * scm/page-layout.scm: Further development.
2179
2180         * ly/declarations-init.ly (paper): Define page-breaking.
2181
2182 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2183
2184         * lily/note-head.cc (brew_ez_stencil): add note-names
2185         property. Provides internationalization for note names.
2186
2187         * Documentation/user/changing-defaults.itely (Creating contexts):
2188         new node.
2189
2190         * lily/grace-iterator.cc (process): descend to child for \grace.
2191
2192         * lily/timing-translator.cc (initialize): Timing_translator adds
2193         Timing alias by itself.
2194
2195         * lily/context.cc (add_alias): new function.
2196
2197         * scm/lily.scm (tex-output-expression): new function, eval within
2198         drawing API. Guards against eval vulnerabilities.
2199
2200         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2201
2202         * scm/output-ps.scm (scm): export lily drawing API.
2203
2204         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2205         throughout.
2206
2207 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2208
2209         * scm/page-layout.scm (optimal-page-breaking): New function.
2210         
2211         * lily/paper-book.cc (pages): Use it.
2212
2213 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2214
2215         * lily/include/paper-line.hh (class Paper_line): Full smob.
2216
2217 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2218
2219         * lily/global-context.cc (run_iterator_on_me): fix grace note
2220         nesting by initting measurePosition.
2221
2222         * lily/timing-translator.cc (initialize): do no init
2223         measurePosition
2224         
2225         * lily/include/music-output-def.hh (class Music_output_def): add
2226         input_origin_ field.
2227
2228         * Documentation/user/changing-defaults.itely (Changing context
2229         properties on the fly): new node.
2230
2231         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2232         function. Only have smobbed_copy (), and do not provide
2233         smobbed_copy() for non-simple smobs. Changes throughout.
2234
2235 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2236
2237         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2238         start_moment_. Fix by Doug A. Linhardt.
2239
2240 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2241
2242         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2243         accidentals for harmonic notes.
2244
2245         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2246         of different style. (Thanks to Doug Linhardt).
2247
2248         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2249         new node.
2250
2251 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2252
2253         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2254
2255         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2256         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2257         vim/lilypond-indent.vim: doc targets and deps in comments.
2258
2259 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2260
2261         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2262
2263         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2264
2265         * lily/include/paper-line.hh:
2266         * lily/include/paper-line.cc: New file.
2267
2268 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2269
2270         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2271
2272         * GNUmakefile.in: remove stray make out=www
2273
2274         * input/test/bagpipe.ly (gcdg): octave fixes.
2275
2276         * scm/define-markup-commands.scm (number): use font-encoding
2277         iso. font-family
2278
2279         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2280         font-encoding.
2281         
2282 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2283
2284         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2285         `output_format_global' and `PAGE_LAYOUT'.
2286
2287 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2288
2289         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2290         lily functions in safe mode.
2291
2292         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2293         Print filename for HTML, LATEX, before texidoc.
2294
2295         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2296         instructions in output-ps module.
2297
2298         * scm/lily.scm: Do not load output-ps module.
2299
2300         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2301         safe mode.
2302
2303 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2304
2305         * lily/span-dynamic-performer.cc (process_music): remove spurious
2306         warning.
2307
2308         * lily/context-def.cc (Context_def): init name to ""
2309
2310         * lily/font-interface.cc: add font-encoding property.
2311
2312         * scm/lily.scm (chain-assoc-get): bugfix.
2313
2314         * lily/paper-book.cc (stencil2line): protect static SCM.
2315
2316         * lily/font-interface.cc (text_font_alist_chain): rename function,
2317         and use text-font-defaults. 
2318
2319         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2320
2321         * scm/paper.scm (paper-set-staff-size): use new function.
2322
2323         * scm/new-font.scm (make-font-tree): new function.
2324
2325 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2326
2327         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2328
2329         * scm/lily.scm (get-output-module): New function.
2330         (output-alist): Remove ,ps-output-expression.
2331
2332         * scm/output-tex.scm (ps-output-expression): New function.
2333
2334         * scm/output-ps.scm (ps-output-expression): Remove.
2335         (header, start-page): Output page metadata.
2336
2337         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2338         initialise output_module_.  Do not write part of header.
2339         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2340         (output_header): Output full header.
2341
2342         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2343         FIXME.
2344
2345 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2346
2347         * scm/new-font.scm: new file. Tree based font lookup.
2348
2349         * scm/lily.scm (assoc-get): take default argument. Remove
2350         assoc-get-default.
2351         (chain-assoc-get): use chain-assoc-get everywhere.
2352
2353         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2354         autobeamsettings conversion bug.
2355
2356         * lily/include/global-context.hh (Context): clean-up data hiding.
2357
2358         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2359         data hiding.
2360
2361         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2362
2363         * input/regression/stem-shorten.ly: add chord case.
2364
2365         * lily/stem.cc (get_default_stem_end_position): shorten stems
2366         triggered by note-head positions, not by forced-direction. This
2367         fixes a bug with too short stems.  
2368  
2369 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2370
2371         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2372         Lilypond_snippet.output_latex): Always call output_print_filename.
2373
2374         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2375         expand pages.
2376
2377 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2378
2379         * scm/part-combiner.scm (make-autochange-music): switch rests
2380         before switched notes too.
2381
2382         * lily/figured-bass-engraver.cc (process_music): change calling
2383         convention.
2384
2385         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2386
2387         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2388         command.
2389
2390         * lily/include/stencil.hh (class Stencil): add origin field.
2391
2392         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2393         function.
2394
2395         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2396
2397         * lily/lexer.ll: remove support for \$ and $ in identifiers
2398
2399         * lily/sequential-iterator.cc: remove copy_grace_fixups
2400         (get_grace_fixup): slight abstraction of fixup code.
2401
2402         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2403
2404 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2405
2406         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2407         in insert-mode. add indenting rules.
2408
2409 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2410
2411         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2412         protect hack.
2413
2414         * scm/page-layout.scm:
2415         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2416         layout and titling should now match external latex based version.
2417
2418         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2419         header fields.
2420
2421         * ps/lilyponddefs.ps: Remove automatic page layout.
2422
2423         * scm/output-ps.scm (new-start-system): New interface function.
2424
2425         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2426
2427         * lily/paper-book.cc (output): Bugfix.
2428
2429 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2430
2431         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2432         
2433 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2434
2435         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2436         direntries.
2437
2438         * ps/lilyponddefs.ps: Bugfix.
2439
2440         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2441
2442 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2443
2444         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2445         cause. This should fix warnings.
2446
2447         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2448
2449         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2450         prevent aligned 6ths.
2451
2452         * lily/custos.cc (print): remove adjust-if-on-staffline.
2453
2454 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2455
2456         * lily/paper-book.cc: Do header and footer.
2457
2458 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2459
2460         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2461
2462         * scm/paper.scm (lineheight): Remove
2463         (head-sep, foot-sep): Add.
2464
2465 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2466
2467         * mf/feta-schrift.mf: reduce portato thickness.
2468
2469         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2470
2471         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2472         programming_error ().
2473
2474         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2475         bracket to last command column.
2476
2477         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2478         continues on next/prev system.
2479
2480         * input/regression/pedal-end.ly: new file.
2481
2482 2004-03-10  Werner Lemberg  <wl@gnu.org>
2483
2484         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2485         Remove pmx2ly stuff.
2486         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2487
2488 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2489
2490         * scm/page-layout.scm: New file.
2491
2492         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2493         settings.
2494         (Lilypond_snippet.is_outdated): Also check for PNG file.
2495         Workaround for interrupted (web) builds.
2496
2497         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2498
2499         * ps/lilyponddefs.ps: Use only very small top-marging.
2500         (init-paper): Also pop page size string.
2501         (start-page, stop-page): New function.
2502
2503         * scm/output-ps.scm (header-end): Remove stray exec commands.
2504
2505 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2506
2507         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2508
2509         * lily/score.cc (default_rendering): clean protection.
2510
2511         * lily/paper-book.cc (mark_smob): implement smob marking.
2512
2513         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2514
2515         * Documentation/user/*.itely: user manual edits. 
2516
2517 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2518
2519         * Documentation/user/converters.itely (Invoking musedata2ly):
2520         remove pmx2ly.
2521
2522         * scripts/pmx2ly: remove script.
2523         
2524 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2525
2526         * lily/score.cc (default_rendering): Protect paper-book members.
2527
2528         * lily/paper-def.cc (smobbed_copy): New method.
2529
2530         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2531         switch runtime.
2532
2533         * lily/include/music-output.hh (process): Change signature to
2534         return SCM.
2535
2536         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2537         method.
2538
2539         * lily/paper-score.cc (process): Return stencils rather than
2540         outputting directly.  Remove paper-book kludge.  Delete grobs.
2541         (output): Remove.
2542
2543         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2544
2545         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2546
2547         * lily/score.cc (default_rendering)
2548         (ly_render_output): Move adding paper-score two levels up.
2549
2550         * lily/system.cc (get_line):
2551         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2552
2553 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2554
2555         * scm/font.scm (paper20-font-vector): add more design sizes for
2556         number.
2557
2558         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2559         feta-nummber{5,7,11,13}.
2560
2561         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2562         for 12pt design size. 
2563
2564 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2565
2566         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2567
2568 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2569
2570         * lily/font-select.cc (properties_to_font_size_family): Fix
2571         warning message.
2572
2573         * Experimental PostScript latin1 encoding:
2574         
2575         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2576
2577         * scm/output-ps.scm: Experimental encoding using reencode-font.
2578         * scm/font.scm: Add latin1 `font-shape'.
2579         
2580         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2581
2582         * ps/lilyponddefs.ps (reencode-font): New function.
2583
2584         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2585
2586         * scm/output-tex.scm (start-page):
2587         (stop-page): New interface function.
2588
2589 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2590
2591         * lily/paper-outputter.cc (output_expr):
2592         (output_header):
2593         (output_line): New method.
2594
2595         * lily/system.cc (get_line):
2596         (get_lines): New method.
2597         (output_scheme):
2598         (output_line): Remove.
2599
2600         * scm/lily.scm (make-title): New function.
2601
2602         * lily/paper-book.cc: 
2603         * lily/include/paper-book.hh: New file.
2604
2605         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2606         ly-modules.hh).
2607
2608         * lily/ly-module.cc (ly_modules_lookup): New function.
2609
2610         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2611
2612         * scm/output-ps.scm (make-title): Remove.
2613         (output-scopes): Junk header-title test.
2614
2615 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2616
2617         * mf/feta-schrift.mf: thicker dot for portato.
2618
2619         * lily/accidental-placement.cc (position_accidentals): bugfix in
2620         offset, this fixes right-padding of AccidentalPlacement.
2621
2622         * lily/[h-z]*.cc: () formatting.
2623
2624         * Documentation/user/tutorial.itely (An orchestral part): more
2625         fixes for the tutorial.
2626
2627         * scm/translation-functions.scm (fraction-tuplet-formatter):
2628         reverse fraction.
2629
2630         * lily/parser.yy (context_def_spec_block): use \context instead of
2631         \translator.
2632
2633         * lily/[a-g].cc: () style cleanup.
2634
2635         * Documentation/user/tutorial.itely (Automatic and manual beams):
2636         editing of tutorial.
2637
2638 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2639
2640         * buildscripts/mf-to-table.py (base): write encoding name.
2641
2642 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2643
2644         * Documentation/user/GNUmakefile (local-install-info): Issue
2645         warning (for packager, ie, if not installing in /usr or /usr/local).
2646
2647         * lily/stencil-scheme.cc: 
2648         * lily/staff-symbol-referencer.cc: 
2649         * lily/script-column.cc: 
2650         * lily/pitch.cc: 
2651         * lily/music.cc: 
2652         * lily/grob-pq-engraver.cc: 
2653         * lily/font-interface.cc: 
2654         * lily/music-output-def.cc: 
2655         * lily/duration.cc: 
2656         * lily/grob-scheme.cc:
2657         * lily/context-scheme.cc: Put scheme name on first line in
2658         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2659         style cleanups.
2660
2661         * stepmake/stepmake/scm-vars.make: 
2662         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2663         Rename and split TAGS_FILES.
2664
2665         * GNUmakefile.in (ALL-TAGS): Remove.
2666         
2667         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2668         deeper TAGS files.  Fixes regexp tags in TOP dir.
2669
2670 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2671
2672         * VERSION: 2.1.29 released.
2673         
2674         * Documentation/user/changing-defaults.itely (Changing defaults):
2675         new file.
2676
2677         * Documentation/user/notation.itely (Notation manual): rename from 
2678         refman.itely
2679
2680         * Documentation/user/notation-appendices.itely (The Feta font):
2681         new file.
2682
2683         * Documentation/user/advanced.itely: add aborted attempt for
2684         advanced topics manual.
2685
2686 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2687
2688         * scm/new-markup.scm: display Markups in sane format. Patch by
2689         Nicolas Sceaux.
2690
2691 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2692
2693         * lily/main.cc: Cleanups.
2694         (setup_localisation): New function.
2695         (sane_putenv): Remove.
2696         (main_with_guile): New name (Was: main_prog).  Remove musings
2697         about possible preparation for GUILE heavy memory usage and
2698         practical uselessness.  Do not set environment variables
2699         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2700         name juggling.
2701         (parse_argv): New function.
2702         (copyright): New function.  It's 2004 already.
2703
2704         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2705         (distill_inname): Move from main.
2706
2707 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2708
2709         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2710
2711         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2712
2713         * Documentation/user/running.itely: new file.
2714
2715         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2716
2717         * lily/score-performer.cc (finish): call Translator::finalize ().
2718
2719 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2720
2721         * lilypond-ftpplugin.vim: renamed to the following file.
2722         * lilypond-ftplugin.vim: new file.
2723
2724         * GNUmakefile.in: update VIM_FILES.
2725
2726 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2727
2728         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2729         props.
2730
2731         * input/test/tie-sparse.ly: remove.
2732
2733         * lily/tie-performer.cc (try_music): copy & paste from
2734         Tie_engraver.
2735
2736         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2737         variable_ref twice.
2738
2739         * lily/key-performer.cc (create_audio_elements): use
2740         alterations-in-key.
2741
2742         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2743
2744 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2745
2746         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2747         handle also quarter tones (not shown as tests). test also flats.
2748
2749         * Documentation/index.html.in: small fixes.
2750
2751 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2752
2753         * input/regression/new-markup-scheme.ly: Typo.
2754
2755         * scm/define-markup-commands.scm (fill-line): New markup.
2756
2757         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2758         (output-paper-def): Fix alignment.
2759         (make-title): Fix height/width scaling.
2760
2761         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2762
2763         * input/test/title-markup.ly: Add remaining titles.  Layout and
2764         font size fixes.  Add simplistic latin1 test.
2765
2766 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2767
2768         * input/test/nested-groups.ly: remove. move content (to next). 
2769         * input/test/staff-bracket.ly: replace content (from prev), this 
2770         has been already in templates.
2771
2772 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2773
2774         * stepmake/autogen.sh: Only issue warning about running configure
2775         without arguments when autogen.sh will actually be running
2776         configure.
2777
2778 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2779
2780         * scm/new-markup.scm (stack-stencil-line): robustness.
2781
2782         * scm/define-markup-commands.scm (simple): robustification of
2783         simple-markup.
2784
2785         * Documentation/user/music-glossary.tely (Top): change central C
2786         to middle C.
2787
2788         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2789
2790 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2791
2792         * input/test/title-markup.ly (spaceTest): Add.
2793
2794         * lily/text-item.cc (interpret_markup): Make line markup from
2795         multi word markup.
2796
2797         * scm/define-markup-commands.scm (word): New markup command.
2798         (simple): Use it.
2799
2800         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2801
2802 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2803
2804         * vim/ftplugin/lilypond.vim:
2805         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2806         show matching paren in insert mode.
2807
2808 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2809
2810         * scm/output-ps.scm (make-title, output-scopes): Further
2811         development.
2812
2813         * input/test/title-markup.ly: New file.
2814
2815         * ps/lilyponddefs.ps: Disable PostScript titling.
2816
2817         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2818
2819 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2820
2821         * lily/arpeggio.cc (width_callback): remove padding.
2822  
2823         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2824
2825         * scm/define-music-types.scm: remove make-music-by-name.
2826
2827         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2828
2829 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2830
2831         * lily/paper-score.cc (process): Output titles using make-title.
2832
2833         * scm/output-ps.scm (output-stencil): Display directly instead of
2834         constructing string.
2835         (make-title): New function.
2836
2837 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2838
2839         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2840         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2841         Move documentation of LaTeX packages for latin1 characters to the
2842         lilypond-book manual.
2843
2844 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2845
2846         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2847
2848         * vimrc: add menu in console and shortcut <F10> for it.
2849
2850         * vim/:
2851         * vim/compiler/:
2852         * vim/syntax/:
2853         * vim/indent/:
2854         * vim/ftplugin/: new directories.
2855         
2856         * vim/filetype.vim: new file.
2857
2858         * lilypond.vim: remove files (see next).
2859         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2860
2861         * vimrc: remove file (see next).
2862         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2863
2864         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2865         add header. apply bindings only locally.
2866
2867         * vim/indent/lilypond.vim: new file.
2868
2869         * vim/ftplugin/lilypond.vim: remove errorformat.
2870         * vim/compiler/lilypond.vim: new file for errorformats.
2871
2872         * Documentation/topdocs/INSTALL.texi: give easier orders.
2873
2874         * ROADMAP: add vim/
2875
2876 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2877
2878         * Documentation/user/introduction.itely (Introduction): Use @image
2879         iso @html <img...>.  Add workaround for images in columns in info.
2880
2881         * stepmake/aclocal.m4: Store computed version in variable.
2882
2883         * configure.in: Export MAKEINFO_VERSION.
2884
2885         * config.make.in (MAKEINFO_VERSION): Add.
2886
2887         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2888
2889         * Documentation/user/GNUmakefile: Only build info with images when
2890         building web.
2891
2892         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2893
2894         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2895         stuff from documentation-targets.make
2896
2897 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2898
2899         * VERSION: 2.1.28 released
2900         
2901         * scripts/convert-ly.py (conv): 
2902
2903 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2904
2905         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2906         \arpeggioBoth. redefine \arpeggioBracket.
2907
2908         * Documentation/user/refman.itely: document new arpeggio
2909         functions.
2910
2911         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2912
2913         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2914
2915         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2916
2917 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2918
2919         * Documentation/user/introduction.itely (Automated engraving):
2920         rewrite introduction using website text.
2921
2922 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2923
2924         * scm/*.scm: make-music-by-name is replaced by make-music, which
2925         also accept music property settings, eg:
2926           (make-music 'TextScriptEvent 'direction DOWN 'text
2927               (make-simple-markup x))
2928
2929         Patch courtesy Nicolas Sceaux
2930
2931         * lily/beam-quanting.cc: cleanup, separate counts for left and
2932         right beam ends.
2933
2934         * lily/side-position-interface.cc (quantised_position): also
2935         quantize staccato position for forced stem directions. 
2936
2937 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2938
2939         * scm/*.scm: Patch by Nicolas Sceaux: 
2940
2941         * scm/music-functions.scm: ly:grob-property and ly:music-property
2942         are made procedure with setters.
2943
2944         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2945         
2946 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2947
2948         * input/test/[t-v]*.ly: finish rewriting texidocs.
2949
2950         * input/test/vaticana.ly: remove.
2951         * input/test/ligature-vaticana.ly: new, renamed file name.
2952
2953         * input/test/stem-centered.ly: remove.
2954         * input/test/mensural-note-heads.ly: new file. take content from
2955         removed file stem-centered.ly.
2956
2957         * input/test/scales-greek.ly: simplify.
2958
2959         * input/test/s*.ly: reformulate texidocs.
2960         
2961         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2962         of missing features.
2963
2964 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2965
2966         * input/test/[j-o]*.ly: update texidocs.
2967
2968 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2969
2970         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2971
2972         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2973         images.
2974
2975         * Documentation/user/lilypond.tely (@direntry): Update.
2976
2977         * stepmake/stepmake/documentation-targets.make
2978         (install-info,uninstall-info): Install into $(package_infodir).
2979         Install images.  Run install-info to update dir.
2980
2981         * config.make.in (package_infodir): Add.
2982
2983         * Documentation/user/GNUmakefile (info-with-images,
2984         local-install-info, local-uninstall-info): New target.
2985
2986 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2987
2988         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2989         gap/threshold.
2990
2991         * lily/beam-quanting.cc (score_slopes_dy): remove
2992         ROUND_TO_ZERO_SLOPE kludge.
2993
2994         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2995
2996         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2997
2998         * lily/global-context.cc (Global_context): alway accept Score
2999         (run_iterator_on_me): cast Context to Score_context, not
3000         Context_def.
3001
3002         * Documentation/user/refman.itely: documentation patch by Edward
3003         Sanford Sutton.
3004
3005         * mf/GNUmakefile: unset sauter-fonts.
3006
3007 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3008
3009         * scripts/lilypond-book.py (output_texinfo): Output @image
3010         descriptions for info too.
3011
3012         * input/test/chord-names-jazz.ly: 
3013         * input/test/embedded-scm.ly: Clarify.
3014
3015         * input/test/cautionaries.ly: Typo.
3016
3017         * lily/input-smob.cc (ly_input_location): Compile fix.
3018
3019 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3020
3021         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3022
3023         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3024         fixes problems with system defaults being reverted with \override
3025         on Score level.
3026
3027         * lily/global-context.cc (Global_context): apply property-ops to
3028         Global_context too. 
3029
3030 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3031
3032         * scm/output-ps.scm (stencil->string): Rewrite.
3033
3034 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3035
3036         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3037         impersonal style.
3038
3039 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3040
3041         * lily/input-smob.cc (ly_input_location: New function.
3042
3043         * scm/define-markup-commands.scm (upright): New markup command.
3044
3045         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3046
3047         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3048
3049         * scm/output-ps.scm (output-stencil): New function.
3050
3051         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3052         of snippet types; fixes @ignore and @verbatim blocks.
3053
3054 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3055
3056         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3057         to a file in printed documentation, instead, refer either to a 
3058         syntax or to an output.
3059
3060 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3061
3062         * input/regression/beam-center-slope.ly: Add test.
3063
3064 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3065
3066         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3067         (SAUTER_FONTS): Reinstate.
3068
3069         * scm/define-markup-commands.scm (caps): New markup command.
3070
3071         * scm/output-ps.scm (output-scopes): Experimental markup output.
3072
3073         * scm/: Add missing headers.
3074
3075         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3076
3077         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3078
3079 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3080
3081         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3082         Stray style cleanups.
3083
3084 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3085
3086         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3087         no dot combination.
3088
3089         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3090         substitute \override Staff.autoBeamSettings too
3091
3092         * Documentation/user/tutorial.itely: proofreading fixes by David
3093         Bobroff
3094
3095 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3096
3097         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3098
3099         * ps/music-drawing-routines.ps: 
3100         * ps/lilyponddefs.ps: Add end markers.
3101
3102 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3103
3104         * VERSION: 2.1.27 released.
3105         
3106         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3107
3108         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3109         obey documentation.
3110
3111 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3112
3113         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3114
3115         * scm/output-ps.scm: Resurrect.
3116         
3117         * scm/output-tex.scm: Minimal cleanups.
3118
3119         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3120
3121         * make/ly-rules.make: Remove any broken lily-*.tex files before
3122         lilypond-book run.
3123
3124         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3125         comment.
3126
3127         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3128         Enabled by default, may save 10% compile time.
3129
3130 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3131
3132         * lily/lyric-phrasing-engraver.cc: remove
3133         
3134         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3135         longer necessary. 
3136
3137         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3138         so lyric-phrasing-engraver is no longer necessary.
3139
3140         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3141         Grob_pq_engraver from Staff.
3142
3143         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3144         busyGrobs directly.
3145
3146         * input/regression/quote-transposition.ly: new file.
3147
3148         * lily/recording-group-engraver.cc (stop_translation_timestep):
3149         store instrumentTuning too. 
3150
3151         * lily/quote-iterator.cc (process): transpose events using
3152         instrumentTuning.
3153
3154         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3155         -> \tuning <pitch>
3156
3157         * lily/parser.yy (command_req): add \tuning command for setting
3158         instrument tuning of staff.
3159
3160         * Documentation/user/GNUmakefile
3161         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3162
3163         * Documentation/user/refman.itely (Customized accidental rules):
3164         typo.
3165
3166 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3167
3168         * Documentation/user/music-glossary.tely: remove the missing norwegian
3169         translation; they can be put in later properly.
3170
3171 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3172
3173         * lily/recording-group-engraver.cc (start_translation_timestep):
3174         init Recording_group_engraver twice.
3175
3176 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3177
3178         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3179         stray style cleanups:
3180
3181         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3182         -Wmissing-prototypes.
3183
3184         * flower/include/killing-cons.tcc (Killing_cons): Add template
3185         specifier for car_.
3186
3187         * flower/include/parray.hh (binsearchs): Add template specifier
3188         for maxkey.
3189
3190         * flower/include/interval.hh: Declare elem () with template specfier.
3191
3192 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3193
3194         * elisp/lilypond-indent.el (get-buffer-size): add customization
3195         groups for several variables (Reuben Thomas).
3196
3197 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3198
3199         * Documentation/user/invoking.itexi (Point and click): add index
3200         entry.
3201
3202         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3203         go under beam.
3204
3205         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3206         sarabande beam. 
3207
3208         * flower/warn.cc (programming_error): cross fingers not thumbs.
3209
3210         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3211         staff-position is set.
3212
3213         * VERSION: release 2.1.26 
3214         
3215         * scm/chord-entry.scm (construct-chord): process transposition
3216         after processing explicit-11.  
3217
3218 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3219
3220         * lily/parser.yy (add_quote): add syntax for adding quotes:
3221         \addquote "id-string" Music
3222
3223         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3224
3225         * scripts/convert-ly.py (conv): add rules for name changes.
3226
3227         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3228         music/context/grob property functions. Internally, use
3229         get_property() and set_property() for both.
3230
3231 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3232
3233         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3234         for Emacs <= 20 (Laurent Martelli).
3235
3236 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3237
3238         * lily/parser.yy (command_element): extract quoted vector in
3239         parser.
3240
3241         * input/regression/quote.ly: new file.
3242
3243         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3244
3245         * lily/parser.yy (command_element): \quote DURATION NAME: support
3246         cue notes. 
3247
3248         * lily/quote-iterator.cc (class Quote_iterator): new file.
3249
3250 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3251
3252         * lily/auto-beam-engraver.cc (try_music): accept and process
3253         beam-forbid-event.
3254
3255         * input/regression/auto-beam-no-beam.ly: new file.
3256
3257 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3258
3259         * lily/accidental.cc (print): Change font-relative-size ->
3260         font-size. Fixes cautionary-style = smaller.
3261
3262 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3263
3264         * lily/system-start-delimiter.cc (staff_brace): remove
3265         font-relative-size
3266
3267         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3268         forgotten with scm_list_n. Fixes spurious coredumps.
3269
3270         * lily/accidental-engraver.cc (stop_translation_timestep): move
3271         update of localKeySignature to stop_translation_timestep (). This
3272         makes sure that all ties are noticed at the right moment.
3273         (stop_translation_timestep): clear tie only when right-side
3274         notehead was seen.
3275         (number_accidentals_from_sig): cleanup. 
3276
3277         * input/regression/accidental-tie.ly (mus): new file
3278
3279         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3280         these longish tests.
3281
3282 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3283
3284         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3285
3286         * THANKS: update bugreporter list.
3287
3288         * lily/beam.cc (print): broken beams last until end of staff.
3289         (print): broken beams start from prefatory matter.
3290
3291         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3292
3293         * lily/paper-score.cc (process): dump header only once.
3294
3295         * lily/paper-outputter.cc (Paper_outputter): move logic into
3296         Scheme.
3297
3298         * scm/output-tex.scm (output-scopes): new function.
3299         (output-paper-def): new function
3300         (tex-string-def): new function
3301         (symbol->tex-key): new function
3302
3303         * scripts/convert-ly.py (conv): add rule for | ~
3304
3305 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3306
3307         * input/regression/{many}.ly: refresh, trying to guess how
3308         it was designed.
3309
3310 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3311
3312         * VERSION: release 2.1.25
3313
3314         * scm/define-translator-properties.scm
3315         (all-user-translation-properties): add printOctaveNames
3316
3317         * ly/engraver-init.ly: remove Note_event_swallower from
3318         NoteNamesContext.
3319
3320         * lily/note-name-engraver.cc (process_music): new property
3321         printOctaveNames
3322
3323         * lily/context.cc (find_existing_context): remove support for
3324         Current.
3325
3326         * scm/music-functions.scm (set-accidental-style): new function;
3327         duplicate accidental macros.
3328
3329         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3330
3331         * lily/note-name-engraver.cc (process_music):
3332         process_acknowledged_grobs () -> process_music ()
3333
3334         * scm/part-combiner.scm (determine-split-list): robustification.
3335
3336 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3337
3338         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3339         lines for falling into beam-gap.
3340         (score_forbidden_quants): check all staff lines for falling in
3341         beam gaps.
3342
3343         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3344         key/clef/time signatures. 
3345
3346         * input/test/ossia.ly: revise example.
3347
3348         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3349         cleanup.
3350         
3351         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3352         comply to Scheme standard.  Remove ly:get-paper-variable
3353
3354 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3355
3356         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3357
3358 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3359
3360         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3361         properties from Voice context. This fixes accidental size for
3362         staff-switches during grace contexts.
3363
3364         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3365         if necessary. Else, simply wipe dots.
3366
3367         * input/test/beam-alternate.ly: new file
3368
3369         * input/test/piano-staff-distance.ly: new file.
3370
3371         * lily/translator-group.cc (recurse_down_translators): use
3372         Direction for bottom-up/top-down.
3373
3374         * lily/include/translator.hh (class Translator): add
3375         process_music() and do_announces(). This obviates
3376         recurse_down_{engravers,performers}.
3377
3378         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3379         \melisma and \melismaEnd
3380
3381         * lily/melisma-engraver.cc (process_music): change to
3382         Melisma_translator, unify with performer. Accept
3383         ManualMelismaEvent.
3384
3385         * ly/engraver-init.ly: add Font_size_engraver.
3386
3387 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3388
3389         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3390         it hara-kiri.
3391
3392         * input/regression/{many}.ly: improve descriptions trying to figure
3393         out what is tested.
3394
3395 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3396
3397         * lily/slur.cc (broken_trend_offset): robustness fix.
3398
3399         * VERSION: release 2.1.24
3400
3401         * lily/context.cc (find_create_context): go to Score if it exists.
3402
3403         * lily/context-scheme.cc: new file.
3404
3405         * lily/score-translator.cc (get_output): new file.
3406
3407         * lily/include/grob-info.hh: origin_contexts() now does not
3408         include the originating engraver
3409
3410         * lily/translator-group.cc (translator_each): clean up contents,
3411         remove superfluous stubs. Engraver_group_engraver and
3412         Performer_group_performer are the only classes using multiple
3413         inheritance.
3414
3415         * lily/include/score-context.hh (class Score_context): interface
3416         between Score_{engraver,performer} and Global_context.
3417
3418         * lily/include/global-context.hh (Context): change from
3419         global-translator. This is the entry point for contexts; it is not
3420         tweakable using \translator{}. Score is no longer the top context,
3421         but sits underneath Global.
3422
3423         * lily/include/context.hh (class Context): brain surgery: split
3424         out Context functionality from Translator_group. Context is now a
3425         separate type from Translator.
3426
3427 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3428
3429         * lily/include/translator.hh (class Translator): make
3430         get_score_context() and get_global_translator (), and use the one
3431         which is appropriate.
3432
3433         * lily/context.cc: partially put functionality of Translator_group
3434         into Context.
3435
3436         * lily/include/context.hh (Translator): new class: put between
3437         Translator and Translator_group. 
3438
3439         * lily/new-accidental-engraver.cc: remove file.
3440
3441 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3442
3443         * input/regression/{many}.ly: improve descriptions: use complete 
3444         sentences, try to describe what is tested, avoid `we´, do not use 
3445         don't, ... 
3446
3447 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3448
3449         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3450         is at EOL.
3451
3452         * Documentation/user/lilypond.tely: declare the topmost node only
3453         once; removes empty line in @contents.
3454
3455         * Documentation/user/music-glossary.tely: really add Finnish author.
3456         Draw more beatiful `->´ arrow in html: &rarr;
3457
3458 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3459
3460         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3461
3462         * scripts/convert-ly.py (conv): add ly:music-list  change.
3463
3464         * lily/grob.cc: edit doc string.
3465
3466         * scm/define-grob-properties.scm (all-user-grob-properties):
3467         proofreading, editing of doc strings.
3468
3469         * input/regression/tablature-string-tunings.ly: new file.
3470
3471         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3472         listen to stringTunings
3473
3474         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3475         for self-alignment-[XY] code.
3476  
3477 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3478
3479         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3480         cond) into function. Cleanup.
3481
3482         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3483         
3484         * VERSION (PACKAGE_NAME): 2.1.23 released
3485
3486 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3487
3488         * Documentation/user/{refman,internals}.itely: small fixes.
3489
3490 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3491
3492         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3493         accidentals for harmonic notes
3494
3495         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3496         for harmonic notes.
3497
3498         * scm/document-backend.scm (interface-doc): prune Grob
3499         documentation: don't duplicate interface information.
3500
3501         * lily/*.cc: lots of updates of doc strings.
3502
3503 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3504
3505         * input/test/ac-extra-voice.ly (accompany): remove file.
3506
3507         * input/test/maximum-rest-count.ly: remove file.
3508
3509         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3510         conversion rule for \translator { }. Apply everywhere.  
3511
3512         * lily/parser.yy (music_property_def): set property for \once in
3513         the PropertyMusic itself, not the ContextSpec.
3514         (property_operation): change syntax within \translator { }
3515
3516         * scm/define-music-properties.scm (all-music-properties): clean up.
3517
3518         * lily/auto-beam-engraver.cc (test_moment): use
3519         updated_grob_properties() to retrieve autoBeam settings.
3520
3521         * lily/spacing-spanner.cc: bound shortest_playing_len by
3522         measure_length
3523
3524         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3525         multi-measure events for spacing computation.
3526
3527         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3528         elliptical, to 1.49.
3529
3530         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3531         vertical positioning for polyphony, without RestCollision object.
3532
3533         * lily/note-column.cc (add_head): prevent rests & note heads on
3534         one stem.
3535
3536         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3537         (do_shift): rewrite only-rests case: use common refpoints: the
3538         routine will have sensible results when other rest-translations
3539         have taken place.
3540
3541         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3542         < 0 case. 
3543
3544         * VERSION: 2.1.22 released
3545         
3546         * input/GNUmakefile (SUBDIRS): remove ascii-art
3547
3548 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3549
3550         * input/: Convert ly files that still had \property.  Fixes make
3551         web.  Remove exta spaces around '='. 
3552
3553         * scripts/convert-ly.py (conv): Redundant space fixes.
3554
3555         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3556
3557 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3558
3559         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3560         create scalable PS and PDFs  for input/{test,template,regression}.
3561
3562         * lily/context.cc (is_alias): move function.
3563         (is_alias): add Bottom as context alias. 
3564         (find_create_translator): add Bottom as a context alias for creation.
3565
3566         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3567
3568         * lily/parser.yy (music_property_def): new syntax for property
3569         assignments:
3570
3571         \set A.B = #C , \unset A.B
3572         \override A.B #C = #D, \revert A.B #C 
3573
3574         * lily/my-lily-lexer.cc: remove \property
3575
3576 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3577
3578         * Documentation/user/refman.itely: add dots after seealso refs.
3579
3580         * input/template/{many}.ly: harmonise descriptions.
3581
3582         * Documentation/user/music-glossary.itely: add Finnish author.
3583
3584 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3585
3586         * VERSION (PACKAGE_NAME): release 2.1.21
3587
3588 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3589
3590         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3591
3592         * scripts/lilypond-book.py (snippet_res): @include filename must
3593         not be empty.
3594
3595 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3596
3597         * scm/documentation-generate.scm (markup-doc-string): dump
3598         markup-commands.tely
3599
3600         * scm/define-markup-commands.scm (override): new file.
3601         Move documentation from refman into doc-strings. 
3602
3603         * input/test/staff-container.ly: fix example.
3604
3605         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3606         StaffContainer
3607
3608         * lily/grob.cc: remove point_dimension_callback
3609         (Grob): read forced dimensions from X-extent and Y-extent.
3610         (get_paper): remove preset_extent.
3611
3612         * scm/define-grobs.scm (all-grob-descriptions): remove
3613         point_dimension_callback. 
3614
3615         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3616         textscript to head. This makes no-spacing-rods work on
3617         DynamicText.
3618
3619         * lily/chord-name.cc: remove props chord, bass, inversion.
3620
3621         * Documentation/user/appendices.itely: add Scheme functions,
3622         context-properties and layout properties to manual.
3623
3624         * scm/part-combiner.scm (determine-split-list): include rests in a
3625         solo1/2 sequence.
3626
3627         * lily/new-part-combine-iterator.cc (substitute_both): new
3628         function.
3629         (class New_pc_iterator): add separate Voice=solo context, fixes
3630         autobeams going from chords to solo.
3631
3632 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3633
3634         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3635
3636         * Documentation/user/tutorial.itely:
3637         * Documentation/user/refman.itely: Add short note about being part
3638         of lilypond.tely.
3639
3640         * COPYING: Make note more clear with respect to files that are
3641         explicitely licenced otherwise (Documention/user/ comes to mind).
3642         
3643         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3644         comment about barfing of @c,{}.
3645
3646         * Documentation/user/music-glossary.tely: Add list of authors.
3647
3648         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3649         source (was: also in build log).
3650
3651 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3652
3653         * lily/side-position-interface.cc (general_side_position): if
3654         staff-padding is set, then include staff in support too.
3655
3656         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3657         module workbook
3658
3659         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3660
3661         * lily/tuplet-engraver.cc: remove tupletInvisible
3662
3663         * scm/define-translator-properties.scm: cleanup, separate in
3664         internal and user props. 
3665
3666         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3667         LyricsVoice -> Lyrics
3668
3669         * lily/new-part-combine-iterator.cc (process): only print warning
3670         for symbols.
3671
3672 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3673
3674         * scm/part-combiner.scm: Add proper header.
3675
3676         * All but lily/*: The great --2003 --2004 replace; the missing
3677         `bits'.
3678
3679         * TODO: Fix outline mode.  Add book notes.
3680
3681         * ROADMAP: Update.
3682
3683 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3684
3685         * scm/part-combiner.scm (make-autochange-music): use
3686         accumulator. Fixes stack overflow.
3687
3688         * lily/*: rename brew_molecule -> print , molecule-callback ->
3689         print-function
3690
3691         * scm/define-grob-properties.scm: cleanup. Separate into internal
3692         and user properties.
3693
3694         * lily/translator-property.cc (updated_grob_properties): new
3695         function
3696         (execute_pushpop_property): change to new convention:
3697         object property inits are stored as (cons ALIST BASED-ON). This
3698         storage format allows concurrent tweaks in different contexts.
3699
3700 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3701
3702         * TODO: new file.
3703
3704 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3705
3706         * debian/: Late Debian update (sorry Anthony).
3707
3708         * scripts/lilypond-book.py (do_file): Look for input_file in
3709         include path, or ask kpathsea if LATEX.
3710
3711         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3712         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3713         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3714         --header=texidoc.
3715
3716         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3717         relative.
3718
3719         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3720         only when filtering, default to input_base otherwise.  Coding
3721         style fixes.
3722
3723 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3724
3725         * lily/include/translator.hh (class Translator): add virtual
3726         qualifier.
3727
3728 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3729
3730         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3731
3732 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3733
3734         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3735
3736         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3737         (fixes make web).
3738
3739         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3740         live in $(out)-www).
3741
3742         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3743         dependencies.  Add link to .ly source in HTML output.
3744         (Lilypond_snippet.output_html): Handle multiple page picture
3745         output.
3746         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3747         Make usable for output_texinfo again.
3748
3749         * Documentation/user/GNUmakefile: Add static dependency for
3750         lilypond.tely includes.
3751
3752         * Documentation/user/tutorial.itely: Add some lost `relative'
3753         ly-options.
3754
3755 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3756
3757         * lily/include/translator-group.hh: move Music_output_def member
3758         to Global_translator.
3759
3760         * scripts/lilypond-book.py (do_file):  fix latex output.
3761
3762         * VERSION: release 2.1.20
3763         
3764         * scm/part-combiner.scm (determine-split-list): robustness fix 
3765
3766         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3767
3768         * lily/parser.yy (music_output_def_body): plug memory leak.
3769
3770         * lily/translator-group.cc (add_fresh_group_translator): plug
3771         memory leak: unprotect Translator_group once added.   
3772
3773         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3774
3775         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3776         write .dep file.
3777         (Lilypond_snippet.ly): add \renameinput.
3778
3779 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3780
3781         * Documentation/user/refman.itely (Markup command definition): Doc
3782         by Nicolas Sceaux. Rewrite by Han-Wen
3783
3784         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3785         thing of the line.
3786         (brew_molecule): only remove if hyphen is not at the end of line.
3787         (set_spacing_rods): new function: minimum-length specifies
3788         distance between syllables.
3789
3790         * scm/define-grobs.scm (all-grob-descriptions): add
3791         Hyphen_spanner::set_spacing_rods to LyricHyphen
3792
3793         * input/regression/lyric-hyphen-break.ly: new file.
3794
3795         * input/test/lyric-hyphen-retain.ly: new file.
3796
3797         * lily/new-part-combine-iterator.cc (construct_children):
3798         add Rest direction.
3799
3800 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3801
3802         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3803
3804         * Documentation/bibliography/engraving.bib (donemus1982):
3805         update entry.
3806
3807 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3808
3809         * scripts/lilypond-book.py (Substring.__init__): new class.
3810         (Snippet.output_texinfo): add texidoc option.
3811         (Include_snippet.replacement_text): new class.
3812         (Lilypond_snippet.__init__): new class
3813         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3814
3815         * Documentation/user/refman.itely (Sound): 
3816         note about number of channels.
3817
3818         * scm/music-functions.scm (voicify-music): add \context Staff for
3819         << \\ >> polyphony.
3820
3821         * lily/parser.yy (verbose_command_req): \skip now creates
3822         SkipMusic, and does not lead to spurious staves.
3823
3824         * scm/define-music-types.scm (music-descriptions): rename
3825         NonEventSkip to SkipMusic
3826
3827         * input/no-notation/midi-lyric-barcheck.ly: new file.
3828
3829         * input/regression/collision-dots-invert.ly: new file.
3830
3831         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3832         case.
3833
3834         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3835         die if melody died too.
3836
3837 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3838
3839         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3840         with reading from stdin.
3841
3842         * lily/slur-performer.cc (try_music): new file.
3843
3844         * lily/melisma-performer.cc (try_music): new file. Handle
3845         melismata to help lyrics.
3846
3847         * lily/beam-performer.cc (try_music): new file. Handle beam events
3848         to help lyrics.
3849
3850         * lily/score-performer.cc (one_time_step): reinstate
3851         process_music().
3852
3853         * lily/performer.cc (process_music): add to interface.
3854
3855         * lily/performer-group-performer.cc (process_music): new function.
3856
3857         * lily/dot-column.cc (do_shifts): do collision resolution before
3858         dot positioning.
3859         
3860         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3861         file, process printfilename option.
3862         (Snippet.__init__): rewrite: do not use global variables h or
3863         index.
3864         (main): really support -I option.
3865         (find_toplevel_snippets): new code.
3866         (find_toplevel_snippets): reinstate old version, without global
3867         variables.
3868
3869         * tex/texinfo.tex: really add file.
3870         
3871 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3872
3873         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3874         compatibility.
3875
3876 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3877
3878         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3879
3880         * scm/define-translator-properties.scm (drumPitchTable): add
3881         property.
3882
3883         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3884         function.
3885         (help_summary): docstrings.
3886         (do_file): strip the dir of input_base too.
3887
3888 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3889
3890         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3891
3892         * Documentation/user/lilypond-book.itely: Update.
3893
3894         * make/ly-rules.make: Update lilypond-book commands.
3895
3896         * Documentation/user/GNUmakefile: Update makeinfo commands,
3897         lilypond-book flags.
3898
3899         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3900         
3901         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3902
3903         * scripts/filter-lilypond-book.py: Remove.
3904
3905         * Documentation/user/*tely: Update options for new lilypond-book.
3906
3907         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3908         with @macros in @includes.
3909
3910 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3911
3912         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3913         make rest-collision only.
3914
3915         * lily/break-substitution.cc (substitute_one_mutable_property):
3916         clear all-elements using scm_assq_remove_x(). 
3917
3918         * lily/rest-collision.cc (do_shift): shift single rests
3919
3920         * flower/include/array.hh (class Array): rename to is_empty ()
3921
3922         * lily/drum-note-performer.cc: new file: perform drum notes.
3923
3924         * VERSION (PACKAGE_NAME): release 2.1.19.
3925         
3926 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3927
3928         * scripts/filter-lilypond-book.py
3929         (classic_lilypond_book_compatibility): New function.
3930
3931 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3932
3933         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3934
3935         * Grand 2003 -> 2004 search replace. 
3936
3937         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3938         (i.e. < > )
3939
3940         * ly/performer-init.ly: add DrumStaff
3941
3942         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3943         lyric-interface; this prevents lines with only extender lines from
3944         being junked.
3945  
3946         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3947
3948         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3949         extenders right, for once and for all (hopefully).
3950         
3951         * lily/break-substitution.cc (substitute_one_mutable_property):
3952         clear old 'all-elements for System grobs.
3953
3954         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3955         that associatedVoiceContext is always assigned when music & lyrics
3956         are found. 
3957
3958         * ly/engraver-init.ly: remove Lyrics context.
3959         (TabVoice): add noteheads engraver
3960
3961         * input/test/improv.ly: update: do not use Thread switching. 
3962
3963         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3964         squashedPosition is a number  
3965
3966         * Documentation/user/refman.itely (Automatic note splitting):
3967         remove Thread references.
3968
3969         * input/no-notation/pc-direction.ly: remove file.
3970
3971         * ly/engraver-init.ly: remove Thread
3972
3973         * input/regression/tie-chord-partial.ly: remove file.
3974
3975         * scripts/convert-ly.py (conv): \harmonic rule
3976
3977         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3978         notation for harmonic notes: <c' g''\harmonic>
3979
3980         * lily/lily-guile.cc (alist_to_hashq): new function
3981
3982         * scm/lily.scm (alist->hash-table): new function.
3983
3984         * Documentation/user/refman.itely (Percussion staves): update doco.
3985
3986         * input/regression/drums.ly (timb): updates
3987
3988         * lily/note-performer.cc (create_audio_elements): robustness fix.
3989
3990         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3991
3992 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3993
3994         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3995         discard valid matches.
3996
3997 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3998
3999         * lily/drum-note-engraver.cc: new file.
4000
4001         * ly/drumpitch-init.ly: move drum definitions
4002
4003         * scm/drums.scm: remove file.
4004
4005         * lily/*.cc: remove abort-event everywhere.
4006
4007         * lily/note-heads-engraver.cc (process_music): robustification.
4008
4009         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4010         robustification.
4011
4012         * lily/parser.yy (simple_element): add \drums mode.
4013         (simple_element): remove \pitchnames , \chordmodifiers. Use
4014         variables to store this. 
4015
4016         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4017         outside \notes.
4018
4019         * VERSION: release 2.1.18.
4020         
4021         * input/test: remove octave-duplicate.ly
4022
4023 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4024
4025         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4026
4027 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4028
4029         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4030         constructor from Music_iterator. Changes throughout.
4031
4032         * lily/include/music-iterator.hh (class Music_iterator): remove
4033         Music_iterator::skip and Music_iterator::get_pending_events from
4034         interface. Rename report_to -> get_outlet 
4035
4036         * lily/auto-change-iterator.cc: move contents from
4037         new-auto-change-iterator.cc from
4038
4039         * scm/part-combiner.scm: determine split-list from Scheme. 
4040
4041         * lily/new-auto-change-iterator.cc (process): new file.
4042
4043         * lily/parser.yy (part_combined_music): remove old PC cruft.
4044
4045         * ly/engraver-init.ly: remove old
4046         PC cruft.
4047
4048         * Documentation/user/refman.itely (The Lyrics context): note about
4049         extender lines.
4050
4051         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4052         to allow 0-length mmrest events.
4053
4054         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4055
4056         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4057
4058         * lily/spacing-engraver.cc (finalize): robustifications.
4059
4060         * input/regression/new-part-combine-solo-global.ly: new file.
4061
4062         * scm/part-combiner.scm: rewrite.
4063
4064 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4065
4066         * Documentation/user/refman.itely, input/puer-fragment.ly,
4067         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4068         updated for proper use of lyricsto; replaced "(" and ")" ->
4069         "\melisma" and "\melismaEnd"
4070
4071         * input/test/ancient-font.ly: small updates to reduce compile
4072         warnings (TODO: junk this file)
4073
4074         * input/test/gregorian-scripts.ly: added comment about bug
4075
4076         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4077         tiny robustness fix
4078
4079         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4080         recent changes in the feta code); temporarily mapped mensural g
4081         clef to a copy of petrucci g clef until mensural g clef will have
4082         been rewritten
4083
4084         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4085         between mensural and neo-mensural heads (this broke quite a while
4086         ago)
4087
4088         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4089
4090 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4091
4092         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4093         indication.  Fixes for verbatim, multi line comments.
4094
4095 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4096
4097         * input/regression/new-part-combine-solo.ly: more cases.
4098
4099         * lily/slur.cc (height): robustness fix.
4100
4101         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4102
4103         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4104         stemUp/stemDown.
4105
4106         * scm/music-functions.scm (determine-split-list): further analysis.
4107
4108         * lily/script-engraver.cc (try_music): discard duplicate
4109         articulations.
4110
4111         * input/regression/new-part-combine-solo.ly: new file
4112
4113         * input/regression/new-part-combine-a2.ly: new file.
4114
4115         * ly/performer-init.ly: add Devnull
4116
4117         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4118         for \musicglyph #"accidental-*"
4119         (conv): \newpartcombine rule.
4120
4121 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4122
4123         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4124
4125 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4126
4127         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4128         textwidth, --output.
4129
4130 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4131
4132         * scm/new-markup.scm (doubleflat): add accidental markups.
4133
4134         * VERSION: release 2.1.17
4135         
4136         * Documentation/user/refman.itely (Automatic part combining):
4137         revise documentation of the part-combiner.
4138
4139         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4140         
4141         * input/test/part-combine-{moment,staff}.ly: remove file.
4142
4143         * input/regression/pc-mmrest.ly (two): remove file.
4144
4145         * scm/define-music-types.scm (music-descriptions): add
4146         Solo{One,Two}Event and UnisonoEvent
4147
4148         * lily/new-part-combine-iterator.cc (unisono): add state_
4149         variable, signal changes with part-combine-event.
4150
4151         * input/regression/new-part-combine-text.ly: new file.
4152
4153         * lily/part-combine-engraver.cc: new file.
4154
4155 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4156
4157         * scripts/filter-lilypond-book.py: Handle snippet options.
4158
4159 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4160
4161         * scm/music-functions.scm (determine-split-list): detect solo1/2
4162         and unisono.
4163
4164         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4165         revert fix, document why.
4166
4167         * lily/tie-performer.cc (process_music): new function. Set melisma
4168         property.
4169
4170         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4171         always smaller than bracket size.
4172         (make_bracket): oops. Size of the gap was off by factor 2
4173
4174         * input/test/text-rotate.ly: new file.
4175
4176         * scm/new-markup.scm (markup): a macro that provides a
4177         LilyPond-like syntax in scheme for building markups, in order to
4178         help markup command definition. (Nicolas Sceaux)
4179
4180         * input/test/lyrics-skip-notes.ly: new example.
4181
4182         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4183
4184         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4185         use is_alias() iso. == . This fixes lyrics on
4186         GregorianTranscriptions. 
4187
4188 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4189
4190         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4191         \thispagestyle{lastpage} to avoid that it's printed on the second
4192         last page when there's only a single score line on the last page.
4193         (The page breaking mechanism in TeX played some ugly tricks to us.)
4194
4195 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4196
4197         * scripts/filter-lilypond-book.py: Further development.
4198
4199         * input/regression/collision-dots-move.ly: New test.
4200
4201         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4202         hand side note head of non-merged collision to the right.
4203
4204         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4205         Construct children before accessing property from emtpy
4206         lyrics_context_.
4207         (construct_children): Find thread before finding LyricsVoice.
4208         Create LyricsVoice one if none found, fixes crash (thanks Erik
4209         Sandberg).
4210
4211 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4212
4213         * cygwin/: Forward port.
4214
4215 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4216
4217         * buildscripts/install-info-html.sh: Use Bash.
4218
4219         * cygwin/mknetrel: Patch from Bert.
4220
4221 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4222
4223         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4224
4225         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4226         try to copy *png, index.html (Bertalan Fodor).
4227
4228         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4229
4230 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4231
4232         * lily/note-collision.cc (check_meshing_chords): Do not remove
4233         dots (from down head) when merging similar heads (thanks Matthias
4234         Kilian).  Simplify merge_possible tests and other cleanups
4235
4236         * input/regression/collision-merge-differently-dotted.ly: Add test
4237         for disappearing dots on similar heads for both voices.
4238
4239 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4240
4241         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4242         that tagline overrides copyright for single page scores. Correct
4243         the default tagline value.
4244
4245 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4246
4247         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4248
4249 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4250
4251         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4252         TEXMF if it's previously unset.
4253
4254 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4255
4256         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4257
4258         * input/test/trills.ly: fix the unfolding of lineprall.
4259
4260         * input/test/figured-bass-alternative.ly: fix accidental.
4261
4262 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4263
4264         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4265         
4266         * input/no-notation/dos-guile.ly: 
4267         * input/no-notation/dos-ps.ly: 
4268         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4269         
4270         * input/no-notation/safe-include.ly:
4271         * input/no-notation/safe-guile.ly:
4272         * input/no-notation/safe-ps.ly: 
4273         * input/no-notation/safe-tex.ly: New file.
4274
4275         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4276         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4277         options now.
4278         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4279         When in --safe-mode, set environment openout_any=p[aranoid].
4280
4281         * tex/ltest.tex: 
4282         * tex/lilyponddefs.tex: Add \nofiles.
4283
4284         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4285         options.
4286
4287         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4288         This allows building the user manual using a binary installation
4289         and a matching unpacked source tree.
4290
4291         * scm/lily.scm (safe-module): New variable. 
4292
4293         * lily/includable-lexer.cc (new_input): Fix error messages.
4294
4295         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4296         If SAFE, evaluate in safe-module.  Change callers.
4297
4298         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4299
4300         * lily/lexer.ll (embedded_scm): While processing main-input,
4301         invoke ly_parse_scm with safe mode if running in safe-mode.
4302         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4303         in init.ly for safe-mode.
4304
4305 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4306
4307         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4308         compatibility with old versions of geometry.sty (compat2
4309         already implied includehead).
4310         Change the page layout slightly so bottom + footskip = top +
4311         headheight + headsep = 16mm, the remaining paperheight-32mm
4312         are used for the music. Increase footskip to 5mm, so the top of
4313         the footer text doesn't touch the music.
4314
4315 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4316
4317         * VERSION: release 2.1.16
4318         
4319         * scm/music-functions.scm (determine-split-list): bugfix: only use
4320         new-active for both voices if both indexes advance. This fixes the
4321         biggest outstanding problem with new-pc. 
4322
4323         * lily/new-part-combine-iterator.cc (construct_children): set more
4324         directions.
4325
4326 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4327
4328         * scripts/convert-ly.py (conv): add instrument rule.
4329
4330         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4331
4332         * lily/side-position-interface.cc: remove add_staff_support ()
4333         Change all callers to use staff-padding.
4334
4335         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4336         make_spanner().
4337
4338         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4339
4340         * lily/text-engraver.cc: remove scriptHorizontal property.
4341
4342         * lily/beam.cc (least_squares): also set least-squares-dy for
4343         special case of slanted 2-stem beam to center.
4344
4345         * lily/side-position-interface.cc (out_of_staff): move contents of
4346         out_of_staff into aligned_side.
4347         remove out_of_staff().
4348
4349         * input/regression/measure-grouping.ly: fix warning.
4350
4351         * lily/side-position-interface.cc: add staff-padding support to
4352         Side_position_interface::aligned_side.
4353
4354         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4355         one get_property too many.
4356
4357         * flower/include/drul-array.hh (linear_combination): new function
4358         (scale_drul): new function
4359
4360         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4361         operations on empty intervals are silly.
4362
4363 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4364
4365         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4366         (iso gh_scm2int), fixes crash in new part-combiner.
4367
4368         * configure.in: Up mftrace to 1.0.27.
4369
4370 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4371
4372         * VERSION: release 2.1.15
4373         
4374         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4375         align all stanza numbers.
4376
4377 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4378
4379         * Documentation/user/{introduction.itely,refman.itely,
4380         converters.itely}: fix some text inside parentheses; text should
4381         be readable (even) if parentheses are either replaced with commas 
4382         or dropped out.
4383
4384 2004-01-25  Werner Lemberg  <wl@gnu.org>
4385
4386         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4387         input/test/vaticana.ly, input/test/ancient-font.ly,
4388         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4389         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4390         ly/params-as-init.ly, scm/define-grobs.scm,
4391         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4392
4393         * ly/params-as-init.ly: Removed.  Obsolete.
4394         * buildscripts/lilypond.words.py: Updated.
4395
4396 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4397
4398         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4399
4400         * mf/feta-din{4,5,7,9}.mf: remove.
4401         
4402         * lily/engraver.cc (internal_make_item): centralize item/spanner
4403         factory.
4404
4405         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4406         do correct chord conversion for ^"sim."  (backportme)
4407         (FatalConversionError.sub_articulations): substitute ^"foo" in
4408         chords too. (backportme)
4409
4410         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4411         for Fingering.
4412
4413         * lily/side-position-interface.cc (out_of_staff): don't do
4414         anything if staff-padding not defined. 
4415
4416         * mf/feta-params.mf (stafflines): introduce linethickness as
4417         general blackness of the font.
4418
4419         * lily/stem.cc (position_noteheads): rounding error robustness.
4420
4421         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4422         from beam-collision.ly 
4423
4424         * lily/beam.cc (rest_collision_callback): remove direction.
4425
4426         * scm/define-grobs.scm (all-grob-descriptions): remove
4427         enclose-bounds in OttavaBracket and PianoPedalBracket
4428
4429         * scm/new-markup.scm (def-markup-command) new macro, which takes
4430         care of defining the COMMAND-markup and make-COMMAND-markup
4431         procedures, setting markup-signature and keyword-signature object
4432         properties, and pushing the markup command in
4433         markup-function-list.
4434
4435         All markup commands are defined thanks to it.  Users may also use
4436         it to define their own markup commands. (Nicolas Sceaux)
4437
4438         * scm/new-markup.scm: Scheme style clean-up: there should be no
4439         parenthesis alone on a line; LET* should not be used where LET is
4440         enough. (Nicolas Sceaux)
4441
4442 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4443
4444         * scripts/filter-lilypond-book.py: Add script.
4445
4446 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4447
4448         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4449
4450 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4451
4452         * Documentation/user/refman.itely (Fingering instructions): add
4453         single note chords. 
4454
4455         * lily/multi-measure-rest-engraver.cc: use a single
4456         MultiMeasureEvent for mm rests. This prevents problems with the
4457         new part combiner.
4458
4459         * scm/music-functions.scm (determine-split-list): analysis has
4460         global effect: a difference halfway a phrase makes the entire
4461         phrase be typeset as apart.
4462         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4463
4464 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4465
4466         * ly/performer-init.ly: add Devnull.
4467
4468         * Documentation/user/refman.itely (Font selection): remove paper20
4469         ref.
4470         
4471 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4472
4473         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4474
4475 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4476
4477         * scm/music-functions.scm (determine-split-list): bugfixes.
4478
4479         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4480
4481         * input/test/scales-greek.ly: use C as base, results in different
4482         alterations at the clef.
4483
4484         * input/regression/pedal-ped.ly: new file.
4485
4486         * input/regression/pedal-bracket.ly: new file.
4487
4488         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4489         replace after_line_breaking()
4490
4491         * lily/line-interface.cc (line): read thickness.
4492         (line): dash-fraction = 0 always for dotted-line style.
4493
4494         * input/test/staff-lines.ly (lower): bugfix.
4495
4496         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4497         \accepts Devnull into Score.
4498
4499         * scm/lily.scm: remove bla.scm load.
4500
4501 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4502
4503         * VERSION: release 2.1.14
4504         
4505         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4506
4507         * lily/side-position-interface.cc (general_side_position): add
4508         Staff_symbol_referencer::staff_space ().
4509
4510         * lily/include/context-def.hh: rename from translator-def.hh
4511
4512 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4513
4514         * input/template/piano-dynamics.ly (pedal): Updated definition of
4515         Dynamics such that \cresc works, for example.
4516
4517 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4518
4519         * lily/stem.cc (calc_stem_info): use
4520         Staff_symbol_referencer::staff_space
4521
4522         * lily/beam-quanting.cc (quanting): scale Stem_info 
4523
4524         * lily/beam.cc (rest_collision_callback): use minimum-distance
4525         property for rest/beam collisions.
4526         (rest_collision_callback): bugfixes.
4527
4528         * lily/system.cc (post_processing): extra-offset is now relative
4529         to the size of the current staff.
4530
4531         * scm/music-functions.scm (notice-the-events-for-pc): record all
4532         voices, only analyze "one" and "two".
4533
4534         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4535         not parent. 
4536
4537         * lily/new-part-combine-iterator.cc (construct_children): create
4538         Devnull from Voice context
4539
4540         * scm/music-functions.scm (determine-split-list): bugfixes.
4541
4542         * lily/lily-guile.cc (robust_scm2int): new function
4543
4544         * lily/staff-symbol-referencer.cc (line_thickness): new
4545         function. Use throughout.
4546
4547         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4548         in its own context.  Add to preset font-size.
4549
4550         * lily/stem.cc (thickness): new function.
4551
4552         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4553         compute thickness from ledger-line-thickness.
4554
4555         * lily/note-head.cc (brew_ledger_lines): use
4556         Staff_symbol::get_ledger_line_thickness ().
4557
4558         * lily/beam.cc (rest_collision_callback): use
4559         Staff_symbol_referencer::staff_space().
4560
4561         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4562         Mus1 Mus2
4563
4564         * lily/include/translator.hh (class Translator): add accepts_list_
4565         so  \with { \denies / \accepts } also works.
4566
4567         * scm/music-functions.scm (determine-split-list): determine split
4568         list from music events.
4569
4570         * lily/new-part-combine-iterator.cc: more states.
4571
4572         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4573
4574 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4575
4576         * lily/system.cc (set_loose_columns): use the right prebroken cols
4577         for interpolating loose column position.
4578
4579         * lily/text-spanner.cc (brew_molecule): default to no vertical
4580         lines.
4581
4582         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4583         take space.
4584
4585         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4586
4587 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4588
4589         * scripts/convert-ly.py: Do not test filename when processing
4590         stdin.
4591
4592         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4593
4594 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4595
4596         * lily/axis-group-engraver.cc (finalize): extra check; if
4597         process_music () is never called, then staffline_ == 0.
4598
4599         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4600         check run_always ().
4601         
4602         * VERSION: release 2.1.13
4603
4604         * input/regression/note-head-style.ly (pattern): cleanup.
4605
4606         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4607         downloading.
4608
4609         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4610         kludge rehearsalmark placement.
4611
4612         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4613         , ly:spanner?
4614
4615         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4616         close to note head for accidentals.
4617
4618         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4619         tuplet direction.
4620
4621         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4622
4623 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4624
4625         * lily/include/music-iterator.hh (class Music_iterator): add
4626         substitute_outlet() to iterator API.
4627
4628         * lily/new-part-combine-iterator.cc (construct_children):
4629         New_pc_iterator: new class, better part combining.
4630
4631         * lily/tie-column.cc (werner_directions): new function
4632
4633         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4634
4635         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4636         empty objects group spanner as parent
4637
4638         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4639         slope against graphical slope.
4640
4641         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4642         for ottava bracket.
4643
4644         * lily/side-position-interface.cc (general_side_position):
4645         opps. reinstate *dir.
4646
4647         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4648         parser run.
4649
4650         * lily/tuplet-bracket.cc: remove calc_dy ().
4651
4652         * Documentation/user/refman.itely (Balloon help): document balloon
4653         help
4654
4655 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4656
4657         * scm/document-backend.scm (check-dangling-properties): Grob
4658         properties are defined define-grob-properties.scm.
4659         
4660 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4661         
4662         * VERSION: release 2.1.12
4663
4664         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4665         ChordName
4666
4667         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4668         relation to surroundings.
4669
4670         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4671         Y-extent to the note-extents: stay clear of the staff.
4672
4673 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4674
4675         * Documentation/user/GNUmakefile
4676         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4677         iso. copy.
4678
4679         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4680
4681         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4682
4683         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4684
4685         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4686
4687         * lily/line-interface.cc (line): remove thickness from calling interface.
4688
4689         * lily/hairpin.cc: use Line_interface
4690
4691         * lily/line-interface.cc: new file. Line_interface for everything
4692         with dotted/dashed lines.
4693         
4694
4695         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4696
4697         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4698         for constructing ottava brackets.
4699         
4700         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4701         the note heads.
4702
4703         * Documentation/user/internals.itely (Engravers and performers):
4704         fix broken link.
4705
4706         * scm/music-functions.scm (make-mark-set): new function.
4707
4708         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4709         functionally identical to beam.
4710
4711         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4712         () with beam (). 
4713
4714         * Documentation/user/refman.itely (Rehearsal marks): document new
4715         functionality.
4716
4717         * input/regression/rehearsal-mark-number.ly: new file.
4718
4719         * input/regression/rehearsal-mark-letter.ly: new file.
4720
4721         * scm/translation-functions.scm (number->mark-string): new function
4722         (format-mark-letters): new function
4723         (format-mark-numbers): new function
4724
4725         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4726         integer; formatting is done through markFormatter property.
4727         
4728         * scm/define-translator-properties.scm: fold all *-done properties
4729         into positioning-done.
4730
4731         * lily/beam.cc (position_beam): new function
4732         (brew_molecule): make sure that positions are calced before making
4733         the molecule.
4734
4735         * scm/output*.scm (beam):  take 4th argument for function.
4736
4737         * ps/music-drawing-routines.ps: take blot as 4th argument.
4738
4739         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4740         stem to avoid small dents.
4741         
4742 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4743
4744         * VERSION: release 2.1.11
4745
4746         * input/regression/balloon.ly: new file.
4747
4748         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4749         objects, and make help texts. 
4750
4751         * scm/new-markup.scm (parse-simple-duration): parse duration
4752         string to log & dots. (Thanks Nicolas!)
4753
4754         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4755         rule.
4756
4757 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4758
4759         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4760         Lemberg).
4761
4762         * THANKS: alphabetic order.
4763
4764 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4765
4766         * input/regression/note-head-harmonic.ly: new file.
4767
4768         * Documentation/user/internals.itely (Technical manual): explain
4769         difference between music, translation, layout.
4770
4771         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4772
4773         * scm/output-ascii-script.scm (bracket): rounding bfs.
4774
4775         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4776
4777         * ly/paper*.ly: remove files. 
4778         
4779         * scm/paper.scm (set-staff-size): new function: set default
4780         staff-size.
4781
4782         * scripts/convert-ly.py (conv): add conversion rule.
4783
4784         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4785         function.
4786
4787         * scm/paper.scm: new file.
4788         (set-staff-size): new function 
4789         (set-paper-size): new function
4790
4791         * lily/parser.yy (music_output_def_body): restructure definition,
4792         so first Scheme statement in \paper also happens in new scope. 
4793
4794         * lily/system.cc (post_processing): move uniquify_list () to
4795         dumping molecule stage.
4796
4797         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4798         this will mess up scores that use barchecks to shorten measures.
4799
4800         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4801         at 20pt too.
4802
4803         * Documentation/user/tutorial.itely (Printing lyrics): document
4804         \lyricsto
4805
4806         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4807
4808         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4809
4810         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4811         if Voice is not found.
4812
4813         * VERSION: release 2.1.10
4814         
4815         * input/{test,regression}/: remove old-relative 
4816
4817         * lily/lexer.ll: add empty markup signature. 
4818
4819         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4820         strut markup
4821
4822         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4823
4824         * scm/define-translator-properties.scm: update melismata property
4825         doco.
4826
4827         * lily/system.cc (output_lines): revert uniquify_list() patch,
4828         strange side effects seen.
4829         
4830         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4831         dash-period < 0.
4832
4833         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4834         for flute. 
4835
4836 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4837
4838         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4839
4840         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4841
4842         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4843         of line breaks.
4844         (brew_molecule): add padding to left, not right.
4845
4846         * lily/system.cc (uniquify_list): new function
4847         (output_lines): uniquify_list () on all-elements. This fixes
4848         double symbols in the output.
4849
4850         * lily/beam.cc (rest_collision_callback): don't move anything if
4851         staff-position is set.
4852
4853         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4854
4855         * lily/system.cc (typeset_grob): warn if adding twice.
4856
4857         * lily/sequential-iterator.cc (run_always): implement run_always().
4858         (also in other files.)
4859         
4860         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4861
4862         * lily/event.cc (to_relative_octave): add octave-check.
4863
4864         * Documentation/user/refman.itely (Line breaking): add noBreak.
4865
4866         * scm/new-markup.scm (normalsize-markup): add function.
4867         (sans-markup): new function.
4868
4869         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4870         come earlier nowadays.  This fixes beams on grace notes.
4871         
4872         * scm/music-functions.scm (direction-polyphonic-grobs): new
4873         variable, share between override and revert. This fixes script
4874         directions in polyphonic sections. (backportme)
4875
4876 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4877
4878         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4879         breakpoints.
4880
4881         * lily/break-align-interface.cc: add doco
4882
4883         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4884
4885 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4886
4887         * VERSION: release 2.1.9
4888
4889         * scm/document-markup.scm (markup-doc-node): add note about naming.
4890
4891         * scm/new-markup.scm (left-align-markup): bugfix. 
4892
4893         * Documentation/user/refman.itely (Ottava brackets): more doco for
4894         ottava.
4895
4896         * lily/side-position-interface.cc (out_of_staff): also do
4897         out_of_staff() correctly for d == DOWN.
4898
4899         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4900         horizontal line if they move to the right.
4901         
4902         * scm/define-grobs.scm (all-grob-descriptions): set
4903         text-repeat-if-broken for ottava spanner
4904
4905         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4906         property.
4907
4908         * mf/feta18.mf: design size is 18 not 22.5
4909
4910         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4911         Add a single LyricsVoice to a melody. Melismata may be set
4912         individually.
4913
4914         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4915
4916         * lily/dot-column.cc: add stdio.h
4917
4918 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4919
4920         * lily/item.cc: documentation for break-visibility (Thanks, John).
4921
4922 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4923
4924         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4925
4926         * lily/translator-def.cc: rename Translator_def to Context_def.
4927
4928         * Documentation/user/internals.itely (Lexical details): clarify
4929         string def.
4930
4931         * Documentation/user/refman.itely (Rhythmic music): add link to
4932         RhythmicStaff 
4933
4934 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4935
4936         * lily/translator.cc: document start_translation_timestep()
4937
4938         * scm/output-tex.scm (tex-encoded-fontswitch): use
4939         round for rounding (inexact->exact yields rationals)
4940
4941         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4942
4943         * lily/translator-group.cc (get_simple_trans_list): 
4944         new function; construct simple_trans_list_ lazily.
4945         
4946 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4947
4948         * lily/paper-outputter.cc (output_scope): Check if number before
4949         checking exact (guile cvs).
4950
4951         * scm/*: Escape backslashes in scheme strings (guile cvs).
4952
4953 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4954
4955         * Documentation/user/refman.itely (Tablatures basic): annotate
4956         seealso sections.
4957
4958         * lily/*.cc: cleanup of engraver initialize() functions.
4959
4960         * lily/repeat-acknowledge-engraver.cc
4961         (start_translation_timestep): remove first_b_
4962
4963         * lily/tab-note-heads-engraver.cc: listen to string number events
4964         inside < > too. (backportme).
4965
4966         * Documentation/user/refman.itely (Text scripts): add fatText to
4967         index.
4968
4969 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4970
4971         * VERSION: 2.1.8
4972
4973         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4974         footer.
4975
4976         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4977
4978         * lily/bar-check-iterator.cc (process): only warn if
4979         barCheckLastFail was changed.
4980
4981         * scm/define-translator-properties.scm (barCheckLastFail): add
4982         property.
4983
4984         * lily/main.cc (main_prog): print summary of failed files.
4985
4986         * lily/axis-group-engraver.cc: move all spanner creation to
4987         process_music (). Now staffs can be adjusted with \override too.
4988         (Jan, you are a brilliant programmer!)
4989         
4990         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4991
4992 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4993
4994         * Documentation/user/tutorial.itely (Integrating text and music):
4995         Show the commands to produce a PDF as well.
4996
4997 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4998
4999         * lily/translator-def.cc (get_translator_names): accept user
5000         tweaks too. 
5001
5002         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5003         as big as normal heads. 
5004
5005         * input/*ly: run convert-ly
5006         
5007         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5008         () if dependencies are fluked.
5009
5010         * scm/document-translation.scm (engraver-doc-string): update on
5011         latest string/symbol conventions.
5012
5013         * lily/translator-ctors.cc: use Scheme_hash_table.
5014
5015         * lily/translator-def.cc (get_translator_names): new function
5016         (add_context_mod): new function
5017         (get_accepted): new function
5018
5019         * lily/parser.yy (context_mod): put all modifications of
5020         \translator { } in a single production, encode as SCM.
5021
5022         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5023         to use read-only lists, so additions to the definition can be
5024         prepended easily.  
5025
5026         * Documentation/user/invoking.itexi (Editor support): add node on
5027         editor support.
5028
5029         * Documentation/user/refman.itely (Bar check): add lyrics example
5030         of bar checks. 
5031
5032         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5033
5034         * scripts/convert-ly.py (conv): add conversion rule.
5035
5036         * lily/parser.yy: use \change iso. \translator for staff switch.
5037
5038         * lily/my-lily-lexer.cc: add \change.
5039
5040         * scm/define-translator-properties.scm
5041         (default-melisma-properties): add definition.
5042
5043 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5044
5045         * Documentation/user/refman.itely (Bar lines): clarification of
5046         systemStartDelimiter. 
5047
5048         * input/test/slur-shape.ly (x): remove file.
5049
5050         * lily/translator-group.cc (apply_property_operations): new function.
5051
5052 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5053
5054         * lily/parser.yy (optional_prop_ops): allow \with {
5055         PROPERTYSETTINGS } following \context or \new.
5056
5057         * lily/my-lily-lexer.cc: add \with.
5058
5059         * lily/parser.yy (property_operation): clean up definition of
5060         property operations.
5061         (property_op_to_music): new function.
5062         (context_spec_music): new function
5063
5064         * VERSION: 2.1.7 released.
5065         
5066         * input/regression/collision-merge-dots.ly: new file.
5067
5068         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5069         then kill the dots too. 
5070
5071         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5072         set/unset breakableSeparationItem
5073
5074         * lily/separation-item.cc (relative_width): add function.
5075
5076         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5077         only-prebreak-interface
5078
5079         * lily/system.cc (output_lines): only junk only-prebreak-interface
5080         grobs.
5081
5082         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5083         read breakableSeparationItem
5084
5085         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5086
5087         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5088
5089         * lily/dot-column.cc (dot_config_badness): new function:
5090         select the best scoring dot configuration: dots should go close to
5091         the note heads, but be shifted up or down according to conventions.
5092         (print_dot_configuration): idem.
5093         (shift_one): idem
5094         (remove_collision): idem.
5095
5096         * input/regression/dots.ly: add more test cases.
5097
5098 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5099
5100         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5101
5102         * flower/include/interval.hh: rename elem_b to contains 
5103
5104         * lily/tie.cc: change 'heads to 'head-pair.
5105
5106         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5107         fill in 'heads field.
5108
5109         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5110         minimum-length for short ones, and shorten so collisions with the
5111         next syllable are avoided.
5112
5113         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5114         near-zero slopes.
5115         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5116
5117         * lily/dots.cc: remove quantized_position callback. All Y
5118         positioning is done by dot-column.cc
5119
5120         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5121         exhaustive test of all dot positions. This fixes disappearing dots
5122         in dotted chords.
5123
5124 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5125
5126         * mf/feta-klef.mf (test_staff): fatten up G clef
5127         (test_staff): fatten up f clef.
5128         
5129
5130 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5131
5132         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5133         * input/les-nereides.ly: Use latin1 characters for title, like
5134         Morgenlied.
5135
5136 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5137
5138         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5139         cmb10).
5140
5141         * lily/lyric-extender.cc (brew_molecule): add little space before
5142         extender line.
5143
5144         * lily/beam-quanting.cc (score_forbidden_quants): check if
5145         outer stafflines fall in any beam gaps.
5146
5147         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5148         for lyric texts.
5149
5150 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5151
5152         * VERSION: 2.1.6 released.
5153
5154         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5155         this shows the demerits of a user-defined beam position pair.
5156
5157         * scm/define-grobs.scm (all-grob-descriptions): set
5158         beamed-extreme-minimum-free-lengths to a different value.
5159
5160         * lily/scm-option.cc: add debug-beam scm-option
5161
5162         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5163
5164 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5165
5166         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5167
5168         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5169         space after barline.
5170
5171         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5172
5173         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5174         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5175         the other case, take standard column-breakable spacing. Do not
5176         warn about "no spacing wishes".
5177
5178         This fixes wide spaces after barlines in very loose lines.
5179
5180         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5181
5182 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5183
5184         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5185         acknowledge_grob lyric-syllable, not lyric-text.
5186
5187         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5188         dashes of length #'length separated by #'dash-period. 
5189
5190         * lily/lyric-extender.cc (brew_molecule): idem
5191
5192         * lily/multi-measure-rest.cc (big_rest): idem
5193
5194         * lily/system-start-delimiter.cc (simple_bar): idem
5195
5196         * lily/bar-line.cc (simple_barline): use rounded box
5197
5198         * VERSION: release 2.1.5
5199
5200         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5201         music): move note about dvips to more visible place.
5202
5203         * lily/lyric-phrasing-engraver.cc: move from
5204         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5205         lyric-phrasing-engraver.hh)
5206         
5207         * lyric-align.ly: remove file
5208         
5209         * scripts/convert-ly.py (FatalConversionError.func): add removal
5210         rule for automaticMelismata
5211
5212         * ly/engraver-init.ly (ScoreContext): switch on
5213         New_phrasing_engraver by default.
5214
5215         * lily/slur-engraver.cc (class Slur_engraver):
5216         process_acknowledged_grobs -> process_music.
5217         (try_music): signal melismata correctly.
5218
5219         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5220         word-space, right-trim-amount, and extend past right bound only
5221         for note heads.
5222
5223         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5224         lyric-extender support: add note-heads to the extender
5225         automatically.
5226
5227         * lily/parser.yy: extender is now post_event. 
5228
5229         * lily/accidental-engraver.cc (number_accidentals): remove
5230         spurious warning about non-parent contexts.
5231
5232         * lily/music-output-def.cc (assign_translator): \translator { }
5233         for a Foo context implicitly redefines \FooContext.
5234
5235         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5236         fixes.
5237
5238         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5239         doubly in slur weight. 
5240
5241         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5242         combination.
5243
5244         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5245         staffbar distance.
5246
5247         * scripts/lilypond.py (global_latex_preamble): crank down size of
5248         the margins. Now there is a 12 mm top and bottom margin, which
5249         should correspond with the printable area of modern printers.
5250
5251         This enlarges the music height of the printable page a little.
5252
5253         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5254         signs. Use \markup instead.
5255         (accreg_pen): tweak for accordeon asterisk.
5256
5257 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5258
5259         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5260
5261         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5262
5263         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5264
5265         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5266
5267         * scm/define-grobs.scm (all-grob-descriptions): change
5268         StanzaNumber description: make side support, i.s.o. breakable.
5269         use Instrument_name_engraver for texts in the margin.
5270
5271         * scm/define-translator-properties.scm: remove
5272         melismaEngraverBusy, stz property.
5273
5274         * *.cc: naming: change empty_b () into is_empty ()
5275
5276         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5277
5278         * input/regression/lyric-phrasing-new.ly: new file.
5279
5280         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5281         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5282         melismata are now left-aligned.
5283
5284 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5285
5286         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5287
5288         * mf/feta19.mf: remove.
5289         
5290         * mf/feta-klef.mf (test_staff): more tweaks
5291
5292         * mf/feta-toevallig.mf: more small size tweaks.
5293
5294         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5295         rests for smaller sizes.
5296
5297         * mf/feta-bolletjes.mf: fix cross heads.
5298
5299         * VERSION: release 2.1.4
5300         
5301         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5302         deprecated #'ancient font family
5303
5304         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5305         it is a string or number.
5306
5307         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5308         change calling convention of stem-attachment function. 
5309
5310         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5311
5312         * mf/feta-autometric.mf: dump WX/WY fields too
5313         
5314         * mf/parmesan-heads.mf: idem.
5315
5316         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5317         attachment coordinates.
5318
5319         * lily/note-head.cc (stem_attachment_coordinate): read stem
5320         attachment from the notehead glyphs WX/WY fields.
5321
5322         * lily/include/font-metric.hh (struct Font_metric): add methods
5323         get_indexed_wxwy (), make a distinction between looking up by
5324         index and ASCII  
5325
5326         * mf/feta-bolletjes.mf: rewrite note head MF code.
5327         (test_outlines): make heads more rotund for smaller sizes. 
5328
5329 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5330
5331         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5332         throughout. Font scaling fixes throughout.
5333
5334         * mf/feta-sleur,slur.mf: remove. 
5335
5336         * mf/feta-slag.mf: rewrite.
5337
5338 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5339
5340         * VERSION: release 2.1.3
5341
5342         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5343
5344         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5345
5346         * lily/mark-engraver.cc (process_music): fix mark
5347         \default. (backportme)
5348
5349         * stepmake/stepmake/automatically-generated.sub.make (default):
5350         use -n for head/tail commands. 
5351
5352         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5353         heads with the same pitch.
5354
5355 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5356
5357         * lily/recording-group-engraver.cc (finalize): set protected_scm
5358         member to '() before finalizing.
5359
5360         * lily/translator-group.cc (finalize): remove removal_processing () 
5361
5362         * lily/recording-group-engraver.cc: new engraver: record
5363         synchronized start & end times for each music object.
5364
5365         * lily/parser.yy (toplevel_expression): execute score rendering
5366         during parsing. Cleanup output-filename handling; this is no
5367         longer done with global variables.
5368         (translator_spec_body): allow \type modification too.
5369
5370         * lily/score.cc:  ly:run-translator: new function
5371         (LY_DEFINE): ly:render-output new function.
5372
5373         Separate interpreting and rendering, and make available as
5374         functions at Scheme level.
5375
5376 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5377
5378         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5379         (musicxml-node->string):
5380         (xml-node->string):
5381         (music-to-musicxml): New function.
5382
5383 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5384
5385         * VERSION: 2.1.2 released
5386
5387         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5388
5389         * scm/font.scm (paper20-font-vector): discouple font design sizes
5390         from sizes specified in .ly file: store all design sizes of a font
5391         in a single vector.
5392
5393         * lily/font-select.cc (get_font_by_design_size): new function
5394
5395         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5396         add parmesan,feta in sizes 14 and 18.
5397         
5398         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5399
5400         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5401         of fontSize: this now sets font-size
5402
5403 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5404
5405         * VERSION: 2.1.1 released
5406         
5407         * Documentation/user/refman.itely (Tuning objects): add note about
5408         concurrent tweaks in different contexts. 
5409
5410         * lily/tie-engraver.cc (acknowledge_grob): use
5411         Staff_symbol_referencer::get_position iso. reading staff-position
5412         directly.
5413
5414         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5415         currentMusicalColumn as left span-point for bracket. The bracket
5416         is too long when there are accidentals.
5417
5418 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5419
5420         * buildscripts/lilypond-profile.sh,
5421         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5422         Thanks to Reuben Thomas <rrt@mupsych.org>
5423
5424 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5425
5426         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5427         Wurbel <wurbel@univ-tln.fr>.
5428
5429 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5430
5431         * scripts/midi2ly.py: Add space after chords.
5432
5433 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5434
5435         * input/regression/{many}: add few @code{ ... }.
5436
5437 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5438
5439         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5440         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5441         Removed cmbx5, cmbx6 (which are included in teTeX)
5442         and cmbxti14 which is not used in fonts.scm.
5443
5444 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5445
5446         * lily/midi-item.cc: fine tune quarter tones.
5447
5448 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5449
5450         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5451         new function, warn how many cents are missing in fine tuning.
5452
5453 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5454
5455         * input/bugs/rhytmicstaff-tie.ly: add file.
5456
5457         * THANKS: Create skeleton for 2.1.
5458
5459 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5460
5461         * input/test/bar-lines.ly (TODO): dashed "|".
5462
5463 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5464
5465         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5466         input/regression/tie-chord.ly: Fix spell for tying.
5467
5468         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5469
5470         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5471         new file (renamed, see above).
5472
5473         * Documentation/user/lilypond-book.itely
5474         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5475         * input/example-1.ly input/example-2.ly input/example-3.ly
5476         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5477         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5478         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5479         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5480         * scripts/lilypond-book.py scripts/lilypond.py
5481         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5482         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5483
5484         * Documentation/user/lilypond.tely: update version.
5485
5486         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5487         Remove extra spaces in each @node, fixes spaces.
5488
5489 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5490
5491         * scripts/lilypond-book.py (output_dict): Add definition of
5492         \lilypondbook also for LaTeX output. Solves several bug reports.
5493
5494 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5495
5496         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5497
5498 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5499
5500         * input/test/transposition.ly: Fix key signatures, given in comments.
5501
5502 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5503
5504         * scm/midi.scm (instrument-names-alist),
5505         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5506
5507 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5508
5509         * input/test/temporary-stave.ly (texidoc): New example based on an
5510         email question from Ralph Little.
5511
5512 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5513
5514         * VERSION: release 2.1.0
5515         
5516         * lily/note-performer.cc (try_music): accept busy-playing-event.
5517
5518         * lily/swallow-perf.cc (try_music): return false for
5519         busy-playing-event and melisma-playing-event.
5520
5521 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5522
5523         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5524         >> in \score.
5525
5526 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5527
5528         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5529         that articulation_substitute will not move beam start again.
5530         (articulation_substitute): Bugfix: remove stray space so that new
5531         old chords ending '>>' does not get broken up.
5532         (sub_chord): Use TAB for indentation (not spaces).
5533         
5534         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5535         Bugfix for startup: Use ?^ instead of ?\^.
5536
5537 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5538
5539         * lily/lyric-combine-music-iterator.cc
5540         (Lyric_combine_music_iterator): change init order, to prevent GC
5541         segfaults.
5542
5543         * lily/context-specced-music-iterator.cc (construct_children): 
5544         only change  translator if found. This fixes a core dump problem.
5545
5546 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5547
5548         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5549         comparison.
5550
5551         * mf/feta-bolletjes.mf: make hole in half note little
5552         smaller for stem attachment.
5553
5554         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5555
5556         * mf/feta-banier.mf: don't draw stem with flag, just small square
5557         attachment.
5558
5559         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5560
5561         * mf/feta-banier.mf: remove upstem/downstem characters.
5562
5563         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5564
5565         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5566         stafflinethickness (in the default)
5567
5568         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5569
5570         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5571
5572         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5573
5574         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5575
5576         * lily/include/directional-element-interface.hh:
5577         junk class, make {get,set}_grob_direction functions.
5578
5579         * lily/slur.cc (get_attachment): do something sensible when
5580         attaching to stem without heads (eg. a rest).
5581
5582         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5583         forcing up to staff.  remove #'support-head property
5584         (brew_molecule): small cleanup.
5585         (flag): remove #'grace property.
5586
5587 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5588
5589         * cygwin/postinstall-lilypond.sh: 
5590         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5591         (Volker Zell).
5592
5593 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5594
5595         * scripts/lilypond-book.py: resurrect 'eps' option. 
5596         (TexiPaper.to_eps): use -Ppdf for EPS files.
5597
5598         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5599
5600         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5601
5602         * VERSION: release 2.0.1
5603
5604         * lily/bezier.cc (get_other_coordinate): change assert into
5605         warning.
5606
5607         * lily/note-head.cc (internal_brew_molecule): make left protusion
5608         smaller, to accomodate for natural sign.
5609         (internal_brew_molecule): only do this when the accidental is
5610         close enough.
5611         (extent): new function
5612
5613         * lily/skyline.cc (merge_skyline): new function
5614         (heighten_skyline): new function
5615
5616         * lily/accidental-placement.cc (position_accidentals) 
5617         (position_accidentals): fix todo.
5618
5619 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5620
5621         * input/test/+.ly (texidoc): put version number inline.
5622
5623         * GNUmakefile.in: remove rsync-web target.
5624         
5625         * input/regression/bar-scripts.ly (onestaff): raggedright
5626
5627 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5628
5629         * lily/*.cc: remove #if 0'd code in couple of places.
5630
5631         * lily/midi-stream.cc (operator <<): rewrite.
5632
5633         * lily/note-head.cc (internal_brew_molecule): 
5634         only make ledgers when the Staff symbol has lines.
5635
5636         * ly/property-init.ly (arpeggioBracket): simplify
5637
5638         * lily/translator-group.cc (execute_pushpop_property): use
5639         SCM_EQ_P for comparing keys. This fixes reverting
5640         auto-beam-settings.
5641
5642 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5643 *
5644         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5645         midi_debug_global_b.
5646         (operator <<): Normalise loop.
5647
5648 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5649
5650         * scripts/lilypond.py (escape_path): revise.
5651
5652         * scm/music-functions.scm (set-output-property): new function.
5653         
5654 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5655
5656         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5657         use addmakeflags again.
5658
5659         * cygwin/lily-wins.py (escape_shell): New function; use it.
5660
5661         * scripts/lilypond.py (escape_shell): Escape quotes and other
5662         spaces too.  Do not escape escaping backslashes.
5663
5664         * make/srcdir.make.in (web-install): Must call install-WWW now.
5665
5666         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5667         dependency
5668
5669 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5670
5671         * scripts/lilypond.py (escape_path): escape quotes too. 
5672
5673         * Documentation/user/lilypond.tely (Unified index): rename Index
5674         to accomodate Windows breakage.
5675
5676         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5677
5678         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5679         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5680         target not a source.
5681
5682 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5683
5684         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5685         addmakeflags.  Build and install doc and web also when building on
5686         Cygwin.
5687
5688         * mf/GNUmakefile: Bugfix.
5689
5690         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5691         target web.
5692
5693         * cygwin/lily-wins.py: Quote filename.
5694
5695 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5696
5697         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5698
5699 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5700
5701         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5702         settings.
5703
5704         * configure.in: Require g++ > 3.0.4.
5705
5706         * mf/GNUmakefile: Bugfix: Add list.ly target.
5707         
5708         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5709
5710         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5711         make omf directory, add uninstall targets.
5712
5713 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5714
5715         * lily/tie-performer.cc (initialize): init prev_event
5716
5717         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5718
5719         * lily/script-engraver.cc (make_script_from_event): don't crash on
5720         non-string articulation-type.
5721
5722         * lily/new-fingering-engraver.cc (add_script): don't crash on
5723         0 scripts 
5724         (acknowledge_grob): warn about text script events.
5725
5726 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5727
5728         * buildscript/lilypond.words: fix path for drums.scm.
5729
5730 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5731
5732         * lily/spacing-spanner.cc (note_spacing): don't make longer
5733         durations than measure-length.
5734
5735         * VERSION: release 2.0.0
5736
5737         * GNUmakefile.in (rsync-web): version independent rsync target.
5738
5739         * input/test/+.ly (texidoc): idem.
5740
5741         * input/regression/+.ly: print version number.
5742
5743         * input/regression/accidentals.ly (mel): shorten.
5744
5745         * input/regression/accidental-octave.ly (texidoc): shorten.
5746
5747         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5748
5749         * input/regression/completion-heads-polyphony.ly: octave
5750
5751         * input/regression/beam-manual.ly: remove
5752
5753         * input/regression/beam-chord.ly: remove
5754
5755         * input/regression/grace-dynamic.ly: remove
5756         
5757         * input/regression/grace-volta-repeat.ly: octave fixes.
5758
5759         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5760
5761         * lily/parser.yy (step_number): semitones for chord entry too.
5762         (make_chord_step): more robust code, semitones. 
5763
5764         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5765
5766         * input/regression/breathing-sign.ly (texidoc): split ancient and
5767         normal breathing signs.
5768
5769         * scm/define-grobs.scm (all-grob-descriptions): swap
5770         beamed-extreme-minimum-free-lengths and
5771         beamed-minimum-free-lengths; the 'extreme' case should allow
5772         shorter stems. This fixes forced directions on beamed 32nd and
5773         shorter notes.
5774
5775         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5776         quartertones, not semitones.
5777         (NoteNamesContext): swallow more event types
5778
5779         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5780
5781         * VERSION (PACKAGE_NAME): release 1.9.10
5782
5783 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5784
5785         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5786         set note head as cause of note-column.  This gives a better error
5787         message.
5788
5789 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5790
5791         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5792
5793 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5794
5795         * mf/GNUmakefile (pfa_warning): instruct 
5796
5797         * stepmake/aclocal.m4: typo.
5798
5799         * Documentation/user/cheatsheet.itely: more verbose examples.
5800
5801         * input/regression/clefs.ly: remove bogus docstring.
5802
5803 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5804
5805         * GNUmakefile.in (SUBDIRS): Add elisp.
5806
5807         * elisp/lilypond-mode.el: 
5808         * elisp/lilypond-init.el: 
5809         * elisp/lilypond-indent.el: 
5810         * elisp/lilypond-font-lock.el: Move from top dir.
5811
5812         * stepmake/stepmake/elisp-vars.make: New file.
5813
5814         * config.make.in (elispdir): Add.
5815
5816         * Documentation/topdocs/INSTALL.texi: Typo.
5817
5818         * make/ly-rules.make: Test for files instead of touching void and
5819         ignoring errors.
5820
5821         * GNUmakefile.in:
5822         * make/lilypond.redhat.spec.in:
5823         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5824         <builddir>, adding
5825         
5826              (push "<builddir>/share/lilypond/elisp" load-path)
5827
5828         to your ~/.emacs.el should give you LilyPond-mode again.
5829
5830         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5831         regexp for DOS/Windows, we are too paranoid to fix others.
5832
5833 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5834
5835         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5836
5837         * input/test/chord-names-jazz.ly (banterProperties): fix
5838
5839         * lily/parser.yy (bass_mod): bass figure alterations are semi
5840         tones, not quarter tones
5841
5842         * lily/beam.cc (set_stem_lengths): only lengthen stems
5843         for gapped beams.
5844
5845         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5846         by beamcount.
5847
5848         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5849         a warning that the warning may erroneous.
5850
5851         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5852         target.
5853
5854         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5855         targets.
5856
5857         * GNUmakefile.in ($(config_h)): config.h should depend on
5858         config.hh.in .
5859         (lilypond.words): remove fontball stuff.
5860
5861         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5862
5863         * configure.in: remove pktrace reference.
5864
5865         * GNUmakefile.in (rsync-web): permissions and ownership for
5866         website.
5867
5868         * lily/volta-engraver.cc (staff_eligible): new function.
5869         (stop_translation_timestep): kill off spanners if not eligible.
5870
5871         * VERSION (PATCH_LEVEL): release 1.9.9
5872
5873         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5874
5875         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5876         length is more important than forbidden quants.
5877         
5878 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5879
5880         * buildscripts/lilypond.words: order words in search order,
5881         add lilypond.words.vim to be generated.
5882
5883         * lilypond.vim: use lilypond.words.vim for keyword matching.
5884
5885         * lilypond-mode.el: use search order. fix word selection rules.
5886
5887         * lilypond-font-lock.el: fix fontifying long durations.
5888
5889         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5890
5891 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5892
5893         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5894
5895         * stepmake/stepmake/generic-targets.make:
5896         * stepmake/stepmake/bin/make-version.py: 
5897         * stepmake/aclocal.m4:
5898         * make/stepmake.make:
5899         * make/toplevel-version.make: Build fixes: remove last traces of
5900           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5901
5902         * lily/beam.cc: Add gap-count property.
5903
5904 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5905
5906         * scm/define-grob-properties.scm (gap-count): add gap-count
5907
5908         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5909
5910 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5911
5912         * cygwin/mknetrel.doc: Typo.
5913
5914         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5915
5916         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5917
5918 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5919
5920         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5921         sizes. Remove support for 'ledger'(=tabloid+landscape).
5922
5923 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5924
5925         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5926         sauter PFAs.
5927
5928         * configure.in: remove VERSION stuff once again.
5929
5930         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5931
5932         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5933         for chord names.
5934
5935         * mf/GNUmakefile: always trace pfa fonts.
5936         (SAUTER_FONTS): add cmss[567] too fonts
5937
5938         * configure.in: require mftrace. 
5939
5940         * lily/staff-performer.cc (new_instrument_string): don't look at
5941         instrument property.
5942
5943         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5944         is_direction is the C++ one. Similar for ly_axis_p and
5945         ly_number_pair_p
5946
5947 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5948
5949         * lily/beam.cc (brew_molecule): read gap-count to determine
5950         number of tremolo (gapped) beams.
5951
5952         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5953         shorter than 1/8
5954
5955         * flower/include/array.hh (default_compare): new function
5956
5957         * cygwin/mknetrel: Native fixes.
5958
5959         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5960
5961 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5962
5963         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5964         feature for Windows.
5965
5966         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5967
5968         * cygwin/mknetrel: Updates for native use on Cygwin.
5969
5970         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5971
5972         * stepmake/stepmake/help2man-rules.make: 
5973         * cygwin/mknetrel: Bugfix for manpages.
5974
5975         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5976         $(builddir).  Stepmake is a normal subdirectory now, that is not
5977         configured.  Another srcdir build fix.
5978
5979         * Documentation/topdocs/INSTALL.texi,
5980         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5981         lilypond-init.el, lilypond-mode.el, debian/rules,
5982         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5983         rename generated file lilypond.words to lilypond.words.el.
5984
5985 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5986
5987         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5988
5989         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5990         GNUmakefile.in.
5991
5992 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5993
5994         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5995         when cross building.
5996
5997         * configure.in: srcdir build fix.
5998
5999         * cygwin/GNUmakefile:
6000         * cygwin/lily-wins.py:
6001         * cygwin/postremove-lilypond.sh: 
6002         * cygwin/postinstall-lilypond.sh: Merge from stable.
6003
6004         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6005         s/ly2dvi/lilypond/.
6006
6007 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6008
6009         * lily/slur.cc (after_line_breaking): only set control points if
6010         none supplied yet.
6011
6012         * input/test/slur-manual.ly: new file.
6013
6014         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6015         <<  >> chords too.
6016
6017         * VERSION (PACKAGE_NAME): release 1.9.8
6018
6019         * scripts/lilypond.py (escape_path): escape spaces in directory names
6020
6021         * input/test/text-spanner.ly: fixes.
6022
6023 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6024
6025         * buildscripts/lilypond.words.py: add drum names as note names to
6026         Emacs-mode.
6027
6028 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6029
6030         * input/regression/hairpin-dashed.ly: new file.
6031
6032         * scripts/convert-ly.py (conv): warn about dash-length.
6033
6034         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6035         automatically if we get a new one.
6036
6037         * lily/lookup.cc (dashed_line): new function
6038
6039         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6040         dash-fraction.
6041
6042 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6043
6044         * buildscripts/lilypond.words.py: extract note names.
6045
6046         * lilypond-mode.el: take note names from lilypond.words -file.
6047         small fix in the use of string-match.
6048
6049         * lilypond-font-lock.el: use lilypond.words for note names, add 
6050         maxima to note a duration.
6051
6052 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6053
6054         * lily/breathing-sign.cc: remove railtracks() function. 
6055
6056         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6057
6058         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6059         (brew_molecule): bugfix don't make arpeggio shorter when
6060         arpeggio-direction is set.
6061
6062         *  debian/rules: small corrections in the (Pedro K)
6063
6064         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6065         examples.
6066
6067         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6068         special (repeat) bar comes along.
6069
6070         * input/regression/auto-beam-bar.ly: update.
6071
6072         * scripts/lilypond-book.py (output_dict): remove support for the
6073         EPS option.
6074
6075         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6076         VerticalAlignment and VerticalAxisGroup this fixes the size
6077         computations for the entire system.
6078  
6079         * input/les-nereides.ly (bass): remove superfluous fontSize.
6080
6081         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6082         causes directory of file to be added to include path.
6083
6084         * input/regression/beam-break.ly: test single stem beams.
6085
6086         * input/regression/system-start-bracket.ly: fix.
6087
6088         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6089
6090         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6091
6092         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6093         (score_stem_lengths): do something sensible for single stem beams.
6094
6095         * lily/beam.cc (least_squares): add kludge for single stem beams.
6096
6097         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6098         keySignature to list of broken things.
6099
6100         * input/regression/keys.ly: fix.
6101
6102         * VERSION (PACKAGE_NAME): release 1.9.7
6103
6104         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6105
6106         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6107
6108         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6109         (quartertone_pitch): new function
6110
6111         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6112         flat. WARNING: FONT CHANGED.
6113
6114         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6115
6116         * lily/accidental-placement.cc (add_accidental): support for
6117         quarter tones.
6118
6119         * ly/LANGUAGEs.ly: use symbols for alterations.
6120
6121         * mf/feta-toevallig.mf: change accidental codes. 
6122
6123         * scm/lily.scm (ly:get-option): switch on debugging only for
6124         --verbose.
6125
6126         * lily/lily-guile.cc: remove ly:verbose?
6127
6128         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6129
6130         * lily/parser.yy (TODO): only do gh_call() for apply with
6131         procedure argument.
6132
6133         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6134         stuff in accordance with new timing of tie-events.
6135
6136         * lily/my-lily-lexer.cc: remove \outputproperty
6137
6138         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6139
6140         * scm/define-translator-properties.scm (melismaBusyProperties):
6141         add melismaBusyProperties property.
6142
6143 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6144
6145         * input/test/ambitus-mixed.ly (texidoc): new file.
6146
6147         * buildscripts/mutopia-index.py (find): prune debugging
6148
6149         * lily/side-position-interface.cc: doc updates
6150
6151         * Documentation/user/refman.itely: updates, tweaks.
6152
6153         * lily/parser.yy (Simple_music): remove outputproperty
6154
6155         * make/stepmake.make: use VERSION again; importing VERSION via
6156         autoconf dependencies is too hairy.
6157
6158 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6159
6160         * lilypond-mode.el: allow `-' for keywords and identifiers.
6161
6162 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6163
6164         * VERSION: release 1.9.6
6165         
6166         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6167         iso. ly2dvi.
6168
6169         * Documentation/user/*.itely: fixes everywhere
6170
6171         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6172         produce ties from the engraver itself, do not broadcast TieEvent.
6173
6174         * lily/my-lily-lexer.cc: remove pitch & duration.
6175
6176         * lily/parser.yy (TODO): remove \pitch and \duration
6177
6178         * input/test/explicit.ly: remove file.
6179
6180         * Documentation/user/refman.itely (Pitches): remove \pitch 
6181         \duration command.
6182
6183 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6184
6185         * buildscripts/lilypond.words.py: add all slur types to Emacs
6186         insertion menu, suppose everything is postfixed by dropping 
6187         unnecessary `-' -marks.
6188
6189 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6190
6191         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6192         tremoloed stems.
6193
6194         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6195         head for flagged stems.
6196
6197         * lily/stem.cc (get_default_stem_end_position): futz with extra
6198         stem length if there is a stem tremolo.
6199
6200         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6201         it would be too small.
6202
6203         * lily/font-metric.cc: return #f for non-existent glyph.
6204         
6205         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6206         exported through config.make.
6207
6208         * input/regression/clef-oct.ly: new file.
6209
6210         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6211         transposition.
6212
6213         * input/template/*.ly: remove old relative.
6214
6215         * ly/english.ly: add X names for double sharp.
6216
6217 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6218
6219         * lily/font-select.cc: new file handle font selection routines.
6220
6221         * lily/parser.yy: add ; (Patrick Atamaniuk)
6222
6223         * input/test/time-signature-double.ly: use markups for double time
6224         sigs.
6225
6226         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6227         ChordNames.SeparationItem #'padding for adjusting space after chords.
6228         
6229         * lily/music-output-def.cc (LY_DEFINE): 
6230         new function ly:paper-lookup.
6231         
6232         * mf/parmesan-clefs.mf: use # quantities for char_box
6233         offsets. Fixes overflow errors in the PFA. 
6234
6235         * scm/new-markup.scm (strut-markup): change calling interface for
6236         markup. Pass paper-def, not grob. This would allow \markup to be
6237         used separately from grobs.
6238
6239         * lily/paper-def.cc: new function ly:paper-font; this function
6240         replaces ly:get-font.
6241
6242         * lily/include/font-interface.hh (struct Font_interface): take
6243         Paper_def iso. Grob for get_font().
6244
6245 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6246
6247         * Documentation/user/ tutorial.itely, refman.itely: add warning
6248         about \key and accidentals.
6249
6250 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6251
6252         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6253
6254         * Documentation/user/*.itely: manual tweaks
6255
6256 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6257
6258         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6259         cleanup; bugfix: exact_center
6260
6261         * Documentation/user/refman.itely: added more documentation on
6262         ambitus according to recent questions on lilypond-user list
6263
6264 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6265
6266         * input/regression/ottava.ly (texidoc): demo 15ma too.
6267
6268         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6269
6270         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6271         octave fixes.
6272
6273 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6274
6275         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6276         problems on older Mac editors.
6277
6278 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6279
6280         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6281
6282 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6283
6284         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6285         mf/parmesan-clefs.mf: added comments on character alignment and
6286         set_char_box() conventions
6287
6288         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6289         set_char_box()'s
6290
6291         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6292
6293 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6294
6295         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6296
6297 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6298
6299         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6300         shortened to avoid almost-collision with staff line; code cleanup;
6301         other custodes: fixed char boxes; code cleanup
6302
6303 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6304
6305         * configure.in: release 1.9.5
6306         
6307         * scripts/lilypond.py (global_latex_preamble): only set
6308         twosideshift if 'twoside' is in latexoptions 
6309
6310         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6311
6312         * VERSION: remove
6313
6314         * scripts/*2ly.py: update <> syntax
6315
6316 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6317
6318         * lily/chord-name-engraver.cc (process_music): add origin for
6319         chord name.
6320
6321         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6322
6323         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6324         bass notes for exceptions too.
6325
6326         * scm/define-grobs.scm (all-grob-descriptions): rename
6327         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6328
6329         * scm/define-grob-properties.scm (remove-first): add remove-first
6330         property for orchestral scores.
6331
6332         * Documentation/user/*.itely: switch <<>> and <> 
6333
6334         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6335         last_line only once. This fixes the two consecutive glissandi problem.
6336
6337 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6338
6339         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6340         error message "flexa-width undefined"
6341
6342         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6343         lily/include/gregorian-ligature.hh: print warning when ignoring
6344         head prefixes on flexa shapes
6345
6346         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6347         space before a series of inclinatum heads
6348
6349         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6350         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6351         cleanups
6352
6353         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6354         and char_box
6355
6356 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6357
6358         * input/regression/breathing-sign.ly: tiny fixes
6359
6360         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6361         semantical collision with vaticana ligatures
6362
6363         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6364         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6365         now consistent with mensural ligatures
6366
6367         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6368         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6369         context pitches and staff position; dto. for virga stem; removed
6370         obsolete virga and clivis characters from parmesan font (WARNING:
6371         font changed)
6372
6373         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6374         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6375
6376         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6377         scm/define-grob-properties.scm: consistency fix: renamed
6378         join_left->add_cauda
6379
6380         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6381         appendix length; bugfix: yoffs_bt for reverse direction punctum
6382         characters
6383
6384         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6385         small cleanups; added more docu
6386
6387         * lily/mensural-ligature-engraver.cc,
6388         lily/vaticana-ligature-engraver.cc,
6389         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6390         computation to CoherentLigatureEngraver
6391
6392         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6393         scm/define-grob-properties.scm: bugfix: added missing linea and
6394         cavum properties; bugfix: removed dead semivocalis property
6395
6396         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6397         length; redesigned quilisma, stropha and auctum
6398
6399         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6400         line thickness
6401
6402         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6403         Documentation/user/refman.itely: bugfix: introduced shifted
6404         epiphonus head to avoid collision with adjacent plica
6405
6406 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6407
6408         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6409
6410         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6411
6412 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6413
6414         * Documentation/user/tutorial.itely (A lead sheet): remove
6415         duplicate chords.
6416
6417         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6418
6419 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6420
6421         * Documentation/bibliography/computer-notation.bib (isbn): add
6422         xivcim publication.
6423
6424 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6425
6426         * GNUmakefile.in: drop lilypond.words for generation.
6427
6428 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6429
6430         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6431
6432         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6433
6434 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6435
6436         * input/test/figured-bass-alternate.ly (fl): new file.
6437
6438         * Documentation/topdocs/README.texi (Top): clarifications.
6439
6440         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6441         theses of Gieseking and Renz.
6442
6443         * GNUmakefile.in (README_FILES): remove README.mandrake.
6444
6445 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6446
6447         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6448         from source files and search patterns listed in the script.
6449
6450         * GNUmakefile.in: add target `lilypond.words'.
6451
6452         * lilypond.words: remove file, generated by `make lilypond.words'.
6453
6454         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6455
6456 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6457
6458         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6459
6460 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6461
6462         * VERSION: 1.9.4 released
6463
6464         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6465         rule for < > <-> << >> substitution
6466
6467         * lily/lexer.ll: exchange meaning of << >> and < > 
6468
6469         * VERSION (PACKAGE_NAME): 1.9.3 released
6470
6471         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6472         pages unconditionally.
6473
6474 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6475
6476         * Documentation/user/music-glossary.tely (Top): small syntax
6477         fixes.
6478
6479         * scm/music-functions.scm (remove-tag): filter \tagged music
6480         expressions.
6481
6482         * input/regression/tag-filter.ly (texidoc): new file.
6483
6484         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6485         symbol2 .. ) etc. 
6486
6487         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6488         convert rule.
6489
6490         * Documentation/user/refman.itely (Fingering instructions): adjust
6491         manual.
6492
6493         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6494         for borderline cases (e.g. 1 fingering.)
6495         (position_scripts): revise interface, use fingerOrientations to
6496         set fingering positions.
6497
6498         * scm/document-translation.scm (context-doc): add aliases to
6499         automated documentation.
6500
6501         * make/lilypond-vars.make: remove stepmake compat glue.
6502
6503         * make/generic-vars.make: remove cruft.
6504
6505         * lily/main.cc (main): don't identify binary.
6506
6507 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6508
6509         * lily/include/translator.hh (class Translator): remove
6510         type_string_ , use symbol for context name throughout.
6511         Changes through whole source tree.
6512
6513         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6514         set PDF as default, and always make PDF.
6515
6516         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6517
6518 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6519
6520         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6521         Documentation/user/refman.itely input/regression/allfontstyle.ly
6522         input/regression/grace-types.ly:
6523         fix spelling for acciaccatura (Webster's 1913).
6524
6525 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6526
6527         * lily/main.cc (usage): adjust blurb, include url.
6528
6529         * input/regression/breathing-sign.ly (texidoc): transpose up
6530
6531 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6532
6533         * input/regression/breathing-sign.ly: changed ancient examples to
6534         be relevant (by request of Han-Wen); updated BreathingSign text
6535         property according to new syntax.
6536
6537         * ly/gregorian-init.ly: updated BreathingSign text property
6538         according to new syntax
6539
6540 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6541
6542         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6543         (Clef): index entries for clefs.
6544
6545         * python/lilylib.py (system): remove errorlog files.
6546         
6547 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6548
6549         * lilypond.words: add \new and new graces. Add dynamics to menus
6550         keeping 1.8.x compatibility; after all the engraving relating to 
6551         notes becomes postfixed `-' marks will be removed.
6552
6553 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6554
6555         * lily/molecule.cc (align_to): idem.
6556
6557         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6558         
6559         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6560         accacciatura everywhere.
6561
6562         * VERSION (PACKAGE_NAME): released 1.9.2
6563
6564         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6565
6566         * scm/document-markup.scm (markup-doc-node): sort markup function
6567         list.
6568
6569         * lily/paper-outputter.cc (output_version): change "Lily was here"
6570         into  "Engraved by LilyPond"
6571
6572         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6573         on unquoted strings before \notenames.
6574
6575         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6576         increases the number of s/r reductions to 4.
6577
6578         * scm/new-markup.scm (fraction-markup): \fraction command.
6579
6580         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6581         mode
6582
6583         * lily/lookup.cc (round_filled_box): rename function.
6584         (LY_DEFINE): round-filled-box: change signature.
6585
6586         * Documentation/user/refman.itely: revise section explaining grace
6587         notes.
6588
6589         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6590         ly:set-context-property
6591
6592         * input/*/*.ly (vmus): use \new everywhere.
6593
6594         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6595
6596         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6597         default
6598
6599         * scm/music-functions.scm (set-stop-grace-properties)
6600         (set-start-grace-properties, add-grace-property): new functions
6601         for modular grace tweak control.
6602
6603         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6604         
6605 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6606
6607         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6608
6609         * GNUmakefile.in (install-pfa-fonts):
6610         (get-pfa-fonts): New target.
6611
6612         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6613         install-pfa-fonts help.
6614
6615 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6616
6617         * lily/translator-scheme.cc (LY_DEFINE):
6618         ly:context-pushpop-property new function.
6619         (LY_DEFINE): new function ly:translator-find  
6620         new function ly:translator?
6621         (LY_DEFINE): new function ly:context?
6622
6623         * lily/translator-def.cc: remove
6624         Translator_def::apply_pushpop_property().
6625
6626         * python/lilylib.py (read_pipe): only store and display error log
6627         if verbose not set.
6628         (read_pipe): only display log if it contains something.
6629
6630 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6631
6632         * Documentation/misc/GNUmakefile: Re-add.
6633         (TEXTS): Add CHANGES.
6634
6635 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6636
6637         * lilypond.words: add \newcontext.
6638
6639 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6640
6641         * lily/tie-performer.cc (stop_translation_timestep): only flush
6642         tied_notes when we have actually made a tie. Fixes bugs with ties
6643         in polyphonic scores.
6644
6645 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6646
6647         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6648         they do not exist.
6649
6650 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6651
6652         * VERSION (PACKAGE_NAME): released 1.9.1 
6653
6654         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6655         Instrument_name_engraver
6656
6657         * lily/tie-performer.cc (create_audio_elements): bugfix
6658
6659         * Documentation/user/music-glossary.tely (Top): comment out
6660         font-style statements.
6661
6662         * input/test/force-hshift.ly: revise example.
6663
6664         * Documentation/bibliography/engraving.bib (note): typos.
6665
6666         * configure.in: bump GCC requirements to 3.x
6667
6668         * lily/include/audio-item.hh (class Audio_tie): rename
6669         note_l_drul_ to note_drul_
6670
6671         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6672
6673         * lily/parser.yy (relative_music): whoops. All \relative were off
6674         by ...  a lot .... Ahem.
6675
6676         * scm/define-music-types.scm (music-descriptions): idem.
6677
6678         * lily/beam-engraver.cc: move new-beam-event to beam-event
6679
6680         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6681         to Tie_engraver
6682
6683         * input/regression/bar-number.ly: remove unnecessary old-relative
6684         options.
6685         
6686         * Documentation/user/internals.itely (Creating contexts): document
6687         \newcontext
6688
6689         * lily/parser.yy (Composite_music): add \newcontext
6690
6691         * Documentation/user/refman.itely (MIDI block): add note about
6692         dotted tempos.
6693
6694         * scm/font.scm: remove old markup legacy
6695
6696         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6697
6698         * lily/breathing-sign.cc (brew_molecule): remove function
6699
6700         * lily/text-item.cc: remove old-style markups.
6701         (interpret_markup): C++ version of markup function
6702         (brew_molecule): idem.
6703
6704         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6705         as Scheme variable.
6706
6707         * scripts/convert-ly.py (conv): dashes rule.
6708         Apply rule.
6709
6710         * Documentation/user/lilypond-book.itely: syntax fixes. 
6711
6712 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6713
6714         * VERSION (PACKAGE_NAME): release 1.9.0
6715
6716         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6717         note about dvips. (Should backport.)
6718
6719         * scripts/convert-ly.py
6720         (FatalConversionError.articulation_substitute): add
6721         convert-new-chords code. Remove convert-new-chords.py
6722
6723         * Documentation/user/refman.itely (Octave check): document
6724         \octave.
6725
6726         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6727         \relative changes.
6728
6729         * lily/parser.yy (command_element): octave check:
6730
6731            \octave PITCH
6732
6733         checks that PITCH (without octave) yields PITCH (with octave) in
6734         \relative
6735
6736         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6737
6738         * lily/scm-option.cc: ly:set-option now has the default argument
6739         #t.
6740
6741         * lily/lexer.ll: add \renameinput
6742
6743         * python/lilylib.py (command_name): robustifications.
6744
6745         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6746         /dev/stderr. This is ash compatible.
6747
6748         * ly/init.ly: add warning if compatibility was not necessary.
6749
6750         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6751
6752         * flower/include/string-handle.icc: formatting cleanups, rename
6753         references by ref_count_.
6754
6755 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6756
6757         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6758         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6759         package libs separately, fix conflicting php variable out=/dev/vc/
6760         invoking `unset out', declare menus, use only one icon-file, fix
6761         doc-path in menu.
6762
6763 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6764
6765         * scripts/convert-ly.py (FatalConversionError.conv): typo
6766
6767         * Documentation/misc/GNUmakefile: restore misc directory.
6768
6769         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6770
6771         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6772         Petites-Preludes 
6773
6774         * input/test/partial-blank.ly (quickmeasure): syntax
6775
6776         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6777         attachment property.
6778
6779         * Documentation/user/refman.itely: remove superfluous -'s 
6780         (Grace notes): ) fixes.
6781
6782         * lily/music.cc: generic compress(), transpose() functions. Remove
6783         others.
6784
6785         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6786         style markup entry.
6787
6788         * lily/parser.yy: all articulations postfix; remove obligatory -
6789         for [,  ) and \!
6790         
6791         * lily/music.cc (to_relative_octave): write generic
6792         to_relative_octave function; various relative cleanups.
6793         Hmmm.
6794
6795         * lily/scm-option.cc: add options new-relative and old-relative
6796
6797         * po/sv.po: new po file.
6798
6799         * Documentation/user/refman.itely (Dynamics): website
6800         fixes. (should backport!)
6801
6802 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6803
6804         * make/lilypond.mandrake.spec.in: declare version only once.
6805
6806 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6807
6808         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6809         meaning for now.
6810
6811 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6812
6813         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6814
6815         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6816
6817         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6818
6819         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6820
6821         * lily/music.cc (var): add ly:music-transpose function.
6822
6823         * lily/parser.yy (pre_events): remove prefix articulations.
6824
6825         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6826
6827         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6828
6829         * Documentation/user/refman.itely (Text markup): add comment about
6830         markup in header.
6831
6832 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6833
6834         * lily/paper-outputter.cc (write_header_fields_to_file): 
6835         only dump value if it is a string.
6836
6837         * flower/include/dictionary.hh: remove.
6838         
6839         * Documentation/ChangeLog-1.5: add back old log.
6840
6841         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6842         .pfas from a .deb.
6843
6844 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6845
6846         * Documentation/bibliography/engraving.bib: add entry for
6847         Jaschinski's Notation
6848
6849 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6850
6851         * Documentation/user/refman.itely (Beaming): add note about
6852         allowBeamBreak
6853
6854 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6855
6856         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6857         GregorianTranscription contexts
6858
6859         * ly/engraver-init.ly: vaticana contexts: minor fixes
6860
6861         * Documentation/user/refman.itely (Ancient notation): added note
6862         on appendix length bug
6863
6864         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6865         input/test/vaticana.ly: use vaticana contexts; small fixes
6866
6867 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6868
6869         * flower/hash.cc: Remove.
6870
6871         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6872         to (nonexistent?) hash_func_ identifier.
6873
6874         * python/midi.c (midi_error, midi_warning): Use char const* for
6875         __FUNCTION__ argument.
6876
6877         * python/gettext.py: Remove.  We already require python 2.1, which
6878         includes gettext.py.
6879
6880         * configure.in: Require python 2.1, as INSTALL.texi says.
6881         it.
6882
6883         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6884         versions 1.50 and 1.75.  Remove note about lexer patch.
6885
6886 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6887
6888         * Documentation/topdocs/INSTALL.texi: Update type1 font
6889         description to actual situation.  Add comment about new font ball
6890         layout.
6891
6892         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6893         in $LILYPONDPREFIX suffices for installation.
6894
6895 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6896
6897         * debian/control (Build-Depends): Add flex-old as alternative to
6898         flex.  Deprecate bison 1.75.
6899
6900 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6901
6902         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6903         Vaticana contexts
6904
6905         * Documentation/user/refman.itely (Ancient notation): documented
6906         some bugs; tiny fixes; added docu on Vaticana contexts
6907
6908         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6909         scripts
6910
6911 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6912
6913         * Documentation/user/refman.itely (Ancient notation): added some
6914         introductory words; added section on ancient time signatures;
6915         added some @seealso and @refcommands; small fixes and
6916         beautifications
6917
6918 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6919
6920         * input/regression/note-head-style.ly: many fixes and updates
6921
6922         * Documentation/user/refman.itely: added small sections on ancient
6923         accidentals, rests and flags; revised ancient note head section;
6924         small wording/spelling fixes
6925
6926         * input/test/rests.ly: layout fixes
6927
6928 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6929
6930         * input/puer-fragment.ly: bugfix: central C position of do clef
6931
6932         * ly/gregorian-init.ly: workaround: add small padding space before
6933         divisiones (the correct fix would be the spacing engine to handle
6934         this)
6935
6936 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6937
6938         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6939         cue-notes.ly: minor fixes.
6940
6941 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6942
6943         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6944         input/test/custos-style.ly
6945
6946         * Documentation/index.html.in: bugfix: link to Tutorial.html
6947
6948         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6949         to neumes; bugfix: "et": epiphonus, not just a simple pes
6950
6951 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6952
6953         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6954
6955         * lilypond.words: add new features: markup, column, center, \[ \].
6956         
6957 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6958
6959         * Documentation/topdocs/NEWS.texi, DEDICATION,
6960         stepmake/bin/add-html-footer.py
6961         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6962         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6963         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6964         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6965         added (only) after a sentence which is complete; if the sentence is 
6966         not ended a comma `,' or nothing is used. fix also spaces.
6967
6968 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6969
6970         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6971         requirements to plain 1.6.
6972
6973         * buildscripts/mutopia-index.py (read_lilypond_header): update
6974         mutopia-index.py to 1.4 syntax [sic]
6975
6976 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6977
6978         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6979
6980 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6981
6982         * Documentation/index.html.in: url for regression pdf
6983
6984         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6985
6986         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6987
6988         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6989
6990         * VERSION: 1.8.0 released
6991         
6992         * GNUmakefile.in (local-WWW-post): footify build fix.
6993
6994         * configure.in: require GUILE 1.6.4
6995
6996         * Documentation/user/GNUmakefile: don't copy *.png for
6997         lilypond-internals
6998
6999         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7000         local-WWW-post target.
7001         (rsync-web): add rsync-web target
7002
7003         * Documentation/user/introduction.itely (Music notation and
7004         engraving): add neume example
7005
7006         * input/puer-fragment.ly (cantus): add puer-fragment
7007
7008 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7009
7010         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7011         to notes, so that equalizer is actualy being used.
7012
7013         * scm/midi.scm (instrument-equalizer-alist):
7014         (absolute-volume-alist): Define public, so that user can copy or
7015         override.
7016
7017         * lily/key-performer.cc (create_audio_elements): Check for minor
7018         key.  Only if key is minor, set MIDI key to minor.
7019
7020 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7021
7022         * Documentation/user/refman.itely (Hiding staffs): fixes.
7023
7024         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7025
7026         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7027         vertical extents to deal with Hara kiri correctly.
7028
7029         * input/regression/hara-kiri-short.ly: remove
7030
7031         * input/regression/hara-kiri-pianostaff.ly: update test.
7032
7033         * Documentation/user/*.tely: remove WEBTITLE
7034
7035         * scm/output-tex.scm (comment): idem.
7036
7037         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7038
7039         * scm/music-functions.scm (make-lyric-event): new function
7040
7041         * scm/lily.scm (lilypond-version): new function
7042
7043         * input/test/version-output.ly: new file.
7044
7045         * Documentation/user/lilypond.tely: add version number to
7046         front-page.
7047
7048 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7049
7050         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7051
7052 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7053
7054         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7055
7056         * Documentation/user/refman.itely (Hiding staffs): rename node.
7057
7058 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7059
7060         * input/regression/new-markup-syntax.ly (texidoc): remove
7061         molecule-callback override.
7062
7063 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7064
7065         * input/les-nereides.ly: Mark tweaks with %tweak.
7066
7067         * Debian patch, see debian/changelog (Anthony Fok).
7068
7069 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7070
7071         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7072         problem.
7073
7074 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7075
7076         * Documentation/user/refman.itely (Text markup): Fix language bug.
7077
7078 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7079
7080         * input/* : postfix syntax fixes.
7081
7082         * Documentation/user/refman.itely (Text markup): add note about
7083         raise/lower with ^ or _ .
7084         
7085         * po/fi.po: fix \\apply strings.
7086
7087         * lily/parser.yy (open_event): warn for prefix articulations.
7088
7089 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7090
7091         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7092         fix also on parmesan font.
7093
7094 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7095
7096         * VERSION 1.7.30 released
7097         
7098         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7099
7100         * buildscripts/mutopia-index.py (headertext): rewording
7101
7102 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7103
7104         * scm/new-markup.scm (strut-markup): new markup function.
7105
7106         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7107         space also when no accidental is there.
7108
7109 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7110
7111         * input/les-nereides.ly: Updates.
7112
7113 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7114
7115         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7116         which repeats the tag insertion selected from "Insert tag" menu.
7117
7118 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7119
7120         * lily/all-font-metrics.cc (find_font): load AFM files first only
7121         for feta fonts. This fixes problems with TeXlive and other TeX
7122         distros that include AFM files for the CM fonts. 
7123
7124         * scm/font.scm (qualifiers-to-font-name): remove.
7125
7126         * lily/paper-def.cc: remove get_var.
7127
7128         * input/trip.ly: remove file.
7129         
7130         * input/regression/spacing-note-flags.ly (raggedright): remove
7131         stafflinethickness
7132
7133         * input/les-nereides.ly: update to new syntax, cleanups.
7134
7135 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7136
7137         * Documentation/user/refman.itely: Clarify shortest-note problem
7138         of autobeamer.
7139
7140 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7141
7142         * lilypond-mode.el: Add each word to regexps only once.
7143
7144         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7145         is based on the syntax definitions in lilypond.words. Remove all 
7146         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7147         LilyPond->Insert menu is generated by the entries in lilypond.words 
7148         to which have been given a syntax definition.
7149
7150         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7151         \notes, \relative, \score, \simultaneous, \transpose.
7152
7153         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7154
7155         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7156         
7157         * lilypond-mode.el: add menu keywords separately.
7158
7159         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7160
7161 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7162
7163         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7164         current ugly installation method for PFA fonts.
7165
7166 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7167
7168         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7169         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7170
7171         * Documentation/user/music-glossary.tely: update legato.
7172
7173 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7174
7175         * lexer-gcc-3.0.patch: Remove.
7176
7177         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7178
7179 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7180
7181         * debian/rules (binary-arch): remove NEWS.
7182
7183 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7184
7185         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7186         stepmake/bin{ many }: polish the `--help's of different scripts;
7187         model taken from the core-utils of Linux.
7188
7189         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7190
7191 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7192
7193         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7194
7195         * flower/libc-extension.cc: idem.
7196
7197         * flower/include/libc-extension.hh: protect against isinf macros.
7198
7199 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7200
7201         * { many }: Use two uppercase letters in LilyPond.
7202
7203         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7204
7205         * VERSION: 1.7.29 released.
7206         
7207 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7208
7209         * lily/tie.cc: add TODO comment.
7210
7211         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7212
7213         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7214         linejoins and linecaps. This fixes problems with occasional spikes
7215         on slur/tie endings.
7216         
7217         * input/regression/font-name.ly: don't use PS fonts for
7218         compatibility reasons. 
7219
7220         * mutopia/claop.py (accents): update to 1.8
7221
7222         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7223
7224         * Documentation/user/macros.itexi: don't color glossary links.
7225
7226         * Documentation/user/invoking.itexi (Error messages): new section
7227
7228 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7229
7230         * input/regression/font-name.ly: add file.
7231
7232         * scm/document-backend.scm (grob-doc): remove <hr> from
7233         lilypond-internals
7234
7235         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7236         reqd version to 1.6.4 
7237
7238         * lily/font-interface.cc (get_font): bugfix: take font-name from
7239         alist chain too. This fixes font-name override for \markup.
7240
7241 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7242
7243         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7244
7245         * input/test/polymetric-differing-notes.ly: Compile fix.
7246
7247 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7248
7249         * Documentation/user/refman.itely: fixed typo
7250
7251         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7252         before flexa
7253
7254 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7255
7256         * input/test/{ many }: search & fix some typos.
7257
7258 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7259
7260         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7261         images.
7262
7263         * scm/music-functions.scm (make-voice-props-set): set Script /
7264         TextScript dir for polyphony too.
7265
7266         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7267         before clef.
7268
7269         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7270
7271 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7272
7273         * Documentation/user/refman.itely (Percussion): Small
7274         clarifications and fixes.
7275
7276         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7277         threads. This fixes different heads playing simultaneously.
7278
7279 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7280
7281         * Documentation/user/{ many }: increase readability (read through 
7282         User manual from `one big page').
7283
7284 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7285
7286         * input/test/polymetric-differing-notes.ly: add example with
7287         disparate note values.
7288
7289         * input/test/polymetric.ly: rename from poly-metric
7290
7291         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7292         iso. outname.
7293
7294         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7295         G-clef bbox to real char extents. This fixes the G-clef being
7296         offset too much to the right.
7297         document perc clef offset.
7298
7299         WARNING: FONT CHANGED.
7300
7301         * Documentation/user/tutorial.itely (Tutorial): move menu.
7302
7303 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7304
7305         * buildscripts/lilypond-profile.sh (Error): trim error message.
7306
7307         * Documentation/user/invoking.itexi (Invoking the lilypond
7308         binary): add note about path.
7309
7310         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7311         suppresses superfluous spaces.
7312
7313 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7314
7315         * buildscripts/lilypond-profile.sh: Add documentation to error
7316         message.
7317
7318         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7319
7320 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7321
7322         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7323         <mike@ossmann.com>)
7324
7325         * Documentation/bibliography/computer-notation.bib (pages): prune
7326         unscientific language.
7327
7328         * Documentation/user/GNUmakefile: copy unsplit file to
7329         lilypond.html (idem for lilypond-internals).
7330
7331         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7332
7333         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7334
7335         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7336
7337         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7338         fix.
7339         
7340 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7341
7342         * Documentation/user/{ various }: bind text snippets with their
7343         examples, e.g. by punctuation: This is an example.
7344
7345 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7346
7347         * ly/performer-init.ly (VoiceContext): Typos.
7348
7349         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7350         builds, leave final-install to toplevel srcdir makefile.
7351
7352         * make/srcdir.make.in (install): New target.
7353
7354 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7355
7356         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7357         This fixes core dump on MIDI output (Simon Weatherill).
7358
7359         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7360         on local-WWW-post.
7361
7362 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7363
7364         * make/lilypond.redhat.spec.in: add dvips to reqs.
7365
7366 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7367
7368         * make/srcdir.make.in (web): Add special web target.
7369
7370         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7371         from inner $(LOOP).
7372
7373         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7374
7375         * stepmake/stepmake/generic-targets.make (www-targets-help):
7376         * GNUmakefile.in (web-install): Install in $(webdir).
7377
7378         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7379
7380         * cygwin/changelog: 
7381         * cygwin/mknetrel: Update.
7382
7383         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7384         (html-doc): Remove (use: web).
7385
7386         * stepmake/stepmake/script-rules.make: 
7387         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7388         Fix $(config_make) dependencies for srcdir build.
7389
7390         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7391         target for srcdir build.
7392
7393         * stepmake/make/stepmake.make: 
7394         * make/srcdir.make.in: 
7395         * GNUmakefile.in:
7396         * make/stepmake.make (config_make): Rename variable (was:
7397         configuration).
7398
7399 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7400
7401         * Documentation/user/internals.itely (Manipulating music
7402         expressions): run lilypond on example too.
7403
7404         * flower/include/libc-extension.hh: move lrint define to
7405         header. bugfix.
7406         
7407 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7408
7409         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7410         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7411         do we recurse whole tree?).
7412
7413         * GNUmakefile.in (html-doc): Resurrect.
7414
7415         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7416         obsolete $(package-icon) dependency.
7417
7418 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7419
7420         * Documentation/user/refman.itely (Automatic staff changes):
7421         add seealso 
7422
7423         * Documentation/index.html.in: link to bigpage.
7424
7425         * Documentation/user/tutorial.itely (Tutorial): streamline.
7426
7427         * Documentation/index.html.in: url typo.
7428
7429         * VERSION (PACKAGE_NAME): release 1.7.28
7430
7431         * python/lilylib.py (error_log): remove '/' from name.
7432
7433         * input/regression/pedal.ly: remove; dups input/test/
7434         
7435         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7436
7437         * Documentation/index.html.in: python style doco index.
7438
7439         * Documentation/{footer,header}.html.in (src): remove, 
7440
7441         * Documentation/pictures: remove all but lelie-logo.xpm.
7442
7443         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7444         before running makeinfo.
7445
7446         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7447         @code{}
7448
7449 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7450
7451         * input/test/bar-number-regular-interval.ly: rename.
7452
7453         * Documentation/user/*: various fixes. 
7454
7455 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7456
7457         * Documentation/{ many }: polish for update-all-menus. typos.
7458
7459         * po/fi.po: fixes.
7460
7461         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7462
7463         * buildscripts/mutopia-index.py: polish.
7464
7465         * input/regression/{ many }, input/test{ many }: polish texidocs.
7466
7467 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7468
7469         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7470         pedal-style
7471
7472         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7473         iso. edge-widen.
7474
7475         * lily/piano-pedal-engraver.cc (process_music): change from
7476         process_acknowledged ()
7477
7478         * lily/piano-pedal-bracket.cc: new file. Change
7479         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7480         cleaned up.
7481
7482         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7483
7484         * input/regression/tuplets.ly (texidoc): rename file.
7485
7486         * po/fr.po: update
7487
7488         * buildscripts/lilypond-profile.sh: error message if script is not
7489         sourced.
7490
7491         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7492         bracket-flare
7493         (make_bracket): simplify code.
7494
7495         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7496         argument.
7497
7498         * python/lilylib.py (lilypond_version_check): new function
7499
7500         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7501
7502         * scripts/ly2dvi.py (run_lilypond): add version check.
7503
7504         * scripts/lilypond-book.py (option_definitions): typo
7505
7506         * scripts/ly2dvi.py (include_path): typo
7507
7508         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7509
7510         * lily/parse-scm.cc (parse_handler): typo
7511
7512         * Documentation/user/macros.itexi: use @heading for headings.
7513
7514         * Documentation/user/refman.itely: updates, fixes.
7515
7516 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7517
7518         * po/fi.po: add Finnish translations. fixes.
7519
7520         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7521
7522         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7523         from lily/glissando-engraver.cc.
7524
7525 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7526
7527         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7528         for non-first _broken_ bracket.
7529
7530         * Documentation/user/refman.itely: corrections.
7531
7532 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7533
7534         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7535         support of the fingerings.
7536
7537         * po/fr.po: French translation update.
7538
7539         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7540         strings.
7541
7542 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7543
7544         * Documentation/user/introduction.itely: Small fixes.
7545
7546 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7547
7548         * Documentation/topdocs/AUTHORS.texi: polish.
7549
7550 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7551
7552         * Documentation/user/introduction.itely: revise
7553
7554         * Documentation/user/tutorial.itely: reorganise.
7555
7556         * Documentation/topdocs/index.tely: remove.
7557
7558         * Documentation/header.html.in: prune.
7559
7560         * GNUmakefile.in: clean up web building.
7561
7562         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7563         target.
7564
7565 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7566
7567         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7568
7569         * lilypond-mode.el: turn on blink-matching-paren.
7570
7571 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7572
7573         * scm/output-sodipodi.scm (svg-header): Fix typo.
7574
7575 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7576
7577         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7578         fixes a security hole.
7579
7580         * scripts/lilypond-book.py (original_dir): remove temp_dir
7581
7582         * scm/document-translation.scm: use @code tags.
7583
7584 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7585
7586         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7587
7588         * lilypond-mode.el: add a buffer-local post-command-hook to set
7589         context dependent syntax-table after each cursor event. Remove old
7590         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7591
7592         * lilypond-indent.el: update comments.
7593
7594         * Documentation/footer.html.in: add period.
7595
7596 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7597
7598         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7599
7600         * scm/document-translation.scm (document-property-operation): add
7601         @code{} tags.
7602
7603         * VERSION (PACKAGE_NAME): release 1.7.27
7604
7605         * config.make.in: add PAPER variable
7606
7607         * buildscripts/new-chords.py (help): add help text
7608
7609         * Documentation/user/introduction.itely (Typography and program
7610         architecture):  fixes.
7611
7612         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7613         for texinfo and dvips. This fixes problems with PDF output of the
7614         wrong size.
7615
7616         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7617         DVIPS_PAPERSIZE variable
7618
7619         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7620         TEXINFO_PAPERSIZE variable 
7621
7622 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7623
7624         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7625
7626         * mf/feta-toevallig.mf: lowres fixes.
7627
7628 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7629
7630         * NEWS: Typo and fill-paragraph fixes.
7631
7632         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7633         cast #define.
7634
7635         * configure.in: 
7636         * config.hh.in: Check for lrint.
7637
7638 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7639
7640         * VERSION: 1.7.26 released
7641
7642         * lily/separation-item.cc: add padding property.
7643
7644         * input/test/*.ly: various fixes, remove solo-a2.ly
7645
7646         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7647         bugfix. Fixes old-style markup compatibility.
7648
7649         * Documentation/user/introduction.itely (Introduction): historical
7650         elucidations
7651
7652         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7653
7654         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7655
7656         * Documentation/index.texi (Top): cleanup.
7657
7658         * Documentation/user/introduction.itely (Introduction): rewrite
7659         introduction, 
7660         (Music notation and  engraving): about notation. Add flat-picture
7661
7662 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7663
7664         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7665         separation items. This keeps lyrics from bumping into each other.
7666
7667 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7668
7669         * GNUmakefile.in (topdocs-web): New target.
7670         (local-web): Depend on topdocs-web; fixes html-doc.
7671
7672 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7673
7674         * po/lilypond.pot: run po-replace
7675
7676         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7677
7678         * scm/drums.scm (reset-drum-kit): new function.
7679
7680         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7681
7682         * scripts/update-lily.py: remove
7683         
7684         * VERSION: release 1.7.25
7685         
7686         * Documentation/user/introduction.itely (Introduction): rewrite
7687         start of introduction.
7688
7689 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7690
7691         * lily/all-font-metrics.cc: fixed typo
7692
7693 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7694
7695         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7696         LilyPond-mode-context-set-syntax-table): new functions to define
7697         the syntax table according to context.
7698
7699         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7700
7701 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7702
7703         * Documentation/user/refman.itely (Figured bass): 
7704         language nit courtesy http://www.vocabula.com
7705
7706         * GNUmakefile.in: remove no kpathsea hack.
7707
7708         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7709         doco.
7710
7711         * GNUmakefile.in: remove web-doc target.
7712
7713         * lily/all-font-metrics.cc (find_afm): add message about
7714         buildscripts/clean-fonts.sh 
7715
7716         * scm/define-music-properties.scm (figure): use string for 'figure
7717
7718         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7719
7720         * input/regression/ : add raggedright = ##t where applicable. 
7721         
7722         * scm/bass-figure.scm (make-bass-figure-markup): add
7723         alignBassFigureAccidentals property.
7724
7725         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7726         bracket.
7727
7728         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7729         syllables widths into account for minimum-length.
7730
7731         * input/test/staff-container.ly: update file
7732
7733         * input/test/stem.ly: remove
7734
7735         * lily/event.cc (LY_DEFINE): add ly: prefix.
7736
7737         * input/test/clef-manual-control.ly: from manual-clef
7738
7739         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7740
7741         * input/test/different-time-signatures.ly: move to poly-metric.ly
7742
7743         * input/test/hara-kiri*,scales.ly: remove
7744         
7745         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7746         with chord-names-jazz.ly)
7747
7748         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7749         get scalable cm fonts too.
7750
7751         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7752         --encoding for mftrace if present.
7753
7754         * input/regression/slur-area.ly: move from test/
7755
7756         * input/test/: remove simple-slur-endings slur-attachment
7757         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7758         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7759         slur-symmetry slur-symmetry tie-broken.ly
7760
7761         * scm/drums.scm (set-drum-kit): add function.
7762
7763         * Documentation/user/refman.itely (Percussion staves): use
7764         set-drum-kit
7765
7766         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7767         too
7768         (Global_measure.set_timesig): handle 3/8 time sig too.
7769
7770         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7771         note about triangle note heads.
7772
7773         * scm/drums.scm: use alist for instrument-settings. This fixes the
7774         bug with assigning to drums in the .ly file.
7775
7776         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7777         CHANGED.
7778
7779         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7780         cluster-beacon-interface
7781
7782         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7783
7784         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7785
7786         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7787
7788         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7789         to get positions.
7790
7791         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7792         make ClusterSpannerBeacon to record Y positions. This removes the
7793         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7794         make cluster-note-events.
7795
7796 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7797
7798         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7799
7800         * configure.in: Use lily/main.cc as identifying source file.
7801
7802         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7803
7804         * config.hh.in: 
7805         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7806
7807         * configure.in: Require PYTHON >= 2.0.
7808
7809         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7810           $PYTHON for include dir location.
7811         (STEPMAKE_PYTHON): New function.  Use
7812         
7813             PYTHON=foo ./configure
7814
7815           to override.
7816
7817 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7818
7819         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7820         something.
7821
7822         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7823         ftp.lilypond.org everywhere.
7824
7825 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7826
7827         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7828         detected.
7829
7830         * Documentation/user/refman.itely (Grace notes): note on explicit
7831         contexts
7832
7833 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7834
7835         * lilypond-font-lock.el: add a comment about LilyPond specific
7836         escape characters: ^, - and _, in the syntax table.
7837
7838         * Documentation/user/appendices.itely: a majuscule fix.
7839
7840 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7841
7842         * input/test/trills.ly (endHorizScript): fixes.
7843
7844         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7845         notation, move from regression.
7846
7847         * input/test/script-stack.ly: change name from stacked-scripts
7848
7849         * input/test/ossia.ly: octave errors.
7850
7851         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7852         for midi-volume-equaliser
7853
7854 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7855
7856         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7857         cm fonts.
7858
7859         * mf/feta-beugel.mf: don't multiply font_count by 10.
7860
7861         * lily/lookup.cc (horizontal_line): new function. Use
7862         horizontal-line in output backends.
7863
7864         * Documentation/user/tutorial.itely (An orchestral part): new
7865         section on orchestral stuff and identifiers.
7866
7867 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7868
7869         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7870         some interference to other modes.
7871
7872 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7873
7874         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7875         not maximum of spacing wishes in polyphonic situations.
7876
7877         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7878         number
7879
7880         * lilypond-indent.el: remove paren matching. 
7881
7882         * lily/text-item.cc (interpret_new_markup): new function
7883         use iso. text2molecule.
7884
7885         * lily/main.cc (notice): change FSF address 
7886
7887         * po/de.po: update PO file to 1.6.
7888
7889 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7890
7891         * Documentation/user/ {many}: Add periods and remove spaces.
7892         
7893 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7894
7895         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7896         Disable buffer-locally default paren hook and make a new one. 
7897
7898         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7899         locally LilyPond-paren-mode. Add todo for mouse double-click.
7900
7901 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7902
7903         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7904         Disable buffer-locally default paren idle timer and make a new one. 
7905
7906         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7907         locally LilyPond-show-paren-mode. Add to menu a toggle for
7908         LilyPond-show-paren-function.
7909
7910 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7911
7912         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7913
7914 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7915
7916         * Documentation/user/refman.itely: spelling fix.
7917
7918         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7919         paren highlight function definitions. add todo for
7920         LilyPond-show-paren-mode.
7921
7922 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7923
7924         * input/template/jazz-combo.ly: new file.
7925
7926 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7927
7928         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7929         lo-res fixes.
7930
7931         * mf/feta-schrift.mf: bugfix in varcoda sign.
7932         WARNING: FONT CHANGED
7933
7934         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7935         in accordance with lexer.ll.   
7936
7937 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7938
7939         * Documentation/user/tutorial.itely: Edit introduction.
7940
7941 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7942
7943         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7944         ly:grob-staff-position
7945
7946 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7947
7948         * scm/to-xml.scm: import srfi-1
7949
7950         * VERSION (MAJOR_VERSION):  release 1.7.24
7951
7952         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7953
7954         * scripts/lilypond-book.py (do_file): put texidoc before image.
7955         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7956
7957         * input/regression/*.ly: fix snippet octaves 
7958
7959         * input/test/spanner-after-break-tweak.ly: import
7960         broken-spanner-adjustment
7961
7962         * input/no-notation/midi-transposing.ly: move from input/test/
7963
7964         * input/test/: remove chord-markup
7965
7966         * input/regression/instrument-name-partial.ly: move from input/test.
7967
7968         * input/test/vertical-text.ly: remove
7969
7970         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7971         space above lyrics lines.
7972
7973         * input/test/uniform-breaking.ly: remove file.
7974
7975         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7976         uniform spacing density. 
7977
7978         * input/test/chords.ly (keys): remove file.
7979
7980         * scm/documentation-lib.scm (oop): use srfi-1 too.
7981
7982         * input/regression/*.ly: add \version
7983
7984         * Documentation/user/*.itely: various fixes.
7985
7986         * buildscripts/mf-to-table.py (base): break table every three
7987         symbols.
7988
7989         * input/:  remove %% new-chords-done %% .
7990
7991         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7992         os-music.ly
7993         
7994 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7995
7996         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7997
7998         * scm/new-markup.scm (box-markup): new function.
7999         (box-markup): new function. Contributed by Dick Schoeller
8000         <schoeller@attbi.com>
8001
8002         * scm/lily.scm: remove reduce-no-unit 
8003         (list-insert-separator): use fold-right
8004
8005         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8006         of arguments. 
8007
8008         * NEWS: more neutral language for ancient notation 
8009
8010         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8011         inside pointing beaming for chord tremolo.
8012
8013         * Documentation/user/lilypond-book.itely: minor editing
8014
8015 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8016
8017         * NEWS: added news for 1.8 regarding ancient notation
8018
8019         * Documentation/user/refman.itely (Gregorian square neumes
8020         ligatures): fixed typo
8021
8022         * lily/vaticana-ligature-engraver.cc,
8023         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8024         lower/upper head of Pes only when heads are stacked
8025
8026         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8027         scm/define-grob-properties.scm: cleanup: make "join-left" a
8028         boolean grob property and save delta pitch in grob property
8029         "delta-pitch" instead
8030
8031         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8032
8033 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8034
8035         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8036         completely borked
8037
8038         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8039         (try_music): bug fix: beam multiplicity was completely borked.
8040
8041         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8042         first-n, butfirst-n in favor of srfi-1 functions.
8043         remove string-join, string-pad in favor of srfi-13 functions.
8044
8045         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8046
8047         * NEWS: use complete sentences.
8048
8049         * Documentation/user/introduction.itely (Example applications):
8050         add note about databases and lilypond-book.
8051
8052         * input/test/volta.ly: remove file
8053
8054         * input/regression/volta-broken-left-edge.ly: simplify file
8055
8056 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8057
8058         * Documentation/user/refman.itely (Constructing a tweak): new
8059         subsection.
8060
8061         * Documentation/user/tutorial.itely (Fine tuning layout): add
8062         common tweaks.
8063
8064         * scm/define-grobs.scm (TextScript): use new brewer.
8065
8066 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8067
8068         * VERSION: release 1.7.23
8069
8070         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8071
8072         * python/lilylib.py (make_ps_images): bugfixes.
8073
8074         * input/regression/volta-multi-staff.ly: new file.
8075
8076         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8077
8078         * Documentation/user/tutorial.itely (Piano staffs): new section.
8079         (Setting variables): new section
8080         (Fine tuning layout): new section
8081
8082         * input/just-friends.ly: remove file. Superseeded by
8083         input/test/chords-without-melody.ly
8084
8085         * ly/property-init.ly: add all commands to refman.
8086
8087         * scm/define-translator-properties.scm: remove
8088         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8089
8090         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8091         name. Underscores botch up PS output.
8092
8093         * scm/define-translator-properties.scm: remove
8094         textNonEmpty, oneBeat, regularSpacingDelta
8095
8096         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8097         rule for automaticBars.
8098
8099         * lily/timing-engraver.cc (start_translation_timestep): change
8100         barNonAuto to automaticBars
8101
8102 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8103
8104         * input/test/perform-tie.ly: delete file.
8105
8106 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8107
8108         * Documentation/user/refman.itely (Gregorian square neumes
8109         ligatures): bugfix: do not show ledger lines in neumes table
8110         (fixed by setting staff symbol to transparent rather than removing
8111         it from staff context)
8112
8113 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8114
8115         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8116         glue into brew-new-markup-molecule.
8117
8118         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8119
8120         * Documentation/user/introduction.itely (Computerized typography):
8121         new section
8122
8123         * Documentation/user/tutorial.itely (An orchestral part): remove
8124         pc example from tutorial.
8125
8126         * input/tutorial/lilbook.tex: use screech-boink
8127
8128         * scripts/lilypond-book.py (compile_all_files): split formatting
8129         output body and scheduling lilypond compilation.
8130         (format_lilypond_output_bodies): new function
8131         (format_lilypond_block): new function
8132         (html_pages): allow multi-page images in HTML
8133
8134         * python/lilylib.py (make_ps_images): rename function from
8135         make_preview, merge with make_page_images
8136
8137 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8138
8139         * input/test/key-clefs.ly: moved to regression.
8140
8141         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8142
8143         * input/no-notation/README: added note about midi-*.ly files.
8144
8145         * input/test/two-key.ly: moved to no-notation/parse5.ly
8146
8147         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8148         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8149
8150         * input/test/ {various}: modified comments, marked some for deletion.
8151
8152         * input/test/lines.ly: deleted file; duplicate of
8153         embedded-postscript.ly
8154
8155         * input/test/mmrest-collision: moved to regression.
8156
8157 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8158
8159         * scm/chord-name.scm (note-name->markup): don't superscript root
8160         alterations in chordnames.
8161
8162 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8163
8164         * Documentation/user/refman.itely (Multi measure rests): more
8165         index/cross-referencing.
8166
8167         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8168
8169         * scm/font.scm: remove properties-to-font-name code.
8170
8171         * scm/define-grob-properties.scm: remove 'type
8172
8173         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8174         conversion
8175
8176         * lily/text-spanner.cc: change 'type grob prop to 'style 
8177
8178         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8179         "first" flag to decide whether to make a start-repeat
8180
8181         * input/regression/grace-volta-repeat-2.ly: new file.
8182
8183 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8184
8185         * lilypond-indent.el: rename generic functions to LilyPond-*
8186
8187 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8188
8189         * input/test/thumb.ly: delete, merged into refman.
8190
8191         * Documentation/user/refman.itely: added thumb info to Fingering.
8192
8193         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8194         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8195         vertical-align.ly : deleted files.
8196
8197 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8198
8199         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8200
8201         * lily/line-spanner.cc (broken_trend_offset): remove function.
8202         (get_broken_offset): idem.
8203         (brew_molecule): rewrite the line-break case.
8204
8205         * input/regression/follow-voice-break.ly:  new file.
8206
8207         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8208         start of a system.
8209
8210 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8211
8212         * input/test/tuplet-rest.ly: moved to regression.
8213
8214         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8215         deleted file.
8216
8217         * input/test/ {many} : marked file for possible deletion.
8218
8219 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8220
8221         * input/regression/beam-funky.ly: add note about (disputed)
8222         correct beaming.
8223
8224         * ly/engraver-init.ly (ScoreContext): put key-signature after
8225         staff-bar
8226         
8227 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8228
8229         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8230
8231         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8232
8233         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8234
8235         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8236         stem-extend was deleted (it was duplicate example, and not as
8237         good).
8238
8239         * input/test/[s-z]*.ly: add texidoc index.
8240
8241 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8242
8243         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8244         get_first_notecolumn_y
8245
8246         * lily/spanner.cc (broken_spanner_index): new function.
8247
8248 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8249
8250         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8251         lyric-hyphen.ly : moved to regression.
8252
8253         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8254         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8255
8256         * input/test/instrument-name-mmrest.ly: moved to
8257         ../regression/multi-measure-rest-instr-name.ly
8258
8259         * input/test/knee-sym.ly: moved to
8260         ../regression/beam-knee-symmetry.ly.
8261
8262         * input/test/hymn.ly: change comments.
8263
8264         * input/test/[p-r]*.ly: add texidoc index.
8265
8266 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8267
8268         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8269         to postfix syntax
8270         
8271         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8272         syntax.
8273
8274         * VERSION: release 1.7.22
8275
8276 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8277
8278         * input/test/[h-k]*.ly: added texidoc index.
8279
8280         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8281
8282         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8283
8284         * input/test/ various : mark files for deletion or moving to
8285         regression.
8286
8287         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8288
8289         * input/test/[l-o]*.ly: added texidoc index.
8290
8291 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8292
8293         * scm/music-functions.scm (make-ottava-set): 
8294         only do ottavation if centralCPosition is set.
8295
8296         * lily/translator-scheme.cc (ly:context-property-where-defined):
8297         return '() if not found.
8298
8299 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8300
8301         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8302         Use one command for both commenting and uncommenting.
8303
8304         * lilypond-indent.el (LilyPond-comment-region): new function,
8305         (un)comments each line separately.
8306
8307         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8308         
8309         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8310         imenu is not added by default; adapted from f90.el,
8311         makes Help-menu, which does not fit, visible in XEmacs.
8312         
8313 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8314
8315         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8316         show-paren-mode sets blink-matching-paren-on-screen local.
8317         Try to make show-paren-function to paren-highlight local.
8318
8319         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8320         Copy definitions of Emacs' show-paren-function and
8321         XEmacs' paren-highlight and make minimal changes;
8322         add comments about locality. 
8323         Fix matching first open-paren-char in '<< .. >>'.
8324
8325 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8326
8327         * input/test/g*: added texidoc index.
8328
8329         * input/test/[a-g]*: added raggedright==#t when it
8330          seemed appropiate.
8331
8332         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8333
8334         * Documentation/topdoc/INSTALL.texi: removed false warnings
8335         about gcc 3.3.
8336
8337 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8338
8339         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8340
8341         * input/test/chords-without-melody.ly (texidoc): add from
8342         input/just-friends.ly
8343
8344         * input/regression/size{13--26}.ly: move from input/
8345
8346         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8347         input/{star-spangled-banner,twinkle}.ly: remove 
8348         
8349         * lily/slur.cc: remove slur over rest warnings.
8350
8351         * lily/note-spacing.cc (get_spacing): include left part of right
8352         object in fixed space. This fixes stretched space before
8353         accidentals.
8354
8355         * input/regression/spacing-accidental-stretch.ly: new file.
8356
8357 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8358
8359         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8360         Reduce to 16pt.
8361
8362 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8363
8364         * input/regression/spacing-knee.ly: docstring
8365
8366         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8367
8368         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8369         input/tutorial/{test,solar,flowing}.ly: remove
8370
8371         * input/rhythm.ly: remove
8372
8373         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8374
8375         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8376         update syntax. 
8377
8378         * scm/define-grobs.scm (all-grob-descriptions): set
8379         knee-spacing-correction to 1.0
8380
8381         * lily/note-spacing.cc (stem_dir_correction): compute knee
8382         correction using stem-thickness and head width.
8383
8384         * input/regression/beam-quanting-horizontal.ly: update texidoc
8385
8386         * scm/define-grobs.scm (all-grob-descriptions): set
8387         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8388         This fixes 32nd beams for noteheads in spaces quants.
8389
8390         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8391
8392 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8393
8394         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8395
8396 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8397
8398         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8399
8400         * VERSION (PACKAGE_NAME): release 1.7.21
8401
8402         * input/regression/stem-shorten.ly: new file.
8403
8404         * lily/stem.cc (get_default_stem_end_position): revise stem
8405         shortening code.
8406
8407         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8408
8409         * input/test/{scripts,volta-start,sleur}.ly: remove
8410         
8411         * input/regression/span-bar.ly: smaller file.
8412
8413         * input/regression/spacing-{natural,tight,loose}.ly: remove
8414
8415         * input/test/markup.ly: remove
8416
8417         * scripts/lilypond-book.py: put printfilename in separate chunk,
8418         so texidoc is printed after the filename.  
8419
8420 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8421
8422         * make/lilypond.mandrake.spec.in: fix docdirs.
8423
8424 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8425
8426         * input/regression/beam-french.ly: bugfix.
8427
8428         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8429
8430         * input/regression/(various).ly: add raggedright = #t.
8431
8432         * input/regression/auto-beam.ly: move from abe.ly
8433
8434 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8435
8436         * input/test/f*.ly: added texinfo index.
8437         
8438         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8439
8440 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8441
8442         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8443         quant penalty for beam just outside staff.
8444
8445         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8446         from beam-pos.ly,  remove non-horizontal tests. 
8447
8448         * input/test/(various): cleanup header info. 
8449
8450         * input/test/tchaikovsky.ly: remove file.
8451
8452         * scm/chord-generic-names.scm: move from
8453         double-plus-new-chord-name.scm
8454
8455         * input/test/orchestscore.ly: remove file
8456
8457         * Documentation/user/refman.itely (Vocal music): update documentation.
8458
8459         * scm/define-translator-properties.scm (chordNoteNamer): remove
8460         chordNameStyle, use chordNameFunction
8461
8462         * scm/chord-name.scm (set-chord-name-style): remove
8463         set-chord-name-style. Use \property chordNameFunction.
8464
8465 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8466
8467         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8468         music): remove @TeX{} command.
8469
8470 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8471
8472         * lilypond-indent.el (scan-sexps): Renamed to
8473         aargh-this-breaks-other-emacs-modes-scan-sexps.
8474
8475 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8476
8477         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8478         closing slurs: '()', etc. Add comments.
8479
8480         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8481
8482         * lilypond-font-lock.el: match unending string at eof.
8483
8484         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8485         
8486 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8487
8488         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8489         input/test/beam-dir.ly input/test/beam-position.ly    
8490         input/test/beam-suspect.ly input/test/beam-trend.ly    
8491         input/test/beams.ly input/test/crescendo-text.ly : deleted
8492         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8493         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8494         * input/test/default-bars.ly: moved to bar-always.ly
8495         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8496
8497 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8498
8499         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8500
8501 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8502
8503         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8504
8505 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8506
8507         * lilypond-indent.el: Match better slurs in scheme expressions.
8508         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8509
8510         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8511
8512 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8513
8514         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8515
8516         * input/ac-extra-voice.ly: Add texidoc.
8517
8518         * ly/chord-modifiers-init.ly: 
8519         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8520         and chordNameExceptionsPartial for new chord names.
8521
8522         * input/test/chord-names-dpnj.ly: 
8523         * input/test/dpncnt.ly: Update.
8524
8525         * scm/chord-name.scm: 
8526         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8527         chord selection and options.
8528
8529         * ly/chord-modifiers-init.ly: Add exceptions 
8530
8531         * scm/define-translator-properties.scm (chordNameStyle) 
8532         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8533
8534 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8535
8536         * ly/property-init.ly (germanChords): Added.
8537         (semiGermanChords): Added.
8538         
8539         * input/test/chord-names-german.ly: Use new macros
8540         
8541 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8542
8543         * lilypond-indent.el: Use similar parenthesis highlighting for 
8544         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8545         functions; removed LilyPond-show-paren-function. Fix indenting.
8546         Turn paren-matching on also in XEmacs.
8547
8548         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8549         as needed by parenthesis highlighting functions (in scan-sexp).
8550
8551 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8552
8553         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8554         function.
8555         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8556
8557 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8558
8559         * lilypond-indent.el: tune regexp for show-paren-function.
8560
8561 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8562
8563         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8564         for all LilyPond-produced tex snippets.
8565
8566         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8567         fixes one line --preview output of ly2dvi.
8568
8569 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8570
8571         * lilypond-indent.el: match only one type of slurs in
8572         LilyPond-show-paren-function.
8573
8574 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8575
8576         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8577         * debian/lilypond1.7.dirs: 
8578         * debian/lilypond1.7-doc.dirs: New file.
8579
8580         * input/regression/chord-name-exceptions.ly: Add parameter for
8581         ignatzekExceptions.  Quote hash in docstring.
8582
8583 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8584
8585         * lilypond-indent.el (show-paren-function): define show-paren-function
8586         as LilyPond-blink-matching-open and use it for closing parens.
8587         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8588
8589         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8590         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8591         LilyPond-blink-matching-paren in order to match both open and close
8592         brackets.
8593         
8594 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8595
8596         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8597         testing by modifying the code from FSF Emacs paren.el. Add comments.
8598
8599 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8600
8601         * input/test/dpncnt.ly: Transpose example to match new
8602         default \chords octave.  Add comment.
8603         
8604         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8605         comment about octave change.
8606
8607 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8608
8609         * input/test/[d,e]: added texinfo index tags.
8610         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8611
8612 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8613
8614         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8615
8616 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8617
8618         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8619         as in blink-matching-open.
8620
8621 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8622
8623         * input/test/[a-c]: more comments in files.
8624         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8625         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8626         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8627         mark file for proposed deletion.
8628         * input/test: renaming files:
8629         auto-beam-4-8.ly to beam-auto-4-8.ly
8630         auto-beam-override.ly to beam-auto-override.ly
8631         auto-beam.ly to beam-auto.ly
8632         blank.ly to blank-paper.ly
8633         absolute-volume.ly to dynamic-absolute-volume.ly
8634
8635 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8636
8637         * input/test/dpncnt.ly: 
8638         * input/test/chord-names-dpnj.ly: Resurrect.
8639
8640         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8641
8642         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8643
8644         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8645         Better docstring, add parameter OMIT-ROOT, tidy up.
8646
8647 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8648
8649         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8650
8651 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8652
8653         * scm/output-ascii-script.scm (as-font-alist-alist):
8654         (as-properties-to-font-name):
8655         (as-make-style-sheet): Remove.
8656
8657         * scm/font.scm (as-make-font-list): New function.
8658         (as-font-sheet-alist): New variable.
8659
8660         * ly/paper-as9-init.ly: 
8661         * ly/paper-as5-init.ly: Update.
8662
8663         * ly/paper-as5.ly:
8664         * ly/paper-as9.ly: New file.
8665
8666 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8667
8668         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8669
8670 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8671         * input/sondag-morgen/*: removed due to copyright concerns.
8672         * input/[a,b]*.ly: added a newline at the end of the texinfo
8673         doc string (produces better output in HTML version).
8674         * input/c*.ly: added texinfo index and added comments to
8675         aid in future changes to input/test/ files.
8676
8677 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8678         
8679         * Documentation/user/refman.itely: fixed build problem (missing
8680         file) caused by previous renaming.
8681
8682 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8683         
8684         * input/test/[a,b]*.ly: added texinfo index and added comments to
8685         aid in future changes to input/test/ files.
8686         * input/test/bar-number-every-5-reset.ly: renamed to
8687         bar-number-every-five-reset.ly
8688         * input/test/bar-script-visibility.ly: renamed to
8689         bar-number-show-all.ly
8690
8691 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8692
8693         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8694         to Voice.
8695
8696         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8697         out note-line and glissando functionality.
8698         
8699         * lily/line-spanner.cc (brew_molecule): cleanup.
8700
8701 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8702
8703         * scripts/as2text.scm: Use rdelim module.
8704         (start-system): Rename from start-line.
8705         (stop-system): Rename from stop-line.
8706         (af-gulp-file): Use string iso symbol for getenv.
8707
8708         * scm/output-ascii-script.scm: Add guile and lily modules.
8709         (font-name-alist): New variable.
8710         (draw-line): New function.
8711
8712         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8713         (Were these silently removed, without ChangeLog entry?)
8714
8715 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8716
8717         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8718         process 2nd ottava correctly.
8719
8720 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8721
8722         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8723
8724 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8725
8726         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8727
8728 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8729
8730         * VERSION: release 1.7.20
8731         
8732         * lily/text-spanner.cc (brew_molecule): clean up function. This
8733         fixes bugs with broken 8va spanners.
8734
8735         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8736         This prevents spurious line-breaks with raggedright
8737         
8738 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8739
8740         * lily/key-performer.cc (create_audio_elements): always use major
8741         key
8742
8743         * Documentation/user/internals.itely: updates
8744
8745         * input/regression/beam-break.ly: new file.
8746
8747         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8748         beams if starting or terminating stems have 'beaming set.)
8749
8750         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8751         property.
8752
8753         * lily/parser.yy (verbose_command_req): add comment about scales.
8754
8755 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8756
8757         * lilypond-indent.el: adjust regexps in bracket-matching.
8758
8759 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8760
8761         * Documentation/user/refman.itely: more tiny fixes
8762
8763         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8764         "Chord names"; added table with input syntax for solesmes neumes
8765         table; added some words about rationale on input syntax design
8766
8767         * lily/gregorian-ligature-engraver.cc,
8768         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8769         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8770         alignment of Pes Initio Debilis
8771
8772         * Documentation/user/refman.itely,
8773         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8774         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8775         bugs in the solesmes neumes table
8776
8777 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8778
8779         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8780         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8781
8782         * lilypond-mode.el: fix tag-score. small improvements.
8783
8784 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8785
8786         * .cvsignore: Add aclocal.m4.
8787
8788         * lily/music-constructor.cc: Include <assert.h>.
8789
8790 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8791
8792         * ly/engraver-init.ly (HaraKiriStaffContext): use
8793         RemoveEmptyStaffContext instead.
8794
8795         * Documentation/user/refman.itely: updates
8796
8797 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8798
8799         * Documentation/user/refman.itely: added solesmes neumes table;
8800         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8801         bugfix: "Ornaments" -> "Articulations"
8802
8803         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8804
8805 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8806
8807         * lilypond-indent.el: Add a message about trying to match \] or \).
8808         
8809 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8810         
8811         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8812         obsolete "arithmetic_*"
8813
8814         * input/bugs/ligatures.ly: removed (will be put into a different
8815         directory later)
8816
8817 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8818
8819         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8820         libkpathsea (Maurizio Tomasi).
8821
8822 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8823
8824         * input/regression/repeat-slash.ly (texidoc): new file
8825
8826         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8827         slash repeats separately. Slash repeats and %
8828         repeats can now be nested.
8829
8830 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8831
8832         * lilypond-indent.el: Add preliminary test for closing \] and \).
8833         
8834 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8835
8836         * lily/gregorian-ligature-engraver.cc,
8837         lily/vaticana-ligature-engraver.cc,
8838         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8839         mf/parmesan-heads.mf: various semivocalis related bugfixes
8840
8841         * input/bugs/ligatures.ly: new file demonstrating problems with
8842         ligatures
8843         
8844 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8845
8846         * lilypond-mode.el,
8847         lilypond-font-lock.el,
8848         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8849
8850 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8851
8852         * lilypond-mode.el: Remove outdated code. Stress the difference 
8853         between Emacs and XEmacs definitions.
8854
8855         * lilypond-mode.el,
8856         lilypond-indent.el: Define a function interactive only when necessary.
8857
8858 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8859
8860         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8861         Use inactive regions also in XEmacs.
8862
8863 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8864
8865         * Documentation/user/refman.itely (Repeat syntax): more updates
8866
8867         * lily/simple-spacer.cc (solve): move solution process into
8868         solve(). This fixes a bug with collisions and raggedright = ##t.
8869  
8870         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8871
8872         * ly/engraver-init.ly: remove GraceContext. Update examples.
8873
8874 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8875
8876         * GNUmakefile.in (fonts): Also make fontball.
8877
8878         * Website fixes:
8879
8880         * ly/engraver-init.ly (GraceContext): Add.
8881
8882         * run:
8883
8884             convert-ly $(find . -name *.ly)
8885
8886         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8887         new chords.
8888
8889 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8890
8891         * VERSION: 1.7.19 released
8892         
8893         * scm/music-functions.scm (set-octavation): new function.
8894
8895         * input/regression/ottava.ly: new file
8896
8897         * lily/translator-scheme.cc (LY_DEFINE): new function
8898         ly:unset-context-property
8899         (LY_DEFINE) new function ly:context-property-where-defined: 
8900
8901 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8902
8903         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8904
8905         * lilypond.words: add few.
8906
8907         * input/test/script-chart.ly: fix typo.
8908
8909 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8910
8911         * scm/define-grobs.scm: uniform naming for definitions and output
8912         routine files. 
8913
8914         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8915         scm/context-description.scm
8916
8917         * lily/parser.yy (translator_spec_body): add \description to the
8918         \translator{} body syntax.
8919
8920         * lily/ottava-engraver.cc: new file.
8921
8922         * scm/chord-name.scm (natural-chord-alteration): replace old
8923         chord stuff. 
8924
8925         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8926
8927         * Documentation/user/refman.itely (Metronome marks): update doco.
8928
8929         * input/regression/markup-note.ly: new file
8930
8931         * input/regression/metronome-marking.ly: new file
8932
8933         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8934
8935         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8936         metronome marks.
8937
8938 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8939
8940         * Documentation/user/GNUmakefile: Compatibility fix for new
8941         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8942         for making binary packages; info splitting bug has been fixed.
8943
8944         * Documentation/user/refman.itely: Compile fixes.
8945
8946 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8947
8948         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8949         Count \midi -keywords also for a region.
8950
8951 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8952
8953         * lily/lookup.cc (LY_DEFINE): new function
8954
8955         * Documentation/user/tutorial.itely: updates
8956
8957 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8958
8959         * lilypond-mode.el: Allow Midi on buffer.
8960         Use only '.ly'-extension, remove '.sly' and '.fly'.
8961         Allow use of inactive regions. Invoke next Command on Master file, 
8962         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8963
8964 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8965
8966         * Documentation/user/tutorial.itely: updates.
8967
8968 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8969
8970         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8971
8972 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8973
8974         * lily/coherent-ligature-engraver.cc: fixed typo
8975
8976         * lily/coherent-ligature-engraver.cc,
8977         lily/gregorian-ligature-engraver.cc,
8978         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8979         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8980         lily/vaticana-ligature-engraver.cc,
8981         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8982         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8983         removed all ligature specific stuff from NoteHead code
8984
8985         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8986         ligatures now use regular noteheads
8987
8988         * lily/vaticana-ligature.cc: tiny code cleanups
8989
8990         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8991         space between two adjacent noteheads of the same pitch
8992
8993         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8994         description; cleanup: removed obsolete font-family settings
8995
8996 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8997
8998         * lily/coherent-ligature-engraver.cc,
8999         lily/gregorian-ligature-engraver.cc,
9000         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9001         lily/mensural-ligature-engraver.cc,
9002         lily/vaticana-ligature-engraver.cc,
9003         lily/include/gregorian-ligature-engraver.hh: updated for new
9004         Coherent_ligature_engraver; added comments that describe the basic
9005         design ideas of the ligature implementation
9006
9007         * lily/coherent-ligature-engraver.cc,
9008         lily/include/coherent-ligature-engraver.hh: new file: shared code
9009         between mensural ligatures and Gregorian chant notation ligatures
9010
9011 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9012
9013         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9014         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9015         use only two arguments in sit-for, use no arguments in
9016         read-char-exclusive, backspace is not a character (127) in XEmacs.
9017
9018         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9019
9020 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9021
9022         * lilypond-mode.el: un-commenting works after syntax-table fix.
9023
9024         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9025         group, verbose commenting for syntax table.
9026
9027         * lilypond-indent.el: add TODO for ligature slurs.
9028
9029 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9030
9031         * lilypond-mode.el: Move comments of parenthesis matching away,
9032         (blink-matching-paren-on-screen) fix blinking in Emacs.
9033
9034         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9035         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9036
9037         * lilypond-indent.el: Add TODO for parenthesis matching.
9038
9039 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9040
9041         * lilypond-mode.el: Fix XEmacs: 
9042         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9043         invoke explicitly easy-menu-add (in Emacs done automatically).
9044         
9045         * lilypond.words: Add few words from input/*/*.ly.
9046
9047 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9048
9049         * VERSION (PATCH_LEVEL): release 1.7.18
9050
9051         * scripts/lilypond-book.py: only print basename for printfilename
9052         option
9053
9054         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9055         and syntax updates.
9056
9057 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9058
9059         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9060         better parametrisation. Move fatness of bulb downward.
9061
9062         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9063         glyph names. Underscores are not allowed .ps encoding files.
9064
9065 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9066
9067         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9068         variable "packed" for packed right-ragged mode
9069
9070         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9071         unused variable ragged; fixed indentation
9072
9073         * Documentation/user/refman.itely: tiny cleanups in ancient
9074         clef and custos section
9075
9076 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9077
9078         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9079         \applyoutput PROCEDURE
9080
9081         * lily/my-lily-lexer.cc: add \applyoutput.
9082
9083         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9084
9085         * lily/text-item.cc: clean text-interface description
9086
9087 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9088
9089         * input/{regression,test}/: use postfix for slur endings and beam
9090         begins.
9091
9092         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9093         style beams too. 
9094
9095         * input/regression/lyrics-melisma-beam.ly: new file.
9096
9097         * lily/lyric-engraver.cc (process_music): change from
9098         process_acknowledged_grobs()
9099
9100         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9101         functions to set and revert auto-beam settings.
9102
9103 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9104
9105         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9106
9107 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9108
9109         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9110         Documentation/user/lilypond.tely: fixed some typos; updated author
9111         info
9112
9113         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9114         #"" -> #'flag-style = #'()
9115
9116         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9117         cleanup: removed dead #includes
9118
9119         * lily/gregorian-ligature-engraver.cc,
9120         lily/include/gregorian-ligature.hh,
9121         scm/grob-property-description.scm: small cleanups, small spacing
9122         fixes
9123
9124         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9125         lily/vaticana-ligature.cc,
9126         lily/include/gregorian-ligature-engraver.hh,
9127         scm/grob-property-description.scm, scm/music-types.scm:
9128         "porrectus" -> "pes or flexa"
9129
9130         * ly/engraver-init.ly, scm/grob-description.scm,
9131         scm/grob-property-description.scm: junked porrectus, now handled
9132         by ligature code
9133
9134         * scm/grob-description.scm: bugfix: added space-alist entry for
9135         breathing sign/custos
9136
9137 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9138
9139         * Another grand 2003 update.
9140         
9141         * Remove mentioning of `mudela'; There's no such thing.
9142
9143 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9144
9145         * Documentation/user/preface.itely (Preface to version 1.8): update
9146
9147         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9148
9149         * Documentation/user/converters.itely (Invoking convert-ly): revise
9150
9151         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9152
9153         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9154
9155 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9156
9157         * Documentation/user/internals.itely: more updates.
9158
9159 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9160
9161         * Documentation/user/refman.itely: revise 
9162
9163         * Documentation/user/internals.itely: revise
9164
9165         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9166
9167 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9168
9169         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9170         beautification: reformatted ancient clefs section; cleanup: small
9171         wording fixes
9172
9173 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9174
9175         * lilypond.words: added words for chant notation, sorted
9176         alphabetically through "sort lilypond.words"
9177
9178 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9179
9180         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9181         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9182         chant notation
9183
9184 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9185
9186         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9187         prevent TeX from interpreting them as long dash
9188
9189         * input/test/vaticana.ly: updated
9190
9191         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9192         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9193         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9194         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9195         fixes
9196
9197         * mf/parmesan-heads.mf: ledger endings: removed dead code
9198
9199 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9200
9201         * VERSION: 1.7.17 released
9202         
9203         * Documentation/user/GNUmakefile
9204         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9205         files too.
9206
9207         * scm/document-markup.scm: new file: document all markup
9208         functions.
9209
9210         * scm/documentation-generate.scm: rename all documentation modules
9211         to document-*.scm
9212
9213         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9214         .png
9215
9216         * input/test/divisiones.ly: added
9217
9218         * input/regression/output-property.ly: new file
9219
9220         * lily/cluster.cc: change cluster-interface to use style property
9221
9222 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9223
9224         * input/test/chord-names-german.ly: modified.
9225
9226         * scm/chords-ignatzek.scm:
9227           chord-name->german-markup: Added
9228           note-name->german-markup: Changed (now producing lowercase notenames)
9229
9230         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9231         
9232 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9233
9234         * scripts/convert-ly.py (FatalConversionError.conv):
9235         divisiominima -> divisioMinima, etc.
9236
9237         * ly/engraver-init.ly (FiguredBassContext): add
9238         Separating_line_group_engraver to Figured bass context.
9239
9240         * ly/german-chords-init.ly: remove file
9241
9242         * input/test/chord-names-german.ly (scm): new file.
9243
9244         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9245
9246         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9247         Chord_name_engraver
9248
9249         * Documentation/user/refman.itely: lots of updates.
9250
9251         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9252         new file
9253
9254         * input/test/bar-number-every-5-reset.ly: new file.
9255
9256 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9257
9258         * input/regression/chord-name-major7.ly: new file
9259
9260         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9261         if specced explicitly.
9262
9263         * input/regression/chord-name-entry-11.ly: new file.
9264
9265         * input/test/slur-beautiful.ly: new file.
9266
9267         * Documentation/user/refman.itely: updates.
9268
9269         * input/regression/collisions.ly (threevoice): cleanup.
9270
9271         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9272
9273 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9274
9275         * Documentation/user/*.itely: various updates.
9276
9277         * ly/spanners-init.ly: enddecr/ endcr.
9278
9279         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9280         of tutorial
9281
9282 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9283
9284         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9285
9286         * lily/new-chord-name-engraver.cc (process_music): use octavation
9287         (a number) instead of original-pitch to store inversions. This
9288         fixes a problem with transposed chords with inversions.  
9289
9290 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9291
9292         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9293         used in includable-lexer.hh.
9294
9295         * lily/includable-lexer.cc: Bugfix: include config.h.
9296
9297         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9298         circumvention of Debian packaging bug.
9299
9300 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9301
9302         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9303         
9304         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9305
9306         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9307         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9308
9309         * lily/include/includable-lexer.hh: 
9310         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9311
9312         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9313
9314         * aclocal.m4: Regenerate.
9315
9316         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9317         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9318
9319         * scm/pdf.scm (use-modules): Include lily.
9320
9321         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9322         Noordkamp).
9323         (use-modules): Include lily.
9324         (lily-def): Bugfix: include tex-val in let.
9325
9326 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9327
9328         * lilypond-mode.el: sensible error if lilypond.words not found.
9329
9330         * lilypond.words: add few words.
9331
9332 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9333
9334         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9335
9336         * mf/parmesan-scripts.mf: fixed typo in char name
9337
9338 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9339
9340         * VERSION: 1.7.16 released
9341
9342         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9343         (this is a security vulnerability).
9344
9345         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9346
9347         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9348         add staff support.
9349
9350 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9351
9352         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9353         ly/script-init.ly, scm/script.scm: bugfix: renamed
9354         fermata->signumcongruentiae to fix naming clash with feta font
9355
9356 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9357
9358         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9359
9360         * lily/multi-measure-rest-engraver.cc
9361         (start_translation_timestep): use grace timing too for determining
9362         when to make mmrest.
9363         (start_translation_timestep): clear numbers too.
9364
9365 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9366
9367         * scm/music-types.scm: compile fix: escape braces
9368
9369         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9370         work around font selection problem
9371
9372         * Documentation/user/refman.itely: BreathingSign: added docu for
9373         property "text"
9374
9375 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9376
9377         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9378         information.
9379
9380 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9381
9382         * lily/multi-measure-rest-engraver.cc (class
9383         Multi_measure_rest_engraver): make multiple Number objects, one
9384         for each MultiMeasureTextEvent.
9385
9386         * scm/music-functions.scm (glue-mm-rest-texts): use
9387         MultiMeasureTextEvent
9388
9389         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9390
9391         * Documentation/user/refman.itely (Multi measure rests): update.
9392
9393 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9394
9395         * lily/ly-module.cc (ly_copy_module_variables): use
9396         scm_internal_hash_fold() for iterating modules.
9397
9398 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9399
9400         * Documentation/user/refman.itely: Section Custodes: added more
9401         example code
9402
9403         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9404         neo-mensural rests to parmesan font
9405
9406         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9407         header
9408
9409 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9410
9411         * Documentation/user/macros.itexi: @fileref macro.
9412
9413         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9414         each file. 
9415
9416 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9417
9418         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9419         Documentation/topdocs/AUTHORS.texi: updated my email address
9420
9421         * Documentation/user/refman.itely: updated custos documentation;
9422         beautified divisiones example; beautified articulations table
9423
9424         * lily/breathing-sign.cc: bugfix: finalis molecule
9425
9426 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9427
9428         * Documentation/user/refman.itely: added docu for
9429         contemporary fermata symbols, gregorian breathing signs; small fixes
9430
9431         * ly/gregorian-init.ly: removed obsolete #'type props
9432
9433 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9434
9435         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9436         minimum-length property correctly.
9437
9438 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9439
9440         * scm/music-functions.scm (make-multi-measure-rest): set input
9441         locations for multimeasure rests.
9442
9443 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9444
9445         * input/regression/breathing-sign.ly: updated to for ancient
9446         notation
9447
9448 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9449
9450         * scripts/ly2dvi.py: Add newline.
9451
9452 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9453
9454         * scripts/ly2dvi.py (dependency_files): Compile fix.
9455
9456 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9457
9458         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9459         (make_html_menu_file): --html menu. 
9460
9461 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9462
9463         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9464
9465 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9466
9467         * input/screech-boink.ly: new file.
9468
9469 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9470
9471         * scripts/lilypond-book.py (make_lilypond_file): convert
9472         lilypond-file to lilypond block directly, without going through
9473         begin/end lilypond text.
9474         
9475
9476 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9477
9478         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9479         scm/grob-description.scm: moved Michael's original breathing sign
9480         code in brew_molecule() to divisio_minima(); provided new
9481         brew_molecule() that effectively replaces the
9482         Text_item::brew_molecule callback (with additional fallback to
9483         Michael's original code); added callbacks for brewing divisio
9484         maior/maxima and finalis
9485
9486         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9487         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9488
9489         * script-init.ly: added shortfermata, longfermata,
9490         verylongfermata, varcoda
9491
9492         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9493         longfermata, verylongfermata, varcomma, varcoda
9494
9495 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9496
9497         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9498           Remove all noquote and insert a few quote.
9499         
9500         * Documentation/user/lilypond-book.itely (Music fragment options),
9501           scripts/lilypond-book.py: Don't include quotation blocks by
9502           default. Introduce option quote instead of noquote
9503
9504 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9505
9506         * VERSION: 1.7.15 released
9507         
9508         * Documentation/user/lilypond.tely: omf updates.
9509
9510         * buildscripts/texi2omf.py (omf_vars): include version.date
9511
9512         * make/lilypond.redhat.spec.in: fixes for spec file. 
9513
9514         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9515         by function definition: lily now requires a recent GNU Make.
9516
9517         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9518         writing.
9519
9520         * make/ly-rules.make: remove .ly -> .tex rule
9521
9522         * Documentation/user/refman.itely (Figured bass): revised figured
9523         bass example.
9524
9525 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9526
9527         * stepmake/stepmake/omf-targets.make (local-install): add
9528         scrollkeeper-update message.
9529
9530         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9531         to binary.
9532         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9533
9534         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9535
9536         * Documentation/user/converters.itely (Invoking midi2ly): add
9537         track/channel notice.
9538
9539 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9540
9541         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9542
9543         * lily/parser.yy (scalar): DIGIT is also a scalar.
9544
9545         * Documentation/user/music-glossary.tely: add @omf tags
9546
9547         * Documentation/user/lilypond.tely: add @omf tags
9548
9549         * scm/generate-documentation.scm (string-append): add @omf tags.
9550
9551         * stepmake/stepmake/omf-*: new files 
9552
9553         * input/regression/multi-measure-rest.ly (texidoc): add doco
9554
9555         * GNUmakefile.in (web-doc-install): add web-doc-install target
9556
9557         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9558         fixes crashes while dumping MIDI.
9559
9560         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9561         midi
9562
9563 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9564
9565         * buildscripts/texi2omf.py: new file.
9566
9567         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9568         font-name
9569
9570 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9571
9572         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9573
9574         * lily/sequential-iterator.cc (descend_to_child): call
9575         descend_to_child() for all types of music.
9576
9577 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9578
9579         * scm/translator-property-description.scm: Add
9580         bassFigureFormatFunction.  Replace some entries.
9581
9582 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9583
9584         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9585         clean out.
9586
9587 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9588
9589         * scripts/midi2ly.py (Note.dump): never dump duration for
9590         dump_dur=0.
9591
9592         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9593         new function
9594
9595         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9596         figures using new markups. Much simpler, and should improve layout
9597         a little.
9598
9599         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9600
9601 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9602
9603         * ly/engraver-init.ly: use Hara kiri by default for 
9604         ChordNames, FiguredBass and Lyrics(Voice) context. 
9605
9606         * lily/axis-group-engraver.cc (acknowledge_grob): use
9607         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9608
9609         * scm/new-markup.scm (markup-function-list): add bracket,
9610         vbracket.
9611
9612         * ly/engraver-init.ly (ChordNamesContext): set
9613         minimumVerticalExtent
9614
9615 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9616
9617         * input/test/time-signature-double.ly: new file 
9618
9619         * input/regression/collision-head-chords.ly (texidoc): new file.
9620
9621         * lily/type-swallow-translator.cc: add note swallow translator 
9622
9623         * input/test/time-signature-double.ly: new file.
9624
9625         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9626
9627         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9628         (FiguredBassContext): idem.
9629
9630         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9631
9632         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9633
9634         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9635
9636         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9637         .afm dependency
9638
9639         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9640
9641         * python/lilylib.py (make_page_images): add function.
9642
9643         * scripts/ly2dvi.py (run_latex): include title in preview image.
9644
9645         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9646         from lilypond-book for <ly2dvifile> tags in HTML.
9647
9648         * scripts/ly2dvi.py (option_definitions): add --debug option to
9649         print out environment.
9650
9651         * input/regression/tie-chord-partial.ly: new file.
9652
9653 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9654
9655         * lilypond.words: add 3
9656
9657 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9658
9659         * scm/new-markup.scm (markup-function-list): add finger-markup
9660
9661         * input/tutorial/brahms-tweaked.ly: new markup 
9662
9663         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9664
9665         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9666         crash when processing '() markup
9667
9668         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9669
9670         * lily/breathing-sign.cc (railtracks): another caesura.
9671
9672         * mf/feta-schrift.mf: caesura symbol. 
9673
9674 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9675
9676         * scripts/convert-ly.py (FatalConversionError.conv): add
9677         ly:molecule-XXX conversions.
9678
9679         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9680
9681         * input/regression/multi-measure-rest-text.ly: new file.
9682
9683         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9684         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9685
9686         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9687         ScoreContext
9688
9689         * scm/new-markup.scm (center-markup): \center markup.
9690
9691         * scm/music-functions.scm: remove pitchify scripts.
9692
9693         * lily/music.cc (print_smob): display music name if available 
9694
9695 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9696
9697         * Documentation/user/refman.itely (Instrument names): remove
9698         \turnOff doco.
9699
9700 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9701
9702         * lily/score.cc (mark_smob): bugfix.
9703
9704         * input/regression/rehearsal-mark.ly: new file.
9705
9706         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9707         report error at the current token again.
9708
9709 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9710
9711         * cygwin/mknetrel: Exit if doc build fails.
9712
9713         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9714
9715 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9716
9717         * scm/music-types.scm (music-descriptions): add doc strings
9718
9719 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9720
9721         * lily/lexer.ll: 
9722         * lily/include/my-lily-lexer.hh: 
9723         * lily/include/includable-lexer.hh: Add flex kludge.
9724
9725         * config.hh.in: 
9726         * config.make.in: 
9727         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9728         cruft.
9729         
9730         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9731         code.
9732
9733 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9734
9735         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9736
9737         * lily/parser.yy (new_chord): Compile fix.
9738
9739 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9740
9741         * Documentation/user/refman.itely (Tuning groups of objects):
9742         remove documentation for \turnOff. 
9743
9744         * lily/percent-repeat-engraver.cc (try_music): add correct
9745         processing moments for double-measure percents as well.
9746
9747         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9748
9749         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9750         grob prop type. 
9751
9752         * Documentation/user/refman.itely (Printing named chords): add
9753         chord name tweak doco.
9754
9755         * input/template/gregorian-transcription.ly: new file.
9756
9757 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9758
9759         * VERSION: 1.7.13 released
9760         
9761         * input/test/*: lots of cleanups/comment-outs/removals in chord
9762         examples
9763         
9764         * input/regression/*: lots of cleanups/comment-outs/removals in
9765         chord examples
9766         
9767         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9768         options
9769
9770         * lily/new-chord-name-engraver.cc (process_music): give original
9771         inversion pitch to chord name routine.
9772
9773         * input/tutorial/os-score.ly: update to new markup
9774
9775         * Documentation/user/appendices.itely: simply include
9776         chords-ignatzek. 
9777
9778         * Documentation/user/refman.itely (Chords mode): add documentation
9779         for chord mode.
9780
9781         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9782         not present in chord.
9783         (construct-chord): add inversion and bass support.
9784
9785         * lily/chord.cc: junk contents.
9786
9787 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9788
9789         * Documentation/user/refman.itely:
9790         * Documentation/user/music-glossary.tely: fix. 
9791
9792 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9793
9794         * scm/chord-entry.scm (construct-chord): move chord construction
9795         to Scheme.
9796
9797         * lily/parser.yy (new_chord): new setup for chord entry.
9798
9799 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9800
9801         * lilypond.words:
9802         * Documentation/user/music-glossary.tely: add ambitus.
9803
9804 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9805
9806         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9807
9808         * lily/include/*.hh: string() -> to_string()
9809
9810         * scm/chords-ignatzek.scm: new file.
9811
9812         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9813         standard chord name exceptions.
9814
9815         * scm/translator-property-description.scm (chordNameSeparator):
9816         add property.
9817         (majorSevenSymbol): add property
9818
9819         * lily/translator-scheme.cc (ly:context-properties): new function
9820         (ly:context-parent): new function.
9821         (print_smob): print context name.
9822
9823         * lily/music.cc (ly:get-music-length): new function
9824         (print_smob): don't print properties.
9825
9826         * lily/duration.cc (duration<?): new function
9827
9828         * input/regression/chords-funky-ignatzek.ly: new file.
9829
9830         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9831         jazz chords.
9832
9833         * lily/pitch.cc (ly:pitch-diff): new function.
9834
9835         * input/regression/chords-ignatzek.ly: new file.
9836
9837 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9838
9839         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9840         pitches for jazz chords.
9841
9842 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9843
9844         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9845
9846 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9847
9848         * lilypond.words: add 1
9849
9850 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9851
9852         * Documentation/topdocs/AUTHORS.texi: refine.
9853
9854 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9855
9856         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9857         
9858         * lilypond.words: add one.
9859
9860 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9861
9862         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9863         Fontify bass note in chords, e.g., e in c1/e.
9864         
9865 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9866
9867         * Documentation/user/music-glossary.tely: Dutch updates and
9868         additions (Arent Storm).
9869
9870 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9871
9872         * input/regression/ambitus.ly:  move file.      
9873
9874         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9875
9876         * lily/event.cc (transpose): add tonic property to Key_change_req
9877         and to Key_engraver.
9878
9879 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9880
9881         * Documentation/user/refman.itely: fix typo.
9882
9883         * lilypond.words: removed wrong identifiers.
9884
9885 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9886
9887         * mf/feta-toevallig.mf: make flat stem shorter 
9888
9889 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9890
9891         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9892
9893         * lilypond.words: add from Phrasing slur.
9894         
9895 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9896
9897         * lilypond-mode.el: allow launching multiple ViewPS processes.
9898         
9899         * lilypond.words: add from Text markup.
9900
9901 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9902
9903         * input/test/ossia.ly (texidoc): add comment.
9904
9905         * input/regression/voice-follower.ly: new file.
9906
9907         * mf/feta-toevallig.mf: make flat heavier.
9908
9909         * lily/cluster-engraver.cc: clean up Cluster engraver
9910
9911         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9912         Engraver. Use Note_column to compute Y positions and deal with
9913         line break stuff.
9914
9915 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9916
9917         * lily/stem.cc: move french-beaming to stem.
9918
9919 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9920
9921         * lilypond-font-lock.el: fontify all durations in chords.
9922
9923         * lilypond.words: add from lily/my-lily-lexer.cc
9924
9925 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9926
9927         * VERSION: release 1.7.12
9928
9929         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9930
9931         * lily/gregorian-ligature.cc: new file
9932
9933         * lily/*: the Great 2003 search & replace.
9934
9935         * Documentation/user/refman.itely (Manual repeat commands): add
9936         note about font selection.
9937
9938 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9939
9940         * lilypond-mode.el: propose recompiling midi while invoking playing,
9941         not while stopping playing.
9942
9943 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9944
9945         * lilypond.words: add one.
9946
9947         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9948         and expressional note grouping. Fontify chord modes.
9949
9950 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9951
9952         * Documentation/user/music-glossary.tely (Top): translate melisma.
9953
9954 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9955
9956         * Documentation/user/music-glossary.tely (Top): add melisma.
9957
9958 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9959
9960         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9961         interfaces for (abstract) grob GregorianLigature
9962
9963         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9964         renamed head* -> glyph_name*, x-shift* -> x-offset*
9965
9966         * scm/grob-property-description.scm: bugfix: added missing descriptions
9967
9968 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9969
9970         * input/test/chord-names-dpnj.ly: New file.
9971
9972         * scm/double-plus-new-chord-name.scm: Implement full and partial
9973         exceptions.
9974
9975         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9976
9977         * scm/double-plus-new-chord-name.scm
9978         (double-plus-new-chord->markup): Fix sub->markup.
9979
9980
9981 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9982
9983         * lily/custos-engraver.cc: added TODO; editorial changes
9984
9985         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9986         consistency with other ligature engravers; removed access on (now)
9987         private variable _ligature of Ligature_engraver
9988
9989         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9990         renamed last_bound -> last_bound_; issue programming_error on
9991         abstract method calls; moved primitives code from
9992         Mensural_bracket_engraver to here (because almost ligature
9993         engravers will need it); renamed try_stop_ligature () ->
9994         typeset_ligature (); bugfix: store primitives of finished ligature
9995         in separate variable finished_primitives_ to avoid clash on input
9996         like "\] \["; added current_ligature () to enable access on
9997         private variable _ligature
9998
9999         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10000         (now in super class); renamed try_stop_ligature () ->
10001         typeset_ligature ()
10002
10003         * lily/mensural-ligature.cc: issue programming_error on abstract
10004         method calls
10005
10006         * lily/note-heads-engraver.cc: added TODO comment upon bool
10007         in_ligature
10008
10009         * mf/parmesan-heads.mf: fixed some of set_char_box()
10010
10011         * scm/grob-description.scm: added VaticanaLigature
10012
10013         * scm/grob-property-description.scm: added neume prefix properties
10014
10015         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10016         lily/include/gregorian-ligature-engraver.hh,
10017         lily/include/gregorian-ligature.hh: new files; framework for
10018         gregorian ligature engravers such as vaticana
10019
10020         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10021         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10022         vaticana style ligature implementation (still somewhat uncomplete)
10023
10024 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10025
10026         * VERSION: release 1.7.11
10027
10028         * scripts/convert-ly.py: add ly:pitch-transpose rule
10029
10030 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10031
10032         * input/test/dpncnt.ly: New file.
10033
10034         * lily/my-lily-lexer.cc: Add chordnames keyword.
10035
10036         * lily/parser.yy (chordnames_block): Parse chord name exception
10037         lists, see input/test/dpncnt.ly.
10038
10039         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10040         function.
10041
10042         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10043         filter-out too.
10044
10045         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10046         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10047         pitch functions (except for ly:make-pitch, but that's apparently
10048         some sort of scheme naming standard?).
10049
10050         * scm/lily.scm (!=): define-public.
10051
10052         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10053
10054 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10055
10056         * scm/double-plus-new-chord-name.scm
10057         (double-plus-new-chord-name->markup): New file.
10058
10059 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10060
10061         * python/lilylib.py (make_preview): don't suppress progress for
10062         bbox extraction.
10063
10064 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10065
10066         * Documentation/user/appendices.itely (scheme): update for new syntax.
10067
10068         * input/regression/chord-name-styles.ly: new file
10069
10070         * lily/instrument-name-engraver.cc: create instrument names
10071         without barline too.  Allows instrument name on ChordNames  
10072
10073         * scm/new-markup.scm (interpret-markup): allow simple strings as
10074         markup too.
10075
10076 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10077
10078         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10079         (step->markup-accidental): Fix: add accidental.
10080         (chord::inner-name-american): 
10081         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10082         append stray '/' if last superscript addition was 'o'.
10083
10084         * scm/new-markup.scm (normal-size-sub-markup) 
10085         (normal-size-super-markup): New function.
10086
10087         * lily/source-file.cc (Source_file): Add warning for possibly
10088         intentional but suspicious initialization.
10089
10090         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10091         add comments about cut-and-paste programming.
10092
10093         * flower/rational.cc (lcm): Not used; comment out.
10094
10095 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10096
10097         * lily/new-fingering-engraver.cc (position_scripts): use
10098         fingerHorizontalDirection to determine fingering horizontal
10099         directions.
10100  
10101         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10102         fingering support.
10103
10104         * scripts/convert-ly.py (FatalConversionError.conv): add style
10105         conversion rule. 
10106
10107         * scm/chord-name.scm (set-chord-name-style): new function.
10108         (new-chord-name-brew-molecule): revise to interpret markup only
10109         (new-chord->markup): cleanuppish rewrite. To be called from the
10110         new engraver.
10111
10112         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10113         Markup earlier, during interpreting.
10114
10115         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10116         style settings. Rename to chord-names-*.ly
10117
10118 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10119
10120         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10121         markup code and update to new markup.  Most probably broke some of
10122         it.
10123         
10124 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10125
10126         * Documentation/user/refman.itely: added docu for ambitus and
10127         clusters
10128
10129         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10130         ly_quote_scm() in lookup.cc
10131
10132         * mf/parmesan-clefs.mf: set_char_box fix
10133
10134         * lily/cluster-engraver.cc: junk implicit protection; use
10135         Protected_scm instead
10136
10137 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10138
10139         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10140         throughout.
10141
10142         * scm/new-markup.scm: Turn-off error-triggering test code.
10143
10144 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10145
10146         * scm/new-markup.scm (markup-thrower-typecheck) 
10147         (markup-typecheck?):  add full typechecking functions.
10148         (make-markup-maker): add make-FOO-markup functions.
10149         (markup-argument-list-error): nice error checking messages.
10150         (make-markup): better function: less quoting escapades.
10151
10152 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10153
10154         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10155
10156 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10157
10158         * cygwin/lilypond.hint (requires): Add cygwin.
10159
10160         * .cvsignore: Remove stepmake (huh!?!), add lib.
10161
10162         * GNUmakefile.in: Add libdir links for builddir runs.
10163
10164         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10165         instead of datadir.
10166
10167         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10168         local_lilypond_libdir.
10169
10170         * config.make.in (lilypond_libdir): Add.
10171
10172         * stepmake/stepmake/substitute-rules.make: 
10173         * stepmake/stepmake/script-rules.make: 
10174         * stepmake/stepmake/python-module-rules.make:
10175         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10176         lilypond-python-module patch.
10177
10178 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10179
10180         * Documentation/user/refman.itely (Graphical interfaces): add note
10181         about xml2ly.
10182
10183 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10184
10185         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10186
10187 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10188
10189         * VERSION: released 1.7.10
10190
10191         * scripts/musedata2ly.py (): idem
10192
10193         * scripts/midi2ly.py (dump_chord): idem
10194
10195         * scripts/etf2ly.py (version): idem 
10196
10197         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10198
10199         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10200
10201         * scm/tex.scm (tex-output-expression): remove eval compat
10202         glut. Other output files too.
10203
10204         * scm/chord-name.scm: don't export anything from chord module.
10205
10206         * input/test/american-chords.ly: idem
10207
10208         * input/test/banter-chords.ly (texidoc): idem
10209
10210         * input/test/Cc-chords.ly: add breakage notes.
10211
10212         * Documentation/user/refman.itely (Text markup): rewrite manual
10213         section.
10214
10215         * lily/parser.yy (scalar): allow \markup { } as property value. 
10216
10217         * scm/chord-name.scm: complete new markup usage
10218
10219         * scm/grob-description.scm (all-grob-descriptions): use new markup
10220         texts by default
10221
10222 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10223
10224         * scm/chord-name.scm: partial move to new markup texts.
10225
10226 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10227
10228         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10229
10230         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10231         settable.
10232
10233 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10234
10235         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10236         invoked for old midi, wait for killing.
10237
10238 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10239
10240         * Documentation/user/music-glossary.tely: Finnishing.
10241
10242 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10243
10244         * mf/feta-nummer-code.mf: some kerning pairs.
10245
10246 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10247
10248         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10249         Added.
10250
10251         * Documentation/user/refman.itely (Bar numbers):
10252         set-bar-number-visibility added, modulo-bar-number removed again
10253         (sorry).
10254
10255 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10256
10257         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10258
10259         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10260
10261         * Documentation/user/music-glossary.tely: translate into Finnish.
10262
10263 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10264
10265         * lilypond-mode.el: add shortcut for 2midi
10266
10267         * lilypond-font-lock.el: fontify lyrics
10268
10269 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10270
10271         * scm/drums.scm : use 1.7.x names.
10272
10273         * input/regression/drums.ly : Don't use << chords >>
10274
10275 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10276
10277         * lilypond-mode.el: tidy, add TODO
10278
10279         * make/lilypond.mandrake.spec.in: install-info quietly.
10280
10281 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10282
10283         * input/test/markup.ly: use new syntax.
10284
10285 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10286
10287         * ly/params-init.ly (interscoreline): add word-space
10288
10289         * input/test/metronome.ly (eighthNote): idem.
10290
10291         * input/test/script-priority.ly: use new markup
10292
10293         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10294
10295         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10296
10297         * lily/parser.yy (gen_text_def): bugfix.
10298         (full_markup): allow markup identifier.
10299
10300 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10301
10302         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10303         jobs at the same time. Add horizontal lines to Command menu.
10304         Allow one compiling job -- propose killing others before a new one.
10305
10306         * lilypond.words: add markup, teeny, etc.
10307
10308 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10309
10310         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10311         Allow only one type of midi process; launching Midi either stops
10312         midis or plays the current midi and launching MidiAll stops midis
10313         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10314         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10315
10316 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10317
10318         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10319         markup  for new markup texts.
10320
10321         * lily/mark-engraver.cc (process_music): idem
10322         
10323         * lily/instrument-name-engraver.cc (create_text): idem
10324
10325         * scm/new-markup.scm (magnify-markup): new function.
10326
10327         * scm/molecule.scm (stack-lines): bugfix.
10328
10329         * lily/font-interface.cc (get_font): take font-magnification from
10330         alist chain.
10331
10332 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10333
10334         * lily/molecule-scheme.cc: move scheme functions to separate file.
10335
10336         * lily/font-metric.cc  (ly_get_glyph): new function. 
10337         
10338         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10339         (italic-markup, dynamic-markup): new functions
10340         (font-markup): new function
10341
10342         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10343         padding and minimum
10344
10345 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10346
10347         * lily/accidental-engraver.cc:
10348         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10349
10350 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10351
10352         * lilypond.vim:
10353         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10354         [a-zA-Z] for user defined identifiers. Separate note cases 
10355         with and without a duration (allow cis\longaX).
10356
10357         * lilypond.words: Add words from Info.
10358
10359 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10360
10361         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10362
10363 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10364
10365         * lilypond-mode.el: Propose reverting buffer before a command if
10366         it was edited with an another editor.
10367
10368 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10369
10370         * lily/molecule.cc (ly_translate_molecule): new function
10371
10372         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10373         into libdir
10374
10375         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10376
10377         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10378
10379 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10380
10381         * lilypond.words: take \words from Info-index.
10382
10383 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10384
10385         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10386
10387 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10388
10389         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10390
10391 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10392
10393         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10394         and lilypond-documentation.
10395
10396 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10397
10398         * lily/parser.yy: Compile fix (bison 1.75).
10399
10400 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10401
10402         * VERSION: 1.7.9 released
10403
10404         * scm/music-functions.scm (shift-one-duration-log): refactor.
10405         Use music-map.
10406
10407         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10408
10409         * NEWS: update.
10410
10411         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10412         argument
10413         
10414         * scm/music-functions.scm (display-music): new function
10415         (music-map): change arg order.
10416
10417         * input/regression/new-markup-syntax.scm: new file
10418
10419         * lily/parser.yy (markup): add \markup { .. } syntax.
10420
10421         * scm/new-markup.scm (override-markup): new function
10422         (lookup-markup): new function
10423         (music-markup): new function
10424         (lookup-markup-command): use markup-signature to store argument
10425         format for parser.
10426
10427         * lily/lexer.ll: preliminary \markup syntax. 
10428
10429 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10430
10431         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10432         add pre/post-dependencies and menus with icons from source.
10433
10434         * Documentation/pictures/lilypond-48x48.xpm:
10435         * Documentation/pictures/lilypond-32x32.xpm:
10436         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10437         transparent.
10438
10439         * stepmake/stepmake/generic-targets.make:
10440         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10441
10442 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10443
10444         * input/regression/music-map.ly (texidoc): new file.
10445
10446         * scm/music-functions.scm (music-map): new function
10447
10448 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10449
10450         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10451
10452 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10453
10454         * input/test/to-xml.ly:
10455         * lily/ligature-engraver.cc: Fixes documentation.
10456
10457         * lilypond.mandrake.spec.in:
10458         * lilypond.redhat.spec.in: Add lilypond.words.
10459
10460         * Documentation/user/refman.itely: Mention Info inside emacs.
10461         
10462         * lilypond.suse.spec.in:
10463         * lilypond.redhat.spec.in:
10464         * lilypond.mandrake.spec.in: Set root-owner for doc
10465         (tobbe@nyvalls.se).
10466
10467 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10468
10469         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10470         os.popen.read ().
10471
10472 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10473
10474         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10475
10476         * python/lilylib.py (error): add space
10477
10478 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10479
10480         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10481         distribution.
10482
10483 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10484
10485         * lily/paper-outputter.cc (Paper_outputter): close port when
10486         finishing score.
10487
10488 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10489
10490         * scm/sodipodi.scm: Fixes.
10491
10492 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10493
10494         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10495
10496         * buildscripts/make-font-dir.py: Fix. 
10497
10498 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10499
10500         * lilypond-mode.el: Add support for Info inside Emacs.
10501
10502 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10503
10504         * buildscripts/make-font-dir.py: 
10505         * mf/GNUmakefile: Make sodipodi font map.
10506
10507         * scm/sodipodi.scm: Add more output functions.
10508
10509         * mf/feta-nummer.mf: 
10510         * mf/feta-beugel.mf: Add font_coding_scheme.
10511
10512         * lily/paper-outputter.cc (output_header): Fix creator string.
10513
10514 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10515
10516         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10517         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10518
10519         * lilypond.words: add two (Everybody can add/remove words now!).
10520
10521         * debian/rules:
10522         * make/lilypond.suse.spec.in:
10523         * make/lilypond.mandrake.spec.in:
10524         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10525
10526         * Documentation/user/refman.itely: Mention autocompletion.
10527
10528 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10529
10530         * scripts/ly2dvi.py: Add paper sizes.
10531
10532         * lily/timing-engraver.cc: 
10533         * lily/time-signature.cc: 
10534         * lily/span-bar.cc: 
10535         * lily/grob-scheme.cc: Code formatting fixes.
10536
10537         * scm/sodipodi.scm: 
10538         * scm/sketch.scm:
10539         * buildscripts/mf-to-table.py: 
10540         * buildscripts/make-font-dir.py: Font testing.
10541
10542 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10543
10544         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10545         inserts try-completion and shows all-completions.
10546
10547         * lilypond.words: '\' -> '\\'
10548
10549         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10550         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10551         
10552         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10553         and LilyPond-reserved-words.
10554         
10555 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10556
10557         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10558         from load-path.
10559         
10560         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10561         the mini-buffer with Control-Shift-c.
10562         
10563 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10564
10565         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10566         duration. This fixes \tempo taking time.
10567
10568 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10569
10570         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10571         Allow for text markup in repeatCommands. 
10572
10573 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10574
10575         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10576         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10577         Get rid of skeleton.el-dependency.
10578
10579         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10580
10581 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10582
10583         * lily/beam-engraver.cc (stop_translation_timestep): reset
10584         now_stop_ev_
10585
10586         * lily/scm-option.cc: add parse-protect to ly:set-option
10587
10588         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10589
10590 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10591
10592         * lily/include/ligature-bracket.hh: removed
10593         * lily/ligature-bracket.cc: removed
10594
10595         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10596         .tex
10597
10598         * lily/beam.cc (set_beaming): don't change beam count on rests.
10599         (brew_molecule): always set flag-width > 0.
10600
10601 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10602
10603         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10604         chars, remove instructions; instead, refer to lilypond-init.el and
10605         Documentation/topdocs/INSTALL.texi.
10606
10607         * lilypond.words: add identifiers and reserved words.
10608
10609         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10610         files and adding a load-path.
10611
10612         * lilypond-init.el: Instructions, extracted from 
10613         Documentation/topdocs/INSTALL.texi. 
10614         
10615 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10616
10617         * VERSION: 1.7.8 released 
10618
10619         * lily/grob.cc (warning): better robustness fix.
10620
10621 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10622
10623         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10624
10625         * lily/cluster-engraver.cc: stick better to variable naming
10626         conventions
10627
10628         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10629         until stop_translation_timestep()
10630
10631         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10632         min/max coordinates to backend, but no musical info such as
10633         pitches
10634
10635         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10636
10637         * lily/grob.cc: robustness fix: warning(): do not crash if
10638         cause is not set
10639
10640         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10641         the much more elaborated tuplet brackets than the very naive and
10642         simple ligature bracket grob
10643
10644 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10645
10646         * Documentation/user/refman.itely (Analysis brackets): add
10647         horizontal bracket doco.
10648
10649         * ly/property-init.ly (setMmRestFermata): added.
10650
10651         * Documentation/user/refman.itely (Multi measure rests): fermatas
10652         on mm rests.
10653
10654         * input/regression/apply-context.ly (texidoc): new file
10655
10656         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10657         code to be executed during interpretation. Possible applications:
10658         smart octavation, more advanced bar checks. 
10659
10660         * lily/apply-context-iterator.cc: new file.
10661
10662 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10663
10664         * input/test/new-markup.ly: new file.
10665
10666         * lily/text-item.cc (text_to_molecule): new function
10667
10668         * scm/new-markup.scm (lambda): new file
10669
10670         * lily/function-documentation.cc (ly_add_function_documentation):
10671         add proc property as well
10672
10673 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10674
10675         * Documentation/user/music-glossary.tely (Top): add custos.
10676
10677 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10678
10679         * Documentation/topdocs/INSTALL.texi: advise how to include source
10680         path to Emacs load-path and improve language.
10681
10682 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10683
10684         * GNUmakefile.in: config.h message fix.
10685
10686         * autogen.sh:
10687         * aclocal.m4: Regenerate.
10688
10689         * configure.in: 
10690         * config.make.in: 
10691         * stepmake/config.make.in: 
10692         * stepmake/configure.in: 
10693         * stepmake/autogen.sh: 
10694         * stepmake/aclocal.m4: Update for autoconf 2.56.
10695
10696 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10697
10698         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10699         to install Emacs-mode. Instructions how to use vim-mode.
10700
10701 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10702
10703         * scm/music-types.scm (music-descriptions): no length for tempo event.
10704
10705         * input/*.ly: add \version everywhere.
10706         
10707         * input/*.ly: update syntax to 1.7 + new-chords.
10708
10709         * VERSION: 1.7.7 released.
10710         
10711         * Documentation/user/*.tely: new chord syntax.
10712
10713         * input/regression/[bc]*.ly (texidoc): syntax updates.
10714         
10715 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10716
10717         * lilypond.words: add vocabulary to be used in auto-completion
10718
10719         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10720
10721         * lilypond.vim: allow note name at EOF
10722
10723 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10724
10725         * buildscripts/new-chords.py (edit): -e option: inline editing.
10726
10727         * input/regression/a*.ly (texidoc): syntax updates.
10728
10729         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10730         music): elucidations. 
10731
10732 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10733
10734         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10735         ly/spanners-init.ly, scm/grob-description.scm,
10736         scm/grob-property-description.scm, scm/music-types.scm,
10737         lily/cluster-engraver.cc, lily/cluster.cc,
10738         lily/include/cluster.hh, input/test/cluster.ly: cluster
10739         implementation
10740
10741         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10742         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10743         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10744
10745         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10746
10747         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10748
10749         * scm/grob-description.scm: bugfix: by default, use default note
10750         head style when engraving ligatures
10751
10752         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10753
10754         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10755         events
10756
10757         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10758
10759         * input/test/ancient-font.ly: bugfix: style -> flag-style
10760
10761         * lily/ligature-engraver.cc: indentation fix
10762
10763         * lily/parser.yy: indentation fixes
10764         
10765 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10766
10767         * input/regression/measure-grouping.ly: more elaborate example.
10768
10769         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10770         ly:div-moment. New functions 
10771
10772         * scm/music-functions.scm (set-time-signature): new function,
10773         allow inline time sig settings with measure grouping.
10774
10775         * lily/parser.yy (command_element): move time sig construction
10776         into Scheme.
10777
10778         * lily/side-position-interface.cc (out_of_staff): new function,
10779         like padding, but keep minimum distance from staff. Easier than
10780         linespanners (dynamics, pedals), but roughly the same effect.
10781
10782 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10783
10784         * emacs-mode.el: Added spanish-note-replacements 
10785         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10786
10787         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10788
10789 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10790
10791         * lilypond.vim: Do not fontify cises, desis, etc.
10792
10793         * vimrc: view dvi with <S-F6>
10794
10795 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10796
10797         * lily/lookup.cc (triangle): new function.
10798
10799         * input/regression/measure-grouping.ly (texidoc): new file: show
10800         triangles and brackets for beat groups of 3 and 2.
10801
10802         * lily/include/measure-grouping-spanner.hh (class
10803         Measure_grouping): new file.
10804
10805         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10806
10807         * lily/measure-grouping-engraver.cc (class
10808         Measure_grouping_engraver): new file.
10809
10810 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10811
10812         * Merge from stable:
10813
10814             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10815         
10816         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10817         stylesheet.
10818
10819         * ly/paper19.ly: Include paper19-init.ly.
10820
10821         * ly/paper19-init.ly: New file.
10822
10823         * Documentation/user/tutorial.itely (First steps): Fix first
10824         example for font test.
10825
10826         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10827
10828         * ChangeLog: Add 1.7.6 release marker (see below).
10829
10830         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10831         Add .py files.
10832
10833 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10834
10835         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10836
10837         * input/tutorial/*.ly: update to new syntax.
10838
10839         * lily/parser.yy (Composite_music): new transpose syntax,
10840         \transpose FROM TO MUSIC. 
10841
10842 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10843
10844         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10845         latex progress/error output to stderr (by default this goes to
10846         stdout).  Show lilypond progress, even when not verbose.
10847
10848         * python/lilylib.py (system): New optional parameter to control
10849         showing of progress.
10850
10851         * scm/backend-documentation-lib.scm (check-dangling-properties):
10852         Fix error message.
10853
10854         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10855         axis, extent.
10856
10857         * scm/grob-property-description.scm (magnify): Remove.
10858         (extent, axis): Add.
10859
10860 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10861
10862         * VERSION: Release 1.7.6.
10863
10864         * scripts/convert-ly.py: more uniformization substitutions.
10865
10866         * buildscripts/new-chords.py (sub_chords): new file.
10867
10868 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10869
10870         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10871         lilypond.map.  Include sauter fonts too.  Cleanups.
10872
10873 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10874
10875         * Documentation/user/tutorial.itely (First steps): change to new
10876         chord/tie/slur/beam notation.
10877
10878         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10879         ties.
10880
10881         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10882         engraver. Process ties in postfix notation, i.e. c8-~ c
10883
10884         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10885
10886         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10887
10888         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10889
10890         * lily/beam-engraver.cc (try_music): accept new-beam-events
10891
10892         * input/regression/chord-scripts.ly (texidoc): new file
10893
10894         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10895         script-events.
10896
10897         * scm/script.scm (default-script-alist): cleanup.
10898
10899         * lily/script-engraver.cc (make_script_from_event): cleanup.
10900
10901         * lily/lyric-combine-music-iterator.cc
10902         (Lyric_combine_music_iterator): remove superfluous events.
10903         (melisma_busy): new function. Fix broken melismas.
10904
10905 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10906
10907         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10908         Remove nonvalid settings. Use descriptive key names.
10909         Use <Return> to indicate the pressing of that key.
10910
10911 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10912
10913         * scripts/lilypond-book.py (option_definitions): Typo.
10914
10915         * scripts/ly2dvi.py: Updates.
10916
10917         * python/lilylib.py (setup_environment, print_environment)
10918         (get_bbox, make_preview): Merge and remove from ly2dvi and
10919         lilypond-book.
10920
10921         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10922
10923         * .cvsignore: Remove some cruft.
10924
10925         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10926         path.
10927
10928         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10929         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10930         throughout.
10931
10932         * python/lilylib.py (quiet_system): Junk
10933         (system): Display error log upon failure.
10934         (read_pipe): New function.  Cleanups and fixes.
10935
10936         * python/*.py: Rename from *.py.in.
10937         
10938         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10939
10940         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10941
10942 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10943
10944         * python/GNUmakefile: Bugfix: handle modules.
10945
10946         * stepmake/stepmake/python-module-targets.make (default): Add
10947         compiled modules. 
10948
10949         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10950         compiling modules.
10951
10952         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10953         Bugfix.  (OUT_PYC_MODULES): Add.
10954
10955 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10956
10957         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10958         Use default paths. Refresh description.
10959
10960 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10961
10962         * VERSION: 1.7.5 released
10963
10964         * input/regression/finger-chords.ly (texidoc): new file.
10965
10966         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10967         support
10968
10969         * lily/fingering-engraver.cc (process_music): remove kludgy
10970         scriptHorizontal stuff.
10971
10972         * lily/script.cc: remove staff-support property.
10973
10974         * lily/new-fingering-engraver.cc (add_fingering): new
10975         file. Fingering engraver for new style chords.
10976
10977 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10978
10979         * lily/parser.yy (bare_number): allow 4 \cm (without
10980         decimal dot). (should backport to 1.6?)
10981
10982         * ly/declarations-init.ly: use Scheme for dimension defs.
10983
10984         * lily/parser.yy (TODO): remove hard coded dimensions, add
10985         REAL NUMBER_IDENTIFIER production.
10986
10987         * lily/rest-collision.cc (force_shift_callback): rewrite using
10988         -done property.
10989
10990         * scm/grob-property-description.scm (rest-collision-done): add
10991         property.
10992         
10993         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10994
10995 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10996
10997         * input/regression/multi-measure-rest-center.ly: new file.
10998
10999         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11000         off horizontally by 0.05 ss. Fixed.
11001
11002 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11003
11004         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11005
11006         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11007
11008 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11009
11010         * lily/tie.cc (get_control_points): also avoid staff lines on the
11011         just outside the outer staff lines
11012
11013 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11014
11015         * ly/params-init.ly: Just define style-alist, no need to
11016         define-public.
11017
11018         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11019         (thanks Han-Wen).
11020
11021         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11022         (FET_FILES): = FONT_FILES.
11023
11024         * Merge from stable:
11025
11026             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11027
11028 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11029
11030         * VERSION: 1.7.4 released.  
11031         
11032         * scm/generate-documentation.scm (string-append): add macro
11033         definitions.
11034
11035         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11036         normal texts.
11037
11038         * lily/multi-measure-rest-engraver.cc: make separate
11039         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11040
11041         * lily/multi-measure-rest.cc: remove text handling. Remove
11042         number-threshold.
11043
11044 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11045
11046         * scm/music-types.scm: doc patch by Graham Percival
11047
11048 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11049
11050         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11051         encoding part.
11052         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11053         (sketch_p): Sketch wants only first four elements of X11 font spec.
11054
11055         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11056
11057         * mf/feta-autometric.mf: Write foundry and family to log.
11058
11059         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11060         font translation table.
11061
11062         * buildscripts/mf-to-table.py: Better font info into afm.
11063
11064         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11065         1.0.9 required.
11066
11067         * configure.in: Whine for mftrace 1.0.9.
11068
11069 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11070
11071         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11072
11073         * lily/main.cc (main_prog): don't try to load init.EXT when
11074         processing foo.EXT.
11075
11076 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11077
11078         * scm/tex.scm (zigzig-line): added.
11079
11080         * scm/ps.scm (zigzag-line): added.
11081
11082         * ps/music-drawing-routines.ps (subvec): added.
11083         (draw_zigzag_line): added.
11084         
11085         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11086         grob properties zigzag-width and zigzag-length.
11087
11088         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11089
11090 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11091
11092         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11093         svg output, including font.
11094
11095 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11096
11097         * scm/lily.scm: Register sodipodi output module.
11098
11099         * scm/sodipodi.scm: New file.
11100
11101         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11102
11103         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11104         comment, after header.
11105         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11106         FullName.  Fix FontName key.
11107
11108 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11109
11110         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11111         and breve rests.
11112         
11113         * input/test/blank-notes.ly: bugfix
11114
11115         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11116         rests. (Kim Shrier)
11117
11118         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11119         
11120 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11121
11122         * scm/tex.scm: 
11123         * scm/ps.scm: Cleanup and remove obsolete junk.
11124
11125         * Documentation/user/internals.itely:
11126         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11127
11128         * lily/parser.yy: Identify shift/reduce problems.
11129
11130         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11131         make-style-sheet.  Too specific for convert-ly?
11132
11133 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11134
11135         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11136
11137         * input/test/*.ly: various fixes.
11138
11139         * lily/music.cc (name): bugfix
11140
11141         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11142
11143         * lily/input-file-results.cc (code): set-point-and-click! ->
11144         set-point-and-click
11145         
11146 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11147
11148         * Use uniform ly: prefix for exported scheme primitive functions.
11149
11150         * scm/music-types.scm: junk compat glue
11151
11152         * scripts/convert-ly.py: add rules for stuff below, junk
11153         compatibility glue for spanrequest.
11154
11155         * lily/parser.yy (verbose_event): remove \spanrequest,
11156         \commandspanrequest, \script. 
11157         
11158         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11159
11160         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11161         for \penalty, \glissando.
11162
11163         * VERSION: release 1.7.3
11164         
11165 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11166
11167         * lily/accidental-engraver.cc: Fix
11168         grace-in-the-beginning-of-measure bug caused by the resent
11169         partial-measure fix.
11170
11171         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11172         overlap looks too crowded)
11173         
11174 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11175
11176         * lily/parser.yy (assignment): allow SCM expression as assignment.
11177
11178         * lily/include/music-output-def.hh (class Music_output_def):
11179         * lily/music-output-def.cc: 
11180         * lily/paper-def.cc: 
11181         * scm/font.scm (markup-to-properties):
11182         * lily/parser.yy (music_output_def_body): 
11183         remove style_sheet_
11184
11185 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11186
11187         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11188         length.
11189
11190         * input/regression/spacing-to-grace.ly: new file.
11191
11192         * input/regression/spacing-end-of-line.ly: new file.
11193
11194         * lily/note-spacing.cc (get_spacing): take into account breakable
11195         stuff sticking out at the left (time sig change at line break).
11196
11197         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11198         raggedright code.
11199
11200         * scm/music-functions.scm (make-voice-props-set): add
11201         staff-position for mm rests.
11202  
11203         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11204         before grace notes a little.
11205
11206         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11207
11208         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11209         key adds space at the end of line. 
11210
11211 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11212
11213         * scm/sketch.scm: Fix beams.
11214
11215         * buildscripts/mf-to-table.py: Add EncodingScheme.
11216
11217         * scm/sketch.scm: Resurrect.
11218
11219 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11220
11221         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11222         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11223
11224 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11225
11226         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11227
11228         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11229
11230 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11231
11232         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11233         token for origin information.
11234
11235         * lily/parser.yy (My_lily_lexer): do identifier location and
11236         cloning from lexer.
11237
11238         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11239         logic out of the parser. Add bar checks on both ends.
11240
11241         * Documentation/user/refman.itely (Multi measure rests): add more
11242         notes about mm rests.
11243
11244 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11245
11246         * input/regression/bar-scripts.ly: Re-enable.
11247
11248         * lily/parser.yy:
11249         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11250         released rsn.  Bison 1.50 has a crucial bug and won't work.
11251
11252         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11253
11254
11255 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11256
11257         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11258
11259 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11260
11261         * Actually merge changes since 1.6.4 besides ChangeLog, and
11262         resolve conflicts.  Lots of updates, hope all is well.
11263         
11264         * cygwin/lilypond.hint (requires): Add ghostscript.
11265
11266         * scm: Update some (c).
11267         
11268 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11269
11270         * input/test/{various}.ly: add \header fields and texidoc strings.
11271
11272 2002-10-05  Werner Lemberg  <wl@gnu.org>
11273
11274         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11275         renamed to `output_latex_quoted'.
11276         Added `output_latex_noquote'.
11277         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11278         mode.
11279
11280 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11281
11282         * ChangeLog: Add 1.6.6 release marker.  See below.
11283
11284         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11285
11286         * scripts/midi2ly.py: Fix global syntax warnings.
11287
11288         * GNUmakefile.in: Generate builddir locale tree too.
11289
11290         * scripts/ly2dvi.py:
11291         * scripts/midi2ly.py: 
11292         * scripts/mup2ly.py: 
11293         * scripts/update-lily.py:
11294         * lily/main.cc (setup_paths): Fix for locales setup.
11295
11296 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11297
11298         * Documentation/windows/installing.texi: Soften wording about
11299         necessity of becoming Administrator.  tommie@iae.nl reports this
11300         does not seem to be necessary for his flavour of Windows 2000.
11301         Explicitely discourage text mode mounts.
11302
11303 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11304
11305         * lily/rest.cc (after_line_breaking): backport dot position fix.
11306
11307         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11308         rests. Thanks to Klaus Zimmermann for finding this bug.
11309
11310 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11311
11312         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11313
11314 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11315
11316         * Documentation/user/music-glossary.tely: fix links.
11317
11318 2002-10-21  Werner Lemberg  <wl@gnu.org>
11319
11320         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11321         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11322         scaling factor) only once and use them in the definition of
11323         \embeddedps.
11324         * ps/music-drawing-routines.ps (skeel): Removed.
11325
11326 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11327
11328         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11329         Solaris7, as we don't use nested $( ) constructs.
11330
11331 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11332
11333         * VERSION: Release 1.6.6.
11334         
11335 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11336
11337         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11338         as workaround for /bin/sh problems on Solaris7.
11339
11340 2002-10-19  Werner Lemberg  <wl@gnu.org>
11341
11342         * GNUmakefile.in (web-doc): Fix typos.
11343         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11344         `music-drawing-routines.ps' but emit \special{header=...} once.
11345         * scm/tex.scm (header-end): Updated.
11346
11347 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11348
11349         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11350         undefined tremolo. 
11351
11352 2002-10-15  Werner Lemberg  <wl@gnu.org>
11353
11354         * scripts/lilypond-book.py (g_make_html): New global variable.
11355         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11356         if `g_make_html' isn't set.
11357         [main]: Add format `texi-html'.
11358         (option_definitions): Updated.
11359         * Documentation/user/lilypond-book.itely: Updated.
11360
11361         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11362         * make/ly-rules.make (%.texi, %.nexi): Use it.
11363         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11364         format to lilypond-book.
11365         * GNUmakefile.in (web-doc): Ditto.
11366
11367 2002-10-14  Werner Lemberg  <wl@gnu.org>
11368
11369         Further improve TeX output.  The produced files are about 40%
11370         smaller.  `lilyponddefs.tex' is now read only once.
11371
11372         * tex/lilyponddefs.tex: Remove footer stuff.
11373         (\ifundefined): Renamed to...
11374         (\lilypondundefined): This.  Use LaTeX's definition to
11375         make it nestable and make it global.
11376         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11377         output.
11378         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11379         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11380         them global.
11381         (\placebox): Renamed to...
11382         (\lyitem): This.
11383         Make it global and call \outputscale by itself.
11384         (\lybox, \lyvrule): New macros to reduce input data.
11385         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11386         New auxiliary macros.
11387         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11388         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11389         to...
11390         (\lilypondspace): This and made it global.
11391         (\turnOnPostScript): Renamed to...
11392         (\lilypondpostscript): This and made it global.
11393         (\turnOnExperimentalFeatures): Renamed to...
11394         (\lilypondexperimentalfeatures): This and made it global.
11395         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11396         (\lilypondsetdimen): This and made it global.
11397         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11398         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11399         (all, $(outdir)/music-drawing-routines.ps): New rules.
11400         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11401         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11402         start-system, stop-system, stop-last-system, filledbox): Updated to
11403         use the changed macros from lilyponddefs.tex.
11404         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11405
11406 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11407
11408         * Documentation/windows/installing.texi: Update.
11409
11410 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11411
11412         * VERSION: 1.6.5 released
11413
11414         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11415
11416 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11417
11418         * scm/translator-property-description.scm (voltaOnThisStaff): add
11419         property.
11420
11421 2002-09-28  Werner Lemberg  <wl@gnu.org>
11422
11423         * scm/tex.scm (header-end): Suppress page numbering.
11424
11425         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11426         Fix quotation for HTML output.
11427
11428 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11429         
11430         * Documentation/user/refman.itely: grammar and phrasing
11431           fixes to "Note Entry" section.  Also adds a few new examples.
11432
11433 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11434
11435         * flower/include/string-data.icc: include string.h
11436
11437 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11438
11439         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11440
11441 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11442
11443         * Documentation/user/GNUmakefile (extra-local-help): Add.
11444
11445         * stepmake/stepmake/www-targets.make (local-help): Add.
11446
11447 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11448
11449         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11450         packages.
11451
11452         * Documentation/topdocs/README.texi (Top): building documentation
11453         (not website.)
11454
11455 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11456
11457         * Documentation/user/refman.itely: 
11458         * Documentation/user/tutorial.itely: 
11459         * Documentation/user/music-glossary.tely: Merge changes.
11460
11461         * Documentation/user/glossary.html.in: 
11462         * Documentation/index.texi: 
11463         * Documentation/header.html.in: Accomodate renaming of glossary.
11464         
11465         * Documentation/user/tutorial.itely: Add some glossary references.
11466         
11467         * Documentation/user/refman.itely: Minor fixes.
11468         
11469         * Documentation/user/lilypond.tely: Add glossary do direntry.
11470
11471         * Documentation/user/music-glossary.tely: Rename (previously:
11472         glossary.tely).  Fix anchor placement.
11473
11474         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11475
11476 2002-09-23  Werner Lemberg  <wl@gnu.org>
11477
11478         * scripts/lilypond-book.py (output_dict): Fix handling of
11479         various environments by avoid extraneous newlines.
11480         Rename `output-all' regexp for html to `output-html'.
11481         Replace `output-all' regexp for texi with `output-texi-quote'
11482         and `output-texi-noquote'.
11483         (compose_full_body): Don't override `linewidth' user option
11484         for `singleline'.
11485         (schedule_lilypond_block): Don't indent text specified with
11486         `intertext' option.
11487         Add new option `noquote'.
11488         (compile_all_files): Use latex instead of tex to compile ly
11489         files directly.
11490
11491         * Documentation/user/lilypond-book.itely: Updated and revised.
11492         Improve layout.
11493
11494         * Documentation/user/glossary.tely,
11495         Documentation/user/introduction.itely,
11496         Documentation/user/tutorial.itely,
11497         Documentation/user/refman.itely,
11498         Documentation/user/appendices.itely: Fix overfull LilyPond
11499         boxes caused by the new lilypond-book code.  Other minor
11500         fixes.
11501
11502         * Documentation/user/macros.itexi (@texiflat): Don't emit
11503         trailing space.
11504
11505         * scm/tex.scm (end-output, header-end): Add preamble and
11506         postamble to make lilypond output directly compilable with
11507         latex.
11508
11509         
11510 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11511
11512         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11513         instructions.
11514
11515 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11516
11517         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11518
11519 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11520
11521         * lily/beam.cc (connect_beams): don't crash if there are quarter
11522         notes in beams.
11523
11524 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11525
11526         * Documentation/user/refman.itely: corrected ancient clef
11527         docu; added docu on ligatures
11528
11529 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11530
11531         * Documentation/user/glossary.tely,
11532         Documentation/user/refman.itely, input/les-nereides.ly,
11533         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11534         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11535         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11536         Stem properties: flag-style -> stroke-style, style -> flag-style.
11537
11538
11539 2002-09-22  Werner Lemberg  <wl@gnu.org>
11540
11541         * scripts/lilypond-book.py: Add option `notime' to suppress
11542         printing of a time signature.  Specify default indentation of 0pt
11543         if single line fragment.  Don't emit redundant `\paper{ }'.
11544
11545         * Documentation/user/lilypond-book.itely: Updated.
11546
11547         * Documentation/user/glossary.tely: Completely reformatting.
11548
11549 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11550
11551         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11552
11553 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11554
11555         * Documentation/user/tutorial.itely: Fix links.
11556         
11557         * Documentation/topdocs/index.tely:
11558         * Documentation/index.texi:
11559         * Documentation/header.html.in: Small website fixes and updates.
11560
11561         * debian/: Debian patch by Anthony Fok.
11562
11563 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11564
11565         * Documentation/footer.html.in: How time flies: It's already 2002!
11566
11567         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11568         more descriptive link names than 'here'.
11569
11570 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11571
11572         * VERSION: 1.7.2 released
11573         * VERSION: 1.6.4 released
11574         
11575         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11576
11577         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11578         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11579
11580         * mf/feta-din.mf (test): add x-height and space.
11581
11582         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11583         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11584
11585         * ly/grace-init.ly: add-to-grace-init: function to portably add
11586         settings to \grace. 
11587
11588         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11589         if we get an absolute dynamic event.
11590  
11591         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11592
11593         * lily/source-file.cc (get_line): oops. All line numbers were off
11594         by 2. Fix that. 
11595
11596         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11597         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11598
11599         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11600
11601         * lily/parser.yy (number_factor): remove (number) as number
11602         expression. ("Let them eat Lisp").
11603
11604 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11605
11606         * lily/horizontal-bracket.cc: new file.
11607
11608         * lily/horizontal-bracket-engraver.cc: new file.
11609
11610         * input/regression/note-group-bracket.ly: new file. Support
11611         horizontal note brackets for music analysis.
11612
11613         * lily/stem.cc (flag): new flag-style: no-flag.
11614
11615         * input/test/stem-cross-staff.ly: new file
11616         
11617         * Documentation/user/internals.itely: Improved formatting, fixing
11618         typos.  Added a section `Output details' to describe how the TeX
11619         code looks like.
11620
11621         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11622
11623         * lily/parser.yy: remove \dynamicscript.
11624
11625         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11626         definitions. 
11627
11628         * python/midi.c (midi_error): take two arguments.
11629
11630         * Merge 1.6.5 changes:
11631         
11632 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11633
11634         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11635         staff-space.  Previous 1.5 was probably meant as half-spaces.
11636         (cautionary-style): parentheses (was: smaller).  This is what doco
11637         says, and it seems more logical.
11638
11639         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11640         for 2nd sentence.
11641
11642 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11643
11644         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11645
11646 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11647
11648         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11649
11650 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11651
11652         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11653
11654 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11655
11656         * scm/translator-property-description.scm (voltaOnThisStaff): add
11657         property.
11658
11659 2002-09-28  Werner Lemberg  <wl@gnu.org>
11660
11661         * scm/tex.scm (header-end): Suppress page numbering.
11662
11663         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11664         Fix quotation for HTML output.
11665
11666 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11667         
11668         * Documentation/user/refman.itely: grammar and phrasing
11669           fixes to "Note Entry" section.  Also adds a few new examples.
11670
11671 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11672
11673         * flower/include/string-data.icc: include string.h
11674
11675 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11676
11677         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11678
11679 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11680
11681         * Documentation/user/GNUmakefile (extra-local-help): Add.
11682
11683         * stepmake/stepmake/www-targets.make (local-help): Add.
11684
11685 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11686
11687         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11688         packages.
11689
11690         * Documentation/topdocs/README.texi (Top): building documentation
11691         (not website.)
11692
11693 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11694
11695         * Documentation/user/refman.itely: 
11696         * Documentation/user/tutorial.itely: 
11697         * Documentation/user/music-glossary.tely: Merge changes.
11698
11699         * Documentation/user/glossary.html.in: 
11700         * Documentation/index.texi: 
11701         * Documentation/header.html.in: Accomodate renaming of glossary.
11702         
11703         * Documentation/user/tutorial.itely: Add some glossary references.
11704         
11705         * Documentation/user/refman.itely: Minor fixes.
11706         
11707         * Documentation/user/lilypond.tely: Add glossary do direntry.
11708
11709         * Documentation/user/music-glossary.tely: Rename (previously:
11710         glossary.tely).  Fix anchor placement.
11711
11712         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11713
11714 2002-09-23  Werner Lemberg  <wl@gnu.org>
11715
11716         * scripts/lilypond-book.py (output_dict): Fix handling of
11717         various environments by avoid extraneous newlines.
11718         Rename `output-all' regexp for html to `output-html'.
11719         Replace `output-all' regexp for texi with `output-texi-quote'
11720         and `output-texi-noquote'.
11721         (compose_full_body): Don't override `linewidth' user option
11722         for `singleline'.
11723         (schedule_lilypond_block): Don't indent text specified with
11724         `intertext' option.
11725         Add new option `noquote'.
11726         (compile_all_files): Use latex instead of tex to compile ly
11727         files directly.
11728
11729         * Documentation/user/lilypond-book.itely: Updated and revised.
11730         Improve layout.
11731
11732         * Documentation/user/glossary.tely,
11733         Documentation/user/introduction.itely,
11734         Documentation/user/tutorial.itely,
11735         Documentation/user/refman.itely,
11736         Documentation/user/appendices.itely: Fix overfull LilyPond
11737         boxes caused by the new lilypond-book code.  Other minor
11738         fixes.
11739
11740         * Documentation/user/macros.itexi (@texiflat): Don't emit
11741         trailing space.
11742
11743         * scm/tex.scm (end-output, header-end): Add preamble and
11744         postamble to make lilypond output directly compilable with
11745         latex.
11746
11747         
11748 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11749
11750         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11751         instructions.
11752
11753 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11754
11755         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11756
11757 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11758
11759         * lily/beam.cc (connect_beams): don't crash if there are quarter
11760         notes in beams.
11761
11762 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11763
11764         * Documentation/user/refman.itely: corrected ancient clef
11765         docu; added docu on ligatures
11766
11767 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11768
11769         * Documentation/user/glossary.tely,
11770         Documentation/user/refman.itely, input/les-nereides.ly,
11771         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11772         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11773         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11774         Stem properties: flag-style -> stroke-style, style -> flag-style.
11775
11776 2002-09-22  Werner Lemberg  <wl@gnu.org>
11777
11778         * scripts/lilypond-book.py: Add option `notime' to suppress
11779         printing of a time signature.  Specify default indentation of 0pt
11780         if single line fragment.  Don't emit redundant `\paper{ }'.
11781
11782         * Documentation/user/lilypond-book.itely: Updated.
11783
11784         * Documentation/user/glossary.tely: Completely reformatting.
11785
11786 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11787
11788         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11789
11790 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11791
11792         * Documentation/user/tutorial.itely: Fix links.
11793         
11794         * Documentation/topdocs/index.tely:
11795         * Documentation/index.texi:
11796         * Documentation/header.html.in: Small website fixes and updates.
11797
11798         * debian/: Debian patch by Anthony Fok.
11799
11800 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11801
11802         * Documentation/footer.html.in: How time flies: It's already 2002!
11803
11804         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11805         more descriptive link names than 'here'.
11806
11807 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11808
11809         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11810
11811 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11812
11813         * lily/part-combine-music-iterator.cc (get_state): cleanup
11814         (get_music_info): cleanup.
11815
11816 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11817
11818         * scm/backend-documentation-lib.scm (interface-doc-string):
11819         crosslinks between interfaces and grobs. Headings for interfaces
11820         in grob explanation.
11821
11822 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11823
11824         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11825         dtd).  Add preliminary dtd.
11826         (re-sub-alist): Robustify.
11827
11828 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11829
11830         * lily/include/event-chord-iterator.hh,
11831         lily/context-specced-music-iterator.cc,
11832         lily/event.cc, lily/event-chord-iterator.cc: add
11833
11834 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11835
11836         * lily/: some (c) header fixes.
11837         
11838         * lily/request-chord.cc: Remove.
11839         
11840         * lily/include/event-chord-iterator.hh:
11841         * lily/include/event.hh:
11842         * lily/event-chord.cc: New file.
11843         
11844         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11845         requested.
11846
11847 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11848
11849         * lily/ : rename Request to Event
11850
11851         * lily/parser.yy (command_element): move clef stuff into Scheme.
11852
11853         * lily/:  rename length_mom () to get_length()
11854
11855         * lily/part-combine-music.cc: removed file and class.
11856
11857         * lily/context-specced-music-iterator.cc (class
11858         Context_specced_music_iterator): new file. Obsoletes the
11859         Context_specced_music type.
11860
11861         * scm/music-types.scm (make-repeated-music): put different kinds
11862         of repeated music into music-type table.
11863
11864         * VERSION: 1.7.1 released.
11865
11866         * scm/to-xml.scm: new file.
11867
11868         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11869         new Input representation: dump music as XML.
11870
11871         * scm/engraver-documentation-lib.scm
11872         (engraver-accepts-music-types?): add links from music to engraver,
11873         from music-type to engraver.
11874
11875         * lily/include/command-request.hh: removed
11876         lily/include/musical-request.hh: removed. Removed all _req classes
11877         except Key_change_req. Changes throughout.
11878
11879 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11880
11881         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11882
11883 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11884
11885         * lily/*.cc: specify accepts for many engravers.
11886
11887         * scm/music-documentation-lib.scm: dump music expressions and
11888         music subtypes.
11889
11890         * scm/documentation-lib.scm: complete revision.
11891         Use GOOPS objects to store document tree explicitly. Cleaned up and
11892         sped up doco generation a lot.
11893
11894 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11895
11896         * input/trip.ly (fugaIILeft): add arpeggio
11897
11898         * lily/translator-group.cc (try_music_on_nongroup_children):
11899         oops. The name symbol is in the cdr of the assoc handle.
11900
11901         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11902         Hyphen_req, Glissando_req, Break_req, Mark_req 
11903
11904 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11905
11906         * lily/musical-request.cc (music-duration-length,
11907         music-duration-compress): new functions.
11908
11909         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11910         throughout. Warning doesn't work yet.
11911
11912         * lily/translator-group.cc (try_music_on_nongroup_children):
11913         new implementation: store candidate acceptors in a hashTable.
11914
11915 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11916
11917         * scm/music-types.scm (music-descriptions): change name to
11918         internal-class-name
11919
11920         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11921
11922 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11923
11924         * lily/beam.cc (connect_beams): don't crash if there are quarter
11925         notes in beams.
11926
11927 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11928
11929         * Documentation/user/refman.itely: corrected ancient clef
11930         docu; added docu on ligatures
11931
11932 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11933
11934         * Documentation/user/glossary.tely,
11935         Documentation/user/refman.itely, input/les-nereides.ly,
11936         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11937         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11938         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11939         Stem properties: flag-style -> stroke-style, style -> flag-style.
11940
11941 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11942
11943         * scm/music-functions.scm (music-separator?): don't use name music
11944         property.
11945
11946 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11947
11948         * stepmake/stepmake/generic-targets.make (help): Document check
11949         target.
11950
11951         * lily/new-accidental-engraver.cc: Compile fix.
11952
11953 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11954
11955         * scripts/convert-ly.py: Add rule.
11956
11957         * input/test/music-creation.ly:
11958         * input/test/add-staccato.ly:
11959         * input/test/add-text-script.ly: ly-make-music.
11960
11961         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11962         More ly-make-music renamings.
11963
11964         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11965
11966         * lily/music-constructor.cc (make_music): Add debugging info.
11967
11968         * scm/music-functions.scm (make-simultaneous-music,
11969         (make-sequential-music, context-spec-music):
11970         * scm/music-types.scm (music-descriptions): Get lily to run.
11971
11972 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11973
11974         * lily/command-request.cc (transpose_key_alist): new function.
11975
11976         * lily/key-performer.cc (create_audio_elements): cleanup. 
11977
11978 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11979
11980         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11981
11982         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11983         events-accepted field.
11984
11985         * scm/music-types.scm: new file.
11986
11987         * lily/parser.yy: put music type initialization into scheme,
11988         similar to grob initialization.  Changes throughout.
11989
11990 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11991
11992         * Documentation/user/tutorial.itely: Fix links.
11993         
11994         * Documentation/index.texi: 
11995         * Documentation/header.html.in: 
11996         * Documentation/topdocs/index.tely: Small website fixes and updates.
11997
11998         * debian/: Debian patch by Anthony Fok.
11999
12000 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12001
12002         * Documentation/footer.html.in: How time flies: It's already 2002!
12003
12004         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12005         more descriptive link names than 'here'.
12006
12007         * ROADMAP: Remove test stuff.
12008
12009         * scripts/update-lily.py: Allow auto-building of stable and
12010         development versions.  Bugfixes.
12011
12012 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12013
12014         * VERSION: released 1.7.0
12015
12016         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12017
12018         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12019         positive line widths.
12020
12021 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12022
12023         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12024         go.  Fix comments.
12025
12026         * cygwin: Cygwin updates.
12027
12028 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12029
12030         * Documentation/windows/installing.texi (Top): version for python,
12031         urls for ghostscript (thanks to John Potelle)
12032         
12033         * lily/simultaneous-music-iterator.cc
12034         (Simultaneous_music_iterator): init children_list_ before
12035         triggering GC.
12036
12037         * lily/*-iterator.cc: be even more careful with smobbed copy
12038         constructors. 
12039
12040         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12041         LeftEdge item.
12042
12043 2002-09-15  Werner Lemberg  <wl@gnu.org>
12044
12045         Improving LilyPond's output to make them ordinary TeX boxes with
12046         predictable dimensions.  System boxes are now vertically centered on
12047         the baseline; this offset can be further controlled with
12048         \lilypondscoreshift.
12049
12050         * lily/system.cc (System::post_processing): Pass length of current
12051         system to `start-system' (including any horizontal indentation).
12052
12053         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12054         prettier.
12055         (lily-def): Append `%'.
12056         (start-system): Add parameter `wd'.  Output more TeX code to specify
12057         box dimensions.
12058         (stop-system, stop-last-system): Complement changes in
12059         `start-system'.
12060         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12061         Updated.
12062
12063         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12064         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12065         Write final `\endinput'.
12066
12067         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12068         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12069         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12070         files and macro definitions don't produce spurious spaces and
12071         paragraphs (using \endlinechar).
12072         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12073
12074         * Documentation/user/internals.itely: Improved formatting, fixing
12075         typos.  Added a section `Output details' to describe how the TeX
12076         code looks like.
12077
12078 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12079
12080         * lily/accidental-engraver.cc: Also work with partial measures.
12081
12082 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12083
12084         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12085         spanner.
12086
12087 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12088
12089         * lily/identifier-smob.cc (unpack_identifier): new file.
12090
12091         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12092         pass off scheme expressions as music identifiers.
12093
12094         * scm/lily.scm: reorganisation, cleanups.
12095
12096         * lily/main.cc: small cleanups.
12097
12098 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12099
12100         * lily/ly-module.{cc,hh}: new file.
12101
12102 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12103
12104         * lily/accidental-engraver.cc: Also work with partial measures.
12105
12106 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12107
12108         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12109
12110 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12111
12112         * lily/my-lily-lexer.cc: use SCM module in stead of
12113         Scheme_hash_table. Changes throughout.  
12114
12115 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12116
12117         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12118