]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* Documentation/user/changing-defaults.itely (Page layout): new node.
[lilypond.git] / ChangeLog
1 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * Documentation/user/changing-defaults.itely (Page layout): new node.
4         (Paper size): rename node
5         (Page breaking): new node.
6         (Titling): move from invoking.
7
8         * lily/parser.yy (score_body): allow \header and music anywhere in
9         \score body.
10
11 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12
13         * scm/lily.scm (ly:load): Remove page-breaking.scm.
14
15 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
16
17         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
18
19         * lily/include/paper-line.hh: rename to Paper_system.
20
21         * lily/include/paper-book.hh: doc class.
22
23         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
24
25         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
26         (plain-header): add instrument-name.
27         (default-page-make-stencil): bugfixes.
28
29         * lily/parser.yy (book_body): allow \header anywhere in \book{}
30
31         * lily/paper-book.cc: remove copyright & tagline. Remove
32         interactions with Page
33
34         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
35         here, 
36         (default-page-make-stencil): new function
37         (default-page-music-height): new function
38         (page-headfoot): new function
39         (ly:optimal-page-breaks): generate stencils directly from here
40
41         * scm/titling.scm: new file, group titling functions
42
43 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
44
45         * scm/output-gnome.scm: Handle multiple pages.
46
47         * scm/framework-gnome.scm: Do not load output-gnome.
48         (framework-gnome): Invoke output-gnome::header and
49         output-gnome::end-output as faked stencils.  Fixes experimental
50         gnome output.
51
52 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
53
54         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
55         octavation compatibility fixes. Backportme. 
56
57         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
58         pages.
59         (ly:optimal-page-breaks): combine-penalties: no shortcut for
60         negative. Now we handle negative penalties (ie. \pageBreak)
61         correctly.
62
63         * lily/system.cc (get_line): extract page-penalty from the left
64         bound.
65
66         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
67
68 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
69
70         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
71
72 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
73
74         * scm/output-gnome.scm: Update script.  Move development to
75         lilypond_2_3_2 branch for now.
76
77 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
78
79         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
80         negative penalties.
81         cleanups.
82
83         * Documentation/user/changing-defaults.itely (Creating contexts):
84         index entries
85
86         * scm/page-breaking.scm (ly:optimal-page-breaks): new
87         file. Rewrite function. 
88
89         * lily/paper-book.cc (pages): new interface: page-breaking returns
90         list of line-list.
91
92         * lily/page.cc (Page): take lines argument.
93
94         * scm/document-translation.scm (all-engravers-doc): link to user man
95
96         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
97
98         * Documentation/user/notation.itely (Relative octaves): typo.
99
100         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
101
102 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
103
104         * scm/output-gnome.scm: Update build script.
105
106 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
107
108         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
109         gnome backend.
110
111         * scm/framework-gnome.scm: New file.
112
113         * scm/lily.scm: Use it.
114
115         * lily/paper-outputter.cc: Janitorial cleanups.
116         (ly:outputter-dump-string): Remove unreachable statement.
117
118         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
119         (ice-9): Bugfix: Add srfi-1.
120
121         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
122
123 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
124
125         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
126         in do_quit()
127         
128 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
129
130         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
131
132 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
133
134         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
135         override of Beam::position-callbacks. Why would grace beams not be
136         quantized? Fixes: weird-stem-size-grace. 
137
138         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
139         warning only once. Backportme.
140
141         * lily/accidental-engraver.cc (number_accidentals_from_sig):
142         bugfix, 2nd try. Backportme.
143
144         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
145
146 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
147
148         * Documentation/user/notation.itely (Instrument transpositions):
149         Correct the name of the instrumentTransposition property.
150
151 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
152
153         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
154
155 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
156
157         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
158         and postLilyPondExample are called when defined.
159
160 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
161
162         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
163         This fixes setting notenames with `\include "nederlands.ly" '
164
165         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
166         new function.
167
168 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
169
170         * scm/page-layout.scm: don't do piece, it should be in score-title
171         only.
172
173         * lily/lexer.ll: lex \score separately.
174
175         * lily/paper-book.cc: junk stencil2line.
176
177         * lily/paper-line.cc (Paper_line): construct from Stencil
178         directly. No futzing with the dimensions.
179
180         * lily/include/paper-line.hh (class Paper_line): 
181
182         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
183         takes arbitrary number of arguments.
184
185         * input/test/markup-score.ly (tuning): simplify example. 
186
187 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
188
189         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
190
191         * scm/define-markup-commands.scm (score): define score-markup
192
193         * lily/parser.yy (markup): use score-markup.
194
195         * lily/score.cc: add ly:score? 
196
197 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
198
199         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
200         fret-parse-string so it prepares for calls to fret-diagram-verbose
201         Changed display constants to props so they are available for
202         \override.
203         
204 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
205
206         * VERSION: release 2.3.3
207
208         * stepmake/stepmake/generic-vars.make: unset LANG.
209
210         * input/regression/tuplet-nest.ly: bugfix.
211
212         * lily/tie-performer.cc (stop_translation_timestep): reset
213         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
214
215         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
216         clear repeat_ directly after setting stem_tremolo_. Fixes:
217         tremolo-repeat.ly
218
219         * input/regression/span-bar-break.ly: new file.
220
221         * scm/define-grobs.scm (all-grob-descriptions): remove
222         break-visibility from SpanBar. Fixes: piano-repeat.ly
223
224 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
225
226         * python/lilylib.py (make_ps_images): only compute bbox when needed.
227
228         * scripts/lilypond-book.py (process_snippets): use lily -f ps
229         files for generating pngs. (failed experiment)
230
231         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
232         file with PFA fonts included.
233
234         * lily/score.cc (default_rendering): put header in too.
235
236         * lily/paper-line.cc (LY_DEFINE): change function to
237         ly:paper-line-extent
238
239         * scm/page-layout.scm (default-book-title): only add lines for
240         non-nil fields.
241         (default-score-title): idem.
242
243         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
244
245         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
246
247         * lily/include/paper-book.hh (class Paper_book): remove height_
248         member.
249
250         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
251
252         * lily/ly-module.cc (LY_DEFINE): bugfix.
253
254         * lily/paper-book.cc (book_title): separate function for the book
255         title.
256
257         * scm/page-layout.scm (default-book-title): only account for
258         markup fields.
259
260         * scm/framework-ps.scm: new file. Move high level interface from
261         output-ps.scm
262
263         * scm/music-functions.scm (def-grace-function): move macros from
264         ly/music-functions-init.ly
265
266         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
267         framework-tex.scm
268
269         * scm/framework-tex.scm (dump-line): new file. High level
270         interface for output (pages, systems, header). 
271
272         * lily/include/page.hh (class Page): add is_last_ field.
273
274         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
275
276         * lily/paper-book.cc (split_string): new function
277         (output): output multiple formats, i.e. --format=ps,tex
278
279         * scm/output-ps.scm (output-scopes): dump variables directly.
280         (define-fonts): rewrite for new interface
281
282         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
283
284         * lily/paper-outputter.cc (Paper_outputter): take format argument.
285
286         * lily/main.cc (parse_argv): don't set extension for output.
287
288         * lily/clef-engraver.cc (create_clef): remove
289         Staff_symbol_referencer::set_position() call. 
290
291 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
292
293         * ly/music-functions-init.ly (addlyrics): set the 'origin property
294         with the location argument in music function definitions.
295
296 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
297
298         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
299         staffsymbol dependency.
300
301         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
302         cleanups.
303
304         * lily/book.cc (process): return Paper_book
305         (to_stencil): use Book::process().
306
307         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
308         header_ field. Store in $globalheader
309
310         * lily/parser.yy (book_body): book header is initted to
311         $globalheader.
312         
313
314 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
315
316         * input/test/fill-a4.ly: removed.
317
318         * lily/parser.yy (output_def): push scope of parent_ Output_def
319         too.
320
321 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
322
323         * scm/output-gnome.scm: Update info.
324
325 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
326
327         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
328
329         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
330         than 1 module.
331
332         * lily/include/ly-module.hh (ly_use_module): rename is_module to
333         ly_c_module_p.
334
335         * scm/page-layout.scm (default-book-title): move Scheme titling
336         functions to here.
337
338         * lily/parser.yy (book_paper_block): remove scope too.
339
340         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
341
342         * lily/rest.cc: add direction to rest properties.
343
344         * lily/include/output-def.hh: new file, move from
345         music-output-def.hh
346
347 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
348
349         * scm/output-gnome.scm: Describe feta-cork hack.
350
351 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
352
353         * lily/include/book-paper-def.hh: derive from Output_def 
354
355         * lily/include/paper-def.hh: move all functionality out of class.
356         Junk header.
357
358         * lily/include/music-output-def.hh: rename Music_output_def to
359         Output_def.
360
361         * input/wilhelmus.ly: only set space for Paper formatting. 
362
363         * lily/include/midi-def.hh: remove file, remove class.
364         Move functions to Music-output-def.
365
366         * lily/music-output-def.cc (Music_output_def): remove separate
367         translator table. Lookup translators in scope directly. This
368         obviates Context suffix for context identifiers, i.e.
369
370         \context {
371           \Staff
372           .. 
373           }
374
375
376         will work.
377         
378
379         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
380
381         * Documentation/user/changing-defaults.itely (Horizontal spacing):
382         document spacing override hack.
383
384 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
385
386         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
387         installation info.  Support point-and-click.  Add +/- zoom
388         keybindings.
389
390 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
391
392         * VERSION: 2.3.2 released
393         
394         * lily/parser.yy (book_body): set default bookpaper.
395
396         * scm/output-tex.scm (header): kludge: hard code linewidth. 
397
398         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
399
400 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
401
402         * lily/score.cc (default_rendering): scale outputdef before
403         starting.
404
405 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
406
407         * scm/fret-diagrams.scm: Add header.
408
409         * scm/output-gnome.scm: Hello world :-)
410
411 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
412
413         * scripts/lilypond.py (run_dvips): only add papersize if present.
414
415         * lily/accidental-engraver.cc (update_local_key_signature): new
416         function, fold code from initialize() and process_music().
417         (update_local_key_signature): use deep copy. This fixes one
418         problem from custom-key-signatures.ly.
419         (number_accidentals_from_sig): tighter check for
420         accidental-too-old.
421
422         * ly/engraver-init.ly: remove localKeySignature
423         definition from ChoirStaff, StaffGroup, Score.
424         
425         * lily/percent-repeat-engraver.cc (try_music): add moments for
426         barlines too. Fixes: skipbars-percent-repeat.ly.
427
428 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
429
430         * lily/context-def.cc (filter_performers): don't go to cdrloc if
431         skipping last pair. Fixes: crash-bar-number.
432
433         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
434         D. Sorensen)
435
436         * input/test/fret-diagram.ly: new file.
437
438         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
439         (scale-paper): divide by scale.
440
441 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
442
443         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
444         case.
445
446 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
447
448         * scm/stencil.scm (fontify-text): reinstate function
449
450         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
451
452         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
453
454         * lily/parser.yy (book_paper_head): \bookpaper {} 
455
456         * python/midi.c: remove config.h
457
458 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
459
460         * scm/output-gnome.scm: Update.
461
462 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
463
464         * scm/output-gnome.scm: New file.
465
466         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
467
468 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
469
470         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
471         (find_scaled_font): move from Paper_def
472
473 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
474
475         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
476         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
477
478         * po/fr.po: update po.
479
480         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
481
482         * lily/book-paper-def.cc (print_smob): new file.
483
484 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
485
486         * buildscripts/lilypond-words.py: search words also from
487         music-functions-init.ly.
488
489 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
490
491         * ly/music-functions-init.ly (def-music-function): new helper
492         macro for defining music functions. \addlyrics \appoggiatura
493         \acciaccatura \grace \partcombine \autochange \applycontext
494         \applyoutput and \breathe are now defined here thanks to it.
495
496         * lily/parser.yy: 
497         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
498         \grace \partcombine \autochange \applycontext \applyoutput and
499         \breathe keywords removed from the parser.
500
501         * lily/parser.yy: 
502         * lily/music-function.cc (ly_make_music_function): 
503         * lily/lexer.ll (music_function_type): added a case for 0-arg
504         music functions.
505
506 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
507
508         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
509         refering to a music expression can be used in lily-inside-scheme:
510         #{ $music #}
511
512         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
513         and ly:parser-define, and change ly:parser-parse-string in order
514         to make #{ $music #} work.
515
516         * scm/new-markup.scm (compile-markup-expression): when an argument
517         is a string, use `make-simple-markup'.
518
519 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
520
521         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
522
523 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
524
525         * scripts/convert-ly.py (FatalConversionError.func): handle + in
526         font-size. (backportme)
527
528 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
529
530         * lily/paper-outputter.cc (output_stencil): dump font definitions
531         before each stencil.
532
533         * lily/include/paper-book.hh (struct Score_lines): new
534         struct. Collect info per Paper-score.
535
536         * lily/include/page.hh (class Page): to_stencil() returns Stencil
537         everywhere.
538
539         * lily/stencil.cc (find_expression_fonts): new function
540
541         * lily/paper-outputter.cc (output_stencil): use
542         interpret_stencil_expr
543
544         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
545         (interpret_stencil_expr): new function. Generic stencil
546         interpretation.
547
548         * lily/paper-def.cc (find_scaled_font): divide lookup
549         magnification by outpuscale for non-virtual fontmetrics. This
550         fixes ludicrously long font definitions for text
551         fonts. (backportme)
552
553         * lily/score-engraver.cc: remove
554         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
555
556 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
557
558         * input/test/markup-score.ly: Remove \notes.
559
560         * lily/parser.yy (book_body): Grok Composite_music and \header.
561         (markup): Push NOTES mode before score_block.
562
563         * VERSION: release 2.3.1
564         
565         * mf/feta-klef.mf: 
566         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
567
568         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
569
570         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
571
572 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
573
574         * scm/output-tex.scm (output-tex-string): tighten safe security.
575
576         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
577
578         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
579         allowed ly functions.
580
581         * lily/ly-module.cc (ly_module_define): only define variable if
582         bound.
583         (ly_make_anonymous_module): take safe option.
584
585 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
586
587         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
588
589 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
590
591         * input/regression/newaddlyrics.ly: Fix.
592
593         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
594         \score \notes.
595
596 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
597
598         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
599
600 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
601
602         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
603
604         * lily/paper-line.cc (Paper_line): don't store list of stencils,
605         but convert to single Stencil immediately.
606
607         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
608
609 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
610
611         * scm/output-sodipodi.scm: Resurrect sodipodi output.
612
613 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
614
615         * elisp/lilypond-mode.el: Changed the way defaults are created for
616         LilyPond-command-master.  LilyPond-mode will now check the
617         timestamps of the files to see which command has to run next.
618
619 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
620
621         * scm/bass-figure.scm (format-bass-figure): don't set
622         number-markup for strings. This fixes string in bass
623         figure. (backportme)
624
625         * lily/parser.yy (bass_number): insert number-markup into figure
626         definition.
627
628         * scm/define-music-properties.scm (all-music-properties): make
629         'figure a markup.
630
631         * scripts/convert-ly.py (conv): \apply -> \applymusic
632
633 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
634
635         * elisp/lilypond-mode.el: changed the order of some commands
636         ("Midi" after "2Midi"), use the user-defined
637         LilyPond-command-default as default instead of "LilyPond"
638
639         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
640         to set the master file for the next command.
641
642         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
643         with font-lock-reference-face.
644
645 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
646
647         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
648
649         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
650
651 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
652
653         * ly/music-functions-init.ly (TODO): new file.
654
655         * lily/parser.yy (Generic_prefix_music_scm): add more
656         music_function symbols.
657         (Prefix_composite_music): change \apply to music-function   
658
659         * lily/include/music-function.hh: rename to music-function
660
661 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
662
663         * lily/music-head.cc (LY_DEFINE): change order of args.
664
665         * input/regression/music-head.ly (texidoc): new file.
666
667         * lily/parser.yy (Generic_prefix_music): allow generic
668         music-transformation functions. 
669
670         * lily/include/music-head.hh (is_music_head): new file.
671
672         * lily/music-head.cc (get_music_head_transform): new file.
673
674 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
675
676         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
677         empty extent. This fixes ottava brackets on rests. (backportme)
678
679         * make/lilypond.redhat.spec.in (Group): ln png files for info.
680
681         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
682
683         * cygwin/lily-wins.py: update for the lily-wins.py script.
684
685 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
686
687         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
688         code. This will obviate typeset_grob () in the future.  The effect
689         of this is that improperly written spanner handling will result in
690         invalid spanner bounds.
691         (announce_grob): add to elems_ from here
692         (typeset_grob): comment out.  
693
694         * lily/include/engraver.hh (make_spanner): new calling interface
695         for make_{item,spanner}. This obviates most calls to
696         announce_grob().
697                 
698         * scm/music-functions.scm (set-accidental-style): use GrandStaff
699         iso. PianoStaff for piano styles.
700
701 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
702
703         * Documentation/user/music-glossary.tely: add segno after d.s.
704
705 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
706
707         * lily/include/audio-column.hh: remove unused variables.
708         (patch by Michael Welsh Duggan)
709
710         * flower/include/axes.hh (other_axis): inline Axes function
711         (thanks to David Brandon).
712
713 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
714
715         * cygwin/mknetrel: Install image links (backportme).
716
717         * Documentation/user/GNUmakefile (local-install-info): Activate
718         actual installing of image links (backportme).
719
720 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
721
722         * Documentation/user/notation.itely (Measure repeats): Removed
723         unnecessary (and confusing) \context Voice{.
724
725 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
726
727         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
728
729         * lily/page.cc (Page): Do not use ly_scheme_function for
730         volatile/configurable variables (FIXME: better name).
731
732         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
733         get_scmvar).
734
735 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
736
737         * scripts/convert-ly.py (FatalConversionError.subst): use
738         \transposition.
739
740 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
741
742         * lily/include/page.hh (class Page): Declare left_margin ().
743
744         * lily/page.cc: Remove paper var caching.
745
746 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
747
748         * Documentation/user/music-glossary.tely: Add name to @top node.
749         Remove comment from @table definitions (workaround for makinfo
750         bug).
751
752         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
753         ly:stencil-get-expr).  Update callers.
754         (ly:stencil-align-to!):  Return stencil too.
755
756         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
757         stencil.  Remove looped line-based page output.
758         (output_line): Use line stencil.  Remove looped stencil-based line
759         output.
760
761         * lily/page.cc (ly:page-paper-lines): New function.
762
763         * input/test/markup-score.ly: New file.
764
765         * scm/define-markup-commands.scm (stencil): New markup.
766
767         * lily/book.cc (to_stencil): New method.
768
769         * lily/parser.yy (markup): Use it to grok \score.
770
771 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
772
773         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
774
775         * lily/paper-book.cc (pages): Change signature.  Update callers.
776
777         * lily/include/page.hh:
778         * lily/page.cc: New file.
779
780         * lily/paper-line.cc (to_stencil): New method.
781         
782         * lily/paper-outputter.cc (output_stencil): New method.
783
784         * lily/paper-outputter.cc (output_line): Use them.
785
786         * lily/warn.cc: Remove.
787
788         * lily/my-lily-parser.cc (distill_inname): Remove.
789
790         * flower/include/file-name.hh: 
791         * flower/file-name.cc: New file.  Update users.
792
793         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
794         (find): New method of same name.
795
796         * lily/my-lily-parser.cc (ly:parse-file): Use it.
797
798         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
799         constant error message.
800
801 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
802
803         * input/test/{blank-notes.ly,staff-container.ly}: typos.
804
805 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
806
807         * Documentation/user/music-glossary.tely: @table @strong' replaced
808         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
809         (backportme).
810
811 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
812
813         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
814
815         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
816         #{ lily music expression #} that returns an equivalent scheme
817         music expression by parsing the string.
818
819 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
820
821         * lily/my-lily-parser.cc:
822         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
823         SCM string (foo.ly/toto.scm support).
824
825 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
826
827         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
828
829 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
830
831         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
832
833         * scripts/lilypond-book.py: LY code that includes \header is
834         not assumed to be a fragment.
835
836 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
837
838         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
839         tremolo beams up.
840
841         * lily/stem.cc (chord_start_y): Return 0 if no heads.
842         (get_default_stem_end_position): No tremolo head juggling if no
843         heads.  Fixes tremolo crash on rests (backportme).
844
845         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
846
847 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
848
849         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
850         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
851
852         * lily/lexer.ll: Allow \encoding in NOTES mode.
853
854         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
855         for lyrics, not for commands.
856
857         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
858         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
859
860         * input/regression/newaddlyrics.ly: New file.
861
862         * Documentation/topdocs/NEWS.texi: Update.
863
864         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
865         (Music_list): Allow embedded scm.
866
867         * lily/score.cc (ly:score-bookify): New function.
868
869         * lily/music.cc (ly:music-scorify): Idem.
870
871         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
872         (ly:parser-print-score): Idem.
873
874         * scm/lily.scm (default-toplevel-book-handler): Idem.
875         (default-toplevel-music-handler): Idem.
876         (default-toplevel-score-handler): Idem.
877
878         * ly/declarations-init.ly: Set default toplevel handlers.
879
880         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
881
882         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
883         printer for score at toplevel.
884
885 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
886
887         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
888         Fix for simple case: input/simple-song.ly, more complex stuff
889         does not work yet.
890
891 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
892
893         * lily/parser.yy (Prefix_composite_music): split Composite_music
894         in Prefix_composite_music and Grouped_music_list.
895         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
896
897 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
898
899         * scm/lily.scm (toplevel-expression): New define.
900
901         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
902
903         * lily/parser.yy (toplevel_expression): Use it.
904
905         * lily/include/my-lily-parser.hh: Smobbify.
906
907         * lily/my-lily-parser.cc (parse_string): New method.
908         
909         * lily/my-lily-parser.cc (ly:parse-string): New function.
910
911         * Documentation/user/lilypond.tely: Add comment and workaround for
912         gs-8.01 crash.  Fixes make web.
913
914         Simplification of toplevel music.
915         
916         * lily/lexer.ll, lily/parser.yy:
917
918         * In LYRICS mode, return LYRICS_STRING.  This fixes one
919         shift/reduce problem.
920
921         * Use NOTES mode at start of maininput.
922
923         * Grok toplevel composite music expression, put in score and book.
924
925         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
926
927         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
928
929         * input/simple.ly: New file.
930         
931         * input/simple-song.ly: Idem.
932
933 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
934
935         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
936         Sandberg.
937
938 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
939
940         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
941
942 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
943
944         * input/regression/accidental-octave.ly: doc automatic showing
945         of note names.
946
947 2004-04-16  Heikki Junes <janneke@gnu.org>
948
949         * po/fi.po: do "make po && make -C po po-update" at top-level,
950         then "cp po/out/fi.po po/fi.po" and update fields.
951
952         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
953
954 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
955
956         * Documentation/user/introduction.itely (About this manual): Fix
957         templates and regression urls (backportme).
958
959 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
960
961         * ly/engraver-init.ly (Score:graceSettings): Increase
962         beamed-lengths, especially for 32nd notes.
963
964         * Documentation/user/notation.itely (Grace notes): Correct the
965         syntax for add-grace-property example.
966
967 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
968
969         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
970         `Generated' tag.
971
972         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
973         Severely broken (the Debian package, at least).
974
975 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
976
977         * lily/context.cc (find_create_context): assign to lvalue.
978
979 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
980
981         * lily/include/translator.hh (class Translator): rename
982         get_parent_context() to context () to avoid confusion.
983
984         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
985
986         * lily/lexer.ll: change is_string -> ly_c_string_p 
987
988         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
989
990         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
991
992         * VERSION: release 2.3.0
993
994         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
995
996         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
997         if nonempty.
998
999         * lily/include/context.hh (class Context): make members protected.
1000         (children_contexts): new accessor function.
1001
1002         * lily/include/translator.hh (class Translator): make
1003         daddy_context_ protected.
1004         (class Translator): clean up. 
1005
1006         * lily/include/context.hh (class Context): make daddy_context_
1007         private.
1008
1009         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1010         higher for finding Voice. (backportme)  
1011
1012         * lily/include/context.hh (class Context): remove
1013         find_context_below() as a method.
1014
1015         * Documentation/user/notation.itely (The Lyrics context): add note
1016         about manual durations
1017
1018         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1019         encoding.
1020
1021         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1022
1023 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1024
1025         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1026         \usepackage{inputenc}
1027
1028         * lily/paper-book.cc (classic_output): don't advance Offset for
1029         TeX output.
1030
1031         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1032         ec-sauter.map in rules
1033
1034         * mf/ecb.mf (font_identifier): new file, based on ecbx
1035
1036         * mf/ecb10.mf (gensize): new file.
1037
1038         * Documentation/topdocs/NEWS.texi (Top): document some more new
1039         features.
1040
1041         * ly/declarations-init.ly: run convert-ly
1042
1043         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1044         from input-file-results. Remove input-file-results.* 
1045
1046 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1047
1048         * scm/output-ps.scm (font-command): Fix, again.
1049
1050         * input/test/title-markup.ly: Add \noPagebreak test.
1051
1052         * lily/score-engraver.cc (try_music): Bugfix.
1053
1054 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1055
1056         * lily/main.cc (main_with_guile): excise dependency options -M and
1057         --dep-prefix
1058
1059         * lily/input-file-results.cc: excise Makefile dependency code
1060
1061         * Documentation/user/invoking.itexi (Invoking the lilypond
1062         binary): remove dep doco
1063         
1064         * lily/main.cc (main_with_guile): call lilypond-main
1065         
1066         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1067
1068         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1069         exception.
1070
1071         * lily/my-lily-parser.cc: remove paper_description function
1072
1073         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1074         new function.
1075
1076         * lily/main.cc: remove global_score_count.
1077
1078         * lily/book.cc (process): don't take header from global_input_file.
1079
1080         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1081
1082         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1083
1084         * lily/music-output-def.cc (LY_DEFINE): new function
1085         ly_output_description. This function does the bulk for  setting,
1086         parsing and breaking down of an input file.
1087
1088         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1089         anonymous modules globally. Let's hope they get GCd
1090
1091         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1092
1093 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1094
1095         * scm/output-ps.scm (header): Papersize from paper.
1096
1097         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1098         for classic output.
1099
1100         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1101         lilypondclassic is defined.
1102         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1103
1104         * input/regression/between-systems.ly: Remove.
1105
1106         * python/lilylib.py (get_bbox): Fix regular expression
1107         for bounding box.
1108
1109         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1110
1111         * scm/output-tex.scm (stop-page): Use it.
1112
1113         * scm/output-ps.scm (define-fonts): Bugfix.
1114
1115         * lily/grob.cc: Add penalty to interface.
1116
1117         * lily/include/paper-line.hh (class Paper_line): New member
1118         var penalty_.
1119
1120         * lily/system.cc (get_line): Initialise Paper_line with
1121         page-penalty's from original grobs.
1122
1123         * scm/define-music-properties.scm (all-music-properties): Add
1124         page-penalty.
1125
1126         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1127
1128         * lily/score-engraver.cc (try_music): Handle page-penalty.
1129
1130         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1131
1132 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1133
1134         * ly/declarations-init.ly (melismaEnd): typo
1135
1136         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1137
1138         * scm/output-ps.scm (text): split string into spaces, use moveto
1139         for setting space. 
1140         
1141 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1142
1143         * po/nl.po: Update.
1144
1145         * scm/font.scm (add-cmr-fonts): Typo.
1146
1147 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1148
1149         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1150         font-encoding.
1151
1152         * scm/define-grobs.scm (all-grob-descriptions): idem.
1153
1154         * lily/time-signature.cc (numbered_time_signature): idem.
1155
1156         * scm/font.scm (add-cmr-fonts): use real encoding names for
1157         font-encoding.
1158
1159 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1160
1161         * lily/paper-book.cc (classic_output): 
1162         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1163         Fixes classic output.
1164         (lilypondstart):
1165         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1166         kludge.
1167
1168         * scripts/old-lilypond-book.py: Remove.
1169
1170         Page layout for SCOREs enclosed in a BOOK:
1171
1172         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1173         layout tweaking.
1174
1175         * input/les-nereides.ly (theScore): Add \book.
1176         
1177         * input/test/title-markup.ly: Add \book.
1178
1179         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1180         only if 'verbose.
1181
1182         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1183
1184         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1185
1186         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1187         * scm/output-tex.scm (start-system): Update for page layout by
1188         LilyPond.
1189
1190         * scm/output-ps.scm (start-system): Previously (new-start-system).
1191
1192         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1193         passed to define-fonts.
1194
1195         * lily/paper-column.cc: 
1196         * lily/system.cc (get_line):
1197         * ly/property-init.ly (newpage): 
1198         * scm/define-grob-properties.scm:
1199         * scm/output-ps.scm: 
1200         * scm/output-tex.scm: Remove between-system-string kludge.
1201
1202         * scm/output-ps.scm (define-fonts, font-command,
1203         font-load-encoding): Handle ENCODING = #f.
1204
1205         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1206
1207         * scm/define-markup-commands.scm (fill-line): Use
1208         make-simple-markup (WAS: unexisting make-word-markup).
1209
1210         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1211         ENCODING, MARKUP parameters for interpret_string.
1212
1213         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1214
1215         * lily/score.cc (book_rendering): New method.
1216         (default_rendering): Create Paper_book helper locally, dump
1217         output.
1218
1219         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1220
1221         * lily/parser.yy: Handle \book.
1222
1223         * lily/include/book.hh: 
1224         * lily/book.cc: New file.
1225
1226 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1227
1228         * lily/text-item.cc (interpret_string): new file, select font with
1229         encoding.
1230
1231         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1232
1233         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1234
1235         * lily/parser.yy (markup): take encoding from lexer.
1236
1237 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1238
1239         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1240
1241         * scm/output-ps.scm: Remove some cruft.
1242
1243 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1244
1245         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1246
1247         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1248
1249 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1250
1251         * scm/font.scm (add-century-schoolbook-fonts):
1252         (make-century-schoolbook-tree): New function.
1253
1254         * input/test/title-markup.ly: Use Century Schoolbook font.
1255
1256 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1257
1258         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1259         to Erik Sandberg) 
1260
1261         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1262
1263         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1264
1265         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1266
1267         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1268
1269 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1270
1271         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1272         solo-state (at end of solo), we can set the solo status
1273         too. (backportme.)
1274
1275         * input/regression/part-combine-solo-end.ly: new file.
1276
1277 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1278
1279         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1280         flavour abc files.  Really ignore unknown keys (backportme).
1281
1282 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1283
1284         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1285         magnification_ when looking up in orig_.
1286
1287         * scm/output-tex.scm (text): switch off char-mapping.
1288
1289         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1290         because AFM's encoding field cannot have spaces.
1291
1292 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1293
1294         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1295
1296 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1297
1298         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1299
1300         * mf/cmr.enc: new file, without hi-bit ascii info. 
1301
1302         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1303         width. This removes the 'hook' at the end of a long slur.
1304
1305         * buildscripts/mf-to-table.py (parse_logfile): don't append
1306         encoding to fontname.
1307
1308 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1309
1310         * scm/output-ps.scm (define-fonts): Load .enc only once.
1311
1312         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1313         too.
1314
1315 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1316
1317         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1318         encoding field.
1319
1320         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1321
1322         * ly/portuges.ly (pitchnames): new file.
1323
1324         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1325         Michael Welsh Duggan
1326
1327         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1328
1329         * ly/nederlands.ly: add comment about digits.
1330
1331         * lily/scaled-font-metric.cc (derived_mark): idem.
1332
1333         * scm/encoding.scm (make-encoding-mapping): change permutation to
1334         mapping.
1335
1336         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1337         (Modified_font_metric): make alist for coding_description_
1338         (LY_DEFINE): remove coding-name.
1339
1340         * scm/output-tex.scm (text): remove debugging code.
1341
1342         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1343
1344         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1345         from infile.
1346
1347         * mf/feta-generic.mf: move fet_beginfont into generic code.
1348         use fetaMusic (without space) as encoding
1349
1350         * mf/feta-autometric.mf: take encoding argument
1351
1352         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1353
1354         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1355         use.
1356
1357         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1358         name.
1359
1360 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1361
1362         * input/test/title-markup.ly: Set inputencoding.
1363
1364         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1365
1366         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1367
1368         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1369         function.
1370         (coding-alist): Also hold filename, command.
1371         (read-encoding-file): Return symbols.
1372
1373 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1374
1375         * scm/output-tex.scm: remove fontify; text and char take a font
1376         argument.
1377
1378         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1379
1380         * lily/scaled-font-metric.cc (text_dimension): init
1381         coding_{permutation,table}_ too 
1382         (LY_DEFINE): ly:font-encoding, new function return
1383
1384         * lily/paper-def.cc (find_scaled_font): take input coding from
1385         inputcoding paper var.
1386
1387         * lily/performance.cc (output): remap modulo 16.
1388
1389         * lily/text-item.cc (interpret_markup): whoops, variable
1390         shadowing fixed.
1391
1392 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1393
1394         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1395         symbols, not symbols to strings.
1396         
1397         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1398         symbols, not symbols to strings.
1399
1400 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1401
1402         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1403         (ly:kpathsea-gulp-file): New function.
1404
1405         * scm/encoding.scm (read-encoding-file): Use it.
1406
1407 2004-04-06  Werner Lemberg  <wl@gnu.org>
1408
1409         * scm/encoding.scm (coding-alist): Fix typo.
1410
1411 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1412
1413         * lily/scaled-font-metric.cc (text_dimension): move function from
1414         Font_metric
1415         (make_scaled_font_metric): init coding_scheme_ to TeX
1416         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1417
1418         * lily/include/scaled-font-metric.hh (struct
1419         Modified_font_metric): rename from Scaled_font_metric
1420
1421         * scm/encoding.scm (read-encoding-file): split up large function,
1422         leave caching to (delay)
1423
1424         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1425
1426 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1427
1428         * lily/my-lily-lexer.cc (set_encoding): New method.
1429
1430         * lily/lexer.ll: Grok \encoding.
1431
1432         * lily/font-metric.cc (get_encoded_index): New function.
1433
1434         * lily/include/font-metric.hh (coding_scheme): New method.
1435
1436         * scm/encoding.scm: New file.
1437
1438         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1439
1440 2004-04-05  Werner Lemberg  <wl@gnu.org>
1441
1442         * Documentation/user/tutorial.itely: Revised (finished).
1443
1444         * Documentation/user/macros.itexi (@separate): Removed.
1445
1446 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1447
1448         * scm/output-ps.scm (define-fonts): fix scaling.
1449
1450         * lily/scaled-font-metric.cc (design_size): add function.
1451
1452         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1453         partial cut&paste of ly:font-magnification.
1454
1455 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1456
1457         * scm/output-ps.scm (define-fonts):
1458         (fontify): Update.
1459
1460 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1461
1462         * po/fr.po: update. (backportme).
1463
1464         * po/nl.po: update. (backportme). 
1465
1466         * mf/feta-beugel.mf: document why design size is not fixed.
1467
1468         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1469
1470 2004-04-04  Werner Lemberg  <wl@gnu.org>
1471
1472         * Documentation/user/tutorial.itely: Revised (continued).
1473
1474 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1475
1476         * po/nl.po: Update (backportme).
1477
1478 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1479
1480         * po/de.po: update. (backportme).
1481
1482         * scm/output-tex.scm (font-command): use ly: functions to
1483         construct name.
1484         (define-fonts): don't use alist, just dump \font definitions.
1485         (font-load-command): calculate proper scaling by taking
1486         outputscale from paper argument.
1487
1488         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1489         expression.
1490
1491         * lily/paper-outputter.cc (output_header): pass paper arg to
1492         define-fonts
1493
1494         * lily/paper-def.cc (font_descriptions): dump list of
1495         Scaled_font_metrics
1496         (find_scaled_font): take Font_metric argument, store
1497         Scaled_font_metrics in hash-table containing (size ->
1498         Scaled_font_metrics) alist.
1499         (get_dimension): rename from get_realvar
1500
1501         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1502         ly:font-magnification, ly:font-name: new functions
1503
1504 2004-04-03  Werner Lemberg  <wl@gnu.org>
1505
1506         * Documentation/user/dedication.itely,
1507         Documentation/user/preface.itely,
1508         Documentation/user/introduction.itely,
1509         Documentation/user/tutorial.itely: Revised.
1510         Removing leading spaces which distorts output if info files are read
1511         with stand-alone info.
1512         Removing superfluous inter-word spaces which also distorts output
1513         for stand-alone info.
1514         Using ` and ' instead of `` and '' everywhere to improve
1515         legilibility with stand-alone info
1516         Using @samp for single-letter input items and data which contains
1517         spaces, @code for other things.
1518
1519         * lily/grob-interface.cc: Adding copyright.
1520         (check_interfaces_for_property): Improve format of warning message.
1521
1522 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1523
1524         * lily/include/font-metric.hh (struct Font_metric): add
1525         design_size () method.
1526
1527         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1528
1529         * lily/afm.cc (read_afm_file): read design size.
1530
1531         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1532
1533         * scm/music-functions.scm (unfold-repeats): handle dots too.
1534
1535 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1536
1537         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1538         (backportme)
1539
1540 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1541
1542         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1543         lyric indent.  Revert melismaBusyProperties using \unset.
1544
1545 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1546
1547         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1548
1549         * lily/parser.yy (command_element): allow redefinition of |
1550         meaning.
1551
1552         * lily/break-align-engraver.cc (acknowledge_grob): construct
1553         LeftEdge where the first cause for alignment is coming from.
1554         This makes \override Staff.LeftEdge work as expected.
1555
1556         
1557         * lily/slur-performer.cc (Slur_performer): add inits
1558
1559         * lily/beam-performer.cc (Beam_performer): add inits
1560
1561 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1562
1563         * VERSION (PACKAGE_NAME): release 2.2.0
1564
1565         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1566
1567 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1568
1569         * lily/cluster.cc (height): Fix warning.
1570
1571         * lily/parser.yy: Janitorial cleanups.
1572
1573         * Documentation/user/tutorial.itely (Tutorial): Typo.
1574
1575 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1576
1577         * lily/change-iterator.cc (process): search at multiple context
1578         levels. This fixes 
1579
1580         
1581         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1582         not voice-state index for tie state. This fixes a partcombine
1583         problem with ties.
1584
1585         * Documentation/user/tutorial.itely (Commenting input files): add
1586         note about convert-ly.
1587
1588         * input/test/cadenza-skip.ly:  new file.
1589
1590 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1591
1592         * po/nl.po: Spelling fixes.
1593
1594         * autogen.sh (srcdir): Regenerate.
1595
1596         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1597         autogen.sh.
1598
1599         * configure.in: Use C++ to check for C++ header.
1600
1601         * po/nl.po: Update.
1602
1603         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1604
1605         * lily/event.cc (to_relative_octave): Translatable sentence should
1606         be one string.
1607
1608         * python/lilylib.py (warranty): Year range is not translatable.
1609         It's 2004 already!
1610
1611         * flower/warn.cc (non_fatal_error, warning, programming_error):
1612         Remove whitespace from translated string.
1613
1614 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1615
1616         * VERSION: release 2.1.37.
1617
1618 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1619
1620         * configure.in: check for C language.
1621
1622         * lily/source-file.cc: include strstream without h.
1623
1624         * scm/documentation-generate.scm (string-append): use name without
1625         .texi.
1626
1627         * autogen.sh (srcdir): SUSE fix.
1628
1629         * Documentation/user/notation.itely (Ancient clefs): idem.
1630
1631         * Documentation/user/lilypond-book.itely (Integrating HTML and
1632         music): idem.
1633
1634         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1635
1636         * lily/change-iterator.cc (process): use find_existing_context().
1637
1638         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1639
1640         * input/regression/repeat-unfold-tremolo.ly: new file.
1641
1642         * scm/music-functions.scm (unfold-repeats): undo music compression
1643         too.
1644
1645         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1646         (LY_DEFINE): ly:music-compress new function.
1647
1648         * scm/part-combiner.scm (determine-split-list): split for voice
1649         crossings
1650
1651         * input/regression/part-combine-cross.ly: new file.
1652
1653         * scm/part-combiner.scm (make-part-combine-music): don't do
1654         relative inside partcombine arguments.
1655
1656         * scm/music-functions.scm (make-non-relative-music): new function.
1657
1658         * Documentation/user/notation.itely (Automatic part combining):
1659         add note about \relative.
1660
1661         * lily/part-combine-iterator.cc (construct_children): add
1662         start_moment_ member.
1663
1664         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1665         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1666
1667         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1668
1669         * Documentation/user/changing-defaults.itely (Which properties to
1670         change): fixes.
1671
1672 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1673
1674         * po/fr.po: update.
1675
1676 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1677
1678         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1679
1680         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1681         Reinstate old code that issues warning.  Fixes --srcdir build.
1682
1683 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1684
1685         * input/wilhelmus.ly: New file.
1686
1687         * Documentation/user/notation.itely: 
1688         * Documentation/user/introduction.itely:
1689         * Documentation/user/tutorial.itely: Use quote ly-option instead
1690         of explicit @quotation.  This fixes too long lilypond linewidths
1691         resulting in overful hboxes.
1692
1693         * scripts/lilypond-book.py: Add ly-option: `quote'.
1694
1695 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1696
1697         * tex/titledefs.tex: Avoid that the first score line is extra
1698         indented if instrument is defined but not piece.
1699
1700 2004-03-30  Werner Lemberg  <wl@gnu.org>
1701
1702         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1703         `lilypond/' to info file name.
1704         (@usermanref) [info]: New variant.
1705
1706         * scm/documentation-generate.scm: Fix definition of @usermanref
1707         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1708         to info file name.
1709
1710 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1711
1712         * VERSION: release 2.1.36
1713         
1714         * Documentation/user/changing-defaults.itely (Interpretation
1715         contexts): rewrite introduction.
1716
1717 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1718
1719         * scm/define-markup-commands.scm: Use TeX accents instead of
1720         straight iso-8859-1 encoding in the doc string.
1721
1722 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1723
1724         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1725         space after dotted duration.
1726
1727 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1728
1729         * Documentation/user/introduction.itely: 
1730         * Documentation/user/notation.itely:
1731         * Documentation/user/tutorial.itely: Up all relative examples.
1732         Enclose @lilypond displays in @quotation.  Typos and corrections.
1733
1734         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1735
1736 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1737
1738         * scm/music-functions.scm (make-voice-props-revert): Revert also
1739         MultiMeasureRest staff-position in oneVoice.
1740
1741 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1742
1743         * Documentation/user/changing-defaults.itely, 
1744         Documentation/user/lilypond.tely: few fixes. Place no comma between
1745         two options: a and b, but commas between three options: a, b, and c.
1746         By this manner, grouping is possible: a and b, and c and d.
1747
1748 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1749
1750         * Documentation/user/GNUmakefile: add rule for .nexi
1751
1752 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1753
1754         * Documentation/user/music-glossary.tely: move glossary direntry
1755
1756         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1757         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1758
1759 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1760
1761         * stepmake/aclocal.m4: Verify that gettext configure check with
1762         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1763
1764 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1765
1766         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1767         glob.glob for .png filenames. This catches multipage pngs.  
1768
1769         * Documentation/user/changing-defaults.itely (Determining the grob
1770         property): fix references.
1771
1772         * lily/staff-symbol.cc (print): only add extent if non empty.
1773         This fixes staff-container.ly.
1774
1775         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1776         starting with a mmrest also works.
1777
1778         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1779         PNG for texinfo too.
1780
1781         * po/lilypond.pot: update translation strings.
1782
1783         * VERSION: 2.1.35 released
1784         
1785         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1786         context argument too.
1787
1788         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1789
1790         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1791
1792         * python/lilylib.py (command_name): don't return 1st path
1793         component.
1794
1795         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1796         .png case separately.
1797
1798         * python/lilylib.py (system): typo.
1799         
1800 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1801
1802         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1803         run indent-region.
1804
1805         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1806         Fixes compile.
1807
1808         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1809         Add header.
1810
1811 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1812
1813         * vim/lilypond-indent.vim: small fixes.
1814
1815 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1816
1817         * Documentation/user/notation.itely (Entering lyrics): Add example
1818         with correct english double quotes (at least for LaTeX output,
1819         maybe not a good idea if we switch to PS as the default output
1820         format).
1821
1822 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1823
1824         * lily/staff-performer.cc (create_audio_elements): play instrument
1825         changes before notes arrive. This fixes instrument of the first
1826         note in a score.
1827
1828         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1829         to 1.9.0 conversion.
1830
1831         * lily/mark-engraver.cc: doc string.
1832
1833         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1834
1835         * Documentation/user/introduction.itely (Introduction): new node.
1836
1837 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1838
1839         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1840
1841         * input/regression/spacing-ragged-last.ly: new file.
1842
1843         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1844         spacing.
1845
1846         * scm/font.scm: rewrite using GOOPS.
1847         
1848         * lily/context-def.cc (filter_engravers): derefence pointer.
1849
1850         * lily/lily-guile.cc (type_check_assignment): use
1851         ly_scheme_function iso. scm_primitive_eval where possible.
1852
1853         * lily/performance.cc (output): limit channels at 15. This fixes
1854         percussion inadvertently showing up in large scores.
1855
1856 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1857
1858         * input/regression/tuplet-gap.ly: new file.
1859
1860         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1861         (print): compute gap length from number size, include italic
1862         correction.
1863
1864         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1865         tuplet-bracket
1866
1867         * scm/paper.scm (set-default-paper-size): new function, to be
1868         called at toplevel.
1869         (set-paper-size): new function, to be called inside \paper {}
1870         (set-default-paper-size): new function, to be called at toplevel.
1871
1872         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1873
1874         * lily/beam-performer.cc (process_music): idem.
1875
1876         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1877         
1878         * tex/titledefs.tex: remove scshape for piece.
1879
1880         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1881         font-family
1882
1883         * lily/time-signature.cc (special_time_signature): font-encoding
1884         not family.
1885
1886         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1887         dynamic to head. This fixes p placement in morgenlied.
1888
1889 2004-03-23  Werner Lemberg  <wl@gnu.org>
1890
1891         * stepmake/stepmake/generic-targets.make (help): Improve text.
1892
1893 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1894
1895         * VERSION: 2.1.34 released
1896         
1897         * lily/main.cc (main_with_guile): switch debugging.
1898
1899         * lily/system.cc (get_line): plug leak.
1900
1901         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1902         and contents.
1903         (stencil2line): plug leak.
1904
1905         * Documentation/user/changing-defaults.itely (Determining a grob
1906         property):  new node.
1907         (Layout interfaces): new node.
1908         (Navigating the program reference): new node.
1909
1910         * lily/accidental-engraver.cc (acknowledge_grob): add property
1911         harmonicAccidentals
1912
1913         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1914         general cleanups.
1915         
1916         * input/les-nereides.ly (middleDynamics): resurrect Les
1917         nereides. Remove pedal hack.
1918
1919 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1920
1921         * input/regression/property-grace-polyphony.ly: new file.
1922
1923         * lily/translator-property.cc (execute_pushpop_property): only pop
1924         one instance of the property. This fixes << \\ >> together with
1925         \grace.
1926
1927         * lily/break-align-interface.cc (ordered_elements): we cannot
1928         modify the #'elements property, so return reordered array.
1929
1930 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1931
1932         * buildscripts/lilypond.words.py: remove.
1933         * buildscripts/lilypond-words.py: add new, renamed file. 
1934         Give generated targets and dirs explicitly in arguments.
1935
1936         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1937         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1938         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1939         
1940         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1941
1942         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1943
1944         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1945         orders.
1946
1947         * vim/GNUmakefile: add local-uninstall target.
1948
1949         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1950         
1951         * vim/vimrc: add a one-liner file.
1952
1953         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1954         vimrc in EXTRA_DIST_FILES.
1955
1956         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1957
1958 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1959
1960         * config.make.in: add vimdir.
1961
1962         * vim/GNUmakefile: add local-install.
1963
1964 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1965
1966         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1967         with \lilypondifundefined{blabla}. Solves problem with multiple
1968         titles in the same lilypond-book document.
1969
1970 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1971
1972         * scm/document-backend.scm (interface-doc): sort grob list for
1973         interface.
1974
1975         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1976         pre/post break align-order.
1977
1978         * spelling patch courtesy Edward Sutton.
1979
1980         * Documentation/user/changing-defaults.itely (Changing context
1981         default settings): new node.
1982         (Defining new  contexts): new node.
1983
1984         * scripts/lilypond-book.py (is_derived_class): use numbers
1985         iso. booleans.
1986
1987         * python/lilylib.py (make_ps_images): add margin to PS images.
1988
1989         * scripts/lilypond-book.py (is_derived_class): new function. Take
1990         class arg iso. object.
1991         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1992         for bug in GS/dvips.
1993
1994         * lily/text-item.cc (interpret_markup): idem.
1995
1996         * scm/define-markup-commands.scm: remove split around-space hack.
1997
1998         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1999         function, fold WL's fixes into one function.
2000
2001 2004-03-22  Werner Lemberg  <wl@gnu.org>
2002
2003         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2004         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2005         (Note_column::head_position_interval): Do proper rounding for
2006         calls to Staff_symbol_referencer::get_position.
2007
2008 2004-03-21  Werner Lemberg  <wl@gnu.org>
2009
2010         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2011         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2012         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2013         (My_lily_parser::parse_file): Improve formatting progress indication
2014         sent to stdout.
2015
2016 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2017
2018         * VERSION: 2.1.33 released.
2019
2020         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2021
2022         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2023
2024         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2025         warning is issued about dummy.dep.
2026
2027         * scm/new-font.scm: fix design sizes of nummer
2028
2029 2004-03-21  Werner Lemberg  <wl@gnu.org>
2030
2031         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2032         some annoying warnings from mkdir during `make install'.
2033
2034 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2035
2036         * lily/performer-group-performer.cc (do_announces): call
2037         Performer_group_performer::create_audio_elements () too.
2038
2039         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2040
2041         * scm/define-grobs.scm (all-grob-descriptions): add property
2042         break-align-orders
2043
2044         * lily/global-context.cc (get_default_interpreter): new
2045         function. Override from base class, so no new Score contexts are
2046         created.
2047
2048         * lily/include/stencil.hh (class Stencil): document origin field.
2049
2050         * lily/staff-symbol.cc (print): span staff-symbol on column
2051         extents for non-broken columns. 
2052
2053         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2054         key-signature.
2055
2056         * tex/titledefs.tex: don't use smallcaps for piece.
2057
2058         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2059         translated stencils in the output.
2060
2061         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2062
2063 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2064
2065         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2066         and init ties_created_
2067
2068         * VERSION: release 2.1.32
2069
2070         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2071         doc string from IMPLEMENT_CTOR_CALLBACK().
2072
2073         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2074         that engraver is in a performer hierarchy.
2075
2076 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2077
2078         * vim/lilypond-ftdetect.vim: new file.
2079
2080 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2081
2082         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2083         (compose_ly): default octave should be middle C.
2084
2085         * Documentation/user/changing-defaults.itely (Layout tunings
2086         within contexts): new node.
2087
2088         * lily/include/smobs.hh: document C++ smob interface.
2089
2090         * lily/function-documentation.cc: don't doc functions without
2091         docstring.
2092
2093 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2094
2095         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2096         direntry, so that `info lilypond' goes to Top.
2097
2098         * scm/output-ps.scm (polygon): Fix: add spaces.
2099
2100         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2101         solutions are now optimal too.
2102
2103         * input/test/page-breaks.ly: New file.
2104
2105         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2106         functions into safe module.
2107
2108         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2109         end, prepend zeros.
2110
2111         * scm/output-*.scm: Use ly:number->string rather than
2112         number->string.  Makes for saner output.
2113
2114         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2115         Fixes feta-nummer, feta-din scaling.
2116
2117 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2118
2119         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2120
2121         * scm/music-functions.scm (descend-to-context): new
2122         function. Similar to context-spec-music.
2123         (make-time-signature-set): specify Score as descend-only. This
2124         fixes the polymetric.ly example.
2125
2126         * lily/context-specced-music-iterator.cc (construct_children): add
2127         support for descend-only context spec.
2128
2129         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2130         determine ez-notation letter. 
2131
2132         * lily/system.cc (get_line): start with dumping layer 3. This
2133         fixes ez notation.
2134
2135 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2136
2137         * input/test/title-markup.ly: Stress breaking harder.
2138
2139         * scm/page-layout.scm (height-score): Overfull page scores twice
2140         as bad as underfull (was: by a power).
2141         (walk-lines): Omit first walk-path round (breaking after new node,
2142         without lines).
2143
2144         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2145         diff values are negative.
2146         (output): Bugfix: treat negative vfill differently.
2147
2148         * Documentation/user/lilypond.tely (direntry): Add note about why
2149         `info lilypond' brings up `Invoking LilyPond' node.
2150
2151 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2152
2153         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2154
2155         * lily/paper-book.cc: Remove cruft.
2156         (output): Bugfix: put vfill between lines.
2157         (pages): Bugfix: set page vars needed for filling.
2158
2159         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2160         (was: @ar).
2161
2162         * scm/page-layout.scm: Further development.
2163
2164         * ly/declarations-init.ly (paper): Define page-breaking.
2165
2166 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2167
2168         * lily/note-head.cc (brew_ez_stencil): add note-names
2169         property. Provides internationalization for note names.
2170
2171         * Documentation/user/changing-defaults.itely (Creating contexts):
2172         new node.
2173
2174         * lily/grace-iterator.cc (process): descend to child for \grace.
2175
2176         * lily/timing-translator.cc (initialize): Timing_translator adds
2177         Timing alias by itself.
2178
2179         * lily/context.cc (add_alias): new function.
2180
2181         * scm/lily.scm (tex-output-expression): new function, eval within
2182         drawing API. Guards against eval vulnerabilities.
2183
2184         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2185
2186         * scm/output-ps.scm (scm): export lily drawing API.
2187
2188         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2189         throughout.
2190
2191 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2192
2193         * scm/page-layout.scm (optimal-page-breaking): New function.
2194         
2195         * lily/paper-book.cc (pages): Use it.
2196
2197 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2198
2199         * lily/include/paper-line.hh (class Paper_line): Full smob.
2200
2201 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2202
2203         * lily/global-context.cc (run_iterator_on_me): fix grace note
2204         nesting by initting measurePosition.
2205
2206         * lily/timing-translator.cc (initialize): do no init
2207         measurePosition
2208         
2209         * lily/include/music-output-def.hh (class Music_output_def): add
2210         input_origin_ field.
2211
2212         * Documentation/user/changing-defaults.itely (Changing context
2213         properties on the fly): new node.
2214
2215         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2216         function. Only have smobbed_copy (), and do not provide
2217         smobbed_copy() for non-simple smobs. Changes throughout.
2218
2219 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2220
2221         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2222         start_moment_. Fix by Doug A. Linhardt.
2223
2224 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2225
2226         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2227         accidentals for harmonic notes.
2228
2229         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2230         of different style. (Thanks to Doug Linhardt).
2231
2232         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2233         new node.
2234
2235 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2236
2237         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2238
2239         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2240         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2241         vim/lilypond-indent.vim: doc targets and deps in comments.
2242
2243 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2244
2245         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2246
2247         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2248
2249         * lily/include/paper-line.hh:
2250         * lily/include/paper-line.cc: New file.
2251
2252 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2253
2254         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2255
2256         * GNUmakefile.in: remove stray make out=www
2257
2258         * input/test/bagpipe.ly (gcdg): octave fixes.
2259
2260         * scm/define-markup-commands.scm (number): use font-encoding
2261         iso. font-family
2262
2263         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2264         font-encoding.
2265         
2266 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2267
2268         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2269         `output_format_global' and `PAGE_LAYOUT'.
2270
2271 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2272
2273         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2274         lily functions in safe mode.
2275
2276         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2277         Print filename for HTML, LATEX, before texidoc.
2278
2279         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2280         instructions in output-ps module.
2281
2282         * scm/lily.scm: Do not load output-ps module.
2283
2284         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2285         safe mode.
2286
2287 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2288
2289         * lily/span-dynamic-performer.cc (process_music): remove spurious
2290         warning.
2291
2292         * lily/context-def.cc (Context_def): init name to ""
2293
2294         * lily/font-interface.cc: add font-encoding property.
2295
2296         * scm/lily.scm (chain-assoc-get): bugfix.
2297
2298         * lily/paper-book.cc (stencil2line): protect static SCM.
2299
2300         * lily/font-interface.cc (text_font_alist_chain): rename function,
2301         and use text-font-defaults. 
2302
2303         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2304
2305         * scm/paper.scm (paper-set-staff-size): use new function.
2306
2307         * scm/new-font.scm (make-font-tree): new function.
2308
2309 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2310
2311         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2312
2313         * scm/lily.scm (get-output-module): New function.
2314         (output-alist): Remove ,ps-output-expression.
2315
2316         * scm/output-tex.scm (ps-output-expression): New function.
2317
2318         * scm/output-ps.scm (ps-output-expression): Remove.
2319         (header, start-page): Output page metadata.
2320
2321         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2322         initialise output_module_.  Do not write part of header.
2323         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2324         (output_header): Output full header.
2325
2326         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2327         FIXME.
2328
2329 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2330
2331         * scm/new-font.scm: new file. Tree based font lookup.
2332
2333         * scm/lily.scm (assoc-get): take default argument. Remove
2334         assoc-get-default.
2335         (chain-assoc-get): use chain-assoc-get everywhere.
2336
2337         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2338         autobeamsettings conversion bug.
2339
2340         * lily/include/global-context.hh (Context): clean-up data hiding.
2341
2342         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2343         data hiding.
2344
2345         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2346
2347         * input/regression/stem-shorten.ly: add chord case.
2348
2349         * lily/stem.cc (get_default_stem_end_position): shorten stems
2350         triggered by note-head positions, not by forced-direction. This
2351         fixes a bug with too short stems.  
2352  
2353 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2354
2355         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2356         Lilypond_snippet.output_latex): Always call output_print_filename.
2357
2358         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2359         expand pages.
2360
2361 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2362
2363         * scm/part-combiner.scm (make-autochange-music): switch rests
2364         before switched notes too.
2365
2366         * lily/figured-bass-engraver.cc (process_music): change calling
2367         convention.
2368
2369         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2370
2371         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2372         command.
2373
2374         * lily/include/stencil.hh (class Stencil): add origin field.
2375
2376         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2377         function.
2378
2379         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2380
2381         * lily/lexer.ll: remove support for \$ and $ in identifiers
2382
2383         * lily/sequential-iterator.cc: remove copy_grace_fixups
2384         (get_grace_fixup): slight abstraction of fixup code.
2385
2386         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2387
2388 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2389
2390         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2391         in insert-mode. add indenting rules.
2392
2393 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2394
2395         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2396         protect hack.
2397
2398         * scm/page-layout.scm:
2399         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2400         layout and titling should now match external latex based version.
2401
2402         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2403         header fields.
2404
2405         * ps/lilyponddefs.ps: Remove automatic page layout.
2406
2407         * scm/output-ps.scm (new-start-system): New interface function.
2408
2409         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2410
2411         * lily/paper-book.cc (output): Bugfix.
2412
2413 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2414
2415         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2416         
2417 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2418
2419         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2420         direntries.
2421
2422         * ps/lilyponddefs.ps: Bugfix.
2423
2424         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2425
2426 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2427
2428         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2429         cause. This should fix warnings.
2430
2431         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2432
2433         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2434         prevent aligned 6ths.
2435
2436         * lily/custos.cc (print): remove adjust-if-on-staffline.
2437
2438 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2439
2440         * lily/paper-book.cc: Do header and footer.
2441
2442 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2443
2444         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2445
2446         * scm/paper.scm (lineheight): Remove
2447         (head-sep, foot-sep): Add.
2448
2449 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2450
2451         * mf/feta-schrift.mf: reduce portato thickness.
2452
2453         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2454
2455         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2456         programming_error ().
2457
2458         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2459         bracket to last command column.
2460
2461         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2462         continues on next/prev system.
2463
2464         * input/regression/pedal-end.ly: new file.
2465
2466 2004-03-10  Werner Lemberg  <wl@gnu.org>
2467
2468         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2469         Remove pmx2ly stuff.
2470         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2471
2472 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2473
2474         * scm/page-layout.scm: New file.
2475
2476         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2477         settings.
2478         (Lilypond_snippet.is_outdated): Also check for PNG file.
2479         Workaround for interrupted (web) builds.
2480
2481         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2482
2483         * ps/lilyponddefs.ps: Use only very small top-marging.
2484         (init-paper): Also pop page size string.
2485         (start-page, stop-page): New function.
2486
2487         * scm/output-ps.scm (header-end): Remove stray exec commands.
2488
2489 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2490
2491         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2492
2493         * lily/score.cc (default_rendering): clean protection.
2494
2495         * lily/paper-book.cc (mark_smob): implement smob marking.
2496
2497         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2498
2499         * Documentation/user/*.itely: user manual edits. 
2500
2501 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2502
2503         * Documentation/user/converters.itely (Invoking musedata2ly):
2504         remove pmx2ly.
2505
2506         * scripts/pmx2ly: remove script.
2507         
2508 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2509
2510         * lily/score.cc (default_rendering): Protect paper-book members.
2511
2512         * lily/paper-def.cc (smobbed_copy): New method.
2513
2514         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2515         switch runtime.
2516
2517         * lily/include/music-output.hh (process): Change signature to
2518         return SCM.
2519
2520         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2521         method.
2522
2523         * lily/paper-score.cc (process): Return stencils rather than
2524         outputting directly.  Remove paper-book kludge.  Delete grobs.
2525         (output): Remove.
2526
2527         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2528
2529         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2530
2531         * lily/score.cc (default_rendering)
2532         (ly_render_output): Move adding paper-score two levels up.
2533
2534         * lily/system.cc (get_line):
2535         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2536
2537 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2538
2539         * scm/font.scm (paper20-font-vector): add more design sizes for
2540         number.
2541
2542         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2543         feta-nummber{5,7,11,13}.
2544
2545         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2546         for 12pt design size. 
2547
2548 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2549
2550         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2551
2552 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2553
2554         * lily/font-select.cc (properties_to_font_size_family): Fix
2555         warning message.
2556
2557         * Experimental PostScript latin1 encoding:
2558         
2559         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2560
2561         * scm/output-ps.scm: Experimental encoding using reencode-font.
2562         * scm/font.scm: Add latin1 `font-shape'.
2563         
2564         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2565
2566         * ps/lilyponddefs.ps (reencode-font): New function.
2567
2568         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2569
2570         * scm/output-tex.scm (start-page):
2571         (stop-page): New interface function.
2572
2573 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2574
2575         * lily/paper-outputter.cc (output_expr):
2576         (output_header):
2577         (output_line): New method.
2578
2579         * lily/system.cc (get_line):
2580         (get_lines): New method.
2581         (output_scheme):
2582         (output_line): Remove.
2583
2584         * scm/lily.scm (make-title): New function.
2585
2586         * lily/paper-book.cc: 
2587         * lily/include/paper-book.hh: New file.
2588
2589         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2590         ly-modules.hh).
2591
2592         * lily/ly-module.cc (ly_modules_lookup): New function.
2593
2594         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2595
2596         * scm/output-ps.scm (make-title): Remove.
2597         (output-scopes): Junk header-title test.
2598
2599 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2600
2601         * mf/feta-schrift.mf: thicker dot for portato.
2602
2603         * lily/accidental-placement.cc (position_accidentals): bugfix in
2604         offset, this fixes right-padding of AccidentalPlacement.
2605
2606         * lily/[h-z]*.cc: () formatting.
2607
2608         * Documentation/user/tutorial.itely (An orchestral part): more
2609         fixes for the tutorial.
2610
2611         * scm/translation-functions.scm (fraction-tuplet-formatter):
2612         reverse fraction.
2613
2614         * lily/parser.yy (context_def_spec_block): use \context instead of
2615         \translator.
2616
2617         * lily/[a-g].cc: () style cleanup.
2618
2619         * Documentation/user/tutorial.itely (Automatic and manual beams):
2620         editing of tutorial.
2621
2622 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2623
2624         * buildscripts/mf-to-table.py (base): write encoding name.
2625
2626 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2627
2628         * Documentation/user/GNUmakefile (local-install-info): Issue
2629         warning (for packager, ie, if not installing in /usr or /usr/local).
2630
2631         * lily/stencil-scheme.cc: 
2632         * lily/staff-symbol-referencer.cc: 
2633         * lily/script-column.cc: 
2634         * lily/pitch.cc: 
2635         * lily/music.cc: 
2636         * lily/grob-pq-engraver.cc: 
2637         * lily/font-interface.cc: 
2638         * lily/music-output-def.cc: 
2639         * lily/duration.cc: 
2640         * lily/grob-scheme.cc:
2641         * lily/context-scheme.cc: Put scheme name on first line in
2642         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2643         style cleanups.
2644
2645         * stepmake/stepmake/scm-vars.make: 
2646         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2647         Rename and split TAGS_FILES.
2648
2649         * GNUmakefile.in (ALL-TAGS): Remove.
2650         
2651         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2652         deeper TAGS files.  Fixes regexp tags in TOP dir.
2653
2654 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2655
2656         * VERSION: 2.1.29 released.
2657         
2658         * Documentation/user/changing-defaults.itely (Changing defaults):
2659         new file.
2660
2661         * Documentation/user/notation.itely (Notation manual): rename from 
2662         refman.itely
2663
2664         * Documentation/user/notation-appendices.itely (The Feta font):
2665         new file.
2666
2667         * Documentation/user/advanced.itely: add aborted attempt for
2668         advanced topics manual.
2669
2670 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2671
2672         * scm/new-markup.scm: display Markups in sane format. Patch by
2673         Nicolas Sceaux.
2674
2675 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2676
2677         * lily/main.cc: Cleanups.
2678         (setup_localisation): New function.
2679         (sane_putenv): Remove.
2680         (main_with_guile): New name (Was: main_prog).  Remove musings
2681         about possible preparation for GUILE heavy memory usage and
2682         practical uselessness.  Do not set environment variables
2683         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2684         name juggling.
2685         (parse_argv): New function.
2686         (copyright): New function.  It's 2004 already.
2687
2688         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2689         (distill_inname): Move from main.
2690
2691 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2692
2693         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2694
2695         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2696
2697         * Documentation/user/running.itely: new file.
2698
2699         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2700
2701         * lily/score-performer.cc (finish): call Translator::finalize ().
2702
2703 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2704
2705         * lilypond-ftpplugin.vim: renamed to the following file.
2706         * lilypond-ftplugin.vim: new file.
2707
2708         * GNUmakefile.in: update VIM_FILES.
2709
2710 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2711
2712         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2713         props.
2714
2715         * input/test/tie-sparse.ly: remove.
2716
2717         * lily/tie-performer.cc (try_music): copy & paste from
2718         Tie_engraver.
2719
2720         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2721         variable_ref twice.
2722
2723         * lily/key-performer.cc (create_audio_elements): use
2724         alterations-in-key.
2725
2726         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2727
2728 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2729
2730         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2731         handle also quarter tones (not shown as tests). test also flats.
2732
2733         * Documentation/index.html.in: small fixes.
2734
2735 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2736
2737         * input/regression/new-markup-scheme.ly: Typo.
2738
2739         * scm/define-markup-commands.scm (fill-line): New markup.
2740
2741         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2742         (output-paper-def): Fix alignment.
2743         (make-title): Fix height/width scaling.
2744
2745         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2746
2747         * input/test/title-markup.ly: Add remaining titles.  Layout and
2748         font size fixes.  Add simplistic latin1 test.
2749
2750 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2751
2752         * input/test/nested-groups.ly: remove. move content (to next). 
2753         * input/test/staff-bracket.ly: replace content (from prev), this 
2754         has been already in templates.
2755
2756 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2757
2758         * stepmake/autogen.sh: Only issue warning about running configure
2759         without arguments when autogen.sh will actually be running
2760         configure.
2761
2762 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2763
2764         * scm/new-markup.scm (stack-stencil-line): robustness.
2765
2766         * scm/define-markup-commands.scm (simple): robustification of
2767         simple-markup.
2768
2769         * Documentation/user/music-glossary.tely (Top): change central C
2770         to middle C.
2771
2772         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2773
2774 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2775
2776         * input/test/title-markup.ly (spaceTest): Add.
2777
2778         * lily/text-item.cc (interpret_markup): Make line markup from
2779         multi word markup.
2780
2781         * scm/define-markup-commands.scm (word): New markup command.
2782         (simple): Use it.
2783
2784         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2785
2786 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2787
2788         * vim/ftplugin/lilypond.vim:
2789         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2790         show matching paren in insert mode.
2791
2792 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2793
2794         * scm/output-ps.scm (make-title, output-scopes): Further
2795         development.
2796
2797         * input/test/title-markup.ly: New file.
2798
2799         * ps/lilyponddefs.ps: Disable PostScript titling.
2800
2801         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2802
2803 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2804
2805         * lily/arpeggio.cc (width_callback): remove padding.
2806  
2807         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2808
2809         * scm/define-music-types.scm: remove make-music-by-name.
2810
2811         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2812
2813 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2814
2815         * lily/paper-score.cc (process): Output titles using make-title.
2816
2817         * scm/output-ps.scm (output-stencil): Display directly instead of
2818         constructing string.
2819         (make-title): New function.
2820
2821 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2822
2823         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2824         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2825         Move documentation of LaTeX packages for latin1 characters to the
2826         lilypond-book manual.
2827
2828 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2829
2830         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2831
2832         * vimrc: add menu in console and shortcut <F10> for it.
2833
2834         * vim/:
2835         * vim/compiler/:
2836         * vim/syntax/:
2837         * vim/indent/:
2838         * vim/ftplugin/: new directories.
2839         
2840         * vim/filetype.vim: new file.
2841
2842         * lilypond.vim: remove files (see next).
2843         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2844
2845         * vimrc: remove file (see next).
2846         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2847
2848         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2849         add header. apply bindings only locally.
2850
2851         * vim/indent/lilypond.vim: new file.
2852
2853         * vim/ftplugin/lilypond.vim: remove errorformat.
2854         * vim/compiler/lilypond.vim: new file for errorformats.
2855
2856         * Documentation/topdocs/INSTALL.texi: give easier orders.
2857
2858         * ROADMAP: add vim/
2859
2860 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2861
2862         * Documentation/user/introduction.itely (Introduction): Use @image
2863         iso @html <img...>.  Add workaround for images in columns in info.
2864
2865         * stepmake/aclocal.m4: Store computed version in variable.
2866
2867         * configure.in: Export MAKEINFO_VERSION.
2868
2869         * config.make.in (MAKEINFO_VERSION): Add.
2870
2871         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2872
2873         * Documentation/user/GNUmakefile: Only build info with images when
2874         building web.
2875
2876         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2877
2878         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2879         stuff from documentation-targets.make
2880
2881 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2882
2883         * VERSION: 2.1.28 released
2884         
2885         * scripts/convert-ly.py (conv): 
2886
2887 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2888
2889         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2890         \arpeggioBoth. redefine \arpeggioBracket.
2891
2892         * Documentation/user/refman.itely: document new arpeggio
2893         functions.
2894
2895         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2896
2897         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2898
2899         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2900
2901 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2902
2903         * Documentation/user/introduction.itely (Automated engraving):
2904         rewrite introduction using website text.
2905
2906 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2907
2908         * scm/*.scm: make-music-by-name is replaced by make-music, which
2909         also accept music property settings, eg:
2910           (make-music 'TextScriptEvent 'direction DOWN 'text
2911               (make-simple-markup x))
2912
2913         Patch courtesy Nicolas Sceaux
2914
2915         * lily/beam-quanting.cc: cleanup, separate counts for left and
2916         right beam ends.
2917
2918         * lily/side-position-interface.cc (quantised_position): also
2919         quantize staccato position for forced stem directions. 
2920
2921 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2922
2923         * scm/*.scm: Patch by Nicolas Sceaux: 
2924
2925         * scm/music-functions.scm: ly:grob-property and ly:music-property
2926         are made procedure with setters.
2927
2928         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2929         
2930 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2931
2932         * input/test/[t-v]*.ly: finish rewriting texidocs.
2933
2934         * input/test/vaticana.ly: remove.
2935         * input/test/ligature-vaticana.ly: new, renamed file name.
2936
2937         * input/test/stem-centered.ly: remove.
2938         * input/test/mensural-note-heads.ly: new file. take content from
2939         removed file stem-centered.ly.
2940
2941         * input/test/scales-greek.ly: simplify.
2942
2943         * input/test/s*.ly: reformulate texidocs.
2944         
2945         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2946         of missing features.
2947
2948 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2949
2950         * input/test/[j-o]*.ly: update texidocs.
2951
2952 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2953
2954         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2955
2956         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2957         images.
2958
2959         * Documentation/user/lilypond.tely (@direntry): Update.
2960
2961         * stepmake/stepmake/documentation-targets.make
2962         (install-info,uninstall-info): Install into $(package_infodir).
2963         Install images.  Run install-info to update dir.
2964
2965         * config.make.in (package_infodir): Add.
2966
2967         * Documentation/user/GNUmakefile (info-with-images,
2968         local-install-info, local-uninstall-info): New target.
2969
2970 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2971
2972         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2973         gap/threshold.
2974
2975         * lily/beam-quanting.cc (score_slopes_dy): remove
2976         ROUND_TO_ZERO_SLOPE kludge.
2977
2978         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2979
2980         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2981
2982         * lily/global-context.cc (Global_context): alway accept Score
2983         (run_iterator_on_me): cast Context to Score_context, not
2984         Context_def.
2985
2986         * Documentation/user/refman.itely: documentation patch by Edward
2987         Sanford Sutton.
2988
2989         * mf/GNUmakefile: unset sauter-fonts.
2990
2991 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2992
2993         * scripts/lilypond-book.py (output_texinfo): Output @image
2994         descriptions for info too.
2995
2996         * input/test/chord-names-jazz.ly: 
2997         * input/test/embedded-scm.ly: Clarify.
2998
2999         * input/test/cautionaries.ly: Typo.
3000
3001         * lily/input-smob.cc (ly_input_location): Compile fix.
3002
3003 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3004
3005         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3006
3007         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3008         fixes problems with system defaults being reverted with \override
3009         on Score level.
3010
3011         * lily/global-context.cc (Global_context): apply property-ops to
3012         Global_context too. 
3013
3014 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3015
3016         * scm/output-ps.scm (stencil->string): Rewrite.
3017
3018 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3019
3020         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3021         impersonal style.
3022
3023 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3024
3025         * lily/input-smob.cc (ly_input_location: New function.
3026
3027         * scm/define-markup-commands.scm (upright): New markup command.
3028
3029         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3030
3031         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3032
3033         * scm/output-ps.scm (output-stencil): New function.
3034
3035         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3036         of snippet types; fixes @ignore and @verbatim blocks.
3037
3038 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3039
3040         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3041         to a file in printed documentation, instead, refer either to a 
3042         syntax or to an output.
3043
3044 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3045
3046         * input/regression/beam-center-slope.ly: Add test.
3047
3048 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3049
3050         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3051         (SAUTER_FONTS): Reinstate.
3052
3053         * scm/define-markup-commands.scm (caps): New markup command.
3054
3055         * scm/output-ps.scm (output-scopes): Experimental markup output.
3056
3057         * scm/: Add missing headers.
3058
3059         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3060
3061         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3062
3063 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3064
3065         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3066         Stray style cleanups.
3067
3068 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3069
3070         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3071         no dot combination.
3072
3073         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3074         substitute \override Staff.autoBeamSettings too
3075
3076         * Documentation/user/tutorial.itely: proofreading fixes by David
3077         Bobroff
3078
3079 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3080
3081         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3082
3083         * ps/music-drawing-routines.ps: 
3084         * ps/lilyponddefs.ps: Add end markers.
3085
3086 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3087
3088         * VERSION: 2.1.27 released.
3089         
3090         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3091
3092         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3093         obey documentation.
3094
3095 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3096
3097         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3098
3099         * scm/output-ps.scm: Resurrect.
3100         
3101         * scm/output-tex.scm: Minimal cleanups.
3102
3103         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3104
3105         * make/ly-rules.make: Remove any broken lily-*.tex files before
3106         lilypond-book run.
3107
3108         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3109         comment.
3110
3111         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3112         Enabled by default, may save 10% compile time.
3113
3114 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3115
3116         * lily/lyric-phrasing-engraver.cc: remove
3117         
3118         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3119         longer necessary. 
3120
3121         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3122         so lyric-phrasing-engraver is no longer necessary.
3123
3124         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3125         Grob_pq_engraver from Staff.
3126
3127         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3128         busyGrobs directly.
3129
3130         * input/regression/quote-transposition.ly: new file.
3131
3132         * lily/recording-group-engraver.cc (stop_translation_timestep):
3133         store instrumentTuning too. 
3134
3135         * lily/quote-iterator.cc (process): transpose events using
3136         instrumentTuning.
3137
3138         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3139         -> \tuning <pitch>
3140
3141         * lily/parser.yy (command_req): add \tuning command for setting
3142         instrument tuning of staff.
3143
3144         * Documentation/user/GNUmakefile
3145         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3146
3147         * Documentation/user/refman.itely (Customized accidental rules):
3148         typo.
3149
3150 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3151
3152         * Documentation/user/music-glossary.tely: remove the missing norwegian
3153         translation; they can be put in later properly.
3154
3155 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3156
3157         * lily/recording-group-engraver.cc (start_translation_timestep):
3158         init Recording_group_engraver twice.
3159
3160 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3161
3162         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3163         stray style cleanups:
3164
3165         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3166         -Wmissing-prototypes.
3167
3168         * flower/include/killing-cons.tcc (Killing_cons): Add template
3169         specifier for car_.
3170
3171         * flower/include/parray.hh (binsearchs): Add template specifier
3172         for maxkey.
3173
3174         * flower/include/interval.hh: Declare elem () with template specfier.
3175
3176 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3177
3178         * elisp/lilypond-indent.el (get-buffer-size): add customization
3179         groups for several variables (Reuben Thomas).
3180
3181 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3182
3183         * Documentation/user/invoking.itexi (Point and click): add index
3184         entry.
3185
3186         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3187         go under beam.
3188
3189         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3190         sarabande beam. 
3191
3192         * flower/warn.cc (programming_error): cross fingers not thumbs.
3193
3194         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3195         staff-position is set.
3196
3197         * VERSION: release 2.1.26 
3198         
3199         * scm/chord-entry.scm (construct-chord): process transposition
3200         after processing explicit-11.  
3201
3202 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3203
3204         * lily/parser.yy (add_quote): add syntax for adding quotes:
3205         \addquote "id-string" Music
3206
3207         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3208
3209         * scripts/convert-ly.py (conv): add rules for name changes.
3210
3211         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3212         music/context/grob property functions. Internally, use
3213         get_property() and set_property() for both.
3214
3215 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3216
3217         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3218         for Emacs <= 20 (Laurent Martelli).
3219
3220 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3221
3222         * lily/parser.yy (command_element): extract quoted vector in
3223         parser.
3224
3225         * input/regression/quote.ly: new file.
3226
3227         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3228
3229         * lily/parser.yy (command_element): \quote DURATION NAME: support
3230         cue notes. 
3231
3232         * lily/quote-iterator.cc (class Quote_iterator): new file.
3233
3234 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3235
3236         * lily/auto-beam-engraver.cc (try_music): accept and process
3237         beam-forbid-event.
3238
3239         * input/regression/auto-beam-no-beam.ly: new file.
3240
3241 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3242
3243         * lily/accidental.cc (print): Change font-relative-size ->
3244         font-size. Fixes cautionary-style = smaller.
3245
3246 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3247
3248         * lily/system-start-delimiter.cc (staff_brace): remove
3249         font-relative-size
3250
3251         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3252         forgotten with scm_list_n. Fixes spurious coredumps.
3253
3254         * lily/accidental-engraver.cc (stop_translation_timestep): move
3255         update of localKeySignature to stop_translation_timestep (). This
3256         makes sure that all ties are noticed at the right moment.
3257         (stop_translation_timestep): clear tie only when right-side
3258         notehead was seen.
3259         (number_accidentals_from_sig): cleanup. 
3260
3261         * input/regression/accidental-tie.ly (mus): new file
3262
3263         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3264         these longish tests.
3265
3266 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3267
3268         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3269
3270         * THANKS: update bugreporter list.
3271
3272         * lily/beam.cc (print): broken beams last until end of staff.
3273         (print): broken beams start from prefatory matter.
3274
3275         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3276
3277         * lily/paper-score.cc (process): dump header only once.
3278
3279         * lily/paper-outputter.cc (Paper_outputter): move logic into
3280         Scheme.
3281
3282         * scm/output-tex.scm (output-scopes): new function.
3283         (output-paper-def): new function
3284         (tex-string-def): new function
3285         (symbol->tex-key): new function
3286
3287         * scripts/convert-ly.py (conv): add rule for | ~
3288
3289 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3290
3291         * input/regression/{many}.ly: refresh, trying to guess how
3292         it was designed.
3293
3294 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3295
3296         * VERSION: release 2.1.25
3297
3298         * scm/define-translator-properties.scm
3299         (all-user-translation-properties): add printOctaveNames
3300
3301         * ly/engraver-init.ly: remove Note_event_swallower from
3302         NoteNamesContext.
3303
3304         * lily/note-name-engraver.cc (process_music): new property
3305         printOctaveNames
3306
3307         * lily/context.cc (find_existing_context): remove support for
3308         Current.
3309
3310         * scm/music-functions.scm (set-accidental-style): new function;
3311         duplicate accidental macros.
3312
3313         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3314
3315         * lily/note-name-engraver.cc (process_music):
3316         process_acknowledged_grobs () -> process_music ()
3317
3318         * scm/part-combiner.scm (determine-split-list): robustification.
3319
3320 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3321
3322         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3323         lines for falling into beam-gap.
3324         (score_forbidden_quants): check all staff lines for falling in
3325         beam gaps.
3326
3327         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3328         key/clef/time signatures. 
3329
3330         * input/test/ossia.ly: revise example.
3331
3332         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3333         cleanup.
3334         
3335         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3336         comply to Scheme standard.  Remove ly:get-paper-variable
3337
3338 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3339
3340         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3341
3342 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3343
3344         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3345         properties from Voice context. This fixes accidental size for
3346         staff-switches during grace contexts.
3347
3348         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3349         if necessary. Else, simply wipe dots.
3350
3351         * input/test/beam-alternate.ly: new file
3352
3353         * input/test/piano-staff-distance.ly: new file.
3354
3355         * lily/translator-group.cc (recurse_down_translators): use
3356         Direction for bottom-up/top-down.
3357
3358         * lily/include/translator.hh (class Translator): add
3359         process_music() and do_announces(). This obviates
3360         recurse_down_{engravers,performers}.
3361
3362         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3363         \melisma and \melismaEnd
3364
3365         * lily/melisma-engraver.cc (process_music): change to
3366         Melisma_translator, unify with performer. Accept
3367         ManualMelismaEvent.
3368
3369         * ly/engraver-init.ly: add Font_size_engraver.
3370
3371 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3372
3373         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3374         it hara-kiri.
3375
3376         * input/regression/{many}.ly: improve descriptions trying to figure
3377         out what is tested.
3378
3379 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3380
3381         * lily/slur.cc (broken_trend_offset): robustness fix.
3382
3383         * VERSION: release 2.1.24
3384
3385         * lily/context.cc (find_create_context): go to Score if it exists.
3386
3387         * lily/context-scheme.cc: new file.
3388
3389         * lily/score-translator.cc (get_output): new file.
3390
3391         * lily/include/grob-info.hh: origin_contexts() now does not
3392         include the originating engraver
3393
3394         * lily/translator-group.cc (translator_each): clean up contents,
3395         remove superfluous stubs. Engraver_group_engraver and
3396         Performer_group_performer are the only classes using multiple
3397         inheritance.
3398
3399         * lily/include/score-context.hh (class Score_context): interface
3400         between Score_{engraver,performer} and Global_context.
3401
3402         * lily/include/global-context.hh (Context): change from
3403         global-translator. This is the entry point for contexts; it is not
3404         tweakable using \translator{}. Score is no longer the top context,
3405         but sits underneath Global.
3406
3407         * lily/include/context.hh (class Context): brain surgery: split
3408         out Context functionality from Translator_group. Context is now a
3409         separate type from Translator.
3410
3411 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3412
3413         * lily/include/translator.hh (class Translator): make
3414         get_score_context() and get_global_translator (), and use the one
3415         which is appropriate.
3416
3417         * lily/context.cc: partially put functionality of Translator_group
3418         into Context.
3419
3420         * lily/include/context.hh (Translator): new class: put between
3421         Translator and Translator_group. 
3422
3423         * lily/new-accidental-engraver.cc: remove file.
3424
3425 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3426
3427         * input/regression/{many}.ly: improve descriptions: use complete 
3428         sentences, try to describe what is tested, avoid `we´, do not use 
3429         don't, ... 
3430
3431 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3432
3433         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3434         is at EOL.
3435
3436         * Documentation/user/lilypond.tely: declare the topmost node only
3437         once; removes empty line in @contents.
3438
3439         * Documentation/user/music-glossary.tely: really add Finnish author.
3440         Draw more beatiful `->´ arrow in html: &rarr;
3441
3442 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3443
3444         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3445
3446         * scripts/convert-ly.py (conv): add ly:music-list  change.
3447
3448         * lily/grob.cc: edit doc string.
3449
3450         * scm/define-grob-properties.scm (all-user-grob-properties):
3451         proofreading, editing of doc strings.
3452
3453         * input/regression/tablature-string-tunings.ly: new file.
3454
3455         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3456         listen to stringTunings
3457
3458         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3459         for self-alignment-[XY] code.
3460  
3461 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3462
3463         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3464         cond) into function. Cleanup.
3465
3466         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3467         
3468         * VERSION (PACKAGE_NAME): 2.1.23 released
3469
3470 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3471
3472         * Documentation/user/{refman,internals}.itely: small fixes.
3473
3474 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3475
3476         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3477         accidentals for harmonic notes
3478
3479         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3480         for harmonic notes.
3481
3482         * scm/document-backend.scm (interface-doc): prune Grob
3483         documentation: don't duplicate interface information.
3484
3485         * lily/*.cc: lots of updates of doc strings.
3486
3487 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3488
3489         * input/test/ac-extra-voice.ly (accompany): remove file.
3490
3491         * input/test/maximum-rest-count.ly: remove file.
3492
3493         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3494         conversion rule for \translator { }. Apply everywhere.  
3495
3496         * lily/parser.yy (music_property_def): set property for \once in
3497         the PropertyMusic itself, not the ContextSpec.
3498         (property_operation): change syntax within \translator { }
3499
3500         * scm/define-music-properties.scm (all-music-properties): clean up.
3501
3502         * lily/auto-beam-engraver.cc (test_moment): use
3503         updated_grob_properties() to retrieve autoBeam settings.
3504
3505         * lily/spacing-spanner.cc: bound shortest_playing_len by
3506         measure_length
3507
3508         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3509         multi-measure events for spacing computation.
3510
3511         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3512         elliptical, to 1.49.
3513
3514         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3515         vertical positioning for polyphony, without RestCollision object.
3516
3517         * lily/note-column.cc (add_head): prevent rests & note heads on
3518         one stem.
3519
3520         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3521         (do_shift): rewrite only-rests case: use common refpoints: the
3522         routine will have sensible results when other rest-translations
3523         have taken place.
3524
3525         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3526         < 0 case. 
3527
3528         * VERSION: 2.1.22 released
3529         
3530         * input/GNUmakefile (SUBDIRS): remove ascii-art
3531
3532 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3533
3534         * input/: Convert ly files that still had \property.  Fixes make
3535         web.  Remove exta spaces around '='. 
3536
3537         * scripts/convert-ly.py (conv): Redundant space fixes.
3538
3539         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3540
3541 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3542
3543         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3544         create scalable PS and PDFs  for input/{test,template,regression}.
3545
3546         * lily/context.cc (is_alias): move function.
3547         (is_alias): add Bottom as context alias. 
3548         (find_create_translator): add Bottom as a context alias for creation.
3549
3550         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3551
3552         * lily/parser.yy (music_property_def): new syntax for property
3553         assignments:
3554
3555         \set A.B = #C , \unset A.B
3556         \override A.B #C = #D, \revert A.B #C 
3557
3558         * lily/my-lily-lexer.cc: remove \property
3559
3560 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3561
3562         * Documentation/user/refman.itely: add dots after seealso refs.
3563
3564         * input/template/{many}.ly: harmonise descriptions.
3565
3566         * Documentation/user/music-glossary.itely: add Finnish author.
3567
3568 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3569
3570         * VERSION (PACKAGE_NAME): release 2.1.21
3571
3572 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3573
3574         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3575
3576         * scripts/lilypond-book.py (snippet_res): @include filename must
3577         not be empty.
3578
3579 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3580
3581         * scm/documentation-generate.scm (markup-doc-string): dump
3582         markup-commands.tely
3583
3584         * scm/define-markup-commands.scm (override): new file.
3585         Move documentation from refman into doc-strings. 
3586
3587         * input/test/staff-container.ly: fix example.
3588
3589         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3590         StaffContainer
3591
3592         * lily/grob.cc: remove point_dimension_callback
3593         (Grob): read forced dimensions from X-extent and Y-extent.
3594         (get_paper): remove preset_extent.
3595
3596         * scm/define-grobs.scm (all-grob-descriptions): remove
3597         point_dimension_callback. 
3598
3599         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3600         textscript to head. This makes no-spacing-rods work on
3601         DynamicText.
3602
3603         * lily/chord-name.cc: remove props chord, bass, inversion.
3604
3605         * Documentation/user/appendices.itely: add Scheme functions,
3606         context-properties and layout properties to manual.
3607
3608         * scm/part-combiner.scm (determine-split-list): include rests in a
3609         solo1/2 sequence.
3610
3611         * lily/new-part-combine-iterator.cc (substitute_both): new
3612         function.
3613         (class New_pc_iterator): add separate Voice=solo context, fixes
3614         autobeams going from chords to solo.
3615
3616 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3617
3618         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3619
3620         * Documentation/user/tutorial.itely:
3621         * Documentation/user/refman.itely: Add short note about being part
3622         of lilypond.tely.
3623
3624         * COPYING: Make note more clear with respect to files that are
3625         explicitely licenced otherwise (Documention/user/ comes to mind).
3626         
3627         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3628         comment about barfing of @c,{}.
3629
3630         * Documentation/user/music-glossary.tely: Add list of authors.
3631
3632         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3633         source (was: also in build log).
3634
3635 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3636
3637         * lily/side-position-interface.cc (general_side_position): if
3638         staff-padding is set, then include staff in support too.
3639
3640         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3641         module workbook
3642
3643         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3644
3645         * lily/tuplet-engraver.cc: remove tupletInvisible
3646
3647         * scm/define-translator-properties.scm: cleanup, separate in
3648         internal and user props. 
3649
3650         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3651         LyricsVoice -> Lyrics
3652
3653         * lily/new-part-combine-iterator.cc (process): only print warning
3654         for symbols.
3655
3656 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3657
3658         * scm/part-combiner.scm: Add proper header.
3659
3660         * All but lily/*: The great --2003 --2004 replace; the missing
3661         `bits'.
3662
3663         * TODO: Fix outline mode.  Add book notes.
3664
3665         * ROADMAP: Update.
3666
3667 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3668
3669         * scm/part-combiner.scm (make-autochange-music): use
3670         accumulator. Fixes stack overflow.
3671
3672         * lily/*: rename brew_molecule -> print , molecule-callback ->
3673         print-function
3674
3675         * scm/define-grob-properties.scm: cleanup. Separate into internal
3676         and user properties.
3677
3678         * lily/translator-property.cc (updated_grob_properties): new
3679         function
3680         (execute_pushpop_property): change to new convention:
3681         object property inits are stored as (cons ALIST BASED-ON). This
3682         storage format allows concurrent tweaks in different contexts.
3683
3684 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3685
3686         * TODO: new file.
3687
3688 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3689
3690         * debian/: Late Debian update (sorry Anthony).
3691
3692         * scripts/lilypond-book.py (do_file): Look for input_file in
3693         include path, or ask kpathsea if LATEX.
3694
3695         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3696         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3697         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3698         --header=texidoc.
3699
3700         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3701         relative.
3702
3703         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3704         only when filtering, default to input_base otherwise.  Coding
3705         style fixes.
3706
3707 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3708
3709         * lily/include/translator.hh (class Translator): add virtual
3710         qualifier.
3711
3712 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3713
3714         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3715
3716 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3717
3718         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3719
3720         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3721         (fixes make web).
3722
3723         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3724         live in $(out)-www).
3725
3726         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3727         dependencies.  Add link to .ly source in HTML output.
3728         (Lilypond_snippet.output_html): Handle multiple page picture
3729         output.
3730         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3731         Make usable for output_texinfo again.
3732
3733         * Documentation/user/GNUmakefile: Add static dependency for
3734         lilypond.tely includes.
3735
3736         * Documentation/user/tutorial.itely: Add some lost `relative'
3737         ly-options.
3738
3739 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3740
3741         * lily/include/translator-group.hh: move Music_output_def member
3742         to Global_translator.
3743
3744         * scripts/lilypond-book.py (do_file):  fix latex output.
3745
3746         * VERSION: release 2.1.20
3747         
3748         * scm/part-combiner.scm (determine-split-list): robustness fix 
3749
3750         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3751
3752         * lily/parser.yy (music_output_def_body): plug memory leak.
3753
3754         * lily/translator-group.cc (add_fresh_group_translator): plug
3755         memory leak: unprotect Translator_group once added.   
3756
3757         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3758
3759         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3760         write .dep file.
3761         (Lilypond_snippet.ly): add \renameinput.
3762
3763 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3764
3765         * Documentation/user/refman.itely (Markup command definition): Doc
3766         by Nicolas Sceaux. Rewrite by Han-Wen
3767
3768         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3769         thing of the line.
3770         (brew_molecule): only remove if hyphen is not at the end of line.
3771         (set_spacing_rods): new function: minimum-length specifies
3772         distance between syllables.
3773
3774         * scm/define-grobs.scm (all-grob-descriptions): add
3775         Hyphen_spanner::set_spacing_rods to LyricHyphen
3776
3777         * input/regression/lyric-hyphen-break.ly: new file.
3778
3779         * input/test/lyric-hyphen-retain.ly: new file.
3780
3781         * lily/new-part-combine-iterator.cc (construct_children):
3782         add Rest direction.
3783
3784 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3785
3786         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3787
3788         * Documentation/bibliography/engraving.bib (donemus1982):
3789         update entry.
3790
3791 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3792
3793         * scripts/lilypond-book.py (Substring.__init__): new class.
3794         (Snippet.output_texinfo): add texidoc option.
3795         (Include_snippet.replacement_text): new class.
3796         (Lilypond_snippet.__init__): new class
3797         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3798
3799         * Documentation/user/refman.itely (Sound): 
3800         note about number of channels.
3801
3802         * scm/music-functions.scm (voicify-music): add \context Staff for
3803         << \\ >> polyphony.
3804
3805         * lily/parser.yy (verbose_command_req): \skip now creates
3806         SkipMusic, and does not lead to spurious staves.
3807
3808         * scm/define-music-types.scm (music-descriptions): rename
3809         NonEventSkip to SkipMusic
3810
3811         * input/no-notation/midi-lyric-barcheck.ly: new file.
3812
3813         * input/regression/collision-dots-invert.ly: new file.
3814
3815         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3816         case.
3817
3818         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3819         die if melody died too.
3820
3821 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3822
3823         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3824         with reading from stdin.
3825
3826         * lily/slur-performer.cc (try_music): new file.
3827
3828         * lily/melisma-performer.cc (try_music): new file. Handle
3829         melismata to help lyrics.
3830
3831         * lily/beam-performer.cc (try_music): new file. Handle beam events
3832         to help lyrics.
3833
3834         * lily/score-performer.cc (one_time_step): reinstate
3835         process_music().
3836
3837         * lily/performer.cc (process_music): add to interface.
3838
3839         * lily/performer-group-performer.cc (process_music): new function.
3840
3841         * lily/dot-column.cc (do_shifts): do collision resolution before
3842         dot positioning.
3843         
3844         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3845         file, process printfilename option.
3846         (Snippet.__init__): rewrite: do not use global variables h or
3847         index.
3848         (main): really support -I option.
3849         (find_toplevel_snippets): new code.
3850         (find_toplevel_snippets): reinstate old version, without global
3851         variables.
3852
3853         * tex/texinfo.tex: really add file.
3854         
3855 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3856
3857         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3858         compatibility.
3859
3860 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3861
3862         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3863
3864         * scm/define-translator-properties.scm (drumPitchTable): add
3865         property.
3866
3867         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3868         function.
3869         (help_summary): docstrings.
3870         (do_file): strip the dir of input_base too.
3871
3872 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3873
3874         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3875
3876         * Documentation/user/lilypond-book.itely: Update.
3877
3878         * make/ly-rules.make: Update lilypond-book commands.
3879
3880         * Documentation/user/GNUmakefile: Update makeinfo commands,
3881         lilypond-book flags.
3882
3883         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3884         
3885         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3886
3887         * scripts/filter-lilypond-book.py: Remove.
3888
3889         * Documentation/user/*tely: Update options for new lilypond-book.
3890
3891         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3892         with @macros in @includes.
3893
3894 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3895
3896         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3897         make rest-collision only.
3898
3899         * lily/break-substitution.cc (substitute_one_mutable_property):
3900         clear all-elements using scm_assq_remove_x(). 
3901
3902         * lily/rest-collision.cc (do_shift): shift single rests
3903
3904         * flower/include/array.hh (class Array): rename to is_empty ()
3905
3906         * lily/drum-note-performer.cc: new file: perform drum notes.
3907
3908         * VERSION (PACKAGE_NAME): release 2.1.19.
3909         
3910 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3911
3912         * scripts/filter-lilypond-book.py
3913         (classic_lilypond_book_compatibility): New function.
3914
3915 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3916
3917         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3918
3919         * Grand 2003 -> 2004 search replace. 
3920
3921         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3922         (i.e. < > )
3923
3924         * ly/performer-init.ly: add DrumStaff
3925
3926         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3927         lyric-interface; this prevents lines with only extender lines from
3928         being junked.
3929  
3930         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3931
3932         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3933         extenders right, for once and for all (hopefully).
3934         
3935         * lily/break-substitution.cc (substitute_one_mutable_property):
3936         clear old 'all-elements for System grobs.
3937
3938         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3939         that associatedVoiceContext is always assigned when music & lyrics
3940         are found. 
3941
3942         * ly/engraver-init.ly: remove Lyrics context.
3943         (TabVoice): add noteheads engraver
3944
3945         * input/test/improv.ly: update: do not use Thread switching. 
3946
3947         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3948         squashedPosition is a number  
3949
3950         * Documentation/user/refman.itely (Automatic note splitting):
3951         remove Thread references.
3952
3953         * input/no-notation/pc-direction.ly: remove file.
3954
3955         * ly/engraver-init.ly: remove Thread
3956
3957         * input/regression/tie-chord-partial.ly: remove file.
3958
3959         * scripts/convert-ly.py (conv): \harmonic rule
3960
3961         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3962         notation for harmonic notes: <c' g''\harmonic>
3963
3964         * lily/lily-guile.cc (alist_to_hashq): new function
3965
3966         * scm/lily.scm (alist->hash-table): new function.
3967
3968         * Documentation/user/refman.itely (Percussion staves): update doco.
3969
3970         * input/regression/drums.ly (timb): updates
3971
3972         * lily/note-performer.cc (create_audio_elements): robustness fix.
3973
3974         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3975
3976 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3977
3978         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3979         discard valid matches.
3980
3981 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3982
3983         * lily/drum-note-engraver.cc: new file.
3984
3985         * ly/drumpitch-init.ly: move drum definitions
3986
3987         * scm/drums.scm: remove file.
3988
3989         * lily/*.cc: remove abort-event everywhere.
3990
3991         * lily/note-heads-engraver.cc (process_music): robustification.
3992
3993         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3994         robustification.
3995
3996         * lily/parser.yy (simple_element): add \drums mode.
3997         (simple_element): remove \pitchnames , \chordmodifiers. Use
3998         variables to store this. 
3999
4000         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4001         outside \notes.
4002
4003         * VERSION: release 2.1.18.
4004         
4005         * input/test: remove octave-duplicate.ly
4006
4007 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4008
4009         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4010
4011 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4012
4013         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4014         constructor from Music_iterator. Changes throughout.
4015
4016         * lily/include/music-iterator.hh (class Music_iterator): remove
4017         Music_iterator::skip and Music_iterator::get_pending_events from
4018         interface. Rename report_to -> get_outlet 
4019
4020         * lily/auto-change-iterator.cc: move contents from
4021         new-auto-change-iterator.cc from
4022
4023         * scm/part-combiner.scm: determine split-list from Scheme. 
4024
4025         * lily/new-auto-change-iterator.cc (process): new file.
4026
4027         * lily/parser.yy (part_combined_music): remove old PC cruft.
4028
4029         * ly/engraver-init.ly: remove old
4030         PC cruft.
4031
4032         * Documentation/user/refman.itely (The Lyrics context): note about
4033         extender lines.
4034
4035         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4036         to allow 0-length mmrest events.
4037
4038         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4039
4040         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4041
4042         * lily/spacing-engraver.cc (finalize): robustifications.
4043
4044         * input/regression/new-part-combine-solo-global.ly: new file.
4045
4046         * scm/part-combiner.scm: rewrite.
4047
4048 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4049
4050         * Documentation/user/refman.itely, input/puer-fragment.ly,
4051         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4052         updated for proper use of lyricsto; replaced "(" and ")" ->
4053         "\melisma" and "\melismaEnd"
4054
4055         * input/test/ancient-font.ly: small updates to reduce compile
4056         warnings (TODO: junk this file)
4057
4058         * input/test/gregorian-scripts.ly: added comment about bug
4059
4060         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4061         tiny robustness fix
4062
4063         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4064         recent changes in the feta code); temporarily mapped mensural g
4065         clef to a copy of petrucci g clef until mensural g clef will have
4066         been rewritten
4067
4068         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4069         between mensural and neo-mensural heads (this broke quite a while
4070         ago)
4071
4072         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4073
4074 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4075
4076         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4077         indication.  Fixes for verbatim, multi line comments.
4078
4079 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4080
4081         * input/regression/new-part-combine-solo.ly: more cases.
4082
4083         * lily/slur.cc (height): robustness fix.
4084
4085         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4086
4087         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4088         stemUp/stemDown.
4089
4090         * scm/music-functions.scm (determine-split-list): further analysis.
4091
4092         * lily/script-engraver.cc (try_music): discard duplicate
4093         articulations.
4094
4095         * input/regression/new-part-combine-solo.ly: new file
4096
4097         * input/regression/new-part-combine-a2.ly: new file.
4098
4099         * ly/performer-init.ly: add Devnull
4100
4101         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4102         for \musicglyph #"accidental-*"
4103         (conv): \newpartcombine rule.
4104
4105 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4106
4107         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4108
4109 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4110
4111         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4112         textwidth, --output.
4113
4114 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4115
4116         * scm/new-markup.scm (doubleflat): add accidental markups.
4117
4118         * VERSION: release 2.1.17
4119         
4120         * Documentation/user/refman.itely (Automatic part combining):
4121         revise documentation of the part-combiner.
4122
4123         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4124         
4125         * input/test/part-combine-{moment,staff}.ly: remove file.
4126
4127         * input/regression/pc-mmrest.ly (two): remove file.
4128
4129         * scm/define-music-types.scm (music-descriptions): add
4130         Solo{One,Two}Event and UnisonoEvent
4131
4132         * lily/new-part-combine-iterator.cc (unisono): add state_
4133         variable, signal changes with part-combine-event.
4134
4135         * input/regression/new-part-combine-text.ly: new file.
4136
4137         * lily/part-combine-engraver.cc: new file.
4138
4139 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4140
4141         * scripts/filter-lilypond-book.py: Handle snippet options.
4142
4143 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4144
4145         * scm/music-functions.scm (determine-split-list): detect solo1/2
4146         and unisono.
4147
4148         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4149         revert fix, document why.
4150
4151         * lily/tie-performer.cc (process_music): new function. Set melisma
4152         property.
4153
4154         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4155         always smaller than bracket size.
4156         (make_bracket): oops. Size of the gap was off by factor 2
4157
4158         * input/test/text-rotate.ly: new file.
4159
4160         * scm/new-markup.scm (markup): a macro that provides a
4161         LilyPond-like syntax in scheme for building markups, in order to
4162         help markup command definition. (Nicolas Sceaux)
4163
4164         * input/test/lyrics-skip-notes.ly: new example.
4165
4166         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4167
4168         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4169         use is_alias() iso. == . This fixes lyrics on
4170         GregorianTranscriptions. 
4171
4172 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4173
4174         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4175         \thispagestyle{lastpage} to avoid that it's printed on the second
4176         last page when there's only a single score line on the last page.
4177         (The page breaking mechanism in TeX played some ugly tricks to us.)
4178
4179 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4180
4181         * scripts/filter-lilypond-book.py: Further development.
4182
4183         * input/regression/collision-dots-move.ly: New test.
4184
4185         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4186         hand side note head of non-merged collision to the right.
4187
4188         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4189         Construct children before accessing property from emtpy
4190         lyrics_context_.
4191         (construct_children): Find thread before finding LyricsVoice.
4192         Create LyricsVoice one if none found, fixes crash (thanks Erik
4193         Sandberg).
4194
4195 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4196
4197         * cygwin/: Forward port.
4198
4199 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4200
4201         * buildscripts/install-info-html.sh: Use Bash.
4202
4203         * cygwin/mknetrel: Patch from Bert.
4204
4205 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4206
4207         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4208
4209         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4210         try to copy *png, index.html (Bertalan Fodor).
4211
4212         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4213
4214 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4215
4216         * lily/note-collision.cc (check_meshing_chords): Do not remove
4217         dots (from down head) when merging similar heads (thanks Matthias
4218         Kilian).  Simplify merge_possible tests and other cleanups
4219
4220         * input/regression/collision-merge-differently-dotted.ly: Add test
4221         for disappearing dots on similar heads for both voices.
4222
4223 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4224
4225         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4226         that tagline overrides copyright for single page scores. Correct
4227         the default tagline value.
4228
4229 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4230
4231         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4232
4233 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4234
4235         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4236         TEXMF if it's previously unset.
4237
4238 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4239
4240         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4241
4242         * input/test/trills.ly: fix the unfolding of lineprall.
4243
4244         * input/test/figured-bass-alternative.ly: fix accidental.
4245
4246 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4247
4248         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4249         
4250         * input/no-notation/dos-guile.ly: 
4251         * input/no-notation/dos-ps.ly: 
4252         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4253         
4254         * input/no-notation/safe-include.ly:
4255         * input/no-notation/safe-guile.ly:
4256         * input/no-notation/safe-ps.ly: 
4257         * input/no-notation/safe-tex.ly: New file.
4258
4259         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4260         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4261         options now.
4262         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4263         When in --safe-mode, set environment openout_any=p[aranoid].
4264
4265         * tex/ltest.tex: 
4266         * tex/lilyponddefs.tex: Add \nofiles.
4267
4268         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4269         options.
4270
4271         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4272         This allows building the user manual using a binary installation
4273         and a matching unpacked source tree.
4274
4275         * scm/lily.scm (safe-module): New variable. 
4276
4277         * lily/includable-lexer.cc (new_input): Fix error messages.
4278
4279         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4280         If SAFE, evaluate in safe-module.  Change callers.
4281
4282         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4283
4284         * lily/lexer.ll (embedded_scm): While processing main-input,
4285         invoke ly_parse_scm with safe mode if running in safe-mode.
4286         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4287         in init.ly for safe-mode.
4288
4289 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4290
4291         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4292         compatibility with old versions of geometry.sty (compat2
4293         already implied includehead).
4294         Change the page layout slightly so bottom + footskip = top +
4295         headheight + headsep = 16mm, the remaining paperheight-32mm
4296         are used for the music. Increase footskip to 5mm, so the top of
4297         the footer text doesn't touch the music.
4298
4299 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4300
4301         * VERSION: release 2.1.16
4302         
4303         * scm/music-functions.scm (determine-split-list): bugfix: only use
4304         new-active for both voices if both indexes advance. This fixes the
4305         biggest outstanding problem with new-pc. 
4306
4307         * lily/new-part-combine-iterator.cc (construct_children): set more
4308         directions.
4309
4310 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4311
4312         * scripts/convert-ly.py (conv): add instrument rule.
4313
4314         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4315
4316         * lily/side-position-interface.cc: remove add_staff_support ()
4317         Change all callers to use staff-padding.
4318
4319         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4320         make_spanner().
4321
4322         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4323
4324         * lily/text-engraver.cc: remove scriptHorizontal property.
4325
4326         * lily/beam.cc (least_squares): also set least-squares-dy for
4327         special case of slanted 2-stem beam to center.
4328
4329         * lily/side-position-interface.cc (out_of_staff): move contents of
4330         out_of_staff into aligned_side.
4331         remove out_of_staff().
4332
4333         * input/regression/measure-grouping.ly: fix warning.
4334
4335         * lily/side-position-interface.cc: add staff-padding support to
4336         Side_position_interface::aligned_side.
4337
4338         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4339         one get_property too many.
4340
4341         * flower/include/drul-array.hh (linear_combination): new function
4342         (scale_drul): new function
4343
4344         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4345         operations on empty intervals are silly.
4346
4347 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4348
4349         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4350         (iso gh_scm2int), fixes crash in new part-combiner.
4351
4352         * configure.in: Up mftrace to 1.0.27.
4353
4354 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4355
4356         * VERSION: release 2.1.15
4357         
4358         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4359         align all stanza numbers.
4360
4361 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4362
4363         * Documentation/user/{introduction.itely,refman.itely,
4364         converters.itely}: fix some text inside parentheses; text should
4365         be readable (even) if parentheses are either replaced with commas 
4366         or dropped out.
4367
4368 2004-01-25  Werner Lemberg  <wl@gnu.org>
4369
4370         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4371         input/test/vaticana.ly, input/test/ancient-font.ly,
4372         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4373         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4374         ly/params-as-init.ly, scm/define-grobs.scm,
4375         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4376
4377         * ly/params-as-init.ly: Removed.  Obsolete.
4378         * buildscripts/lilypond.words.py: Updated.
4379
4380 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4381
4382         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4383
4384         * mf/feta-din{4,5,7,9}.mf: remove.
4385         
4386         * lily/engraver.cc (internal_make_item): centralize item/spanner
4387         factory.
4388
4389         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4390         do correct chord conversion for ^"sim."  (backportme)
4391         (FatalConversionError.sub_articulations): substitute ^"foo" in
4392         chords too. (backportme)
4393
4394         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4395         for Fingering.
4396
4397         * lily/side-position-interface.cc (out_of_staff): don't do
4398         anything if staff-padding not defined. 
4399
4400         * mf/feta-params.mf (stafflines): introduce linethickness as
4401         general blackness of the font.
4402
4403         * lily/stem.cc (position_noteheads): rounding error robustness.
4404
4405         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4406         from beam-collision.ly 
4407
4408         * lily/beam.cc (rest_collision_callback): remove direction.
4409
4410         * scm/define-grobs.scm (all-grob-descriptions): remove
4411         enclose-bounds in OttavaBracket and PianoPedalBracket
4412
4413         * scm/new-markup.scm (def-markup-command) new macro, which takes
4414         care of defining the COMMAND-markup and make-COMMAND-markup
4415         procedures, setting markup-signature and keyword-signature object
4416         properties, and pushing the markup command in
4417         markup-function-list.
4418
4419         All markup commands are defined thanks to it.  Users may also use
4420         it to define their own markup commands. (Nicolas Sceaux)
4421
4422         * scm/new-markup.scm: Scheme style clean-up: there should be no
4423         parenthesis alone on a line; LET* should not be used where LET is
4424         enough. (Nicolas Sceaux)
4425
4426 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4427
4428         * scripts/filter-lilypond-book.py: Add script.
4429
4430 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4431
4432         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4433
4434 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4435
4436         * Documentation/user/refman.itely (Fingering instructions): add
4437         single note chords. 
4438
4439         * lily/multi-measure-rest-engraver.cc: use a single
4440         MultiMeasureEvent for mm rests. This prevents problems with the
4441         new part combiner.
4442
4443         * scm/music-functions.scm (determine-split-list): analysis has
4444         global effect: a difference halfway a phrase makes the entire
4445         phrase be typeset as apart.
4446         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4447
4448 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4449
4450         * ly/performer-init.ly: add Devnull.
4451
4452         * Documentation/user/refman.itely (Font selection): remove paper20
4453         ref.
4454         
4455 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4456
4457         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4458
4459 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4460
4461         * scm/music-functions.scm (determine-split-list): bugfixes.
4462
4463         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4464
4465         * input/test/scales-greek.ly: use C as base, results in different
4466         alterations at the clef.
4467
4468         * input/regression/pedal-ped.ly: new file.
4469
4470         * input/regression/pedal-bracket.ly: new file.
4471
4472         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4473         replace after_line_breaking()
4474
4475         * lily/line-interface.cc (line): read thickness.
4476         (line): dash-fraction = 0 always for dotted-line style.
4477
4478         * input/test/staff-lines.ly (lower): bugfix.
4479
4480         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4481         \accepts Devnull into Score.
4482
4483         * scm/lily.scm: remove bla.scm load.
4484
4485 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4486
4487         * VERSION: release 2.1.14
4488         
4489         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4490
4491         * lily/side-position-interface.cc (general_side_position): add
4492         Staff_symbol_referencer::staff_space ().
4493
4494         * lily/include/context-def.hh: rename from translator-def.hh
4495
4496 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4497
4498         * input/template/piano-dynamics.ly (pedal): Updated definition of
4499         Dynamics such that \cresc works, for example.
4500
4501 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4502
4503         * lily/stem.cc (calc_stem_info): use
4504         Staff_symbol_referencer::staff_space
4505
4506         * lily/beam-quanting.cc (quanting): scale Stem_info 
4507
4508         * lily/beam.cc (rest_collision_callback): use minimum-distance
4509         property for rest/beam collisions.
4510         (rest_collision_callback): bugfixes.
4511
4512         * lily/system.cc (post_processing): extra-offset is now relative
4513         to the size of the current staff.
4514
4515         * scm/music-functions.scm (notice-the-events-for-pc): record all
4516         voices, only analyze "one" and "two".
4517
4518         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4519         not parent. 
4520
4521         * lily/new-part-combine-iterator.cc (construct_children): create
4522         Devnull from Voice context
4523
4524         * scm/music-functions.scm (determine-split-list): bugfixes.
4525
4526         * lily/lily-guile.cc (robust_scm2int): new function
4527
4528         * lily/staff-symbol-referencer.cc (line_thickness): new
4529         function. Use throughout.
4530
4531         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4532         in its own context.  Add to preset font-size.
4533
4534         * lily/stem.cc (thickness): new function.
4535
4536         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4537         compute thickness from ledger-line-thickness.
4538
4539         * lily/note-head.cc (brew_ledger_lines): use
4540         Staff_symbol::get_ledger_line_thickness ().
4541
4542         * lily/beam.cc (rest_collision_callback): use
4543         Staff_symbol_referencer::staff_space().
4544
4545         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4546         Mus1 Mus2
4547
4548         * lily/include/translator.hh (class Translator): add accepts_list_
4549         so  \with { \denies / \accepts } also works.
4550
4551         * scm/music-functions.scm (determine-split-list): determine split
4552         list from music events.
4553
4554         * lily/new-part-combine-iterator.cc: more states.
4555
4556         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4557
4558 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4559
4560         * lily/system.cc (set_loose_columns): use the right prebroken cols
4561         for interpolating loose column position.
4562
4563         * lily/text-spanner.cc (brew_molecule): default to no vertical
4564         lines.
4565
4566         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4567         take space.
4568
4569         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4570
4571 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4572
4573         * scripts/convert-ly.py: Do not test filename when processing
4574         stdin.
4575
4576         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4577
4578 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4579
4580         * lily/axis-group-engraver.cc (finalize): extra check; if
4581         process_music () is never called, then staffline_ == 0.
4582
4583         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4584         check run_always ().
4585         
4586         * VERSION: release 2.1.13
4587
4588         * input/regression/note-head-style.ly (pattern): cleanup.
4589
4590         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4591         downloading.
4592
4593         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4594         kludge rehearsalmark placement.
4595
4596         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4597         , ly:spanner?
4598
4599         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4600         close to note head for accidentals.
4601
4602         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4603         tuplet direction.
4604
4605         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4606
4607 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4608
4609         * lily/include/music-iterator.hh (class Music_iterator): add
4610         substitute_outlet() to iterator API.
4611
4612         * lily/new-part-combine-iterator.cc (construct_children):
4613         New_pc_iterator: new class, better part combining.
4614
4615         * lily/tie-column.cc (werner_directions): new function
4616
4617         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4618
4619         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4620         empty objects group spanner as parent
4621
4622         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4623         slope against graphical slope.
4624
4625         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4626         for ottava bracket.
4627
4628         * lily/side-position-interface.cc (general_side_position):
4629         opps. reinstate *dir.
4630
4631         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4632         parser run.
4633
4634         * lily/tuplet-bracket.cc: remove calc_dy ().
4635
4636         * Documentation/user/refman.itely (Balloon help): document balloon
4637         help
4638
4639 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4640
4641         * scm/document-backend.scm (check-dangling-properties): Grob
4642         properties are defined define-grob-properties.scm.
4643         
4644 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4645         
4646         * VERSION: release 2.1.12
4647
4648         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4649         ChordName
4650
4651         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4652         relation to surroundings.
4653
4654         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4655         Y-extent to the note-extents: stay clear of the staff.
4656
4657 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4658
4659         * Documentation/user/GNUmakefile
4660         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4661         iso. copy.
4662
4663         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4664
4665         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4666
4667         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4668
4669         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4670
4671         * lily/line-interface.cc (line): remove thickness from calling interface.
4672
4673         * lily/hairpin.cc: use Line_interface
4674
4675         * lily/line-interface.cc: new file. Line_interface for everything
4676         with dotted/dashed lines.
4677         
4678
4679         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4680
4681         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4682         for constructing ottava brackets.
4683         
4684         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4685         the note heads.
4686
4687         * Documentation/user/internals.itely (Engravers and performers):
4688         fix broken link.
4689
4690         * scm/music-functions.scm (make-mark-set): new function.
4691
4692         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4693         functionally identical to beam.
4694
4695         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4696         () with beam (). 
4697
4698         * Documentation/user/refman.itely (Rehearsal marks): document new
4699         functionality.
4700
4701         * input/regression/rehearsal-mark-number.ly: new file.
4702
4703         * input/regression/rehearsal-mark-letter.ly: new file.
4704
4705         * scm/translation-functions.scm (number->mark-string): new function
4706         (format-mark-letters): new function
4707         (format-mark-numbers): new function
4708
4709         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4710         integer; formatting is done through markFormatter property.
4711         
4712         * scm/define-translator-properties.scm: fold all *-done properties
4713         into positioning-done.
4714
4715         * lily/beam.cc (position_beam): new function
4716         (brew_molecule): make sure that positions are calced before making
4717         the molecule.
4718
4719         * scm/output*.scm (beam):  take 4th argument for function.
4720
4721         * ps/music-drawing-routines.ps: take blot as 4th argument.
4722
4723         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4724         stem to avoid small dents.
4725         
4726 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4727
4728         * VERSION: release 2.1.11
4729
4730         * input/regression/balloon.ly: new file.
4731
4732         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4733         objects, and make help texts. 
4734
4735         * scm/new-markup.scm (parse-simple-duration): parse duration
4736         string to log & dots. (Thanks Nicolas!)
4737
4738         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4739         rule.
4740
4741 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4742
4743         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4744         Lemberg).
4745
4746         * THANKS: alphabetic order.
4747
4748 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4749
4750         * input/regression/note-head-harmonic.ly: new file.
4751
4752         * Documentation/user/internals.itely (Technical manual): explain
4753         difference between music, translation, layout.
4754
4755         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4756
4757         * scm/output-ascii-script.scm (bracket): rounding bfs.
4758
4759         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4760
4761         * ly/paper*.ly: remove files. 
4762         
4763         * scm/paper.scm (set-staff-size): new function: set default
4764         staff-size.
4765
4766         * scripts/convert-ly.py (conv): add conversion rule.
4767
4768         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4769         function.
4770
4771         * scm/paper.scm: new file.
4772         (set-staff-size): new function 
4773         (set-paper-size): new function
4774
4775         * lily/parser.yy (music_output_def_body): restructure definition,
4776         so first Scheme statement in \paper also happens in new scope. 
4777
4778         * lily/system.cc (post_processing): move uniquify_list () to
4779         dumping molecule stage.
4780
4781         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4782         this will mess up scores that use barchecks to shorten measures.
4783
4784         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4785         at 20pt too.
4786
4787         * Documentation/user/tutorial.itely (Printing lyrics): document
4788         \lyricsto
4789
4790         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4791
4792         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4793
4794         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4795         if Voice is not found.
4796
4797         * VERSION: release 2.1.10
4798         
4799         * input/{test,regression}/: remove old-relative 
4800
4801         * lily/lexer.ll: add empty markup signature. 
4802
4803         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4804         strut markup
4805
4806         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4807
4808         * scm/define-translator-properties.scm: update melismata property
4809         doco.
4810
4811         * lily/system.cc (output_lines): revert uniquify_list() patch,
4812         strange side effects seen.
4813         
4814         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4815         dash-period < 0.
4816
4817         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4818         for flute. 
4819
4820 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4821
4822         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4823
4824         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4825
4826         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4827         of line breaks.
4828         (brew_molecule): add padding to left, not right.
4829
4830         * lily/system.cc (uniquify_list): new function
4831         (output_lines): uniquify_list () on all-elements. This fixes
4832         double symbols in the output.
4833
4834         * lily/beam.cc (rest_collision_callback): don't move anything if
4835         staff-position is set.
4836
4837         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4838
4839         * lily/system.cc (typeset_grob): warn if adding twice.
4840
4841         * lily/sequential-iterator.cc (run_always): implement run_always().
4842         (also in other files.)
4843         
4844         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4845
4846         * lily/event.cc (to_relative_octave): add octave-check.
4847
4848         * Documentation/user/refman.itely (Line breaking): add noBreak.
4849
4850         * scm/new-markup.scm (normalsize-markup): add function.
4851         (sans-markup): new function.
4852
4853         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4854         come earlier nowadays.  This fixes beams on grace notes.
4855         
4856         * scm/music-functions.scm (direction-polyphonic-grobs): new
4857         variable, share between override and revert. This fixes script
4858         directions in polyphonic sections. (backportme)
4859
4860 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4861
4862         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4863         breakpoints.
4864
4865         * lily/break-align-interface.cc: add doco
4866
4867         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4868
4869 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4870
4871         * VERSION: release 2.1.9
4872
4873         * scm/document-markup.scm (markup-doc-node): add note about naming.
4874
4875         * scm/new-markup.scm (left-align-markup): bugfix. 
4876
4877         * Documentation/user/refman.itely (Ottava brackets): more doco for
4878         ottava.
4879
4880         * lily/side-position-interface.cc (out_of_staff): also do
4881         out_of_staff() correctly for d == DOWN.
4882
4883         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4884         horizontal line if they move to the right.
4885         
4886         * scm/define-grobs.scm (all-grob-descriptions): set
4887         text-repeat-if-broken for ottava spanner
4888
4889         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4890         property.
4891
4892         * mf/feta18.mf: design size is 18 not 22.5
4893
4894         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4895         Add a single LyricsVoice to a melody. Melismata may be set
4896         individually.
4897
4898         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4899
4900         * lily/dot-column.cc: add stdio.h
4901
4902 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4903
4904         * lily/item.cc: documentation for break-visibility (Thanks, John).
4905
4906 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4907
4908         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4909
4910         * lily/translator-def.cc: rename Translator_def to Context_def.
4911
4912         * Documentation/user/internals.itely (Lexical details): clarify
4913         string def.
4914
4915         * Documentation/user/refman.itely (Rhythmic music): add link to
4916         RhythmicStaff 
4917
4918 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4919
4920         * lily/translator.cc: document start_translation_timestep()
4921
4922         * scm/output-tex.scm (tex-encoded-fontswitch): use
4923         round for rounding (inexact->exact yields rationals)
4924
4925         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4926
4927         * lily/translator-group.cc (get_simple_trans_list): 
4928         new function; construct simple_trans_list_ lazily.
4929         
4930 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4931
4932         * lily/paper-outputter.cc (output_scope): Check if number before
4933         checking exact (guile cvs).
4934
4935         * scm/*: Escape backslashes in scheme strings (guile cvs).
4936
4937 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4938
4939         * Documentation/user/refman.itely (Tablatures basic): annotate
4940         seealso sections.
4941
4942         * lily/*.cc: cleanup of engraver initialize() functions.
4943
4944         * lily/repeat-acknowledge-engraver.cc
4945         (start_translation_timestep): remove first_b_
4946
4947         * lily/tab-note-heads-engraver.cc: listen to string number events
4948         inside < > too. (backportme).
4949
4950         * Documentation/user/refman.itely (Text scripts): add fatText to
4951         index.
4952
4953 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4954
4955         * VERSION: 2.1.8
4956
4957         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4958         footer.
4959
4960         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4961
4962         * lily/bar-check-iterator.cc (process): only warn if
4963         barCheckLastFail was changed.
4964
4965         * scm/define-translator-properties.scm (barCheckLastFail): add
4966         property.
4967
4968         * lily/main.cc (main_prog): print summary of failed files.
4969
4970         * lily/axis-group-engraver.cc: move all spanner creation to
4971         process_music (). Now staffs can be adjusted with \override too.
4972         (Jan, you are a brilliant programmer!)
4973         
4974         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4975
4976 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4977
4978         * Documentation/user/tutorial.itely (Integrating text and music):
4979         Show the commands to produce a PDF as well.
4980
4981 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4982
4983         * lily/translator-def.cc (get_translator_names): accept user
4984         tweaks too. 
4985
4986         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4987         as big as normal heads. 
4988
4989         * input/*ly: run convert-ly
4990         
4991         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4992         () if dependencies are fluked.
4993
4994         * scm/document-translation.scm (engraver-doc-string): update on
4995         latest string/symbol conventions.
4996
4997         * lily/translator-ctors.cc: use Scheme_hash_table.
4998
4999         * lily/translator-def.cc (get_translator_names): new function
5000         (add_context_mod): new function
5001         (get_accepted): new function
5002
5003         * lily/parser.yy (context_mod): put all modifications of
5004         \translator { } in a single production, encode as SCM.
5005
5006         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5007         to use read-only lists, so additions to the definition can be
5008         prepended easily.  
5009
5010         * Documentation/user/invoking.itexi (Editor support): add node on
5011         editor support.
5012
5013         * Documentation/user/refman.itely (Bar check): add lyrics example
5014         of bar checks. 
5015
5016         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5017
5018         * scripts/convert-ly.py (conv): add conversion rule.
5019
5020         * lily/parser.yy: use \change iso. \translator for staff switch.
5021
5022         * lily/my-lily-lexer.cc: add \change.
5023
5024         * scm/define-translator-properties.scm
5025         (default-melisma-properties): add definition.
5026
5027 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5028
5029         * Documentation/user/refman.itely (Bar lines): clarification of
5030         systemStartDelimiter. 
5031
5032         * input/test/slur-shape.ly (x): remove file.
5033
5034         * lily/translator-group.cc (apply_property_operations): new function.
5035
5036 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5037
5038         * lily/parser.yy (optional_prop_ops): allow \with {
5039         PROPERTYSETTINGS } following \context or \new.
5040
5041         * lily/my-lily-lexer.cc: add \with.
5042
5043         * lily/parser.yy (property_operation): clean up definition of
5044         property operations.
5045         (property_op_to_music): new function.
5046         (context_spec_music): new function
5047
5048         * VERSION: 2.1.7 released.
5049         
5050         * input/regression/collision-merge-dots.ly: new file.
5051
5052         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5053         then kill the dots too. 
5054
5055         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5056         set/unset breakableSeparationItem
5057
5058         * lily/separation-item.cc (relative_width): add function.
5059
5060         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5061         only-prebreak-interface
5062
5063         * lily/system.cc (output_lines): only junk only-prebreak-interface
5064         grobs.
5065
5066         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5067         read breakableSeparationItem
5068
5069         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5070
5071         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5072
5073         * lily/dot-column.cc (dot_config_badness): new function:
5074         select the best scoring dot configuration: dots should go close to
5075         the note heads, but be shifted up or down according to conventions.
5076         (print_dot_configuration): idem.
5077         (shift_one): idem
5078         (remove_collision): idem.
5079
5080         * input/regression/dots.ly: add more test cases.
5081
5082 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5083
5084         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5085
5086         * flower/include/interval.hh: rename elem_b to contains 
5087
5088         * lily/tie.cc: change 'heads to 'head-pair.
5089
5090         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5091         fill in 'heads field.
5092
5093         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5094         minimum-length for short ones, and shorten so collisions with the
5095         next syllable are avoided.
5096
5097         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5098         near-zero slopes.
5099         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5100
5101         * lily/dots.cc: remove quantized_position callback. All Y
5102         positioning is done by dot-column.cc
5103
5104         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5105         exhaustive test of all dot positions. This fixes disappearing dots
5106         in dotted chords.
5107
5108 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5109
5110         * mf/feta-klef.mf (test_staff): fatten up G clef
5111         (test_staff): fatten up f clef.
5112         
5113
5114 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5115
5116         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5117         * input/les-nereides.ly: Use latin1 characters for title, like
5118         Morgenlied.
5119
5120 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5121
5122         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5123         cmb10).
5124
5125         * lily/lyric-extender.cc (brew_molecule): add little space before
5126         extender line.
5127
5128         * lily/beam-quanting.cc (score_forbidden_quants): check if
5129         outer stafflines fall in any beam gaps.
5130
5131         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5132         for lyric texts.
5133
5134 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5135
5136         * VERSION: 2.1.6 released.
5137
5138         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5139         this shows the demerits of a user-defined beam position pair.
5140
5141         * scm/define-grobs.scm (all-grob-descriptions): set
5142         beamed-extreme-minimum-free-lengths to a different value.
5143
5144         * lily/scm-option.cc: add debug-beam scm-option
5145
5146         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5147
5148 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5149
5150         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5151
5152         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5153         space after barline.
5154
5155         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5156
5157         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5158         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5159         the other case, take standard column-breakable spacing. Do not
5160         warn about "no spacing wishes".
5161
5162         This fixes wide spaces after barlines in very loose lines.
5163
5164         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5165
5166 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5167
5168         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5169         acknowledge_grob lyric-syllable, not lyric-text.
5170
5171         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5172         dashes of length #'length separated by #'dash-period. 
5173
5174         * lily/lyric-extender.cc (brew_molecule): idem
5175
5176         * lily/multi-measure-rest.cc (big_rest): idem
5177
5178         * lily/system-start-delimiter.cc (simple_bar): idem
5179
5180         * lily/bar-line.cc (simple_barline): use rounded box
5181
5182         * VERSION: release 2.1.5
5183
5184         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5185         music): move note about dvips to more visible place.
5186
5187         * lily/lyric-phrasing-engraver.cc: move from
5188         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5189         lyric-phrasing-engraver.hh)
5190         
5191         * lyric-align.ly: remove file
5192         
5193         * scripts/convert-ly.py (FatalConversionError.func): add removal
5194         rule for automaticMelismata
5195
5196         * ly/engraver-init.ly (ScoreContext): switch on
5197         New_phrasing_engraver by default.
5198
5199         * lily/slur-engraver.cc (class Slur_engraver):
5200         process_acknowledged_grobs -> process_music.
5201         (try_music): signal melismata correctly.
5202
5203         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5204         word-space, right-trim-amount, and extend past right bound only
5205         for note heads.
5206
5207         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5208         lyric-extender support: add note-heads to the extender
5209         automatically.
5210
5211         * lily/parser.yy: extender is now post_event. 
5212
5213         * lily/accidental-engraver.cc (number_accidentals): remove
5214         spurious warning about non-parent contexts.
5215
5216         * lily/music-output-def.cc (assign_translator): \translator { }
5217         for a Foo context implicitly redefines \FooContext.
5218
5219         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5220         fixes.
5221
5222         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5223         doubly in slur weight. 
5224
5225         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5226         combination.
5227
5228         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5229         staffbar distance.
5230
5231         * scripts/lilypond.py (global_latex_preamble): crank down size of
5232         the margins. Now there is a 12 mm top and bottom margin, which
5233         should correspond with the printable area of modern printers.
5234
5235         This enlarges the music height of the printable page a little.
5236
5237         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5238         signs. Use \markup instead.
5239         (accreg_pen): tweak for accordeon asterisk.
5240
5241 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5242
5243         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5244
5245         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5246
5247         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5248
5249         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5250
5251         * scm/define-grobs.scm (all-grob-descriptions): change
5252         StanzaNumber description: make side support, i.s.o. breakable.
5253         use Instrument_name_engraver for texts in the margin.
5254
5255         * scm/define-translator-properties.scm: remove
5256         melismaEngraverBusy, stz property.
5257
5258         * *.cc: naming: change empty_b () into is_empty ()
5259
5260         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5261
5262         * input/regression/lyric-phrasing-new.ly: new file.
5263
5264         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5265         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5266         melismata are now left-aligned.
5267
5268 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5269
5270         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5271
5272         * mf/feta19.mf: remove.
5273         
5274         * mf/feta-klef.mf (test_staff): more tweaks
5275
5276         * mf/feta-toevallig.mf: more small size tweaks.
5277
5278         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5279         rests for smaller sizes.
5280
5281         * mf/feta-bolletjes.mf: fix cross heads.
5282
5283         * VERSION: release 2.1.4
5284         
5285         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5286         deprecated #'ancient font family
5287
5288         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5289         it is a string or number.
5290
5291         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5292         change calling convention of stem-attachment function. 
5293
5294         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5295
5296         * mf/feta-autometric.mf: dump WX/WY fields too
5297         
5298         * mf/parmesan-heads.mf: idem.
5299
5300         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5301         attachment coordinates.
5302
5303         * lily/note-head.cc (stem_attachment_coordinate): read stem
5304         attachment from the notehead glyphs WX/WY fields.
5305
5306         * lily/include/font-metric.hh (struct Font_metric): add methods
5307         get_indexed_wxwy (), make a distinction between looking up by
5308         index and ASCII  
5309
5310         * mf/feta-bolletjes.mf: rewrite note head MF code.
5311         (test_outlines): make heads more rotund for smaller sizes. 
5312
5313 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5314
5315         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5316         throughout. Font scaling fixes throughout.
5317
5318         * mf/feta-sleur,slur.mf: remove. 
5319
5320         * mf/feta-slag.mf: rewrite.
5321
5322 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5323
5324         * VERSION: release 2.1.3
5325
5326         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5327
5328         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5329
5330         * lily/mark-engraver.cc (process_music): fix mark
5331         \default. (backportme)
5332
5333         * stepmake/stepmake/automatically-generated.sub.make (default):
5334         use -n for head/tail commands. 
5335
5336         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5337         heads with the same pitch.
5338
5339 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5340
5341         * lily/recording-group-engraver.cc (finalize): set protected_scm
5342         member to '() before finalizing.
5343
5344         * lily/translator-group.cc (finalize): remove removal_processing () 
5345
5346         * lily/recording-group-engraver.cc: new engraver: record
5347         synchronized start & end times for each music object.
5348
5349         * lily/parser.yy (toplevel_expression): execute score rendering
5350         during parsing. Cleanup output-filename handling; this is no
5351         longer done with global variables.
5352         (translator_spec_body): allow \type modification too.
5353
5354         * lily/score.cc:  ly:run-translator: new function
5355         (LY_DEFINE): ly:render-output new function.
5356
5357         Separate interpreting and rendering, and make available as
5358         functions at Scheme level.
5359
5360 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5361
5362         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5363         (musicxml-node->string):
5364         (xml-node->string):
5365         (music-to-musicxml): New function.
5366
5367 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5368
5369         * VERSION: 2.1.2 released
5370
5371         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5372
5373         * scm/font.scm (paper20-font-vector): discouple font design sizes
5374         from sizes specified in .ly file: store all design sizes of a font
5375         in a single vector.
5376
5377         * lily/font-select.cc (get_font_by_design_size): new function
5378
5379         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5380         add parmesan,feta in sizes 14 and 18.
5381         
5382         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5383
5384         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5385         of fontSize: this now sets font-size
5386
5387 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5388
5389         * VERSION: 2.1.1 released
5390         
5391         * Documentation/user/refman.itely (Tuning objects): add note about
5392         concurrent tweaks in different contexts. 
5393
5394         * lily/tie-engraver.cc (acknowledge_grob): use
5395         Staff_symbol_referencer::get_position iso. reading staff-position
5396         directly.
5397
5398         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5399         currentMusicalColumn as left span-point for bracket. The bracket
5400         is too long when there are accidentals.
5401
5402 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5403
5404         * buildscripts/lilypond-profile.sh,
5405         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5406         Thanks to Reuben Thomas <rrt@mupsych.org>
5407
5408 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5409
5410         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5411         Wurbel <wurbel@univ-tln.fr>.
5412
5413 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5414
5415         * scripts/midi2ly.py: Add space after chords.
5416
5417 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5418
5419         * input/regression/{many}: add few @code{ ... }.
5420
5421 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5422
5423         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5424         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5425         Removed cmbx5, cmbx6 (which are included in teTeX)
5426         and cmbxti14 which is not used in fonts.scm.
5427
5428 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5429
5430         * lily/midi-item.cc: fine tune quarter tones.
5431
5432 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5433
5434         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5435         new function, warn how many cents are missing in fine tuning.
5436
5437 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5438
5439         * input/bugs/rhytmicstaff-tie.ly: add file.
5440
5441         * THANKS: Create skeleton for 2.1.
5442
5443 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5444
5445         * input/test/bar-lines.ly (TODO): dashed "|".
5446
5447 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5448
5449         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5450         input/regression/tie-chord.ly: Fix spell for tying.
5451
5452         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5453
5454         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5455         new file (renamed, see above).
5456
5457         * Documentation/user/lilypond-book.itely
5458         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5459         * input/example-1.ly input/example-2.ly input/example-3.ly
5460         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5461         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5462         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5463         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5464         * scripts/lilypond-book.py scripts/lilypond.py
5465         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5466         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5467
5468         * Documentation/user/lilypond.tely: update version.
5469
5470         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5471         Remove extra spaces in each @node, fixes spaces.
5472
5473 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5474
5475         * scripts/lilypond-book.py (output_dict): Add definition of
5476         \lilypondbook also for LaTeX output. Solves several bug reports.
5477
5478 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5479
5480         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5481
5482 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5483
5484         * input/test/transposition.ly: Fix key signatures, given in comments.
5485
5486 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5487
5488         * scm/midi.scm (instrument-names-alist),
5489         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5490
5491 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5492
5493         * input/test/temporary-stave.ly (texidoc): New example based on an
5494         email question from Ralph Little.
5495
5496 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5497
5498         * VERSION: release 2.1.0
5499         
5500         * lily/note-performer.cc (try_music): accept busy-playing-event.
5501
5502         * lily/swallow-perf.cc (try_music): return false for
5503         busy-playing-event and melisma-playing-event.
5504
5505 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5506
5507         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5508         >> in \score.
5509
5510 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5511
5512         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5513         that articulation_substitute will not move beam start again.
5514         (articulation_substitute): Bugfix: remove stray space so that new
5515         old chords ending '>>' does not get broken up.
5516         (sub_chord): Use TAB for indentation (not spaces).
5517         
5518         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5519         Bugfix for startup: Use ?^ instead of ?\^.
5520
5521 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5522
5523         * lily/lyric-combine-music-iterator.cc
5524         (Lyric_combine_music_iterator): change init order, to prevent GC
5525         segfaults.
5526
5527         * lily/context-specced-music-iterator.cc (construct_children): 
5528         only change  translator if found. This fixes a core dump problem.
5529
5530 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5531
5532         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5533         comparison.
5534
5535         * mf/feta-bolletjes.mf: make hole in half note little
5536         smaller for stem attachment.
5537
5538         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5539
5540         * mf/feta-banier.mf: don't draw stem with flag, just small square
5541         attachment.
5542
5543         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5544
5545         * mf/feta-banier.mf: remove upstem/downstem characters.
5546
5547         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5548
5549         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5550         stafflinethickness (in the default)
5551
5552         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5553
5554         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5555
5556         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5557
5558         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5559
5560         * lily/include/directional-element-interface.hh:
5561         junk class, make {get,set}_grob_direction functions.
5562
5563         * lily/slur.cc (get_attachment): do something sensible when
5564         attaching to stem without heads (eg. a rest).
5565
5566         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5567         forcing up to staff.  remove #'support-head property
5568         (brew_molecule): small cleanup.
5569         (flag): remove #'grace property.
5570
5571 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5572
5573         * cygwin/postinstall-lilypond.sh: 
5574         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5575         (Volker Zell).
5576
5577 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5578
5579         * scripts/lilypond-book.py: resurrect 'eps' option. 
5580         (TexiPaper.to_eps): use -Ppdf for EPS files.
5581
5582         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5583
5584         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5585
5586         * VERSION: release 2.0.1
5587
5588         * lily/bezier.cc (get_other_coordinate): change assert into
5589         warning.
5590
5591         * lily/note-head.cc (internal_brew_molecule): make left protusion
5592         smaller, to accomodate for natural sign.
5593         (internal_brew_molecule): only do this when the accidental is
5594         close enough.
5595         (extent): new function
5596
5597         * lily/skyline.cc (merge_skyline): new function
5598         (heighten_skyline): new function
5599
5600         * lily/accidental-placement.cc (position_accidentals) 
5601         (position_accidentals): fix todo.
5602
5603 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5604
5605         * input/test/+.ly (texidoc): put version number inline.
5606
5607         * GNUmakefile.in: remove rsync-web target.
5608         
5609         * input/regression/bar-scripts.ly (onestaff): raggedright
5610
5611 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5612
5613         * lily/*.cc: remove #if 0'd code in couple of places.
5614
5615         * lily/midi-stream.cc (operator <<): rewrite.
5616
5617         * lily/note-head.cc (internal_brew_molecule): 
5618         only make ledgers when the Staff symbol has lines.
5619
5620         * ly/property-init.ly (arpeggioBracket): simplify
5621
5622         * lily/translator-group.cc (execute_pushpop_property): use
5623         SCM_EQ_P for comparing keys. This fixes reverting
5624         auto-beam-settings.
5625
5626 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5627 *
5628         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5629         midi_debug_global_b.
5630         (operator <<): Normalise loop.
5631
5632 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5633
5634         * scripts/lilypond.py (escape_path): revise.
5635
5636         * scm/music-functions.scm (set-output-property): new function.
5637         
5638 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5639
5640         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5641         use addmakeflags again.
5642
5643         * cygwin/lily-wins.py (escape_shell): New function; use it.
5644
5645         * scripts/lilypond.py (escape_shell): Escape quotes and other
5646         spaces too.  Do not escape escaping backslashes.
5647
5648         * make/srcdir.make.in (web-install): Must call install-WWW now.
5649
5650         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5651         dependency
5652
5653 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5654
5655         * scripts/lilypond.py (escape_path): escape quotes too. 
5656
5657         * Documentation/user/lilypond.tely (Unified index): rename Index
5658         to accomodate Windows breakage.
5659
5660         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5661
5662         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5663         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5664         target not a source.
5665
5666 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5667
5668         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5669         addmakeflags.  Build and install doc and web also when building on
5670         Cygwin.
5671
5672         * mf/GNUmakefile: Bugfix.
5673
5674         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5675         target web.
5676
5677         * cygwin/lily-wins.py: Quote filename.
5678
5679 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5680
5681         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5682
5683 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5684
5685         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5686         settings.
5687
5688         * configure.in: Require g++ > 3.0.4.
5689
5690         * mf/GNUmakefile: Bugfix: Add list.ly target.
5691         
5692         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5693
5694         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5695         make omf directory, add uninstall targets.
5696
5697 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5698
5699         * lily/tie-performer.cc (initialize): init prev_event
5700
5701         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5702
5703         * lily/script-engraver.cc (make_script_from_event): don't crash on
5704         non-string articulation-type.
5705
5706         * lily/new-fingering-engraver.cc (add_script): don't crash on
5707         0 scripts 
5708         (acknowledge_grob): warn about text script events.
5709
5710 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5711
5712         * buildscript/lilypond.words: fix path for drums.scm.
5713
5714 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5715
5716         * lily/spacing-spanner.cc (note_spacing): don't make longer
5717         durations than measure-length.
5718
5719         * VERSION: release 2.0.0
5720
5721         * GNUmakefile.in (rsync-web): version independent rsync target.
5722
5723         * input/test/+.ly (texidoc): idem.
5724
5725         * input/regression/+.ly: print version number.
5726
5727         * input/regression/accidentals.ly (mel): shorten.
5728
5729         * input/regression/accidental-octave.ly (texidoc): shorten.
5730
5731         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5732
5733         * input/regression/completion-heads-polyphony.ly: octave
5734
5735         * input/regression/beam-manual.ly: remove
5736
5737         * input/regression/beam-chord.ly: remove
5738
5739         * input/regression/grace-dynamic.ly: remove
5740         
5741         * input/regression/grace-volta-repeat.ly: octave fixes.
5742
5743         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5744
5745         * lily/parser.yy (step_number): semitones for chord entry too.
5746         (make_chord_step): more robust code, semitones. 
5747
5748         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5749
5750         * input/regression/breathing-sign.ly (texidoc): split ancient and
5751         normal breathing signs.
5752
5753         * scm/define-grobs.scm (all-grob-descriptions): swap
5754         beamed-extreme-minimum-free-lengths and
5755         beamed-minimum-free-lengths; the 'extreme' case should allow
5756         shorter stems. This fixes forced directions on beamed 32nd and
5757         shorter notes.
5758
5759         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5760         quartertones, not semitones.
5761         (NoteNamesContext): swallow more event types
5762
5763         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5764
5765         * VERSION (PACKAGE_NAME): release 1.9.10
5766
5767 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5768
5769         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5770         set note head as cause of note-column.  This gives a better error
5771         message.
5772
5773 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5774
5775         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5776
5777 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5778
5779         * mf/GNUmakefile (pfa_warning): instruct 
5780
5781         * stepmake/aclocal.m4: typo.
5782
5783         * Documentation/user/cheatsheet.itely: more verbose examples.
5784
5785         * input/regression/clefs.ly: remove bogus docstring.
5786
5787 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5788
5789         * GNUmakefile.in (SUBDIRS): Add elisp.
5790
5791         * elisp/lilypond-mode.el: 
5792         * elisp/lilypond-init.el: 
5793         * elisp/lilypond-indent.el: 
5794         * elisp/lilypond-font-lock.el: Move from top dir.
5795
5796         * stepmake/stepmake/elisp-vars.make: New file.
5797
5798         * config.make.in (elispdir): Add.
5799
5800         * Documentation/topdocs/INSTALL.texi: Typo.
5801
5802         * make/ly-rules.make: Test for files instead of touching void and
5803         ignoring errors.
5804
5805         * GNUmakefile.in:
5806         * make/lilypond.redhat.spec.in:
5807         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5808         <builddir>, adding
5809         
5810              (push "<builddir>/share/lilypond/elisp" load-path)
5811
5812         to your ~/.emacs.el should give you LilyPond-mode again.
5813
5814         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5815         regexp for DOS/Windows, we are too paranoid to fix others.
5816
5817 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5818
5819         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5820
5821         * input/test/chord-names-jazz.ly (banterProperties): fix
5822
5823         * lily/parser.yy (bass_mod): bass figure alterations are semi
5824         tones, not quarter tones
5825
5826         * lily/beam.cc (set_stem_lengths): only lengthen stems
5827         for gapped beams.
5828
5829         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5830         by beamcount.
5831
5832         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5833         a warning that the warning may erroneous.
5834
5835         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5836         target.
5837
5838         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5839         targets.
5840
5841         * GNUmakefile.in ($(config_h)): config.h should depend on
5842         config.hh.in .
5843         (lilypond.words): remove fontball stuff.
5844
5845         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5846
5847         * configure.in: remove pktrace reference.
5848
5849         * GNUmakefile.in (rsync-web): permissions and ownership for
5850         website.
5851
5852         * lily/volta-engraver.cc (staff_eligible): new function.
5853         (stop_translation_timestep): kill off spanners if not eligible.
5854
5855         * VERSION (PATCH_LEVEL): release 1.9.9
5856
5857         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5858
5859         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5860         length is more important than forbidden quants.
5861         
5862 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5863
5864         * buildscripts/lilypond.words: order words in search order,
5865         add lilypond.words.vim to be generated.
5866
5867         * lilypond.vim: use lilypond.words.vim for keyword matching.
5868
5869         * lilypond-mode.el: use search order. fix word selection rules.
5870
5871         * lilypond-font-lock.el: fix fontifying long durations.
5872
5873         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5874
5875 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5876
5877         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5878
5879         * stepmake/stepmake/generic-targets.make:
5880         * stepmake/stepmake/bin/make-version.py: 
5881         * stepmake/aclocal.m4:
5882         * make/stepmake.make:
5883         * make/toplevel-version.make: Build fixes: remove last traces of
5884           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5885
5886         * lily/beam.cc: Add gap-count property.
5887
5888 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5889
5890         * scm/define-grob-properties.scm (gap-count): add gap-count
5891
5892         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5893
5894 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5895
5896         * cygwin/mknetrel.doc: Typo.
5897
5898         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5899
5900         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5901
5902 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5903
5904         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5905         sizes. Remove support for 'ledger'(=tabloid+landscape).
5906
5907 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5908
5909         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5910         sauter PFAs.
5911
5912         * configure.in: remove VERSION stuff once again.
5913
5914         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5915
5916         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5917         for chord names.
5918
5919         * mf/GNUmakefile: always trace pfa fonts.
5920         (SAUTER_FONTS): add cmss[567] too fonts
5921
5922         * configure.in: require mftrace. 
5923
5924         * lily/staff-performer.cc (new_instrument_string): don't look at
5925         instrument property.
5926
5927         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5928         is_direction is the C++ one. Similar for ly_axis_p and
5929         ly_number_pair_p
5930
5931 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5932
5933         * lily/beam.cc (brew_molecule): read gap-count to determine
5934         number of tremolo (gapped) beams.
5935
5936         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5937         shorter than 1/8
5938
5939         * flower/include/array.hh (default_compare): new function
5940
5941         * cygwin/mknetrel: Native fixes.
5942
5943         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5944
5945 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5946
5947         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5948         feature for Windows.
5949
5950         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5951
5952         * cygwin/mknetrel: Updates for native use on Cygwin.
5953
5954         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5955
5956         * stepmake/stepmake/help2man-rules.make: 
5957         * cygwin/mknetrel: Bugfix for manpages.
5958
5959         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5960         $(builddir).  Stepmake is a normal subdirectory now, that is not
5961         configured.  Another srcdir build fix.
5962
5963         * Documentation/topdocs/INSTALL.texi,
5964         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5965         lilypond-init.el, lilypond-mode.el, debian/rules,
5966         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5967         rename generated file lilypond.words to lilypond.words.el.
5968
5969 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5970
5971         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5972
5973         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5974         GNUmakefile.in.
5975
5976 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5977
5978         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5979         when cross building.
5980
5981         * configure.in: srcdir build fix.
5982
5983         * cygwin/GNUmakefile:
5984         * cygwin/lily-wins.py:
5985         * cygwin/postremove-lilypond.sh: 
5986         * cygwin/postinstall-lilypond.sh: Merge from stable.
5987
5988         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5989         s/ly2dvi/lilypond/.
5990
5991 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5992
5993         * lily/slur.cc (after_line_breaking): only set control points if
5994         none supplied yet.
5995
5996         * input/test/slur-manual.ly: new file.
5997
5998         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5999         <<  >> chords too.
6000
6001         * VERSION (PACKAGE_NAME): release 1.9.8
6002
6003         * scripts/lilypond.py (escape_path): escape spaces in directory names
6004
6005         * input/test/text-spanner.ly: fixes.
6006
6007 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6008
6009         * buildscripts/lilypond.words.py: add drum names as note names to
6010         Emacs-mode.
6011
6012 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6013
6014         * input/regression/hairpin-dashed.ly: new file.
6015
6016         * scripts/convert-ly.py (conv): warn about dash-length.
6017
6018         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6019         automatically if we get a new one.
6020
6021         * lily/lookup.cc (dashed_line): new function
6022
6023         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6024         dash-fraction.
6025
6026 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6027
6028         * buildscripts/lilypond.words.py: extract note names.
6029
6030         * lilypond-mode.el: take note names from lilypond.words -file.
6031         small fix in the use of string-match.
6032
6033         * lilypond-font-lock.el: use lilypond.words for note names, add 
6034         maxima to note a duration.
6035
6036 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6037
6038         * lily/breathing-sign.cc: remove railtracks() function. 
6039
6040         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6041
6042         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6043         (brew_molecule): bugfix don't make arpeggio shorter when
6044         arpeggio-direction is set.
6045
6046         *  debian/rules: small corrections in the (Pedro K)
6047
6048         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6049         examples.
6050
6051         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6052         special (repeat) bar comes along.
6053
6054         * input/regression/auto-beam-bar.ly: update.
6055
6056         * scripts/lilypond-book.py (output_dict): remove support for the
6057         EPS option.
6058
6059         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6060         VerticalAlignment and VerticalAxisGroup this fixes the size
6061         computations for the entire system.
6062  
6063         * input/les-nereides.ly (bass): remove superfluous fontSize.
6064
6065         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6066         causes directory of file to be added to include path.
6067
6068         * input/regression/beam-break.ly: test single stem beams.
6069
6070         * input/regression/system-start-bracket.ly: fix.
6071
6072         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6073
6074         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6075
6076         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6077         (score_stem_lengths): do something sensible for single stem beams.
6078
6079         * lily/beam.cc (least_squares): add kludge for single stem beams.
6080
6081         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6082         keySignature to list of broken things.
6083
6084         * input/regression/keys.ly: fix.
6085
6086         * VERSION (PACKAGE_NAME): release 1.9.7
6087
6088         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6089
6090         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6091
6092         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6093         (quartertone_pitch): new function
6094
6095         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6096         flat. WARNING: FONT CHANGED.
6097
6098         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6099
6100         * lily/accidental-placement.cc (add_accidental): support for
6101         quarter tones.
6102
6103         * ly/LANGUAGEs.ly: use symbols for alterations.
6104
6105         * mf/feta-toevallig.mf: change accidental codes. 
6106
6107         * scm/lily.scm (ly:get-option): switch on debugging only for
6108         --verbose.
6109
6110         * lily/lily-guile.cc: remove ly:verbose?
6111
6112         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6113
6114         * lily/parser.yy (TODO): only do gh_call() for apply with
6115         procedure argument.
6116
6117         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6118         stuff in accordance with new timing of tie-events.
6119
6120         * lily/my-lily-lexer.cc: remove \outputproperty
6121
6122         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6123
6124         * scm/define-translator-properties.scm (melismaBusyProperties):
6125         add melismaBusyProperties property.
6126
6127 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6128
6129         * input/test/ambitus-mixed.ly (texidoc): new file.
6130
6131         * buildscripts/mutopia-index.py (find): prune debugging
6132
6133         * lily/side-position-interface.cc: doc updates
6134
6135         * Documentation/user/refman.itely: updates, tweaks.
6136
6137         * lily/parser.yy (Simple_music): remove outputproperty
6138
6139         * make/stepmake.make: use VERSION again; importing VERSION via
6140         autoconf dependencies is too hairy.
6141
6142 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6143
6144         * lilypond-mode.el: allow `-' for keywords and identifiers.
6145
6146 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6147
6148         * VERSION: release 1.9.6
6149         
6150         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6151         iso. ly2dvi.
6152
6153         * Documentation/user/*.itely: fixes everywhere
6154
6155         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6156         produce ties from the engraver itself, do not broadcast TieEvent.
6157
6158         * lily/my-lily-lexer.cc: remove pitch & duration.
6159
6160         * lily/parser.yy (TODO): remove \pitch and \duration
6161
6162         * input/test/explicit.ly: remove file.
6163
6164         * Documentation/user/refman.itely (Pitches): remove \pitch 
6165         \duration command.
6166
6167 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6168
6169         * buildscripts/lilypond.words.py: add all slur types to Emacs
6170         insertion menu, suppose everything is postfixed by dropping 
6171         unnecessary `-' -marks.
6172
6173 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6174
6175         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6176         tremoloed stems.
6177
6178         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6179         head for flagged stems.
6180
6181         * lily/stem.cc (get_default_stem_end_position): futz with extra
6182         stem length if there is a stem tremolo.
6183
6184         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6185         it would be too small.
6186
6187         * lily/font-metric.cc: return #f for non-existent glyph.
6188         
6189         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6190         exported through config.make.
6191
6192         * input/regression/clef-oct.ly: new file.
6193
6194         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6195         transposition.
6196
6197         * input/template/*.ly: remove old relative.
6198
6199         * ly/english.ly: add X names for double sharp.
6200
6201 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6202
6203         * lily/font-select.cc: new file handle font selection routines.
6204
6205         * lily/parser.yy: add ; (Patrick Atamaniuk)
6206
6207         * input/test/time-signature-double.ly: use markups for double time
6208         sigs.
6209
6210         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6211         ChordNames.SeparationItem #'padding for adjusting space after chords.
6212         
6213         * lily/music-output-def.cc (LY_DEFINE): 
6214         new function ly:paper-lookup.
6215         
6216         * mf/parmesan-clefs.mf: use # quantities for char_box
6217         offsets. Fixes overflow errors in the PFA. 
6218
6219         * scm/new-markup.scm (strut-markup): change calling interface for
6220         markup. Pass paper-def, not grob. This would allow \markup to be
6221         used separately from grobs.
6222
6223         * lily/paper-def.cc: new function ly:paper-font; this function
6224         replaces ly:get-font.
6225
6226         * lily/include/font-interface.hh (struct Font_interface): take
6227         Paper_def iso. Grob for get_font().
6228
6229 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6230
6231         * Documentation/user/ tutorial.itely, refman.itely: add warning
6232         about \key and accidentals.
6233
6234 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6235
6236         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6237
6238         * Documentation/user/*.itely: manual tweaks
6239
6240 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6241
6242         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6243         cleanup; bugfix: exact_center
6244
6245         * Documentation/user/refman.itely: added more documentation on
6246         ambitus according to recent questions on lilypond-user list
6247
6248 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6249
6250         * input/regression/ottava.ly (texidoc): demo 15ma too.
6251
6252         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6253
6254         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6255         octave fixes.
6256
6257 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6258
6259         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6260         problems on older Mac editors.
6261
6262 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6263
6264         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6265
6266 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6267
6268         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6269         mf/parmesan-clefs.mf: added comments on character alignment and
6270         set_char_box() conventions
6271
6272         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6273         set_char_box()'s
6274
6275         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6276
6277 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6278
6279         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6280
6281 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6282
6283         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6284         shortened to avoid almost-collision with staff line; code cleanup;
6285         other custodes: fixed char boxes; code cleanup
6286
6287 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6288
6289         * configure.in: release 1.9.5
6290         
6291         * scripts/lilypond.py (global_latex_preamble): only set
6292         twosideshift if 'twoside' is in latexoptions 
6293
6294         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6295
6296         * VERSION: remove
6297
6298         * scripts/*2ly.py: update <> syntax
6299
6300 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6301
6302         * lily/chord-name-engraver.cc (process_music): add origin for
6303         chord name.
6304
6305         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6306
6307         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6308         bass notes for exceptions too.
6309
6310         * scm/define-grobs.scm (all-grob-descriptions): rename
6311         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6312
6313         * scm/define-grob-properties.scm (remove-first): add remove-first
6314         property for orchestral scores.
6315
6316         * Documentation/user/*.itely: switch <<>> and <> 
6317
6318         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6319         last_line only once. This fixes the two consecutive glissandi problem.
6320
6321 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6322
6323         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6324         error message "flexa-width undefined"
6325
6326         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6327         lily/include/gregorian-ligature.hh: print warning when ignoring
6328         head prefixes on flexa shapes
6329
6330         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6331         space before a series of inclinatum heads
6332
6333         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6334         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6335         cleanups
6336
6337         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6338         and char_box
6339
6340 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6341
6342         * input/regression/breathing-sign.ly: tiny fixes
6343
6344         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6345         semantical collision with vaticana ligatures
6346
6347         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6348         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6349         now consistent with mensural ligatures
6350
6351         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6352         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6353         context pitches and staff position; dto. for virga stem; removed
6354         obsolete virga and clivis characters from parmesan font (WARNING:
6355         font changed)
6356
6357         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6358         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6359
6360         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6361         scm/define-grob-properties.scm: consistency fix: renamed
6362         join_left->add_cauda
6363
6364         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6365         appendix length; bugfix: yoffs_bt for reverse direction punctum
6366         characters
6367
6368         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6369         small cleanups; added more docu
6370
6371         * lily/mensural-ligature-engraver.cc,
6372         lily/vaticana-ligature-engraver.cc,
6373         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6374         computation to CoherentLigatureEngraver
6375
6376         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6377         scm/define-grob-properties.scm: bugfix: added missing linea and
6378         cavum properties; bugfix: removed dead semivocalis property
6379
6380         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6381         length; redesigned quilisma, stropha and auctum
6382
6383         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6384         line thickness
6385
6386         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6387         Documentation/user/refman.itely: bugfix: introduced shifted
6388         epiphonus head to avoid collision with adjacent plica
6389
6390 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6391
6392         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6393
6394         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6395
6396 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6397
6398         * Documentation/user/tutorial.itely (A lead sheet): remove
6399         duplicate chords.
6400
6401         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6402
6403 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6404
6405         * Documentation/bibliography/computer-notation.bib (isbn): add
6406         xivcim publication.
6407
6408 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6409
6410         * GNUmakefile.in: drop lilypond.words for generation.
6411
6412 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6413
6414         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6415
6416         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6417
6418 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6419
6420         * input/test/figured-bass-alternate.ly (fl): new file.
6421
6422         * Documentation/topdocs/README.texi (Top): clarifications.
6423
6424         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6425         theses of Gieseking and Renz.
6426
6427         * GNUmakefile.in (README_FILES): remove README.mandrake.
6428
6429 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6430
6431         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6432         from source files and search patterns listed in the script.
6433
6434         * GNUmakefile.in: add target `lilypond.words'.
6435
6436         * lilypond.words: remove file, generated by `make lilypond.words'.
6437
6438         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6439
6440 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6441
6442         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6443
6444 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6445
6446         * VERSION: 1.9.4 released
6447
6448         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6449         rule for < > <-> << >> substitution
6450
6451         * lily/lexer.ll: exchange meaning of << >> and < > 
6452
6453         * VERSION (PACKAGE_NAME): 1.9.3 released
6454
6455         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6456         pages unconditionally.
6457
6458 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6459
6460         * Documentation/user/music-glossary.tely (Top): small syntax
6461         fixes.
6462
6463         * scm/music-functions.scm (remove-tag): filter \tagged music
6464         expressions.
6465
6466         * input/regression/tag-filter.ly (texidoc): new file.
6467
6468         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6469         symbol2 .. ) etc. 
6470
6471         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6472         convert rule.
6473
6474         * Documentation/user/refman.itely (Fingering instructions): adjust
6475         manual.
6476
6477         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6478         for borderline cases (e.g. 1 fingering.)
6479         (position_scripts): revise interface, use fingerOrientations to
6480         set fingering positions.
6481
6482         * scm/document-translation.scm (context-doc): add aliases to
6483         automated documentation.
6484
6485         * make/lilypond-vars.make: remove stepmake compat glue.
6486
6487         * make/generic-vars.make: remove cruft.
6488
6489         * lily/main.cc (main): don't identify binary.
6490
6491 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6492
6493         * lily/include/translator.hh (class Translator): remove
6494         type_string_ , use symbol for context name throughout.
6495         Changes through whole source tree.
6496
6497         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6498         set PDF as default, and always make PDF.
6499
6500         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6501
6502 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6503
6504         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6505         Documentation/user/refman.itely input/regression/allfontstyle.ly
6506         input/regression/grace-types.ly:
6507         fix spelling for acciaccatura (Webster's 1913).
6508
6509 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6510
6511         * lily/main.cc (usage): adjust blurb, include url.
6512
6513         * input/regression/breathing-sign.ly (texidoc): transpose up
6514
6515 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6516
6517         * input/regression/breathing-sign.ly: changed ancient examples to
6518         be relevant (by request of Han-Wen); updated BreathingSign text
6519         property according to new syntax.
6520
6521         * ly/gregorian-init.ly: updated BreathingSign text property
6522         according to new syntax
6523
6524 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6525
6526         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6527         (Clef): index entries for clefs.
6528
6529         * python/lilylib.py (system): remove errorlog files.
6530         
6531 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6532
6533         * lilypond.words: add \new and new graces. Add dynamics to menus
6534         keeping 1.8.x compatibility; after all the engraving relating to 
6535         notes becomes postfixed `-' marks will be removed.
6536
6537 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6538
6539         * lily/molecule.cc (align_to): idem.
6540
6541         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6542         
6543         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6544         accacciatura everywhere.
6545
6546         * VERSION (PACKAGE_NAME): released 1.9.2
6547
6548         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6549
6550         * scm/document-markup.scm (markup-doc-node): sort markup function
6551         list.
6552
6553         * lily/paper-outputter.cc (output_version): change "Lily was here"
6554         into  "Engraved by LilyPond"
6555
6556         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6557         on unquoted strings before \notenames.
6558
6559         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6560         increases the number of s/r reductions to 4.
6561
6562         * scm/new-markup.scm (fraction-markup): \fraction command.
6563
6564         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6565         mode
6566
6567         * lily/lookup.cc (round_filled_box): rename function.
6568         (LY_DEFINE): round-filled-box: change signature.
6569
6570         * Documentation/user/refman.itely: revise section explaining grace
6571         notes.
6572
6573         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6574         ly:set-context-property
6575
6576         * input/*/*.ly (vmus): use \new everywhere.
6577
6578         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6579
6580         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6581         default
6582
6583         * scm/music-functions.scm (set-stop-grace-properties)
6584         (set-start-grace-properties, add-grace-property): new functions
6585         for modular grace tweak control.
6586
6587         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6588         
6589 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6590
6591         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6592
6593         * GNUmakefile.in (install-pfa-fonts):
6594         (get-pfa-fonts): New target.
6595
6596         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6597         install-pfa-fonts help.
6598
6599 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6600
6601         * lily/translator-scheme.cc (LY_DEFINE):
6602         ly:context-pushpop-property new function.
6603         (LY_DEFINE): new function ly:translator-find  
6604         new function ly:translator?
6605         (LY_DEFINE): new function ly:context?
6606
6607         * lily/translator-def.cc: remove
6608         Translator_def::apply_pushpop_property().
6609
6610         * python/lilylib.py (read_pipe): only store and display error log
6611         if verbose not set.
6612         (read_pipe): only display log if it contains something.
6613
6614 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6615
6616         * Documentation/misc/GNUmakefile: Re-add.
6617         (TEXTS): Add CHANGES.
6618
6619 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6620
6621         * lilypond.words: add \newcontext.
6622
6623 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6624
6625         * lily/tie-performer.cc (stop_translation_timestep): only flush
6626         tied_notes when we have actually made a tie. Fixes bugs with ties
6627         in polyphonic scores.
6628
6629 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6630
6631         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6632         they do not exist.
6633
6634 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6635
6636         * VERSION (PACKAGE_NAME): released 1.9.1 
6637
6638         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6639         Instrument_name_engraver
6640
6641         * lily/tie-performer.cc (create_audio_elements): bugfix
6642
6643         * Documentation/user/music-glossary.tely (Top): comment out
6644         font-style statements.
6645
6646         * input/test/force-hshift.ly: revise example.
6647
6648         * Documentation/bibliography/engraving.bib (note): typos.
6649
6650         * configure.in: bump GCC requirements to 3.x
6651
6652         * lily/include/audio-item.hh (class Audio_tie): rename
6653         note_l_drul_ to note_drul_
6654
6655         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6656
6657         * lily/parser.yy (relative_music): whoops. All \relative were off
6658         by ...  a lot .... Ahem.
6659
6660         * scm/define-music-types.scm (music-descriptions): idem.
6661
6662         * lily/beam-engraver.cc: move new-beam-event to beam-event
6663
6664         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6665         to Tie_engraver
6666
6667         * input/regression/bar-number.ly: remove unnecessary old-relative
6668         options.
6669         
6670         * Documentation/user/internals.itely (Creating contexts): document
6671         \newcontext
6672
6673         * lily/parser.yy (Composite_music): add \newcontext
6674
6675         * Documentation/user/refman.itely (MIDI block): add note about
6676         dotted tempos.
6677
6678         * scm/font.scm: remove old markup legacy
6679
6680         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6681
6682         * lily/breathing-sign.cc (brew_molecule): remove function
6683
6684         * lily/text-item.cc: remove old-style markups.
6685         (interpret_markup): C++ version of markup function
6686         (brew_molecule): idem.
6687
6688         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6689         as Scheme variable.
6690
6691         * scripts/convert-ly.py (conv): dashes rule.
6692         Apply rule.
6693
6694         * Documentation/user/lilypond-book.itely: syntax fixes. 
6695
6696 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6697
6698         * VERSION (PACKAGE_NAME): release 1.9.0
6699
6700         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6701         note about dvips. (Should backport.)
6702
6703         * scripts/convert-ly.py
6704         (FatalConversionError.articulation_substitute): add
6705         convert-new-chords code. Remove convert-new-chords.py
6706
6707         * Documentation/user/refman.itely (Octave check): document
6708         \octave.
6709
6710         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6711         \relative changes.
6712
6713         * lily/parser.yy (command_element): octave check:
6714
6715            \octave PITCH
6716
6717         checks that PITCH (without octave) yields PITCH (with octave) in
6718         \relative
6719
6720         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6721
6722         * lily/scm-option.cc: ly:set-option now has the default argument
6723         #t.
6724
6725         * lily/lexer.ll: add \renameinput
6726
6727         * python/lilylib.py (command_name): robustifications.
6728
6729         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6730         /dev/stderr. This is ash compatible.
6731
6732         * ly/init.ly: add warning if compatibility was not necessary.
6733
6734         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6735
6736         * flower/include/string-handle.icc: formatting cleanups, rename
6737         references by ref_count_.
6738
6739 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6740
6741         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6742         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6743         package libs separately, fix conflicting php variable out=/dev/vc/
6744         invoking `unset out', declare menus, use only one icon-file, fix
6745         doc-path in menu.
6746
6747 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6748
6749         * scripts/convert-ly.py (FatalConversionError.conv): typo
6750
6751         * Documentation/misc/GNUmakefile: restore misc directory.
6752
6753         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6754
6755         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6756         Petites-Preludes 
6757
6758         * input/test/partial-blank.ly (quickmeasure): syntax
6759
6760         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6761         attachment property.
6762
6763         * Documentation/user/refman.itely: remove superfluous -'s 
6764         (Grace notes): ) fixes.
6765
6766         * lily/music.cc: generic compress(), transpose() functions. Remove
6767         others.
6768
6769         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6770         style markup entry.
6771
6772         * lily/parser.yy: all articulations postfix; remove obligatory -
6773         for [,  ) and \!
6774         
6775         * lily/music.cc (to_relative_octave): write generic
6776         to_relative_octave function; various relative cleanups.
6777         Hmmm.
6778
6779         * lily/scm-option.cc: add options new-relative and old-relative
6780
6781         * po/sv.po: new po file.
6782
6783         * Documentation/user/refman.itely (Dynamics): website
6784         fixes. (should backport!)
6785
6786 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6787
6788         * make/lilypond.mandrake.spec.in: declare version only once.
6789
6790 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6791
6792         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6793         meaning for now.
6794
6795 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6796
6797         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6798
6799         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6800
6801         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6802
6803         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6804
6805         * lily/music.cc (var): add ly:music-transpose function.
6806
6807         * lily/parser.yy (pre_events): remove prefix articulations.
6808
6809         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6810
6811         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6812
6813         * Documentation/user/refman.itely (Text markup): add comment about
6814         markup in header.
6815
6816 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6817
6818         * lily/paper-outputter.cc (write_header_fields_to_file): 
6819         only dump value if it is a string.
6820
6821         * flower/include/dictionary.hh: remove.
6822         
6823         * Documentation/ChangeLog-1.5: add back old log.
6824
6825         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6826         .pfas from a .deb.
6827
6828 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6829
6830         * Documentation/bibliography/engraving.bib: add entry for
6831         Jaschinski's Notation
6832
6833 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6834
6835         * Documentation/user/refman.itely (Beaming): add note about
6836         allowBeamBreak
6837
6838 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6839
6840         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6841         GregorianTranscription contexts
6842
6843         * ly/engraver-init.ly: vaticana contexts: minor fixes
6844
6845         * Documentation/user/refman.itely (Ancient notation): added note
6846         on appendix length bug
6847
6848         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6849         input/test/vaticana.ly: use vaticana contexts; small fixes
6850
6851 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6852
6853         * flower/hash.cc: Remove.
6854
6855         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6856         to (nonexistent?) hash_func_ identifier.
6857
6858         * python/midi.c (midi_error, midi_warning): Use char const* for
6859         __FUNCTION__ argument.
6860
6861         * python/gettext.py: Remove.  We already require python 2.1, which
6862         includes gettext.py.
6863
6864         * configure.in: Require python 2.1, as INSTALL.texi says.
6865         it.
6866
6867         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6868         versions 1.50 and 1.75.  Remove note about lexer patch.
6869
6870 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6871
6872         * Documentation/topdocs/INSTALL.texi: Update type1 font
6873         description to actual situation.  Add comment about new font ball
6874         layout.
6875
6876         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6877         in $LILYPONDPREFIX suffices for installation.
6878
6879 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6880
6881         * debian/control (Build-Depends): Add flex-old as alternative to
6882         flex.  Deprecate bison 1.75.
6883
6884 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6885
6886         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6887         Vaticana contexts
6888
6889         * Documentation/user/refman.itely (Ancient notation): documented
6890         some bugs; tiny fixes; added docu on Vaticana contexts
6891
6892         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6893         scripts
6894
6895 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6896
6897         * Documentation/user/refman.itely (Ancient notation): added some
6898         introductory words; added section on ancient time signatures;
6899         added some @seealso and @refcommands; small fixes and
6900         beautifications
6901
6902 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6903
6904         * input/regression/note-head-style.ly: many fixes and updates
6905
6906         * Documentation/user/refman.itely: added small sections on ancient
6907         accidentals, rests and flags; revised ancient note head section;
6908         small wording/spelling fixes
6909
6910         * input/test/rests.ly: layout fixes
6911
6912 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6913
6914         * input/puer-fragment.ly: bugfix: central C position of do clef
6915
6916         * ly/gregorian-init.ly: workaround: add small padding space before
6917         divisiones (the correct fix would be the spacing engine to handle
6918         this)
6919
6920 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6921
6922         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6923         cue-notes.ly: minor fixes.
6924
6925 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6926
6927         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6928         input/test/custos-style.ly
6929
6930         * Documentation/index.html.in: bugfix: link to Tutorial.html
6931
6932         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6933         to neumes; bugfix: "et": epiphonus, not just a simple pes
6934
6935 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6936
6937         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6938
6939         * lilypond.words: add new features: markup, column, center, \[ \].
6940         
6941 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6942
6943         * Documentation/topdocs/NEWS.texi, DEDICATION,
6944         stepmake/bin/add-html-footer.py
6945         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6946         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6947         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6948         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6949         added (only) after a sentence which is complete; if the sentence is 
6950         not ended a comma `,' or nothing is used. fix also spaces.
6951
6952 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6953
6954         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6955         requirements to plain 1.6.
6956
6957         * buildscripts/mutopia-index.py (read_lilypond_header): update
6958         mutopia-index.py to 1.4 syntax [sic]
6959
6960 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6961
6962         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6963
6964 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6965
6966         * Documentation/index.html.in: url for regression pdf
6967
6968         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6969
6970         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6971
6972         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6973
6974         * VERSION: 1.8.0 released
6975         
6976         * GNUmakefile.in (local-WWW-post): footify build fix.
6977
6978         * configure.in: require GUILE 1.6.4
6979
6980         * Documentation/user/GNUmakefile: don't copy *.png for
6981         lilypond-internals
6982
6983         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6984         local-WWW-post target.
6985         (rsync-web): add rsync-web target
6986
6987         * Documentation/user/introduction.itely (Music notation and
6988         engraving): add neume example
6989
6990         * input/puer-fragment.ly (cantus): add puer-fragment
6991
6992 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6993
6994         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6995         to notes, so that equalizer is actualy being used.
6996
6997         * scm/midi.scm (instrument-equalizer-alist):
6998         (absolute-volume-alist): Define public, so that user can copy or
6999         override.
7000
7001         * lily/key-performer.cc (create_audio_elements): Check for minor
7002         key.  Only if key is minor, set MIDI key to minor.
7003
7004 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7005
7006         * Documentation/user/refman.itely (Hiding staffs): fixes.
7007
7008         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7009
7010         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7011         vertical extents to deal with Hara kiri correctly.
7012
7013         * input/regression/hara-kiri-short.ly: remove
7014
7015         * input/regression/hara-kiri-pianostaff.ly: update test.
7016
7017         * Documentation/user/*.tely: remove WEBTITLE
7018
7019         * scm/output-tex.scm (comment): idem.
7020
7021         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7022
7023         * scm/music-functions.scm (make-lyric-event): new function
7024
7025         * scm/lily.scm (lilypond-version): new function
7026
7027         * input/test/version-output.ly: new file.
7028
7029         * Documentation/user/lilypond.tely: add version number to
7030         front-page.
7031
7032 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7033
7034         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7035
7036 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7037
7038         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7039
7040         * Documentation/user/refman.itely (Hiding staffs): rename node.
7041
7042 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7043
7044         * input/regression/new-markup-syntax.ly (texidoc): remove
7045         molecule-callback override.
7046
7047 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7048
7049         * input/les-nereides.ly: Mark tweaks with %tweak.
7050
7051         * Debian patch, see debian/changelog (Anthony Fok).
7052
7053 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7054
7055         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7056         problem.
7057
7058 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7059
7060         * Documentation/user/refman.itely (Text markup): Fix language bug.
7061
7062 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7063
7064         * input/* : postfix syntax fixes.
7065
7066         * Documentation/user/refman.itely (Text markup): add note about
7067         raise/lower with ^ or _ .
7068         
7069         * po/fi.po: fix \\apply strings.
7070
7071         * lily/parser.yy (open_event): warn for prefix articulations.
7072
7073 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7074
7075         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7076         fix also on parmesan font.
7077
7078 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7079
7080         * VERSION 1.7.30 released
7081         
7082         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7083
7084         * buildscripts/mutopia-index.py (headertext): rewording
7085
7086 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7087
7088         * scm/new-markup.scm (strut-markup): new markup function.
7089
7090         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7091         space also when no accidental is there.
7092
7093 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7094
7095         * input/les-nereides.ly: Updates.
7096
7097 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7098
7099         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7100         which repeats the tag insertion selected from "Insert tag" menu.
7101
7102 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7103
7104         * lily/all-font-metrics.cc (find_font): load AFM files first only
7105         for feta fonts. This fixes problems with TeXlive and other TeX
7106         distros that include AFM files for the CM fonts. 
7107
7108         * scm/font.scm (qualifiers-to-font-name): remove.
7109
7110         * lily/paper-def.cc: remove get_var.
7111
7112         * input/trip.ly: remove file.
7113         
7114         * input/regression/spacing-note-flags.ly (raggedright): remove
7115         stafflinethickness
7116
7117         * input/les-nereides.ly: update to new syntax, cleanups.
7118
7119 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7120
7121         * Documentation/user/refman.itely: Clarify shortest-note problem
7122         of autobeamer.
7123
7124 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7125
7126         * lilypond-mode.el: Add each word to regexps only once.
7127
7128         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7129         is based on the syntax definitions in lilypond.words. Remove all 
7130         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7131         LilyPond->Insert menu is generated by the entries in lilypond.words 
7132         to which have been given a syntax definition.
7133
7134         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7135         \notes, \relative, \score, \simultaneous, \transpose.
7136
7137         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7138
7139         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7140         
7141         * lilypond-mode.el: add menu keywords separately.
7142
7143         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7144
7145 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7146
7147         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7148         current ugly installation method for PFA fonts.
7149
7150 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7151
7152         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7153         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7154
7155         * Documentation/user/music-glossary.tely: update legato.
7156
7157 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7158
7159         * lexer-gcc-3.0.patch: Remove.
7160
7161         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7162
7163 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7164
7165         * debian/rules (binary-arch): remove NEWS.
7166
7167 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7168
7169         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7170         stepmake/bin{ many }: polish the `--help's of different scripts;
7171         model taken from the core-utils of Linux.
7172
7173         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7174
7175 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7176
7177         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7178
7179         * flower/libc-extension.cc: idem.
7180
7181         * flower/include/libc-extension.hh: protect against isinf macros.
7182
7183 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7184
7185         * { many }: Use two uppercase letters in LilyPond.
7186
7187         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7188
7189         * VERSION: 1.7.29 released.
7190         
7191 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7192
7193         * lily/tie.cc: add TODO comment.
7194
7195         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7196
7197         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7198         linejoins and linecaps. This fixes problems with occasional spikes
7199         on slur/tie endings.
7200         
7201         * input/regression/font-name.ly: don't use PS fonts for
7202         compatibility reasons. 
7203
7204         * mutopia/claop.py (accents): update to 1.8
7205
7206         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7207
7208         * Documentation/user/macros.itexi: don't color glossary links.
7209
7210         * Documentation/user/invoking.itexi (Error messages): new section
7211
7212 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7213
7214         * input/regression/font-name.ly: add file.
7215
7216         * scm/document-backend.scm (grob-doc): remove <hr> from
7217         lilypond-internals
7218
7219         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7220         reqd version to 1.6.4 
7221
7222         * lily/font-interface.cc (get_font): bugfix: take font-name from
7223         alist chain too. This fixes font-name override for \markup.
7224
7225 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7226
7227         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7228
7229         * input/test/polymetric-differing-notes.ly: Compile fix.
7230
7231 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7232
7233         * Documentation/user/refman.itely: fixed typo
7234
7235         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7236         before flexa
7237
7238 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7239
7240         * input/test/{ many }: search & fix some typos.
7241
7242 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7243
7244         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7245         images.
7246
7247         * scm/music-functions.scm (make-voice-props-set): set Script /
7248         TextScript dir for polyphony too.
7249
7250         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7251         before clef.
7252
7253         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7254
7255 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7256
7257         * Documentation/user/refman.itely (Percussion): Small
7258         clarifications and fixes.
7259
7260         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7261         threads. This fixes different heads playing simultaneously.
7262
7263 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7264
7265         * Documentation/user/{ many }: increase readability (read through 
7266         User manual from `one big page').
7267
7268 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7269
7270         * input/test/polymetric-differing-notes.ly: add example with
7271         disparate note values.
7272
7273         * input/test/polymetric.ly: rename from poly-metric
7274
7275         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7276         iso. outname.
7277
7278         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7279         G-clef bbox to real char extents. This fixes the G-clef being
7280         offset too much to the right.
7281         document perc clef offset.
7282
7283         WARNING: FONT CHANGED.
7284
7285         * Documentation/user/tutorial.itely (Tutorial): move menu.
7286
7287 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7288
7289         * buildscripts/lilypond-profile.sh (Error): trim error message.
7290
7291         * Documentation/user/invoking.itexi (Invoking the lilypond
7292         binary): add note about path.
7293
7294         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7295         suppresses superfluous spaces.
7296
7297 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7298
7299         * buildscripts/lilypond-profile.sh: Add documentation to error
7300         message.
7301
7302         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7303
7304 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7305
7306         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7307         <mike@ossmann.com>)
7308
7309         * Documentation/bibliography/computer-notation.bib (pages): prune
7310         unscientific language.
7311
7312         * Documentation/user/GNUmakefile: copy unsplit file to
7313         lilypond.html (idem for lilypond-internals).
7314
7315         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7316
7317         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7318
7319         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7320
7321         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7322         fix.
7323         
7324 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7325
7326         * Documentation/user/{ various }: bind text snippets with their
7327         examples, e.g. by punctuation: This is an example.
7328
7329 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7330
7331         * ly/performer-init.ly (VoiceContext): Typos.
7332
7333         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7334         builds, leave final-install to toplevel srcdir makefile.
7335
7336         * make/srcdir.make.in (install): New target.
7337
7338 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7339
7340         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7341         This fixes core dump on MIDI output (Simon Weatherill).
7342
7343         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7344         on local-WWW-post.
7345
7346 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7347
7348         * make/lilypond.redhat.spec.in: add dvips to reqs.
7349
7350 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7351
7352         * make/srcdir.make.in (web): Add special web target.
7353
7354         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7355         from inner $(LOOP).
7356
7357         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7358
7359         * stepmake/stepmake/generic-targets.make (www-targets-help):
7360         * GNUmakefile.in (web-install): Install in $(webdir).
7361
7362         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7363
7364         * cygwin/changelog: 
7365         * cygwin/mknetrel: Update.
7366
7367         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7368         (html-doc): Remove (use: web).
7369
7370         * stepmake/stepmake/script-rules.make: 
7371         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7372         Fix $(config_make) dependencies for srcdir build.
7373
7374         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7375         target for srcdir build.
7376
7377         * stepmake/make/stepmake.make: 
7378         * make/srcdir.make.in: 
7379         * GNUmakefile.in:
7380         * make/stepmake.make (config_make): Rename variable (was:
7381         configuration).
7382
7383 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7384
7385         * Documentation/user/internals.itely (Manipulating music
7386         expressions): run lilypond on example too.
7387
7388         * flower/include/libc-extension.hh: move lrint define to
7389         header. bugfix.
7390         
7391 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7392
7393         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7394         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7395         do we recurse whole tree?).
7396
7397         * GNUmakefile.in (html-doc): Resurrect.
7398
7399         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7400         obsolete $(package-icon) dependency.
7401
7402 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7403
7404         * Documentation/user/refman.itely (Automatic staff changes):
7405         add seealso 
7406
7407         * Documentation/index.html.in: link to bigpage.
7408
7409         * Documentation/user/tutorial.itely (Tutorial): streamline.
7410
7411         * Documentation/index.html.in: url typo.
7412
7413         * VERSION (PACKAGE_NAME): release 1.7.28
7414
7415         * python/lilylib.py (error_log): remove '/' from name.
7416
7417         * input/regression/pedal.ly: remove; dups input/test/
7418         
7419         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7420
7421         * Documentation/index.html.in: python style doco index.
7422
7423         * Documentation/{footer,header}.html.in (src): remove, 
7424
7425         * Documentation/pictures: remove all but lelie-logo.xpm.
7426
7427         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7428         before running makeinfo.
7429
7430         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7431         @code{}
7432
7433 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7434
7435         * input/test/bar-number-regular-interval.ly: rename.
7436
7437         * Documentation/user/*: various fixes. 
7438
7439 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7440
7441         * Documentation/{ many }: polish for update-all-menus. typos.
7442
7443         * po/fi.po: fixes.
7444
7445         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7446
7447         * buildscripts/mutopia-index.py: polish.
7448
7449         * input/regression/{ many }, input/test{ many }: polish texidocs.
7450
7451 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7452
7453         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7454         pedal-style
7455
7456         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7457         iso. edge-widen.
7458
7459         * lily/piano-pedal-engraver.cc (process_music): change from
7460         process_acknowledged ()
7461
7462         * lily/piano-pedal-bracket.cc: new file. Change
7463         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7464         cleaned up.
7465
7466         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7467
7468         * input/regression/tuplets.ly (texidoc): rename file.
7469
7470         * po/fr.po: update
7471
7472         * buildscripts/lilypond-profile.sh: error message if script is not
7473         sourced.
7474
7475         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7476         bracket-flare
7477         (make_bracket): simplify code.
7478
7479         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7480         argument.
7481
7482         * python/lilylib.py (lilypond_version_check): new function
7483
7484         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7485
7486         * scripts/ly2dvi.py (run_lilypond): add version check.
7487
7488         * scripts/lilypond-book.py (option_definitions): typo
7489
7490         * scripts/ly2dvi.py (include_path): typo
7491
7492         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7493
7494         * lily/parse-scm.cc (parse_handler): typo
7495
7496         * Documentation/user/macros.itexi: use @heading for headings.
7497
7498         * Documentation/user/refman.itely: updates, fixes.
7499
7500 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7501
7502         * po/fi.po: add Finnish translations. fixes.
7503
7504         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7505
7506         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7507         from lily/glissando-engraver.cc.
7508
7509 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7510
7511         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7512         for non-first _broken_ bracket.
7513
7514         * Documentation/user/refman.itely: corrections.
7515
7516 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7517
7518         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7519         support of the fingerings.
7520
7521         * po/fr.po: French translation update.
7522
7523         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7524         strings.
7525
7526 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7527
7528         * Documentation/user/introduction.itely: Small fixes.
7529
7530 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7531
7532         * Documentation/topdocs/AUTHORS.texi: polish.
7533
7534 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7535
7536         * Documentation/user/introduction.itely: revise
7537
7538         * Documentation/user/tutorial.itely: reorganise.
7539
7540         * Documentation/topdocs/index.tely: remove.
7541
7542         * Documentation/header.html.in: prune.
7543
7544         * GNUmakefile.in: clean up web building.
7545
7546         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7547         target.
7548
7549 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7550
7551         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7552
7553         * lilypond-mode.el: turn on blink-matching-paren.
7554
7555 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7556
7557         * scm/output-sodipodi.scm (svg-header): Fix typo.
7558
7559 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7560
7561         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7562         fixes a security hole.
7563
7564         * scripts/lilypond-book.py (original_dir): remove temp_dir
7565
7566         * scm/document-translation.scm: use @code tags.
7567
7568 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7569
7570         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7571
7572         * lilypond-mode.el: add a buffer-local post-command-hook to set
7573         context dependent syntax-table after each cursor event. Remove old
7574         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7575
7576         * lilypond-indent.el: update comments.
7577
7578         * Documentation/footer.html.in: add period.
7579
7580 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7581
7582         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7583
7584         * scm/document-translation.scm (document-property-operation): add
7585         @code{} tags.
7586
7587         * VERSION (PACKAGE_NAME): release 1.7.27
7588
7589         * config.make.in: add PAPER variable
7590
7591         * buildscripts/new-chords.py (help): add help text
7592
7593         * Documentation/user/introduction.itely (Typography and program
7594         architecture):  fixes.
7595
7596         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7597         for texinfo and dvips. This fixes problems with PDF output of the
7598         wrong size.
7599
7600         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7601         DVIPS_PAPERSIZE variable
7602
7603         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7604         TEXINFO_PAPERSIZE variable 
7605
7606 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7607
7608         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7609
7610         * mf/feta-toevallig.mf: lowres fixes.
7611
7612 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7613
7614         * NEWS: Typo and fill-paragraph fixes.
7615
7616         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7617         cast #define.
7618
7619         * configure.in: 
7620         * config.hh.in: Check for lrint.
7621
7622 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7623
7624         * VERSION: 1.7.26 released
7625
7626         * lily/separation-item.cc: add padding property.
7627
7628         * input/test/*.ly: various fixes, remove solo-a2.ly
7629
7630         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7631         bugfix. Fixes old-style markup compatibility.
7632
7633         * Documentation/user/introduction.itely (Introduction): historical
7634         elucidations
7635
7636         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7637
7638         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7639
7640         * Documentation/index.texi (Top): cleanup.
7641
7642         * Documentation/user/introduction.itely (Introduction): rewrite
7643         introduction, 
7644         (Music notation and  engraving): about notation. Add flat-picture
7645
7646 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7647
7648         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7649         separation items. This keeps lyrics from bumping into each other.
7650
7651 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7652
7653         * GNUmakefile.in (topdocs-web): New target.
7654         (local-web): Depend on topdocs-web; fixes html-doc.
7655
7656 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7657
7658         * po/lilypond.pot: run po-replace
7659
7660         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7661
7662         * scm/drums.scm (reset-drum-kit): new function.
7663
7664         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7665
7666         * scripts/update-lily.py: remove
7667         
7668         * VERSION: release 1.7.25
7669         
7670         * Documentation/user/introduction.itely (Introduction): rewrite
7671         start of introduction.
7672
7673 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7674
7675         * lily/all-font-metrics.cc: fixed typo
7676
7677 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7678
7679         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7680         LilyPond-mode-context-set-syntax-table): new functions to define
7681         the syntax table according to context.
7682
7683         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7684
7685 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7686
7687         * Documentation/user/refman.itely (Figured bass): 
7688         language nit courtesy http://www.vocabula.com
7689
7690         * GNUmakefile.in: remove no kpathsea hack.
7691
7692         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7693         doco.
7694
7695         * GNUmakefile.in: remove web-doc target.
7696
7697         * lily/all-font-metrics.cc (find_afm): add message about
7698         buildscripts/clean-fonts.sh 
7699
7700         * scm/define-music-properties.scm (figure): use string for 'figure
7701
7702         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7703
7704         * input/regression/ : add raggedright = ##t where applicable. 
7705         
7706         * scm/bass-figure.scm (make-bass-figure-markup): add
7707         alignBassFigureAccidentals property.
7708
7709         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7710         bracket.
7711
7712         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7713         syllables widths into account for minimum-length.
7714
7715         * input/test/staff-container.ly: update file
7716
7717         * input/test/stem.ly: remove
7718
7719         * lily/event.cc (LY_DEFINE): add ly: prefix.
7720
7721         * input/test/clef-manual-control.ly: from manual-clef
7722
7723         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7724
7725         * input/test/different-time-signatures.ly: move to poly-metric.ly
7726
7727         * input/test/hara-kiri*,scales.ly: remove
7728         
7729         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7730         with chord-names-jazz.ly)
7731
7732         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7733         get scalable cm fonts too.
7734
7735         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7736         --encoding for mftrace if present.
7737
7738         * input/regression/slur-area.ly: move from test/
7739
7740         * input/test/: remove simple-slur-endings slur-attachment
7741         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7742         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7743         slur-symmetry slur-symmetry tie-broken.ly
7744
7745         * scm/drums.scm (set-drum-kit): add function.
7746
7747         * Documentation/user/refman.itely (Percussion staves): use
7748         set-drum-kit
7749
7750         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7751         too
7752         (Global_measure.set_timesig): handle 3/8 time sig too.
7753
7754         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7755         note about triangle note heads.
7756
7757         * scm/drums.scm: use alist for instrument-settings. This fixes the
7758         bug with assigning to drums in the .ly file.
7759
7760         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7761         CHANGED.
7762
7763         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7764         cluster-beacon-interface
7765
7766         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7767
7768         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7769
7770         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7771
7772         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7773         to get positions.
7774
7775         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7776         make ClusterSpannerBeacon to record Y positions. This removes the
7777         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7778         make cluster-note-events.
7779
7780 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7781
7782         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7783
7784         * configure.in: Use lily/main.cc as identifying source file.
7785
7786         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7787
7788         * config.hh.in: 
7789         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7790
7791         * configure.in: Require PYTHON >= 2.0.
7792
7793         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7794           $PYTHON for include dir location.
7795         (STEPMAKE_PYTHON): New function.  Use
7796         
7797             PYTHON=foo ./configure
7798
7799           to override.
7800
7801 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7802
7803         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7804         something.
7805
7806         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7807         ftp.lilypond.org everywhere.
7808
7809 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7810
7811         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7812         detected.
7813
7814         * Documentation/user/refman.itely (Grace notes): note on explicit
7815         contexts
7816
7817 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7818
7819         * lilypond-font-lock.el: add a comment about LilyPond specific
7820         escape characters: ^, - and _, in the syntax table.
7821
7822         * Documentation/user/appendices.itely: a majuscule fix.
7823
7824 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7825
7826         * input/test/trills.ly (endHorizScript): fixes.
7827
7828         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7829         notation, move from regression.
7830
7831         * input/test/script-stack.ly: change name from stacked-scripts
7832
7833         * input/test/ossia.ly: octave errors.
7834
7835         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7836         for midi-volume-equaliser
7837
7838 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7839
7840         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7841         cm fonts.
7842
7843         * mf/feta-beugel.mf: don't multiply font_count by 10.
7844
7845         * lily/lookup.cc (horizontal_line): new function. Use
7846         horizontal-line in output backends.
7847
7848         * Documentation/user/tutorial.itely (An orchestral part): new
7849         section on orchestral stuff and identifiers.
7850
7851 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7852
7853         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7854         some interference to other modes.
7855
7856 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7857
7858         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7859         not maximum of spacing wishes in polyphonic situations.
7860
7861         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7862         number
7863
7864         * lilypond-indent.el: remove paren matching. 
7865
7866         * lily/text-item.cc (interpret_new_markup): new function
7867         use iso. text2molecule.
7868
7869         * lily/main.cc (notice): change FSF address 
7870
7871         * po/de.po: update PO file to 1.6.
7872
7873 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7874
7875         * Documentation/user/ {many}: Add periods and remove spaces.
7876         
7877 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7878
7879         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7880         Disable buffer-locally default paren hook and make a new one. 
7881
7882         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7883         locally LilyPond-paren-mode. Add todo for mouse double-click.
7884
7885 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7886
7887         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7888         Disable buffer-locally default paren idle timer and make a new one. 
7889
7890         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7891         locally LilyPond-show-paren-mode. Add to menu a toggle for
7892         LilyPond-show-paren-function.
7893
7894 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7895
7896         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7897
7898 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7899
7900         * Documentation/user/refman.itely: spelling fix.
7901
7902         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7903         paren highlight function definitions. add todo for
7904         LilyPond-show-paren-mode.
7905
7906 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7907
7908         * input/template/jazz-combo.ly: new file.
7909
7910 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7911
7912         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7913         lo-res fixes.
7914
7915         * mf/feta-schrift.mf: bugfix in varcoda sign.
7916         WARNING: FONT CHANGED
7917
7918         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7919         in accordance with lexer.ll.   
7920
7921 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7922
7923         * Documentation/user/tutorial.itely: Edit introduction.
7924
7925 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7926
7927         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7928         ly:grob-staff-position
7929
7930 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7931
7932         * scm/to-xml.scm: import srfi-1
7933
7934         * VERSION (MAJOR_VERSION):  release 1.7.24
7935
7936         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7937
7938         * scripts/lilypond-book.py (do_file): put texidoc before image.
7939         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7940
7941         * input/regression/*.ly: fix snippet octaves 
7942
7943         * input/test/spanner-after-break-tweak.ly: import
7944         broken-spanner-adjustment
7945
7946         * input/no-notation/midi-transposing.ly: move from input/test/
7947
7948         * input/test/: remove chord-markup
7949
7950         * input/regression/instrument-name-partial.ly: move from input/test.
7951
7952         * input/test/vertical-text.ly: remove
7953
7954         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7955         space above lyrics lines.
7956
7957         * input/test/uniform-breaking.ly: remove file.
7958
7959         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7960         uniform spacing density. 
7961
7962         * input/test/chords.ly (keys): remove file.
7963
7964         * scm/documentation-lib.scm (oop): use srfi-1 too.
7965
7966         * input/regression/*.ly: add \version
7967
7968         * Documentation/user/*.itely: various fixes.
7969
7970         * buildscripts/mf-to-table.py (base): break table every three
7971         symbols.
7972
7973         * input/:  remove %% new-chords-done %% .
7974
7975         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7976         os-music.ly
7977         
7978 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7979
7980         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7981
7982         * scm/new-markup.scm (box-markup): new function.
7983         (box-markup): new function. Contributed by Dick Schoeller
7984         <schoeller@attbi.com>
7985
7986         * scm/lily.scm: remove reduce-no-unit 
7987         (list-insert-separator): use fold-right
7988
7989         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7990         of arguments. 
7991
7992         * NEWS: more neutral language for ancient notation 
7993
7994         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7995         inside pointing beaming for chord tremolo.
7996
7997         * Documentation/user/lilypond-book.itely: minor editing
7998
7999 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8000
8001         * NEWS: added news for 1.8 regarding ancient notation
8002
8003         * Documentation/user/refman.itely (Gregorian square neumes
8004         ligatures): fixed typo
8005
8006         * lily/vaticana-ligature-engraver.cc,
8007         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8008         lower/upper head of Pes only when heads are stacked
8009
8010         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8011         scm/define-grob-properties.scm: cleanup: make "join-left" a
8012         boolean grob property and save delta pitch in grob property
8013         "delta-pitch" instead
8014
8015         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8016
8017 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8018
8019         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8020         completely borked
8021
8022         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8023         (try_music): bug fix: beam multiplicity was completely borked.
8024
8025         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8026         first-n, butfirst-n in favor of srfi-1 functions.
8027         remove string-join, string-pad in favor of srfi-13 functions.
8028
8029         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8030
8031         * NEWS: use complete sentences.
8032
8033         * Documentation/user/introduction.itely (Example applications):
8034         add note about databases and lilypond-book.
8035
8036         * input/test/volta.ly: remove file
8037
8038         * input/regression/volta-broken-left-edge.ly: simplify file
8039
8040 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8041
8042         * Documentation/user/refman.itely (Constructing a tweak): new
8043         subsection.
8044
8045         * Documentation/user/tutorial.itely (Fine tuning layout): add
8046         common tweaks.
8047
8048         * scm/define-grobs.scm (TextScript): use new brewer.
8049
8050 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8051
8052         * VERSION: release 1.7.23
8053
8054         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8055
8056         * python/lilylib.py (make_ps_images): bugfixes.
8057
8058         * input/regression/volta-multi-staff.ly: new file.
8059
8060         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8061
8062         * Documentation/user/tutorial.itely (Piano staffs): new section.
8063         (Setting variables): new section
8064         (Fine tuning layout): new section
8065
8066         * input/just-friends.ly: remove file. Superseeded by
8067         input/test/chords-without-melody.ly
8068
8069         * ly/property-init.ly: add all commands to refman.
8070
8071         * scm/define-translator-properties.scm: remove
8072         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8073
8074         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8075         name. Underscores botch up PS output.
8076
8077         * scm/define-translator-properties.scm: remove
8078         textNonEmpty, oneBeat, regularSpacingDelta
8079
8080         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8081         rule for automaticBars.
8082
8083         * lily/timing-engraver.cc (start_translation_timestep): change
8084         barNonAuto to automaticBars
8085
8086 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8087
8088         * input/test/perform-tie.ly: delete file.
8089
8090 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8091
8092         * Documentation/user/refman.itely (Gregorian square neumes
8093         ligatures): bugfix: do not show ledger lines in neumes table
8094         (fixed by setting staff symbol to transparent rather than removing
8095         it from staff context)
8096
8097 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8098
8099         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8100         glue into brew-new-markup-molecule.
8101
8102         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8103
8104         * Documentation/user/introduction.itely (Computerized typography):
8105         new section
8106
8107         * Documentation/user/tutorial.itely (An orchestral part): remove
8108         pc example from tutorial.
8109
8110         * input/tutorial/lilbook.tex: use screech-boink
8111
8112         * scripts/lilypond-book.py (compile_all_files): split formatting
8113         output body and scheduling lilypond compilation.
8114         (format_lilypond_output_bodies): new function
8115         (format_lilypond_block): new function
8116         (html_pages): allow multi-page images in HTML
8117
8118         * python/lilylib.py (make_ps_images): rename function from
8119         make_preview, merge with make_page_images
8120
8121 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8122
8123         * input/test/key-clefs.ly: moved to regression.
8124
8125         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8126
8127         * input/no-notation/README: added note about midi-*.ly files.
8128
8129         * input/test/two-key.ly: moved to no-notation/parse5.ly
8130
8131         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8132         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8133
8134         * input/test/ {various}: modified comments, marked some for deletion.
8135
8136         * input/test/lines.ly: deleted file; duplicate of
8137         embedded-postscript.ly
8138
8139         * input/test/mmrest-collision: moved to regression.
8140
8141 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8142
8143         * scm/chord-name.scm (note-name->markup): don't superscript root
8144         alterations in chordnames.
8145
8146 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8147
8148         * Documentation/user/refman.itely (Multi measure rests): more
8149         index/cross-referencing.
8150
8151         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8152
8153         * scm/font.scm: remove properties-to-font-name code.
8154
8155         * scm/define-grob-properties.scm: remove 'type
8156
8157         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8158         conversion
8159
8160         * lily/text-spanner.cc: change 'type grob prop to 'style 
8161
8162         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8163         "first" flag to decide whether to make a start-repeat
8164
8165         * input/regression/grace-volta-repeat-2.ly: new file.
8166
8167 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8168
8169         * lilypond-indent.el: rename generic functions to LilyPond-*
8170
8171 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8172
8173         * input/test/thumb.ly: delete, merged into refman.
8174
8175         * Documentation/user/refman.itely: added thumb info to Fingering.
8176
8177         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8178         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8179         vertical-align.ly : deleted files.
8180
8181 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8182
8183         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8184
8185         * lily/line-spanner.cc (broken_trend_offset): remove function.
8186         (get_broken_offset): idem.
8187         (brew_molecule): rewrite the line-break case.
8188
8189         * input/regression/follow-voice-break.ly:  new file.
8190
8191         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8192         start of a system.
8193
8194 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8195
8196         * input/test/tuplet-rest.ly: moved to regression.
8197
8198         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8199         deleted file.
8200
8201         * input/test/ {many} : marked file for possible deletion.
8202
8203 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8204
8205         * input/regression/beam-funky.ly: add note about (disputed)
8206         correct beaming.
8207
8208         * ly/engraver-init.ly (ScoreContext): put key-signature after
8209         staff-bar
8210         
8211 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8212
8213         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8214
8215         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8216
8217         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8218
8219         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8220         stem-extend was deleted (it was duplicate example, and not as
8221         good).
8222
8223         * input/test/[s-z]*.ly: add texidoc index.
8224
8225 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8226
8227         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8228         get_first_notecolumn_y
8229
8230         * lily/spanner.cc (broken_spanner_index): new function.
8231
8232 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8233
8234         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8235         lyric-hyphen.ly : moved to regression.
8236
8237         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8238         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8239
8240         * input/test/instrument-name-mmrest.ly: moved to
8241         ../regression/multi-measure-rest-instr-name.ly
8242
8243         * input/test/knee-sym.ly: moved to
8244         ../regression/beam-knee-symmetry.ly.
8245
8246         * input/test/hymn.ly: change comments.
8247
8248         * input/test/[p-r]*.ly: add texidoc index.
8249
8250 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8251
8252         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8253         to postfix syntax
8254         
8255         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8256         syntax.
8257
8258         * VERSION: release 1.7.22
8259
8260 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8261
8262         * input/test/[h-k]*.ly: added texidoc index.
8263
8264         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8265
8266         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8267
8268         * input/test/ various : mark files for deletion or moving to
8269         regression.
8270
8271         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8272
8273         * input/test/[l-o]*.ly: added texidoc index.
8274
8275 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8276
8277         * scm/music-functions.scm (make-ottava-set): 
8278         only do ottavation if centralCPosition is set.
8279
8280         * lily/translator-scheme.cc (ly:context-property-where-defined):
8281         return '() if not found.
8282
8283 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8284
8285         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8286         Use one command for both commenting and uncommenting.
8287
8288         * lilypond-indent.el (LilyPond-comment-region): new function,
8289         (un)comments each line separately.
8290
8291         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8292         
8293         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8294         imenu is not added by default; adapted from f90.el,
8295         makes Help-menu, which does not fit, visible in XEmacs.
8296         
8297 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8298
8299         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8300         show-paren-mode sets blink-matching-paren-on-screen local.
8301         Try to make show-paren-function to paren-highlight local.
8302
8303         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8304         Copy definitions of Emacs' show-paren-function and
8305         XEmacs' paren-highlight and make minimal changes;
8306         add comments about locality. 
8307         Fix matching first open-paren-char in '<< .. >>'.
8308
8309 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8310
8311         * input/test/g*: added texidoc index.
8312
8313         * input/test/[a-g]*: added raggedright==#t when it
8314          seemed appropiate.
8315
8316         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8317
8318         * Documentation/topdoc/INSTALL.texi: removed false warnings
8319         about gcc 3.3.
8320
8321 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8322
8323         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8324
8325         * input/test/chords-without-melody.ly (texidoc): add from
8326         input/just-friends.ly
8327
8328         * input/regression/size{13--26}.ly: move from input/
8329
8330         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8331         input/{star-spangled-banner,twinkle}.ly: remove 
8332         
8333         * lily/slur.cc: remove slur over rest warnings.
8334
8335         * lily/note-spacing.cc (get_spacing): include left part of right
8336         object in fixed space. This fixes stretched space before
8337         accidentals.
8338
8339         * input/regression/spacing-accidental-stretch.ly: new file.
8340
8341 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8342
8343         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8344         Reduce to 16pt.
8345
8346 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8347
8348         * input/regression/spacing-knee.ly: docstring
8349
8350         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8351
8352         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8353         input/tutorial/{test,solar,flowing}.ly: remove
8354
8355         * input/rhythm.ly: remove
8356
8357         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8358
8359         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8360         update syntax. 
8361
8362         * scm/define-grobs.scm (all-grob-descriptions): set
8363         knee-spacing-correction to 1.0
8364
8365         * lily/note-spacing.cc (stem_dir_correction): compute knee
8366         correction using stem-thickness and head width.
8367
8368         * input/regression/beam-quanting-horizontal.ly: update texidoc
8369
8370         * scm/define-grobs.scm (all-grob-descriptions): set
8371         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8372         This fixes 32nd beams for noteheads in spaces quants.
8373
8374         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8375
8376 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8377
8378         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8379
8380 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8381
8382         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8383
8384         * VERSION (PACKAGE_NAME): release 1.7.21
8385
8386         * input/regression/stem-shorten.ly: new file.
8387
8388         * lily/stem.cc (get_default_stem_end_position): revise stem
8389         shortening code.
8390
8391         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8392
8393         * input/test/{scripts,volta-start,sleur}.ly: remove
8394         
8395         * input/regression/span-bar.ly: smaller file.
8396
8397         * input/regression/spacing-{natural,tight,loose}.ly: remove
8398
8399         * input/test/markup.ly: remove
8400
8401         * scripts/lilypond-book.py: put printfilename in separate chunk,
8402         so texidoc is printed after the filename.  
8403
8404 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8405
8406         * make/lilypond.mandrake.spec.in: fix docdirs.
8407
8408 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8409
8410         * input/regression/beam-french.ly: bugfix.
8411
8412         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8413
8414         * input/regression/(various).ly: add raggedright = #t.
8415
8416         * input/regression/auto-beam.ly: move from abe.ly
8417
8418 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8419
8420         * input/test/f*.ly: added texinfo index.
8421         
8422         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8423
8424 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8425
8426         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8427         quant penalty for beam just outside staff.
8428
8429         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8430         from beam-pos.ly,  remove non-horizontal tests. 
8431
8432         * input/test/(various): cleanup header info. 
8433
8434         * input/test/tchaikovsky.ly: remove file.
8435
8436         * scm/chord-generic-names.scm: move from
8437         double-plus-new-chord-name.scm
8438
8439         * input/test/orchestscore.ly: remove file
8440
8441         * Documentation/user/refman.itely (Vocal music): update documentation.
8442
8443         * scm/define-translator-properties.scm (chordNoteNamer): remove
8444         chordNameStyle, use chordNameFunction
8445
8446         * scm/chord-name.scm (set-chord-name-style): remove
8447         set-chord-name-style. Use \property chordNameFunction.
8448
8449 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8450
8451         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8452         music): remove @TeX{} command.
8453
8454 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8455
8456         * lilypond-indent.el (scan-sexps): Renamed to
8457         aargh-this-breaks-other-emacs-modes-scan-sexps.
8458
8459 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8460
8461         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8462         closing slurs: '()', etc. Add comments.
8463
8464         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8465
8466         * lilypond-font-lock.el: match unending string at eof.
8467
8468         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8469         
8470 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8471
8472         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8473         input/test/beam-dir.ly input/test/beam-position.ly    
8474         input/test/beam-suspect.ly input/test/beam-trend.ly    
8475         input/test/beams.ly input/test/crescendo-text.ly : deleted
8476         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8477         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8478         * input/test/default-bars.ly: moved to bar-always.ly
8479         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8480
8481 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8482
8483         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8484
8485 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8486
8487         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8488
8489 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8490
8491         * lilypond-indent.el: Match better slurs in scheme expressions.
8492         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8493
8494         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8495
8496 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8497
8498         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8499
8500         * input/ac-extra-voice.ly: Add texidoc.
8501
8502         * ly/chord-modifiers-init.ly: 
8503         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8504         and chordNameExceptionsPartial for new chord names.
8505
8506         * input/test/chord-names-dpnj.ly: 
8507         * input/test/dpncnt.ly: Update.
8508
8509         * scm/chord-name.scm: 
8510         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8511         chord selection and options.
8512
8513         * ly/chord-modifiers-init.ly: Add exceptions 
8514
8515         * scm/define-translator-properties.scm (chordNameStyle) 
8516         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8517
8518 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8519
8520         * ly/property-init.ly (germanChords): Added.
8521         (semiGermanChords): Added.
8522         
8523         * input/test/chord-names-german.ly: Use new macros
8524         
8525 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8526
8527         * lilypond-indent.el: Use similar parenthesis highlighting for 
8528         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8529         functions; removed LilyPond-show-paren-function. Fix indenting.
8530         Turn paren-matching on also in XEmacs.
8531
8532         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8533         as needed by parenthesis highlighting functions (in scan-sexp).
8534
8535 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8536
8537         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8538         function.
8539         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8540
8541 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8542
8543         * lilypond-indent.el: tune regexp for show-paren-function.
8544
8545 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8546
8547         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8548         for all LilyPond-produced tex snippets.
8549
8550         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8551         fixes one line --preview output of ly2dvi.
8552
8553 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8554
8555         * lilypond-indent.el: match only one type of slurs in
8556         LilyPond-show-paren-function.
8557
8558 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8559
8560         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8561         * debian/lilypond1.7.dirs: 
8562         * debian/lilypond1.7-doc.dirs: New file.
8563
8564         * input/regression/chord-name-exceptions.ly: Add parameter for
8565         ignatzekExceptions.  Quote hash in docstring.
8566
8567 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8568
8569         * lilypond-indent.el (show-paren-function): define show-paren-function
8570         as LilyPond-blink-matching-open and use it for closing parens.
8571         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8572
8573         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8574         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8575         LilyPond-blink-matching-paren in order to match both open and close
8576         brackets.
8577         
8578 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8579
8580         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8581         testing by modifying the code from FSF Emacs paren.el. Add comments.
8582
8583 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8584
8585         * input/test/dpncnt.ly: Transpose example to match new
8586         default \chords octave.  Add comment.
8587         
8588         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8589         comment about octave change.
8590
8591 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8592
8593         * input/test/[d,e]: added texinfo index tags.
8594         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8595
8596 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8597
8598         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8599
8600 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8601
8602         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8603         as in blink-matching-open.
8604
8605 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8606
8607         * input/test/[a-c]: more comments in files.
8608         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8609         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8610         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8611         mark file for proposed deletion.
8612         * input/test: renaming files:
8613         auto-beam-4-8.ly to beam-auto-4-8.ly
8614         auto-beam-override.ly to beam-auto-override.ly
8615         auto-beam.ly to beam-auto.ly
8616         blank.ly to blank-paper.ly
8617         absolute-volume.ly to dynamic-absolute-volume.ly
8618
8619 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8620
8621         * input/test/dpncnt.ly: 
8622         * input/test/chord-names-dpnj.ly: Resurrect.
8623
8624         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8625
8626         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8627
8628         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8629         Better docstring, add parameter OMIT-ROOT, tidy up.
8630
8631 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8632
8633         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8634
8635 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8636
8637         * scm/output-ascii-script.scm (as-font-alist-alist):
8638         (as-properties-to-font-name):
8639         (as-make-style-sheet): Remove.
8640
8641         * scm/font.scm (as-make-font-list): New function.
8642         (as-font-sheet-alist): New variable.
8643
8644         * ly/paper-as9-init.ly: 
8645         * ly/paper-as5-init.ly: Update.
8646
8647         * ly/paper-as5.ly:
8648         * ly/paper-as9.ly: New file.
8649
8650 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8651
8652         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8653
8654 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8655         * input/sondag-morgen/*: removed due to copyright concerns.
8656         * input/[a,b]*.ly: added a newline at the end of the texinfo
8657         doc string (produces better output in HTML version).
8658         * input/c*.ly: added texinfo index and added comments to
8659         aid in future changes to input/test/ files.
8660
8661 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8662         
8663         * Documentation/user/refman.itely: fixed build problem (missing
8664         file) caused by previous renaming.
8665
8666 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8667         
8668         * input/test/[a,b]*.ly: added texinfo index and added comments to
8669         aid in future changes to input/test/ files.
8670         * input/test/bar-number-every-5-reset.ly: renamed to
8671         bar-number-every-five-reset.ly
8672         * input/test/bar-script-visibility.ly: renamed to
8673         bar-number-show-all.ly
8674
8675 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8676
8677         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8678         to Voice.
8679
8680         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8681         out note-line and glissando functionality.
8682         
8683         * lily/line-spanner.cc (brew_molecule): cleanup.
8684
8685 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8686
8687         * scripts/as2text.scm: Use rdelim module.
8688         (start-system): Rename from start-line.
8689         (stop-system): Rename from stop-line.
8690         (af-gulp-file): Use string iso symbol for getenv.
8691
8692         * scm/output-ascii-script.scm: Add guile and lily modules.
8693         (font-name-alist): New variable.
8694         (draw-line): New function.
8695
8696         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8697         (Were these silently removed, without ChangeLog entry?)
8698
8699 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8700
8701         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8702         process 2nd ottava correctly.
8703
8704 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8705
8706         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8707
8708 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8709
8710         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8711
8712 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8713
8714         * VERSION: release 1.7.20
8715         
8716         * lily/text-spanner.cc (brew_molecule): clean up function. This
8717         fixes bugs with broken 8va spanners.
8718
8719         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8720         This prevents spurious line-breaks with raggedright
8721         
8722 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8723
8724         * lily/key-performer.cc (create_audio_elements): always use major
8725         key
8726
8727         * Documentation/user/internals.itely: updates
8728
8729         * input/regression/beam-break.ly: new file.
8730
8731         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8732         beams if starting or terminating stems have 'beaming set.)
8733
8734         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8735         property.
8736
8737         * lily/parser.yy (verbose_command_req): add comment about scales.
8738
8739 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8740
8741         * lilypond-indent.el: adjust regexps in bracket-matching.
8742
8743 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8744
8745         * Documentation/user/refman.itely: more tiny fixes
8746
8747         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8748         "Chord names"; added table with input syntax for solesmes neumes
8749         table; added some words about rationale on input syntax design
8750
8751         * lily/gregorian-ligature-engraver.cc,
8752         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8753         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8754         alignment of Pes Initio Debilis
8755
8756         * Documentation/user/refman.itely,
8757         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8758         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8759         bugs in the solesmes neumes table
8760
8761 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8762
8763         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8764         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8765
8766         * lilypond-mode.el: fix tag-score. small improvements.
8767
8768 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8769
8770         * .cvsignore: Add aclocal.m4.
8771
8772         * lily/music-constructor.cc: Include <assert.h>.
8773
8774 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8775
8776         * ly/engraver-init.ly (HaraKiriStaffContext): use
8777         RemoveEmptyStaffContext instead.
8778
8779         * Documentation/user/refman.itely: updates
8780
8781 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8782
8783         * Documentation/user/refman.itely: added solesmes neumes table;
8784         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8785         bugfix: "Ornaments" -> "Articulations"
8786
8787         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8788
8789 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8790
8791         * lilypond-indent.el: Add a message about trying to match \] or \).
8792         
8793 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8794         
8795         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8796         obsolete "arithmetic_*"
8797
8798         * input/bugs/ligatures.ly: removed (will be put into a different
8799         directory later)
8800
8801 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8802
8803         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8804         libkpathsea (Maurizio Tomasi).
8805
8806 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8807
8808         * input/regression/repeat-slash.ly (texidoc): new file
8809
8810         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8811         slash repeats separately. Slash repeats and %
8812         repeats can now be nested.
8813
8814 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8815
8816         * lilypond-indent.el: Add preliminary test for closing \] and \).
8817         
8818 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8819
8820         * lily/gregorian-ligature-engraver.cc,
8821         lily/vaticana-ligature-engraver.cc,
8822         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8823         mf/parmesan-heads.mf: various semivocalis related bugfixes
8824
8825         * input/bugs/ligatures.ly: new file demonstrating problems with
8826         ligatures
8827         
8828 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8829
8830         * lilypond-mode.el,
8831         lilypond-font-lock.el,
8832         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8833
8834 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8835
8836         * lilypond-mode.el: Remove outdated code. Stress the difference 
8837         between Emacs and XEmacs definitions.
8838
8839         * lilypond-mode.el,
8840         lilypond-indent.el: Define a function interactive only when necessary.
8841
8842 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8843
8844         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8845         Use inactive regions also in XEmacs.
8846
8847 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8848
8849         * Documentation/user/refman.itely (Repeat syntax): more updates
8850
8851         * lily/simple-spacer.cc (solve): move solution process into
8852         solve(). This fixes a bug with collisions and raggedright = ##t.
8853  
8854         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8855
8856         * ly/engraver-init.ly: remove GraceContext. Update examples.
8857
8858 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8859
8860         * GNUmakefile.in (fonts): Also make fontball.
8861
8862         * Website fixes:
8863
8864         * ly/engraver-init.ly (GraceContext): Add.
8865
8866         * run:
8867
8868             convert-ly $(find . -name *.ly)
8869
8870         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8871         new chords.
8872
8873 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8874
8875         * VERSION: 1.7.19 released
8876         
8877         * scm/music-functions.scm (set-octavation): new function.
8878
8879         * input/regression/ottava.ly: new file
8880
8881         * lily/translator-scheme.cc (LY_DEFINE): new function
8882         ly:unset-context-property
8883         (LY_DEFINE) new function ly:context-property-where-defined: 
8884
8885 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8886
8887         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8888
8889         * lilypond.words: add few.
8890
8891         * input/test/script-chart.ly: fix typo.
8892
8893 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8894
8895         * scm/define-grobs.scm: uniform naming for definitions and output
8896         routine files. 
8897
8898         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8899         scm/context-description.scm
8900
8901         * lily/parser.yy (translator_spec_body): add \description to the
8902         \translator{} body syntax.
8903
8904         * lily/ottava-engraver.cc: new file.
8905
8906         * scm/chord-name.scm (natural-chord-alteration): replace old
8907         chord stuff. 
8908
8909         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8910
8911         * Documentation/user/refman.itely (Metronome marks): update doco.
8912
8913         * input/regression/markup-note.ly: new file
8914
8915         * input/regression/metronome-marking.ly: new file
8916
8917         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8918
8919         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8920         metronome marks.
8921
8922 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8923
8924         * Documentation/user/GNUmakefile: Compatibility fix for new
8925         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8926         for making binary packages; info splitting bug has been fixed.
8927
8928         * Documentation/user/refman.itely: Compile fixes.
8929
8930 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8931
8932         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8933         Count \midi -keywords also for a region.
8934
8935 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8936
8937         * lily/lookup.cc (LY_DEFINE): new function
8938
8939         * Documentation/user/tutorial.itely: updates
8940
8941 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8942
8943         * lilypond-mode.el: Allow Midi on buffer.
8944         Use only '.ly'-extension, remove '.sly' and '.fly'.
8945         Allow use of inactive regions. Invoke next Command on Master file, 
8946         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8947
8948 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8949
8950         * Documentation/user/tutorial.itely: updates.
8951
8952 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8953
8954         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8955
8956 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8957
8958         * lily/coherent-ligature-engraver.cc: fixed typo
8959
8960         * lily/coherent-ligature-engraver.cc,
8961         lily/gregorian-ligature-engraver.cc,
8962         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8963         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8964         lily/vaticana-ligature-engraver.cc,
8965         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8966         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8967         removed all ligature specific stuff from NoteHead code
8968
8969         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8970         ligatures now use regular noteheads
8971
8972         * lily/vaticana-ligature.cc: tiny code cleanups
8973
8974         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8975         space between two adjacent noteheads of the same pitch
8976
8977         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8978         description; cleanup: removed obsolete font-family settings
8979
8980 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8981
8982         * lily/coherent-ligature-engraver.cc,
8983         lily/gregorian-ligature-engraver.cc,
8984         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8985         lily/mensural-ligature-engraver.cc,
8986         lily/vaticana-ligature-engraver.cc,
8987         lily/include/gregorian-ligature-engraver.hh: updated for new
8988         Coherent_ligature_engraver; added comments that describe the basic
8989         design ideas of the ligature implementation
8990
8991         * lily/coherent-ligature-engraver.cc,
8992         lily/include/coherent-ligature-engraver.hh: new file: shared code
8993         between mensural ligatures and Gregorian chant notation ligatures
8994
8995 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8996
8997         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8998         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8999         use only two arguments in sit-for, use no arguments in
9000         read-char-exclusive, backspace is not a character (127) in XEmacs.
9001
9002         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9003
9004 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9005
9006         * lilypond-mode.el: un-commenting works after syntax-table fix.
9007
9008         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9009         group, verbose commenting for syntax table.
9010
9011         * lilypond-indent.el: add TODO for ligature slurs.
9012
9013 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9014
9015         * lilypond-mode.el: Move comments of parenthesis matching away,
9016         (blink-matching-paren-on-screen) fix blinking in Emacs.
9017
9018         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9019         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9020
9021         * lilypond-indent.el: Add TODO for parenthesis matching.
9022
9023 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9024
9025         * lilypond-mode.el: Fix XEmacs: 
9026         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9027         invoke explicitly easy-menu-add (in Emacs done automatically).
9028         
9029         * lilypond.words: Add few words from input/*/*.ly.
9030
9031 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9032
9033         * VERSION (PATCH_LEVEL): release 1.7.18
9034
9035         * scripts/lilypond-book.py: only print basename for printfilename
9036         option
9037
9038         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9039         and syntax updates.
9040
9041 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9042
9043         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9044         better parametrisation. Move fatness of bulb downward.
9045
9046         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9047         glyph names. Underscores are not allowed .ps encoding files.
9048
9049 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9050
9051         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9052         variable "packed" for packed right-ragged mode
9053
9054         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9055         unused variable ragged; fixed indentation
9056
9057         * Documentation/user/refman.itely: tiny cleanups in ancient
9058         clef and custos section
9059
9060 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9061
9062         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9063         \applyoutput PROCEDURE
9064
9065         * lily/my-lily-lexer.cc: add \applyoutput.
9066
9067         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9068
9069         * lily/text-item.cc: clean text-interface description
9070
9071 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9072
9073         * input/{regression,test}/: use postfix for slur endings and beam
9074         begins.
9075
9076         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9077         style beams too. 
9078
9079         * input/regression/lyrics-melisma-beam.ly: new file.
9080
9081         * lily/lyric-engraver.cc (process_music): change from
9082         process_acknowledged_grobs()
9083
9084         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9085         functions to set and revert auto-beam settings.
9086
9087 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9088
9089         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9090
9091 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9092
9093         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9094         Documentation/user/lilypond.tely: fixed some typos; updated author
9095         info
9096
9097         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9098         #"" -> #'flag-style = #'()
9099
9100         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9101         cleanup: removed dead #includes
9102
9103         * lily/gregorian-ligature-engraver.cc,
9104         lily/include/gregorian-ligature.hh,
9105         scm/grob-property-description.scm: small cleanups, small spacing
9106         fixes
9107
9108         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9109         lily/vaticana-ligature.cc,
9110         lily/include/gregorian-ligature-engraver.hh,
9111         scm/grob-property-description.scm, scm/music-types.scm:
9112         "porrectus" -> "pes or flexa"
9113
9114         * ly/engraver-init.ly, scm/grob-description.scm,
9115         scm/grob-property-description.scm: junked porrectus, now handled
9116         by ligature code
9117
9118         * scm/grob-description.scm: bugfix: added space-alist entry for
9119         breathing sign/custos
9120
9121 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9122
9123         * Another grand 2003 update.
9124         
9125         * Remove mentioning of `mudela'; There's no such thing.
9126
9127 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9128
9129         * Documentation/user/preface.itely (Preface to version 1.8): update
9130
9131         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9132
9133         * Documentation/user/converters.itely (Invoking convert-ly): revise
9134
9135         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9136
9137         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9138
9139 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9140
9141         * Documentation/user/internals.itely: more updates.
9142
9143 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9144
9145         * Documentation/user/refman.itely: revise 
9146
9147         * Documentation/user/internals.itely: revise
9148
9149         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9150
9151 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9152
9153         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9154         beautification: reformatted ancient clefs section; cleanup: small
9155         wording fixes
9156
9157 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9158
9159         * lilypond.words: added words for chant notation, sorted
9160         alphabetically through "sort lilypond.words"
9161
9162 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9163
9164         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9165         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9166         chant notation
9167
9168 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9169
9170         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9171         prevent TeX from interpreting them as long dash
9172
9173         * input/test/vaticana.ly: updated
9174
9175         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9176         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9177         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9178         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9179         fixes
9180
9181         * mf/parmesan-heads.mf: ledger endings: removed dead code
9182
9183 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9184
9185         * VERSION: 1.7.17 released
9186         
9187         * Documentation/user/GNUmakefile
9188         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9189         files too.
9190
9191         * scm/document-markup.scm: new file: document all markup
9192         functions.
9193
9194         * scm/documentation-generate.scm: rename all documentation modules
9195         to document-*.scm
9196
9197         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9198         .png
9199
9200         * input/test/divisiones.ly: added
9201
9202         * input/regression/output-property.ly: new file
9203
9204         * lily/cluster.cc: change cluster-interface to use style property
9205
9206 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9207
9208         * input/test/chord-names-german.ly: modified.
9209
9210         * scm/chords-ignatzek.scm:
9211           chord-name->german-markup: Added
9212           note-name->german-markup: Changed (now producing lowercase notenames)
9213
9214         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9215         
9216 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9217
9218         * scripts/convert-ly.py (FatalConversionError.conv):
9219         divisiominima -> divisioMinima, etc.
9220
9221         * ly/engraver-init.ly (FiguredBassContext): add
9222         Separating_line_group_engraver to Figured bass context.
9223
9224         * ly/german-chords-init.ly: remove file
9225
9226         * input/test/chord-names-german.ly (scm): new file.
9227
9228         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9229
9230         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9231         Chord_name_engraver
9232
9233         * Documentation/user/refman.itely: lots of updates.
9234
9235         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9236         new file
9237
9238         * input/test/bar-number-every-5-reset.ly: new file.
9239
9240 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9241
9242         * input/regression/chord-name-major7.ly: new file
9243
9244         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9245         if specced explicitly.
9246
9247         * input/regression/chord-name-entry-11.ly: new file.
9248
9249         * input/test/slur-beautiful.ly: new file.
9250
9251         * Documentation/user/refman.itely: updates.
9252
9253         * input/regression/collisions.ly (threevoice): cleanup.
9254
9255         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9256
9257 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9258
9259         * Documentation/user/*.itely: various updates.
9260
9261         * ly/spanners-init.ly: enddecr/ endcr.
9262
9263         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9264         of tutorial
9265
9266 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9267
9268         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9269
9270         * lily/new-chord-name-engraver.cc (process_music): use octavation
9271         (a number) instead of original-pitch to store inversions. This
9272         fixes a problem with transposed chords with inversions.  
9273
9274 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9275
9276         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9277         used in includable-lexer.hh.
9278
9279         * lily/includable-lexer.cc: Bugfix: include config.h.
9280
9281         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9282         circumvention of Debian packaging bug.
9283
9284 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9285
9286         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9287         
9288         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9289
9290         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9291         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9292
9293         * lily/include/includable-lexer.hh: 
9294         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9295
9296         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9297
9298         * aclocal.m4: Regenerate.
9299
9300         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9301         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9302
9303         * scm/pdf.scm (use-modules): Include lily.
9304
9305         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9306         Noordkamp).
9307         (use-modules): Include lily.
9308         (lily-def): Bugfix: include tex-val in let.
9309
9310 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9311
9312         * lilypond-mode.el: sensible error if lilypond.words not found.
9313
9314         * lilypond.words: add few words.
9315
9316 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9317
9318         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9319
9320         * mf/parmesan-scripts.mf: fixed typo in char name
9321
9322 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9323
9324         * VERSION: 1.7.16 released
9325
9326         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9327         (this is a security vulnerability).
9328
9329         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9330
9331         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9332         add staff support.
9333
9334 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9335
9336         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9337         ly/script-init.ly, scm/script.scm: bugfix: renamed
9338         fermata->signumcongruentiae to fix naming clash with feta font
9339
9340 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9341
9342         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9343
9344         * lily/multi-measure-rest-engraver.cc
9345         (start_translation_timestep): use grace timing too for determining
9346         when to make mmrest.
9347         (start_translation_timestep): clear numbers too.
9348
9349 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9350
9351         * scm/music-types.scm: compile fix: escape braces
9352
9353         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9354         work around font selection problem
9355
9356         * Documentation/user/refman.itely: BreathingSign: added docu for
9357         property "text"
9358
9359 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9360
9361         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9362         information.
9363
9364 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9365
9366         * lily/multi-measure-rest-engraver.cc (class
9367         Multi_measure_rest_engraver): make multiple Number objects, one
9368         for each MultiMeasureTextEvent.
9369
9370         * scm/music-functions.scm (glue-mm-rest-texts): use
9371         MultiMeasureTextEvent
9372
9373         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9374
9375         * Documentation/user/refman.itely (Multi measure rests): update.
9376
9377 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9378
9379         * lily/ly-module.cc (ly_copy_module_variables): use
9380         scm_internal_hash_fold() for iterating modules.
9381
9382 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9383
9384         * Documentation/user/refman.itely: Section Custodes: added more
9385         example code
9386
9387         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9388         neo-mensural rests to parmesan font
9389
9390         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9391         header
9392
9393 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9394
9395         * Documentation/user/macros.itexi: @fileref macro.
9396
9397         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9398         each file. 
9399
9400 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9401
9402         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9403         Documentation/topdocs/AUTHORS.texi: updated my email address
9404
9405         * Documentation/user/refman.itely: updated custos documentation;
9406         beautified divisiones example; beautified articulations table
9407
9408         * lily/breathing-sign.cc: bugfix: finalis molecule
9409
9410 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9411
9412         * Documentation/user/refman.itely: added docu for
9413         contemporary fermata symbols, gregorian breathing signs; small fixes
9414
9415         * ly/gregorian-init.ly: removed obsolete #'type props
9416
9417 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9418
9419         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9420         minimum-length property correctly.
9421
9422 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9423
9424         * scm/music-functions.scm (make-multi-measure-rest): set input
9425         locations for multimeasure rests.
9426
9427 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9428
9429         * input/regression/breathing-sign.ly: updated to for ancient
9430         notation
9431
9432 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9433
9434         * scripts/ly2dvi.py: Add newline.
9435
9436 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9437
9438         * scripts/ly2dvi.py (dependency_files): Compile fix.
9439
9440 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9441
9442         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9443         (make_html_menu_file): --html menu. 
9444
9445 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9446
9447         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9448
9449 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9450
9451         * input/screech-boink.ly: new file.
9452
9453 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9454
9455         * scripts/lilypond-book.py (make_lilypond_file): convert
9456         lilypond-file to lilypond block directly, without going through
9457         begin/end lilypond text.
9458         
9459
9460 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9461
9462         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9463         scm/grob-description.scm: moved Michael's original breathing sign
9464         code in brew_molecule() to divisio_minima(); provided new
9465         brew_molecule() that effectively replaces the
9466         Text_item::brew_molecule callback (with additional fallback to
9467         Michael's original code); added callbacks for brewing divisio
9468         maior/maxima and finalis
9469
9470         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9471         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9472
9473         * script-init.ly: added shortfermata, longfermata,
9474         verylongfermata, varcoda
9475
9476         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9477         longfermata, verylongfermata, varcomma, varcoda
9478
9479 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9480
9481         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9482           Remove all noquote and insert a few quote.
9483         
9484         * Documentation/user/lilypond-book.itely (Music fragment options),
9485           scripts/lilypond-book.py: Don't include quotation blocks by
9486           default. Introduce option quote instead of noquote
9487
9488 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9489
9490         * VERSION: 1.7.15 released
9491         
9492         * Documentation/user/lilypond.tely: omf updates.
9493
9494         * buildscripts/texi2omf.py (omf_vars): include version.date
9495
9496         * make/lilypond.redhat.spec.in: fixes for spec file. 
9497
9498         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9499         by function definition: lily now requires a recent GNU Make.
9500
9501         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9502         writing.
9503
9504         * make/ly-rules.make: remove .ly -> .tex rule
9505
9506         * Documentation/user/refman.itely (Figured bass): revised figured
9507         bass example.
9508
9509 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9510
9511         * stepmake/stepmake/omf-targets.make (local-install): add
9512         scrollkeeper-update message.
9513
9514         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9515         to binary.
9516         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9517
9518         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9519
9520         * Documentation/user/converters.itely (Invoking midi2ly): add
9521         track/channel notice.
9522
9523 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9524
9525         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9526
9527         * lily/parser.yy (scalar): DIGIT is also a scalar.
9528
9529         * Documentation/user/music-glossary.tely: add @omf tags
9530
9531         * Documentation/user/lilypond.tely: add @omf tags
9532
9533         * scm/generate-documentation.scm (string-append): add @omf tags.
9534
9535         * stepmake/stepmake/omf-*: new files 
9536
9537         * input/regression/multi-measure-rest.ly (texidoc): add doco
9538
9539         * GNUmakefile.in (web-doc-install): add web-doc-install target
9540
9541         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9542         fixes crashes while dumping MIDI.
9543
9544         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9545         midi
9546
9547 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9548
9549         * buildscripts/texi2omf.py: new file.
9550
9551         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9552         font-name
9553
9554 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9555
9556         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9557
9558         * lily/sequential-iterator.cc (descend_to_child): call
9559         descend_to_child() for all types of music.
9560
9561 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9562
9563         * scm/translator-property-description.scm: Add
9564         bassFigureFormatFunction.  Replace some entries.
9565
9566 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9567
9568         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9569         clean out.
9570
9571 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9572
9573         * scripts/midi2ly.py (Note.dump): never dump duration for
9574         dump_dur=0.
9575
9576         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9577         new function
9578
9579         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9580         figures using new markups. Much simpler, and should improve layout
9581         a little.
9582
9583         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9584
9585 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9586
9587         * ly/engraver-init.ly: use Hara kiri by default for 
9588         ChordNames, FiguredBass and Lyrics(Voice) context. 
9589
9590         * lily/axis-group-engraver.cc (acknowledge_grob): use
9591         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9592
9593         * scm/new-markup.scm (markup-function-list): add bracket,
9594         vbracket.
9595
9596         * ly/engraver-init.ly (ChordNamesContext): set
9597         minimumVerticalExtent
9598
9599 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9600
9601         * input/test/time-signature-double.ly: new file 
9602
9603         * input/regression/collision-head-chords.ly (texidoc): new file.
9604
9605         * lily/type-swallow-translator.cc: add note swallow translator 
9606
9607         * input/test/time-signature-double.ly: new file.
9608
9609         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9610
9611         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9612         (FiguredBassContext): idem.
9613
9614         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9615
9616         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9617
9618         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9619
9620         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9621         .afm dependency
9622
9623         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9624
9625         * python/lilylib.py (make_page_images): add function.
9626
9627         * scripts/ly2dvi.py (run_latex): include title in preview image.
9628
9629         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9630         from lilypond-book for <ly2dvifile> tags in HTML.
9631
9632         * scripts/ly2dvi.py (option_definitions): add --debug option to
9633         print out environment.
9634
9635         * input/regression/tie-chord-partial.ly: new file.
9636
9637 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9638
9639         * lilypond.words: add 3
9640
9641 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9642
9643         * scm/new-markup.scm (markup-function-list): add finger-markup
9644
9645         * input/tutorial/brahms-tweaked.ly: new markup 
9646
9647         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9648
9649         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9650         crash when processing '() markup
9651
9652         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9653
9654         * lily/breathing-sign.cc (railtracks): another caesura.
9655
9656         * mf/feta-schrift.mf: caesura symbol. 
9657
9658 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9659
9660         * scripts/convert-ly.py (FatalConversionError.conv): add
9661         ly:molecule-XXX conversions.
9662
9663         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9664
9665         * input/regression/multi-measure-rest-text.ly: new file.
9666
9667         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9668         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9669
9670         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9671         ScoreContext
9672
9673         * scm/new-markup.scm (center-markup): \center markup.
9674
9675         * scm/music-functions.scm: remove pitchify scripts.
9676
9677         * lily/music.cc (print_smob): display music name if available 
9678
9679 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9680
9681         * Documentation/user/refman.itely (Instrument names): remove
9682         \turnOff doco.
9683
9684 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9685
9686         * lily/score.cc (mark_smob): bugfix.
9687
9688         * input/regression/rehearsal-mark.ly: new file.
9689
9690         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9691         report error at the current token again.
9692
9693 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9694
9695         * cygwin/mknetrel: Exit if doc build fails.
9696
9697         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9698
9699 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9700
9701         * scm/music-types.scm (music-descriptions): add doc strings
9702
9703 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9704
9705         * lily/lexer.ll: 
9706         * lily/include/my-lily-lexer.hh: 
9707         * lily/include/includable-lexer.hh: Add flex kludge.
9708
9709         * config.hh.in: 
9710         * config.make.in: 
9711         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9712         cruft.
9713         
9714         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9715         code.
9716
9717 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9718
9719         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9720
9721         * lily/parser.yy (new_chord): Compile fix.
9722
9723 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9724
9725         * Documentation/user/refman.itely (Tuning groups of objects):
9726         remove documentation for \turnOff. 
9727
9728         * lily/percent-repeat-engraver.cc (try_music): add correct
9729         processing moments for double-measure percents as well.
9730
9731         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9732
9733         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9734         grob prop type. 
9735
9736         * Documentation/user/refman.itely (Printing named chords): add
9737         chord name tweak doco.
9738
9739         * input/template/gregorian-transcription.ly: new file.
9740
9741 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9742
9743         * VERSION: 1.7.13 released
9744         
9745         * input/test/*: lots of cleanups/comment-outs/removals in chord
9746         examples
9747         
9748         * input/regression/*: lots of cleanups/comment-outs/removals in
9749         chord examples
9750         
9751         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9752         options
9753
9754         * lily/new-chord-name-engraver.cc (process_music): give original
9755         inversion pitch to chord name routine.
9756
9757         * input/tutorial/os-score.ly: update to new markup
9758
9759         * Documentation/user/appendices.itely: simply include
9760         chords-ignatzek. 
9761
9762         * Documentation/user/refman.itely (Chords mode): add documentation
9763         for chord mode.
9764
9765         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9766         not present in chord.
9767         (construct-chord): add inversion and bass support.
9768
9769         * lily/chord.cc: junk contents.
9770
9771 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9772
9773         * Documentation/user/refman.itely:
9774         * Documentation/user/music-glossary.tely: fix. 
9775
9776 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9777
9778         * scm/chord-entry.scm (construct-chord): move chord construction
9779         to Scheme.
9780
9781         * lily/parser.yy (new_chord): new setup for chord entry.
9782
9783 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9784
9785         * lilypond.words:
9786         * Documentation/user/music-glossary.tely: add ambitus.
9787
9788 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9789
9790         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9791
9792         * lily/include/*.hh: string() -> to_string()
9793
9794         * scm/chords-ignatzek.scm: new file.
9795
9796         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9797         standard chord name exceptions.
9798
9799         * scm/translator-property-description.scm (chordNameSeparator):
9800         add property.
9801         (majorSevenSymbol): add property
9802
9803         * lily/translator-scheme.cc (ly:context-properties): new function
9804         (ly:context-parent): new function.
9805         (print_smob): print context name.
9806
9807         * lily/music.cc (ly:get-music-length): new function
9808         (print_smob): don't print properties.
9809
9810         * lily/duration.cc (duration<?): new function
9811
9812         * input/regression/chords-funky-ignatzek.ly: new file.
9813
9814         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9815         jazz chords.
9816
9817         * lily/pitch.cc (ly:pitch-diff): new function.
9818
9819         * input/regression/chords-ignatzek.ly: new file.
9820
9821 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9822
9823         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9824         pitches for jazz chords.
9825
9826 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9827
9828         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9829
9830 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9831
9832         * lilypond.words: add 1
9833
9834 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9835
9836         * Documentation/topdocs/AUTHORS.texi: refine.
9837
9838 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9839
9840         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9841         
9842         * lilypond.words: add one.
9843
9844 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9845
9846         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9847         Fontify bass note in chords, e.g., e in c1/e.
9848         
9849 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9850
9851         * Documentation/user/music-glossary.tely: Dutch updates and
9852         additions (Arent Storm).
9853
9854 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9855
9856         * input/regression/ambitus.ly:  move file.      
9857
9858         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9859
9860         * lily/event.cc (transpose): add tonic property to Key_change_req
9861         and to Key_engraver.
9862
9863 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9864
9865         * Documentation/user/refman.itely: fix typo.
9866
9867         * lilypond.words: removed wrong identifiers.
9868
9869 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9870
9871         * mf/feta-toevallig.mf: make flat stem shorter 
9872
9873 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9874
9875         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9876
9877         * lilypond.words: add from Phrasing slur.
9878         
9879 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9880
9881         * lilypond-mode.el: allow launching multiple ViewPS processes.
9882         
9883         * lilypond.words: add from Text markup.
9884
9885 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9886
9887         * input/test/ossia.ly (texidoc): add comment.
9888
9889         * input/regression/voice-follower.ly: new file.
9890
9891         * mf/feta-toevallig.mf: make flat heavier.
9892
9893         * lily/cluster-engraver.cc: clean up Cluster engraver
9894
9895         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9896         Engraver. Use Note_column to compute Y positions and deal with
9897         line break stuff.
9898
9899 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9900
9901         * lily/stem.cc: move french-beaming to stem.
9902
9903 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9904
9905         * lilypond-font-lock.el: fontify all durations in chords.
9906
9907         * lilypond.words: add from lily/my-lily-lexer.cc
9908
9909 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9910
9911         * VERSION: release 1.7.12
9912
9913         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9914
9915         * lily/gregorian-ligature.cc: new file
9916
9917         * lily/*: the Great 2003 search & replace.
9918
9919         * Documentation/user/refman.itely (Manual repeat commands): add
9920         note about font selection.
9921
9922 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9923
9924         * lilypond-mode.el: propose recompiling midi while invoking playing,
9925         not while stopping playing.
9926
9927 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9928
9929         * lilypond.words: add one.
9930
9931         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9932         and expressional note grouping. Fontify chord modes.
9933
9934 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9935
9936         * Documentation/user/music-glossary.tely (Top): translate melisma.
9937
9938 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9939
9940         * Documentation/user/music-glossary.tely (Top): add melisma.
9941
9942 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9943
9944         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9945         interfaces for (abstract) grob GregorianLigature
9946
9947         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9948         renamed head* -> glyph_name*, x-shift* -> x-offset*
9949
9950         * scm/grob-property-description.scm: bugfix: added missing descriptions
9951
9952 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9953
9954         * input/test/chord-names-dpnj.ly: New file.
9955
9956         * scm/double-plus-new-chord-name.scm: Implement full and partial
9957         exceptions.
9958
9959         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9960
9961         * scm/double-plus-new-chord-name.scm
9962         (double-plus-new-chord->markup): Fix sub->markup.
9963
9964
9965 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9966
9967         * lily/custos-engraver.cc: added TODO; editorial changes
9968
9969         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9970         consistency with other ligature engravers; removed access on (now)
9971         private variable _ligature of Ligature_engraver
9972
9973         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9974         renamed last_bound -> last_bound_; issue programming_error on
9975         abstract method calls; moved primitives code from
9976         Mensural_bracket_engraver to here (because almost ligature
9977         engravers will need it); renamed try_stop_ligature () ->
9978         typeset_ligature (); bugfix: store primitives of finished ligature
9979         in separate variable finished_primitives_ to avoid clash on input
9980         like "\] \["; added current_ligature () to enable access on
9981         private variable _ligature
9982
9983         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9984         (now in super class); renamed try_stop_ligature () ->
9985         typeset_ligature ()
9986
9987         * lily/mensural-ligature.cc: issue programming_error on abstract
9988         method calls
9989
9990         * lily/note-heads-engraver.cc: added TODO comment upon bool
9991         in_ligature
9992
9993         * mf/parmesan-heads.mf: fixed some of set_char_box()
9994
9995         * scm/grob-description.scm: added VaticanaLigature
9996
9997         * scm/grob-property-description.scm: added neume prefix properties
9998
9999         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10000         lily/include/gregorian-ligature-engraver.hh,
10001         lily/include/gregorian-ligature.hh: new files; framework for
10002         gregorian ligature engravers such as vaticana
10003
10004         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10005         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10006         vaticana style ligature implementation (still somewhat uncomplete)
10007
10008 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10009
10010         * VERSION: release 1.7.11
10011
10012         * scripts/convert-ly.py: add ly:pitch-transpose rule
10013
10014 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10015
10016         * input/test/dpncnt.ly: New file.
10017
10018         * lily/my-lily-lexer.cc: Add chordnames keyword.
10019
10020         * lily/parser.yy (chordnames_block): Parse chord name exception
10021         lists, see input/test/dpncnt.ly.
10022
10023         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10024         function.
10025
10026         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10027         filter-out too.
10028
10029         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10030         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10031         pitch functions (except for ly:make-pitch, but that's apparently
10032         some sort of scheme naming standard?).
10033
10034         * scm/lily.scm (!=): define-public.
10035
10036         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10037
10038 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10039
10040         * scm/double-plus-new-chord-name.scm
10041         (double-plus-new-chord-name->markup): New file.
10042
10043 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10044
10045         * python/lilylib.py (make_preview): don't suppress progress for
10046         bbox extraction.
10047
10048 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10049
10050         * Documentation/user/appendices.itely (scheme): update for new syntax.
10051
10052         * input/regression/chord-name-styles.ly: new file
10053
10054         * lily/instrument-name-engraver.cc: create instrument names
10055         without barline too.  Allows instrument name on ChordNames  
10056
10057         * scm/new-markup.scm (interpret-markup): allow simple strings as
10058         markup too.
10059
10060 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10061
10062         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10063         (step->markup-accidental): Fix: add accidental.
10064         (chord::inner-name-american): 
10065         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10066         append stray '/' if last superscript addition was 'o'.
10067
10068         * scm/new-markup.scm (normal-size-sub-markup) 
10069         (normal-size-super-markup): New function.
10070
10071         * lily/source-file.cc (Source_file): Add warning for possibly
10072         intentional but suspicious initialization.
10073
10074         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10075         add comments about cut-and-paste programming.
10076
10077         * flower/rational.cc (lcm): Not used; comment out.
10078
10079 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10080
10081         * lily/new-fingering-engraver.cc (position_scripts): use
10082         fingerHorizontalDirection to determine fingering horizontal
10083         directions.
10084  
10085         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10086         fingering support.
10087
10088         * scripts/convert-ly.py (FatalConversionError.conv): add style
10089         conversion rule. 
10090
10091         * scm/chord-name.scm (set-chord-name-style): new function.
10092         (new-chord-name-brew-molecule): revise to interpret markup only
10093         (new-chord->markup): cleanuppish rewrite. To be called from the
10094         new engraver.
10095
10096         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10097         Markup earlier, during interpreting.
10098
10099         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10100         style settings. Rename to chord-names-*.ly
10101
10102 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10103
10104         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10105         markup code and update to new markup.  Most probably broke some of
10106         it.
10107         
10108 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10109
10110         * Documentation/user/refman.itely: added docu for ambitus and
10111         clusters
10112
10113         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10114         ly_quote_scm() in lookup.cc
10115
10116         * mf/parmesan-clefs.mf: set_char_box fix
10117
10118         * lily/cluster-engraver.cc: junk implicit protection; use
10119         Protected_scm instead
10120
10121 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10122
10123         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10124         throughout.
10125
10126         * scm/new-markup.scm: Turn-off error-triggering test code.
10127
10128 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10129
10130         * scm/new-markup.scm (markup-thrower-typecheck) 
10131         (markup-typecheck?):  add full typechecking functions.
10132         (make-markup-maker): add make-FOO-markup functions.
10133         (markup-argument-list-error): nice error checking messages.
10134         (make-markup): better function: less quoting escapades.
10135
10136 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10137
10138         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10139
10140 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10141
10142         * cygwin/lilypond.hint (requires): Add cygwin.
10143
10144         * .cvsignore: Remove stepmake (huh!?!), add lib.
10145
10146         * GNUmakefile.in: Add libdir links for builddir runs.
10147
10148         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10149         instead of datadir.
10150
10151         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10152         local_lilypond_libdir.
10153
10154         * config.make.in (lilypond_libdir): Add.
10155
10156         * stepmake/stepmake/substitute-rules.make: 
10157         * stepmake/stepmake/script-rules.make: 
10158         * stepmake/stepmake/python-module-rules.make:
10159         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10160         lilypond-python-module patch.
10161
10162 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10163
10164         * Documentation/user/refman.itely (Graphical interfaces): add note
10165         about xml2ly.
10166
10167 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10168
10169         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10170
10171 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10172
10173         * VERSION: released 1.7.10
10174
10175         * scripts/musedata2ly.py (): idem
10176
10177         * scripts/midi2ly.py (dump_chord): idem
10178
10179         * scripts/etf2ly.py (version): idem 
10180
10181         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10182
10183         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10184
10185         * scm/tex.scm (tex-output-expression): remove eval compat
10186         glut. Other output files too.
10187
10188         * scm/chord-name.scm: don't export anything from chord module.
10189
10190         * input/test/american-chords.ly: idem
10191
10192         * input/test/banter-chords.ly (texidoc): idem
10193
10194         * input/test/Cc-chords.ly: add breakage notes.
10195
10196         * Documentation/user/refman.itely (Text markup): rewrite manual
10197         section.
10198
10199         * lily/parser.yy (scalar): allow \markup { } as property value. 
10200
10201         * scm/chord-name.scm: complete new markup usage
10202
10203         * scm/grob-description.scm (all-grob-descriptions): use new markup
10204         texts by default
10205
10206 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10207
10208         * scm/chord-name.scm: partial move to new markup texts.
10209
10210 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10211
10212         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10213
10214         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10215         settable.
10216
10217 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10218
10219         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10220         invoked for old midi, wait for killing.
10221
10222 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10223
10224         * Documentation/user/music-glossary.tely: Finnishing.
10225
10226 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10227
10228         * mf/feta-nummer-code.mf: some kerning pairs.
10229
10230 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10231
10232         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10233         Added.
10234
10235         * Documentation/user/refman.itely (Bar numbers):
10236         set-bar-number-visibility added, modulo-bar-number removed again
10237         (sorry).
10238
10239 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10240
10241         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10242
10243         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10244
10245         * Documentation/user/music-glossary.tely: translate into Finnish.
10246
10247 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10248
10249         * lilypond-mode.el: add shortcut for 2midi
10250
10251         * lilypond-font-lock.el: fontify lyrics
10252
10253 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10254
10255         * scm/drums.scm : use 1.7.x names.
10256
10257         * input/regression/drums.ly : Don't use << chords >>
10258
10259 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10260
10261         * lilypond-mode.el: tidy, add TODO
10262
10263         * make/lilypond.mandrake.spec.in: install-info quietly.
10264
10265 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10266
10267         * input/test/markup.ly: use new syntax.
10268
10269 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10270
10271         * ly/params-init.ly (interscoreline): add word-space
10272
10273         * input/test/metronome.ly (eighthNote): idem.
10274
10275         * input/test/script-priority.ly: use new markup
10276
10277         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10278
10279         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10280
10281         * lily/parser.yy (gen_text_def): bugfix.
10282         (full_markup): allow markup identifier.
10283
10284 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10285
10286         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10287         jobs at the same time. Add horizontal lines to Command menu.
10288         Allow one compiling job -- propose killing others before a new one.
10289
10290         * lilypond.words: add markup, teeny, etc.
10291
10292 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10293
10294         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10295         Allow only one type of midi process; launching Midi either stops
10296         midis or plays the current midi and launching MidiAll stops midis
10297         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10298         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10299
10300 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10301
10302         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10303         markup  for new markup texts.
10304
10305         * lily/mark-engraver.cc (process_music): idem
10306         
10307         * lily/instrument-name-engraver.cc (create_text): idem
10308
10309         * scm/new-markup.scm (magnify-markup): new function.
10310
10311         * scm/molecule.scm (stack-lines): bugfix.
10312
10313         * lily/font-interface.cc (get_font): take font-magnification from
10314         alist chain.
10315
10316 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10317
10318         * lily/molecule-scheme.cc: move scheme functions to separate file.
10319
10320         * lily/font-metric.cc  (ly_get_glyph): new function. 
10321         
10322         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10323         (italic-markup, dynamic-markup): new functions
10324         (font-markup): new function
10325
10326         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10327         padding and minimum
10328
10329 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10330
10331         * lily/accidental-engraver.cc:
10332         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10333
10334 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10335
10336         * lilypond.vim:
10337         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10338         [a-zA-Z] for user defined identifiers. Separate note cases 
10339         with and without a duration (allow cis\longaX).
10340
10341         * lilypond.words: Add words from Info.
10342
10343 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10344
10345         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10346
10347 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10348
10349         * lilypond-mode.el: Propose reverting buffer before a command if
10350         it was edited with an another editor.
10351
10352 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10353
10354         * lily/molecule.cc (ly_translate_molecule): new function
10355
10356         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10357         into libdir
10358
10359         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10360
10361         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10362
10363 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10364
10365         * lilypond.words: take \words from Info-index.
10366
10367 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10368
10369         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10370
10371 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10372
10373         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10374
10375 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10376
10377         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10378         and lilypond-documentation.
10379
10380 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10381
10382         * lily/parser.yy: Compile fix (bison 1.75).
10383
10384 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10385
10386         * VERSION: 1.7.9 released
10387
10388         * scm/music-functions.scm (shift-one-duration-log): refactor.
10389         Use music-map.
10390
10391         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10392
10393         * NEWS: update.
10394
10395         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10396         argument
10397         
10398         * scm/music-functions.scm (display-music): new function
10399         (music-map): change arg order.
10400
10401         * input/regression/new-markup-syntax.scm: new file
10402
10403         * lily/parser.yy (markup): add \markup { .. } syntax.
10404
10405         * scm/new-markup.scm (override-markup): new function
10406         (lookup-markup): new function
10407         (music-markup): new function
10408         (lookup-markup-command): use markup-signature to store argument
10409         format for parser.
10410
10411         * lily/lexer.ll: preliminary \markup syntax. 
10412
10413 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10414
10415         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10416         add pre/post-dependencies and menus with icons from source.
10417
10418         * Documentation/pictures/lilypond-48x48.xpm:
10419         * Documentation/pictures/lilypond-32x32.xpm:
10420         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10421         transparent.
10422
10423         * stepmake/stepmake/generic-targets.make:
10424         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10425
10426 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10427
10428         * input/regression/music-map.ly (texidoc): new file.
10429
10430         * scm/music-functions.scm (music-map): new function
10431
10432 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10433
10434         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10435
10436 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10437
10438         * input/test/to-xml.ly:
10439         * lily/ligature-engraver.cc: Fixes documentation.
10440
10441         * lilypond.mandrake.spec.in:
10442         * lilypond.redhat.spec.in: Add lilypond.words.
10443
10444         * Documentation/user/refman.itely: Mention Info inside emacs.
10445         
10446         * lilypond.suse.spec.in:
10447         * lilypond.redhat.spec.in:
10448         * lilypond.mandrake.spec.in: Set root-owner for doc
10449         (tobbe@nyvalls.se).
10450
10451 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10452
10453         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10454         os.popen.read ().
10455
10456 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10457
10458         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10459
10460         * python/lilylib.py (error): add space
10461
10462 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10463
10464         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10465         distribution.
10466
10467 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10468
10469         * lily/paper-outputter.cc (Paper_outputter): close port when
10470         finishing score.
10471
10472 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10473
10474         * scm/sodipodi.scm: Fixes.
10475
10476 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10477
10478         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10479
10480         * buildscripts/make-font-dir.py: Fix. 
10481
10482 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10483
10484         * lilypond-mode.el: Add support for Info inside Emacs.
10485
10486 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10487
10488         * buildscripts/make-font-dir.py: 
10489         * mf/GNUmakefile: Make sodipodi font map.
10490
10491         * scm/sodipodi.scm: Add more output functions.
10492
10493         * mf/feta-nummer.mf: 
10494         * mf/feta-beugel.mf: Add font_coding_scheme.
10495
10496         * lily/paper-outputter.cc (output_header): Fix creator string.
10497
10498 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10499
10500         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10501         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10502
10503         * lilypond.words: add two (Everybody can add/remove words now!).
10504
10505         * debian/rules:
10506         * make/lilypond.suse.spec.in:
10507         * make/lilypond.mandrake.spec.in:
10508         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10509
10510         * Documentation/user/refman.itely: Mention autocompletion.
10511
10512 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10513
10514         * scripts/ly2dvi.py: Add paper sizes.
10515
10516         * lily/timing-engraver.cc: 
10517         * lily/time-signature.cc: 
10518         * lily/span-bar.cc: 
10519         * lily/grob-scheme.cc: Code formatting fixes.
10520
10521         * scm/sodipodi.scm: 
10522         * scm/sketch.scm:
10523         * buildscripts/mf-to-table.py: 
10524         * buildscripts/make-font-dir.py: Font testing.
10525
10526 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10527
10528         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10529         inserts try-completion and shows all-completions.
10530
10531         * lilypond.words: '\' -> '\\'
10532
10533         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10534         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10535         
10536         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10537         and LilyPond-reserved-words.
10538         
10539 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10540
10541         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10542         from load-path.
10543         
10544         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10545         the mini-buffer with Control-Shift-c.
10546         
10547 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10548
10549         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10550         duration. This fixes \tempo taking time.
10551
10552 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10553
10554         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10555         Allow for text markup in repeatCommands. 
10556
10557 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10558
10559         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10560         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10561         Get rid of skeleton.el-dependency.
10562
10563         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10564
10565 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10566
10567         * lily/beam-engraver.cc (stop_translation_timestep): reset
10568         now_stop_ev_
10569
10570         * lily/scm-option.cc: add parse-protect to ly:set-option
10571
10572         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10573
10574 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10575
10576         * lily/include/ligature-bracket.hh: removed
10577         * lily/ligature-bracket.cc: removed
10578
10579         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10580         .tex
10581
10582         * lily/beam.cc (set_beaming): don't change beam count on rests.
10583         (brew_molecule): always set flag-width > 0.
10584
10585 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10586
10587         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10588         chars, remove instructions; instead, refer to lilypond-init.el and
10589         Documentation/topdocs/INSTALL.texi.
10590
10591         * lilypond.words: add identifiers and reserved words.
10592
10593         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10594         files and adding a load-path.
10595
10596         * lilypond-init.el: Instructions, extracted from 
10597         Documentation/topdocs/INSTALL.texi. 
10598         
10599 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10600
10601         * VERSION: 1.7.8 released 
10602
10603         * lily/grob.cc (warning): better robustness fix.
10604
10605 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10606
10607         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10608
10609         * lily/cluster-engraver.cc: stick better to variable naming
10610         conventions
10611
10612         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10613         until stop_translation_timestep()
10614
10615         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10616         min/max coordinates to backend, but no musical info such as
10617         pitches
10618
10619         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10620
10621         * lily/grob.cc: robustness fix: warning(): do not crash if
10622         cause is not set
10623
10624         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10625         the much more elaborated tuplet brackets than the very naive and
10626         simple ligature bracket grob
10627
10628 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10629
10630         * Documentation/user/refman.itely (Analysis brackets): add
10631         horizontal bracket doco.
10632
10633         * ly/property-init.ly (setMmRestFermata): added.
10634
10635         * Documentation/user/refman.itely (Multi measure rests): fermatas
10636         on mm rests.
10637
10638         * input/regression/apply-context.ly (texidoc): new file
10639
10640         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10641         code to be executed during interpretation. Possible applications:
10642         smart octavation, more advanced bar checks. 
10643
10644         * lily/apply-context-iterator.cc: new file.
10645
10646 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10647
10648         * input/test/new-markup.ly: new file.
10649
10650         * lily/text-item.cc (text_to_molecule): new function
10651
10652         * scm/new-markup.scm (lambda): new file
10653
10654         * lily/function-documentation.cc (ly_add_function_documentation):
10655         add proc property as well
10656
10657 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10658
10659         * Documentation/user/music-glossary.tely (Top): add custos.
10660
10661 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10662
10663         * Documentation/topdocs/INSTALL.texi: advise how to include source
10664         path to Emacs load-path and improve language.
10665
10666 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10667
10668         * GNUmakefile.in: config.h message fix.
10669
10670         * autogen.sh:
10671         * aclocal.m4: Regenerate.
10672
10673         * configure.in: 
10674         * config.make.in: 
10675         * stepmake/config.make.in: 
10676         * stepmake/configure.in: 
10677         * stepmake/autogen.sh: 
10678         * stepmake/aclocal.m4: Update for autoconf 2.56.
10679
10680 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10681
10682         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10683         to install Emacs-mode. Instructions how to use vim-mode.
10684
10685 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10686
10687         * scm/music-types.scm (music-descriptions): no length for tempo event.
10688
10689         * input/*.ly: add \version everywhere.
10690         
10691         * input/*.ly: update syntax to 1.7 + new-chords.
10692
10693         * VERSION: 1.7.7 released.
10694         
10695         * Documentation/user/*.tely: new chord syntax.
10696
10697         * input/regression/[bc]*.ly (texidoc): syntax updates.
10698         
10699 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10700
10701         * lilypond.words: add vocabulary to be used in auto-completion
10702
10703         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10704
10705         * lilypond.vim: allow note name at EOF
10706
10707 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10708
10709         * buildscripts/new-chords.py (edit): -e option: inline editing.
10710
10711         * input/regression/a*.ly (texidoc): syntax updates.
10712
10713         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10714         music): elucidations. 
10715
10716 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10717
10718         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10719         ly/spanners-init.ly, scm/grob-description.scm,
10720         scm/grob-property-description.scm, scm/music-types.scm,
10721         lily/cluster-engraver.cc, lily/cluster.cc,
10722         lily/include/cluster.hh, input/test/cluster.ly: cluster
10723         implementation
10724
10725         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10726         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10727         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10728
10729         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10730
10731         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10732
10733         * scm/grob-description.scm: bugfix: by default, use default note
10734         head style when engraving ligatures
10735
10736         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10737
10738         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10739         events
10740
10741         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10742
10743         * input/test/ancient-font.ly: bugfix: style -> flag-style
10744
10745         * lily/ligature-engraver.cc: indentation fix
10746
10747         * lily/parser.yy: indentation fixes
10748         
10749 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10750
10751         * input/regression/measure-grouping.ly: more elaborate example.
10752
10753         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10754         ly:div-moment. New functions 
10755
10756         * scm/music-functions.scm (set-time-signature): new function,
10757         allow inline time sig settings with measure grouping.
10758
10759         * lily/parser.yy (command_element): move time sig construction
10760         into Scheme.
10761
10762         * lily/side-position-interface.cc (out_of_staff): new function,
10763         like padding, but keep minimum distance from staff. Easier than
10764         linespanners (dynamics, pedals), but roughly the same effect.
10765
10766 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10767
10768         * emacs-mode.el: Added spanish-note-replacements 
10769         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10770
10771         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10772
10773 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10774
10775         * lilypond.vim: Do not fontify cises, desis, etc.
10776
10777         * vimrc: view dvi with <S-F6>
10778
10779 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10780
10781         * lily/lookup.cc (triangle): new function.
10782
10783         * input/regression/measure-grouping.ly (texidoc): new file: show
10784         triangles and brackets for beat groups of 3 and 2.
10785
10786         * lily/include/measure-grouping-spanner.hh (class
10787         Measure_grouping): new file.
10788
10789         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10790
10791         * lily/measure-grouping-engraver.cc (class
10792         Measure_grouping_engraver): new file.
10793
10794 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10795
10796         * Merge from stable:
10797
10798             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10799         
10800         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10801         stylesheet.
10802
10803         * ly/paper19.ly: Include paper19-init.ly.
10804
10805         * ly/paper19-init.ly: New file.
10806
10807         * Documentation/user/tutorial.itely (First steps): Fix first
10808         example for font test.
10809
10810         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10811
10812         * ChangeLog: Add 1.7.6 release marker (see below).
10813
10814         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10815         Add .py files.
10816
10817 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10818
10819         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10820
10821         * input/tutorial/*.ly: update to new syntax.
10822
10823         * lily/parser.yy (Composite_music): new transpose syntax,
10824         \transpose FROM TO MUSIC. 
10825
10826 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10827
10828         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10829         latex progress/error output to stderr (by default this goes to
10830         stdout).  Show lilypond progress, even when not verbose.
10831
10832         * python/lilylib.py (system): New optional parameter to control
10833         showing of progress.
10834
10835         * scm/backend-documentation-lib.scm (check-dangling-properties):
10836         Fix error message.
10837
10838         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10839         axis, extent.
10840
10841         * scm/grob-property-description.scm (magnify): Remove.
10842         (extent, axis): Add.
10843
10844 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10845
10846         * VERSION: Release 1.7.6.
10847
10848         * scripts/convert-ly.py: more uniformization substitutions.
10849
10850         * buildscripts/new-chords.py (sub_chords): new file.
10851
10852 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10853
10854         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10855         lilypond.map.  Include sauter fonts too.  Cleanups.
10856
10857 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10858
10859         * Documentation/user/tutorial.itely (First steps): change to new
10860         chord/tie/slur/beam notation.
10861
10862         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10863         ties.
10864
10865         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10866         engraver. Process ties in postfix notation, i.e. c8-~ c
10867
10868         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10869
10870         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10871
10872         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10873
10874         * lily/beam-engraver.cc (try_music): accept new-beam-events
10875
10876         * input/regression/chord-scripts.ly (texidoc): new file
10877
10878         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10879         script-events.
10880
10881         * scm/script.scm (default-script-alist): cleanup.
10882
10883         * lily/script-engraver.cc (make_script_from_event): cleanup.
10884
10885         * lily/lyric-combine-music-iterator.cc
10886         (Lyric_combine_music_iterator): remove superfluous events.
10887         (melisma_busy): new function. Fix broken melismas.
10888
10889 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10890
10891         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10892         Remove nonvalid settings. Use descriptive key names.
10893         Use <Return> to indicate the pressing of that key.
10894
10895 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10896
10897         * scripts/lilypond-book.py (option_definitions): Typo.
10898
10899         * scripts/ly2dvi.py: Updates.
10900
10901         * python/lilylib.py (setup_environment, print_environment)
10902         (get_bbox, make_preview): Merge and remove from ly2dvi and
10903         lilypond-book.
10904
10905         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10906
10907         * .cvsignore: Remove some cruft.
10908
10909         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10910         path.
10911
10912         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10913         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10914         throughout.
10915
10916         * python/lilylib.py (quiet_system): Junk
10917         (system): Display error log upon failure.
10918         (read_pipe): New function.  Cleanups and fixes.
10919
10920         * python/*.py: Rename from *.py.in.
10921         
10922         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10923
10924         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10925
10926 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10927
10928         * python/GNUmakefile: Bugfix: handle modules.
10929
10930         * stepmake/stepmake/python-module-targets.make (default): Add
10931         compiled modules. 
10932
10933         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10934         compiling modules.
10935
10936         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10937         Bugfix.  (OUT_PYC_MODULES): Add.
10938
10939 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10940
10941         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10942         Use default paths. Refresh description.
10943
10944 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10945
10946         * VERSION: 1.7.5 released
10947
10948         * input/regression/finger-chords.ly (texidoc): new file.
10949
10950         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10951         support
10952
10953         * lily/fingering-engraver.cc (process_music): remove kludgy
10954         scriptHorizontal stuff.
10955
10956         * lily/script.cc: remove staff-support property.
10957
10958         * lily/new-fingering-engraver.cc (add_fingering): new
10959         file. Fingering engraver for new style chords.
10960
10961 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10962
10963         * lily/parser.yy (bare_number): allow 4 \cm (without
10964         decimal dot). (should backport to 1.6?)
10965
10966         * ly/declarations-init.ly: use Scheme for dimension defs.
10967
10968         * lily/parser.yy (TODO): remove hard coded dimensions, add
10969         REAL NUMBER_IDENTIFIER production.
10970
10971         * lily/rest-collision.cc (force_shift_callback): rewrite using
10972         -done property.
10973
10974         * scm/grob-property-description.scm (rest-collision-done): add
10975         property.
10976         
10977         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10978
10979 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10980
10981         * input/regression/multi-measure-rest-center.ly: new file.
10982
10983         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10984         off horizontally by 0.05 ss. Fixed.
10985
10986 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10987
10988         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10989
10990         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10991
10992 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10993
10994         * lily/tie.cc (get_control_points): also avoid staff lines on the
10995         just outside the outer staff lines
10996
10997 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10998
10999         * ly/params-init.ly: Just define style-alist, no need to
11000         define-public.
11001
11002         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11003         (thanks Han-Wen).
11004
11005         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11006         (FET_FILES): = FONT_FILES.
11007
11008         * Merge from stable:
11009
11010             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11011
11012 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11013
11014         * VERSION: 1.7.4 released.  
11015         
11016         * scm/generate-documentation.scm (string-append): add macro
11017         definitions.
11018
11019         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11020         normal texts.
11021
11022         * lily/multi-measure-rest-engraver.cc: make separate
11023         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11024
11025         * lily/multi-measure-rest.cc: remove text handling. Remove
11026         number-threshold.
11027
11028 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11029
11030         * scm/music-types.scm: doc patch by Graham Percival
11031
11032 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11033
11034         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11035         encoding part.
11036         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11037         (sketch_p): Sketch wants only first four elements of X11 font spec.
11038
11039         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11040
11041         * mf/feta-autometric.mf: Write foundry and family to log.
11042
11043         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11044         font translation table.
11045
11046         * buildscripts/mf-to-table.py: Better font info into afm.
11047
11048         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11049         1.0.9 required.
11050
11051         * configure.in: Whine for mftrace 1.0.9.
11052
11053 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11054
11055         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11056
11057         * lily/main.cc (main_prog): don't try to load init.EXT when
11058         processing foo.EXT.
11059
11060 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11061
11062         * scm/tex.scm (zigzig-line): added.
11063
11064         * scm/ps.scm (zigzag-line): added.
11065
11066         * ps/music-drawing-routines.ps (subvec): added.
11067         (draw_zigzag_line): added.
11068         
11069         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11070         grob properties zigzag-width and zigzag-length.
11071
11072         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11073
11074 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11075
11076         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11077         svg output, including font.
11078
11079 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11080
11081         * scm/lily.scm: Register sodipodi output module.
11082
11083         * scm/sodipodi.scm: New file.
11084
11085         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11086
11087         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11088         comment, after header.
11089         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11090         FullName.  Fix FontName key.
11091
11092 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11093
11094         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11095         and breve rests.
11096         
11097         * input/test/blank-notes.ly: bugfix
11098
11099         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11100         rests. (Kim Shrier)
11101
11102         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11103         
11104 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11105
11106         * scm/tex.scm: 
11107         * scm/ps.scm: Cleanup and remove obsolete junk.
11108
11109         * Documentation/user/internals.itely:
11110         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11111
11112         * lily/parser.yy: Identify shift/reduce problems.
11113
11114         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11115         make-style-sheet.  Too specific for convert-ly?
11116
11117 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11118
11119         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11120
11121         * input/test/*.ly: various fixes.
11122
11123         * lily/music.cc (name): bugfix
11124
11125         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11126
11127         * lily/input-file-results.cc (code): set-point-and-click! ->
11128         set-point-and-click
11129         
11130 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11131
11132         * Use uniform ly: prefix for exported scheme primitive functions.
11133
11134         * scm/music-types.scm: junk compat glue
11135
11136         * scripts/convert-ly.py: add rules for stuff below, junk
11137         compatibility glue for spanrequest.
11138
11139         * lily/parser.yy (verbose_event): remove \spanrequest,
11140         \commandspanrequest, \script. 
11141         
11142         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11143
11144         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11145         for \penalty, \glissando.
11146
11147         * VERSION: release 1.7.3
11148         
11149 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11150
11151         * lily/accidental-engraver.cc: Fix
11152         grace-in-the-beginning-of-measure bug caused by the resent
11153         partial-measure fix.
11154
11155         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11156         overlap looks too crowded)
11157         
11158 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11159
11160         * lily/parser.yy (assignment): allow SCM expression as assignment.
11161
11162         * lily/include/music-output-def.hh (class Music_output_def):
11163         * lily/music-output-def.cc: 
11164         * lily/paper-def.cc: 
11165         * scm/font.scm (markup-to-properties):
11166         * lily/parser.yy (music_output_def_body): 
11167         remove style_sheet_
11168
11169 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11170
11171         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11172         length.
11173
11174         * input/regression/spacing-to-grace.ly: new file.
11175
11176         * input/regression/spacing-end-of-line.ly: new file.
11177
11178         * lily/note-spacing.cc (get_spacing): take into account breakable
11179         stuff sticking out at the left (time sig change at line break).
11180
11181         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11182         raggedright code.
11183
11184         * scm/music-functions.scm (make-voice-props-set): add
11185         staff-position for mm rests.
11186  
11187         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11188         before grace notes a little.
11189
11190         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11191
11192         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11193         key adds space at the end of line. 
11194
11195 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11196
11197         * scm/sketch.scm: Fix beams.
11198
11199         * buildscripts/mf-to-table.py: Add EncodingScheme.
11200
11201         * scm/sketch.scm: Resurrect.
11202
11203 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11204
11205         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11206         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11207
11208 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11209
11210         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11211
11212         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11213
11214 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11215
11216         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11217         token for origin information.
11218
11219         * lily/parser.yy (My_lily_lexer): do identifier location and
11220         cloning from lexer.
11221
11222         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11223         logic out of the parser. Add bar checks on both ends.
11224
11225         * Documentation/user/refman.itely (Multi measure rests): add more
11226         notes about mm rests.
11227
11228 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11229
11230         * input/regression/bar-scripts.ly: Re-enable.
11231
11232         * lily/parser.yy:
11233         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11234         released rsn.  Bison 1.50 has a crucial bug and won't work.
11235
11236         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11237
11238
11239 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11240
11241         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11242
11243 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11244
11245         * Actually merge changes since 1.6.4 besides ChangeLog, and
11246         resolve conflicts.  Lots of updates, hope all is well.
11247         
11248         * cygwin/lilypond.hint (requires): Add ghostscript.
11249
11250         * scm: Update some (c).
11251         
11252 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11253
11254         * input/test/{various}.ly: add \header fields and texidoc strings.
11255
11256 2002-10-05  Werner Lemberg  <wl@gnu.org>
11257
11258         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11259         renamed to `output_latex_quoted'.
11260         Added `output_latex_noquote'.
11261         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11262         mode.
11263
11264 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11265
11266         * ChangeLog: Add 1.6.6 release marker.  See below.
11267
11268         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11269
11270         * scripts/midi2ly.py: Fix global syntax warnings.
11271
11272         * GNUmakefile.in: Generate builddir locale tree too.
11273
11274         * scripts/ly2dvi.py:
11275         * scripts/midi2ly.py: 
11276         * scripts/mup2ly.py: 
11277         * scripts/update-lily.py:
11278         * lily/main.cc (setup_paths): Fix for locales setup.
11279
11280 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11281
11282         * Documentation/windows/installing.texi: Soften wording about
11283         necessity of becoming Administrator.  tommie@iae.nl reports this
11284         does not seem to be necessary for his flavour of Windows 2000.
11285         Explicitely discourage text mode mounts.
11286
11287 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11288
11289         * lily/rest.cc (after_line_breaking): backport dot position fix.
11290
11291         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11292         rests. Thanks to Klaus Zimmermann for finding this bug.
11293
11294 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11295
11296         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11297
11298 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11299
11300         * Documentation/user/music-glossary.tely: fix links.
11301
11302 2002-10-21  Werner Lemberg  <wl@gnu.org>
11303
11304         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11305         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11306         scaling factor) only once and use them in the definition of
11307         \embeddedps.
11308         * ps/music-drawing-routines.ps (skeel): Removed.
11309
11310 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11311
11312         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11313         Solaris7, as we don't use nested $( ) constructs.
11314
11315 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11316
11317         * VERSION: Release 1.6.6.
11318         
11319 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11320
11321         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11322         as workaround for /bin/sh problems on Solaris7.
11323
11324 2002-10-19  Werner Lemberg  <wl@gnu.org>
11325
11326         * GNUmakefile.in (web-doc): Fix typos.
11327         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11328         `music-drawing-routines.ps' but emit \special{header=...} once.
11329         * scm/tex.scm (header-end): Updated.
11330
11331 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11332
11333         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11334         undefined tremolo. 
11335
11336 2002-10-15  Werner Lemberg  <wl@gnu.org>
11337
11338         * scripts/lilypond-book.py (g_make_html): New global variable.
11339         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11340         if `g_make_html' isn't set.
11341         [main]: Add format `texi-html'.
11342         (option_definitions): Updated.
11343         * Documentation/user/lilypond-book.itely: Updated.
11344
11345         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11346         * make/ly-rules.make (%.texi, %.nexi): Use it.
11347         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11348         format to lilypond-book.
11349         * GNUmakefile.in (web-doc): Ditto.
11350
11351 2002-10-14  Werner Lemberg  <wl@gnu.org>
11352
11353         Further improve TeX output.  The produced files are about 40%
11354         smaller.  `lilyponddefs.tex' is now read only once.
11355
11356         * tex/lilyponddefs.tex: Remove footer stuff.
11357         (\ifundefined): Renamed to...
11358         (\lilypondundefined): This.  Use LaTeX's definition to
11359         make it nestable and make it global.
11360         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11361         output.
11362         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11363         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11364         them global.
11365         (\placebox): Renamed to...
11366         (\lyitem): This.
11367         Make it global and call \outputscale by itself.
11368         (\lybox, \lyvrule): New macros to reduce input data.
11369         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11370         New auxiliary macros.
11371         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11372         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11373         to...
11374         (\lilypondspace): This and made it global.
11375         (\turnOnPostScript): Renamed to...
11376         (\lilypondpostscript): This and made it global.
11377         (\turnOnExperimentalFeatures): Renamed to...
11378         (\lilypondexperimentalfeatures): This and made it global.
11379         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11380         (\lilypondsetdimen): This and made it global.
11381         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11382         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11383         (all, $(outdir)/music-drawing-routines.ps): New rules.
11384         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11385         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11386         start-system, stop-system, stop-last-system, filledbox): Updated to
11387         use the changed macros from lilyponddefs.tex.
11388         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11389
11390 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11391
11392         * Documentation/windows/installing.texi: Update.
11393
11394 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11395
11396         * VERSION: 1.6.5 released
11397
11398         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11399
11400 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11401
11402         * scm/translator-property-description.scm (voltaOnThisStaff): add
11403         property.
11404
11405 2002-09-28  Werner Lemberg  <wl@gnu.org>
11406
11407         * scm/tex.scm (header-end): Suppress page numbering.
11408
11409         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11410         Fix quotation for HTML output.
11411
11412 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11413         
11414         * Documentation/user/refman.itely: grammar and phrasing
11415           fixes to "Note Entry" section.  Also adds a few new examples.
11416
11417 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11418
11419         * flower/include/string-data.icc: include string.h
11420
11421 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11422
11423         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11424
11425 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11426
11427         * Documentation/user/GNUmakefile (extra-local-help): Add.
11428
11429         * stepmake/stepmake/www-targets.make (local-help): Add.
11430
11431 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11432
11433         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11434         packages.
11435
11436         * Documentation/topdocs/README.texi (Top): building documentation
11437         (not website.)
11438
11439 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11440
11441         * Documentation/user/refman.itely: 
11442         * Documentation/user/tutorial.itely: 
11443         * Documentation/user/music-glossary.tely: Merge changes.
11444
11445         * Documentation/user/glossary.html.in: 
11446         * Documentation/index.texi: 
11447         * Documentation/header.html.in: Accomodate renaming of glossary.
11448         
11449         * Documentation/user/tutorial.itely: Add some glossary references.
11450         
11451         * Documentation/user/refman.itely: Minor fixes.
11452         
11453         * Documentation/user/lilypond.tely: Add glossary do direntry.
11454
11455         * Documentation/user/music-glossary.tely: Rename (previously:
11456         glossary.tely).  Fix anchor placement.
11457
11458         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11459
11460 2002-09-23  Werner Lemberg  <wl@gnu.org>
11461
11462         * scripts/lilypond-book.py (output_dict): Fix handling of
11463         various environments by avoid extraneous newlines.
11464         Rename `output-all' regexp for html to `output-html'.
11465         Replace `output-all' regexp for texi with `output-texi-quote'
11466         and `output-texi-noquote'.
11467         (compose_full_body): Don't override `linewidth' user option
11468         for `singleline'.
11469         (schedule_lilypond_block): Don't indent text specified with
11470         `intertext' option.
11471         Add new option `noquote'.
11472         (compile_all_files): Use latex instead of tex to compile ly
11473         files directly.
11474
11475         * Documentation/user/lilypond-book.itely: Updated and revised.
11476         Improve layout.
11477
11478         * Documentation/user/glossary.tely,
11479         Documentation/user/introduction.itely,
11480         Documentation/user/tutorial.itely,
11481         Documentation/user/refman.itely,
11482         Documentation/user/appendices.itely: Fix overfull LilyPond
11483         boxes caused by the new lilypond-book code.  Other minor
11484         fixes.
11485
11486         * Documentation/user/macros.itexi (@texiflat): Don't emit
11487         trailing space.
11488
11489         * scm/tex.scm (end-output, header-end): Add preamble and
11490         postamble to make lilypond output directly compilable with
11491         latex.
11492
11493         
11494 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11495
11496         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11497         instructions.
11498
11499 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11500
11501         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11502
11503 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11504
11505         * lily/beam.cc (connect_beams): don't crash if there are quarter
11506         notes in beams.
11507
11508 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11509
11510         * Documentation/user/refman.itely: corrected ancient clef
11511         docu; added docu on ligatures
11512
11513 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11514
11515         * Documentation/user/glossary.tely,
11516         Documentation/user/refman.itely, input/les-nereides.ly,
11517         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11518         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11519         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11520         Stem properties: flag-style -> stroke-style, style -> flag-style.
11521
11522
11523 2002-09-22  Werner Lemberg  <wl@gnu.org>
11524
11525         * scripts/lilypond-book.py: Add option `notime' to suppress
11526         printing of a time signature.  Specify default indentation of 0pt
11527         if single line fragment.  Don't emit redundant `\paper{ }'.
11528
11529         * Documentation/user/lilypond-book.itely: Updated.
11530
11531         * Documentation/user/glossary.tely: Completely reformatting.
11532
11533 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11534
11535         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11536
11537 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11538
11539         * Documentation/user/tutorial.itely: Fix links.
11540         
11541         * Documentation/topdocs/index.tely:
11542         * Documentation/index.texi:
11543         * Documentation/header.html.in: Small website fixes and updates.
11544
11545         * debian/: Debian patch by Anthony Fok.
11546
11547 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11548
11549         * Documentation/footer.html.in: How time flies: It's already 2002!
11550
11551         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11552         more descriptive link names than 'here'.
11553
11554 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11555
11556         * VERSION: 1.7.2 released
11557         * VERSION: 1.6.4 released
11558         
11559         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11560
11561         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11562         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11563
11564         * mf/feta-din.mf (test): add x-height and space.
11565
11566         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11567         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11568
11569         * ly/grace-init.ly: add-to-grace-init: function to portably add
11570         settings to \grace. 
11571
11572         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11573         if we get an absolute dynamic event.
11574  
11575         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11576
11577         * lily/source-file.cc (get_line): oops. All line numbers were off
11578         by 2. Fix that. 
11579
11580         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11581         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11582
11583         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11584
11585         * lily/parser.yy (number_factor): remove (number) as number
11586         expression. ("Let them eat Lisp").
11587
11588 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11589
11590         * lily/horizontal-bracket.cc: new file.
11591
11592         * lily/horizontal-bracket-engraver.cc: new file.
11593
11594         * input/regression/note-group-bracket.ly: new file. Support
11595         horizontal note brackets for music analysis.
11596
11597         * lily/stem.cc (flag): new flag-style: no-flag.
11598
11599         * input/test/stem-cross-staff.ly: new file
11600         
11601         * Documentation/user/internals.itely: Improved formatting, fixing
11602         typos.  Added a section `Output details' to describe how the TeX
11603         code looks like.
11604
11605         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11606
11607         * lily/parser.yy: remove \dynamicscript.
11608
11609         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11610         definitions. 
11611
11612         * python/midi.c (midi_error): take two arguments.
11613
11614         * Merge 1.6.5 changes:
11615         
11616 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11617
11618         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11619         staff-space.  Previous 1.5 was probably meant as half-spaces.
11620         (cautionary-style): parentheses (was: smaller).  This is what doco
11621         says, and it seems more logical.
11622
11623         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11624         for 2nd sentence.
11625
11626 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11627
11628         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11629
11630 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11631
11632         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11633
11634 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11635
11636         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11637
11638 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11639
11640         * scm/translator-property-description.scm (voltaOnThisStaff): add
11641         property.
11642
11643 2002-09-28  Werner Lemberg  <wl@gnu.org>
11644
11645         * scm/tex.scm (header-end): Suppress page numbering.
11646
11647         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11648         Fix quotation for HTML output.
11649
11650 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11651         
11652         * Documentation/user/refman.itely: grammar and phrasing
11653           fixes to "Note Entry" section.  Also adds a few new examples.
11654
11655 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11656
11657         * flower/include/string-data.icc: include string.h
11658
11659 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11660
11661         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11662
11663 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11664
11665         * Documentation/user/GNUmakefile (extra-local-help): Add.
11666
11667         * stepmake/stepmake/www-targets.make (local-help): Add.
11668
11669 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11670
11671         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11672         packages.
11673
11674         * Documentation/topdocs/README.texi (Top): building documentation
11675         (not website.)
11676
11677 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11678
11679         * Documentation/user/refman.itely: 
11680         * Documentation/user/tutorial.itely: 
11681         * Documentation/user/music-glossary.tely: Merge changes.
11682
11683         * Documentation/user/glossary.html.in: 
11684         * Documentation/index.texi: 
11685         * Documentation/header.html.in: Accomodate renaming of glossary.
11686         
11687         * Documentation/user/tutorial.itely: Add some glossary references.
11688         
11689         * Documentation/user/refman.itely: Minor fixes.
11690         
11691         * Documentation/user/lilypond.tely: Add glossary do direntry.
11692
11693         * Documentation/user/music-glossary.tely: Rename (previously:
11694         glossary.tely).  Fix anchor placement.
11695
11696         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11697
11698 2002-09-23  Werner Lemberg  <wl@gnu.org>
11699
11700         * scripts/lilypond-book.py (output_dict): Fix handling of
11701         various environments by avoid extraneous newlines.
11702         Rename `output-all' regexp for html to `output-html'.
11703         Replace `output-all' regexp for texi with `output-texi-quote'
11704         and `output-texi-noquote'.
11705         (compose_full_body): Don't override `linewidth' user option
11706         for `singleline'.
11707         (schedule_lilypond_block): Don't indent text specified with
11708         `intertext' option.
11709         Add new option `noquote'.
11710         (compile_all_files): Use latex instead of tex to compile ly
11711         files directly.
11712
11713         * Documentation/user/lilypond-book.itely: Updated and revised.
11714         Improve layout.
11715
11716         * Documentation/user/glossary.tely,
11717         Documentation/user/introduction.itely,
11718         Documentation/user/tutorial.itely,
11719         Documentation/user/refman.itely,
11720         Documentation/user/appendices.itely: Fix overfull LilyPond
11721         boxes caused by the new lilypond-book code.  Other minor
11722         fixes.
11723
11724         * Documentation/user/macros.itexi (@texiflat): Don't emit
11725         trailing space.
11726
11727         * scm/tex.scm (end-output, header-end): Add preamble and
11728         postamble to make lilypond output directly compilable with
11729         latex.
11730
11731         
11732 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11733
11734         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11735         instructions.
11736
11737 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11738
11739         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11740
11741 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11742
11743         * lily/beam.cc (connect_beams): don't crash if there are quarter
11744         notes in beams.
11745
11746 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11747
11748         * Documentation/user/refman.itely: corrected ancient clef
11749         docu; added docu on ligatures
11750
11751 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11752
11753         * Documentation/user/glossary.tely,
11754         Documentation/user/refman.itely, input/les-nereides.ly,
11755         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11756         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11757         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11758         Stem properties: flag-style -> stroke-style, style -> flag-style.
11759
11760 2002-09-22  Werner Lemberg  <wl@gnu.org>
11761
11762         * scripts/lilypond-book.py: Add option `notime' to suppress
11763         printing of a time signature.  Specify default indentation of 0pt
11764         if single line fragment.  Don't emit redundant `\paper{ }'.
11765
11766         * Documentation/user/lilypond-book.itely: Updated.
11767
11768         * Documentation/user/glossary.tely: Completely reformatting.
11769
11770 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11771
11772         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11773
11774 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11775
11776         * Documentation/user/tutorial.itely: Fix links.
11777         
11778         * Documentation/topdocs/index.tely:
11779         * Documentation/index.texi:
11780         * Documentation/header.html.in: Small website fixes and updates.
11781
11782         * debian/: Debian patch by Anthony Fok.
11783
11784 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11785
11786         * Documentation/footer.html.in: How time flies: It's already 2002!
11787
11788         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11789         more descriptive link names than 'here'.
11790
11791 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11792
11793         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11794
11795 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11796
11797         * lily/part-combine-music-iterator.cc (get_state): cleanup
11798         (get_music_info): cleanup.
11799
11800 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11801
11802         * scm/backend-documentation-lib.scm (interface-doc-string):
11803         crosslinks between interfaces and grobs. Headings for interfaces
11804         in grob explanation.
11805
11806 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11807
11808         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11809         dtd).  Add preliminary dtd.
11810         (re-sub-alist): Robustify.
11811
11812 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11813
11814         * lily/include/event-chord-iterator.hh,
11815         lily/context-specced-music-iterator.cc,
11816         lily/event.cc, lily/event-chord-iterator.cc: add
11817
11818 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11819
11820         * lily/: some (c) header fixes.
11821         
11822         * lily/request-chord.cc: Remove.
11823         
11824         * lily/include/event-chord-iterator.hh:
11825         * lily/include/event.hh:
11826         * lily/event-chord.cc: New file.
11827         
11828         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11829         requested.
11830
11831 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11832
11833         * lily/ : rename Request to Event
11834
11835         * lily/parser.yy (command_element): move clef stuff into Scheme.
11836
11837         * lily/:  rename length_mom () to get_length()
11838
11839         * lily/part-combine-music.cc: removed file and class.
11840
11841         * lily/context-specced-music-iterator.cc (class
11842         Context_specced_music_iterator): new file. Obsoletes the
11843         Context_specced_music type.
11844
11845         * scm/music-types.scm (make-repeated-music): put different kinds
11846         of repeated music into music-type table.
11847
11848         * VERSION: 1.7.1 released.
11849
11850         * scm/to-xml.scm: new file.
11851
11852         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11853         new Input representation: dump music as XML.
11854
11855         * scm/engraver-documentation-lib.scm
11856         (engraver-accepts-music-types?): add links from music to engraver,
11857         from music-type to engraver.
11858
11859         * lily/include/command-request.hh: removed
11860         lily/include/musical-request.hh: removed. Removed all _req classes
11861         except Key_change_req. Changes throughout.
11862
11863 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11864
11865         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11866
11867 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11868
11869         * lily/*.cc: specify accepts for many engravers.
11870
11871         * scm/music-documentation-lib.scm: dump music expressions and
11872         music subtypes.
11873
11874         * scm/documentation-lib.scm: complete revision.
11875         Use GOOPS objects to store document tree explicitly. Cleaned up and
11876         sped up doco generation a lot.
11877
11878 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11879
11880         * input/trip.ly (fugaIILeft): add arpeggio
11881
11882         * lily/translator-group.cc (try_music_on_nongroup_children):
11883         oops. The name symbol is in the cdr of the assoc handle.
11884
11885         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11886         Hyphen_req, Glissando_req, Break_req, Mark_req 
11887
11888 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11889
11890         * lily/musical-request.cc (music-duration-length,
11891         music-duration-compress): new functions.
11892
11893         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11894         throughout. Warning doesn't work yet.
11895
11896         * lily/translator-group.cc (try_music_on_nongroup_children):
11897         new implementation: store candidate acceptors in a hashTable.
11898
11899 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11900
11901         * scm/music-types.scm (music-descriptions): change name to
11902         internal-class-name
11903
11904         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11905
11906 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11907
11908         * lily/beam.cc (connect_beams): don't crash if there are quarter
11909         notes in beams.
11910
11911 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11912
11913         * Documentation/user/refman.itely: corrected ancient clef
11914         docu; added docu on ligatures
11915
11916 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11917
11918         * Documentation/user/glossary.tely,
11919         Documentation/user/refman.itely, input/les-nereides.ly,
11920         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11921         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11922         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11923         Stem properties: flag-style -> stroke-style, style -> flag-style.
11924
11925 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11926
11927         * scm/music-functions.scm (music-separator?): don't use name music
11928         property.
11929
11930 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11931
11932         * stepmake/stepmake/generic-targets.make (help): Document check
11933         target.
11934
11935         * lily/new-accidental-engraver.cc: Compile fix.
11936
11937 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11938
11939         * scripts/convert-ly.py: Add rule.
11940
11941         * input/test/music-creation.ly:
11942         * input/test/add-staccato.ly:
11943         * input/test/add-text-script.ly: ly-make-music.
11944
11945         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11946         More ly-make-music renamings.
11947
11948         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11949
11950         * lily/music-constructor.cc (make_music): Add debugging info.
11951
11952         * scm/music-functions.scm (make-simultaneous-music,
11953         (make-sequential-music, context-spec-music):
11954         * scm/music-types.scm (music-descriptions): Get lily to run.
11955
11956 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11957
11958         * lily/command-request.cc (transpose_key_alist): new function.
11959
11960         * lily/key-performer.cc (create_audio_elements): cleanup. 
11961
11962 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11963
11964         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11965
11966         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11967         events-accepted field.
11968
11969         * scm/music-types.scm: new file.
11970
11971         * lily/parser.yy: put music type initialization into scheme,
11972         similar to grob initialization.  Changes throughout.
11973
11974 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11975
11976         * Documentation/user/tutorial.itely: Fix links.
11977         
11978         * Documentation/index.texi: 
11979         * Documentation/header.html.in: 
11980         * Documentation/topdocs/index.tely: Small website fixes and updates.
11981
11982         * debian/: Debian patch by Anthony Fok.
11983
11984 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11985
11986         * Documentation/footer.html.in: How time flies: It's already 2002!
11987
11988         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11989         more descriptive link names than 'here'.
11990
11991         * ROADMAP: Remove test stuff.
11992
11993         * scripts/update-lily.py: Allow auto-building of stable and
11994         development versions.  Bugfixes.
11995
11996 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11997
11998         * VERSION: released 1.7.0
11999
12000         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12001
12002         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12003         positive line widths.
12004
12005 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12006
12007         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12008         go.  Fix comments.
12009
12010         * cygwin: Cygwin updates.
12011
12012 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12013
12014         * Documentation/windows/installing.texi (Top): version for python,
12015         urls for ghostscript (thanks to John Potelle)
12016         
12017         * lily/simultaneous-music-iterator.cc
12018         (Simultaneous_music_iterator): init children_list_ before
12019         triggering GC.
12020
12021         * lily/*-iterator.cc: be even more careful with smobbed copy
12022         constructors. 
12023
12024         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12025         LeftEdge item.
12026
12027 2002-09-15  Werner Lemberg  <wl@gnu.org>
12028
12029         Improving LilyPond's output to make them ordinary TeX boxes with
12030         predictable dimensions.  System boxes are now vertically centered on
12031         the baseline; this offset can be further controlled with
12032         \lilypondscoreshift.
12033
12034         * lily/system.cc (System::post_processing): Pass length of current
12035         system to `start-system' (including any horizontal indentation).
12036
12037         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12038         prettier.
12039         (lily-def): Append `%'.
12040         (start-system): Add parameter `wd'.  Output more TeX code to specify
12041         box dimensions.
12042         (stop-system, stop-last-system): Complement changes in
12043         `start-system'.
12044         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12045         Updated.
12046
12047         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12048         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12049         Write final `\endinput'.
12050
12051         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12052         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12053         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12054         files and macro definitions don't produce spurious spaces and
12055         paragraphs (using \endlinechar).
12056         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12057
12058         * Documentation/user/internals.itely: Improved formatting, fixing
12059         typos.  Added a section `Output details' to describe how the TeX
12060         code looks like.
12061
12062 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12063
12064         * lily/accidental-engraver.cc: Also work with partial measures.
12065
12066 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12067
12068         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12069         spanner.
12070
12071 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12072
12073         * lily/identifier-smob.cc (unpack_identifier): new file.
12074
12075         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12076         pass off scheme expressions as music identifiers.
12077
12078         * scm/lily.scm: reorganisation, cleanups.
12079
12080         * lily/main.cc: small cleanups.
12081
12082 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12083
12084         * lily/ly-module.{cc,hh}: new file.
12085
12086 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12087
12088         * lily/accidental-engraver.cc: Also work with partial measures.
12089
12090 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12091
12092         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12093
12094 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12095
12096         * lily/my-lily-lexer.cc: use SCM module in stead of
12097         Scheme_hash_table. Changes throughout.  
12098
12099 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12100
12101         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12102